]> git.ipfire.org Git - thirdparty/gcc.git/blame - configure
2012-11-13 Sriraman Tallam <tmsriram@google.com>
[thirdparty/gcc.git] / configure
CommitLineData
71ab34df 1#! /bin/sh
71ab34df 2# Guess values for system-dependent variables and create Makefiles.
cd9a469c 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.
71ab34df 8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
cd9a469c 11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
b30fcfae 14
cd9a469c 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 :
b30fcfae 18 emulate sh
19 NULLCMD=:
cd9a469c 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b30fcfae 21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
cd9a469c 23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
b30fcfae 31fi
b30fcfae 32
cd9a469c 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 }
b30fcfae 79fi
80
81
cd9a469c 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
b30fcfae 121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
cd9a469c 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'\" &&
b181f265 171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172test \$(( 1 + 1 )) = 2 || exit 1"
cd9a469c 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
b30fcfae 184do
cd9a469c 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."
b30fcfae 228 else
cd9a469c 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."
b30fcfae 233 fi
cd9a469c 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
b30fcfae 263
cd9a469c 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
b30fcfae 375 as_expr=expr
376else
377 as_expr=false
378fi
379
cd9a469c 380if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b30fcfae 381 as_basename=basename
382else
383 as_basename=false
384fi
385
cd9a469c 386if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
387 as_dirname=dirname
388else
389 as_dirname=false
390fi
b30fcfae 391
cd9a469c 392as_me=`$as_basename -- "$0" ||
b30fcfae 393$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
cd9a469c 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'`
b30fcfae 410
5084f823 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
570af75a 417
b30fcfae 418
cd9a469c 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 |
b30fcfae 428 sed '
cd9a469c 429 s/[$]LINENO.*/&-/
430 t lineno
431 b
432 :lineno
b30fcfae 433 N
cd9a469c 434 :loop
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b30fcfae 436 t loop
cd9a469c 437 s/-\n.*//
b30fcfae 438 ' >$as_me.lineno &&
cd9a469c 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; }
b30fcfae 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
cd9a469c 444 # original and so on. Autoconf is especially sensitive to this).
445 . "./$as_me.lineno"
b30fcfae 446 # Exit status is that of the last command.
447 exit
448}
449
cd9a469c 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';;
b30fcfae 461esac
462
cd9a469c 463rm -f conf$$ conf$$.exe conf$$.file
464if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
b30fcfae 466else
cd9a469c 467 rm -f conf$$.dir
468 mkdir conf$$.dir 2>/dev/null
b30fcfae 469fi
cd9a469c 470if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; then
5084f823 472 as_ln_s='ln -s'
cd9a469c 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'
5084f823 483 fi
b30fcfae 484else
485 as_ln_s='cp -p'
486fi
cd9a469c 487rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488rmdir conf$$.dir 2>/dev/null
b30fcfae 489
490if mkdir -p . 2>/dev/null; then
cd9a469c 491 as_mkdir_p='mkdir -p "$as_dir"'
b30fcfae 492else
493 test -d ./-p && rmdir ./-p
494 as_mkdir_p=false
495fi
496
cd9a469c 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
a83ffacf 519
b30fcfae 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
cd9a469c 527exec 7<&0 </dev/null 6>&1
b30fcfae 528
529# Name of the host.
530# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
531# so uname gets run too.
532ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
533
b30fcfae 534#
535# Initializations.
536#
71ab34df 537ac_default_prefix=/usr/local
cd9a469c 538ac_clean_files=
b30fcfae 539ac_config_libobj_dir=.
cd9a469c 540LIBOBJS=
b30fcfae 541cross_compiling=no
542subdirs=
543MFLAGS=
544MAKEFLAGS=
5084f823 545
b30fcfae 546# Identity of this package.
547PACKAGE_NAME=
548PACKAGE_TARNAME=
549PACKAGE_VERSION=
550PACKAGE_STRING=
551PACKAGE_BUGREPORT=
cd9a469c 552PACKAGE_URL=
b30fcfae 553
554ac_unique_file="move-if-change"
cd9a469c 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
3f71364d 573READELF_FOR_TARGET
cd9a469c 574RANLIB_FOR_TARGET
575OBJDUMP_FOR_TARGET
576NM_FOR_TARGET
577LIPO_FOR_TARGET
578LD_FOR_TARGET
579DLLTOOL_FOR_TARGET
580AS_FOR_TARGET
581AR_FOR_TARGET
5ff5b630 582GOC_FOR_TARGET
cd9a469c 583GFORTRAN_FOR_TARGET
584GCJ_FOR_TARGET
585GCC_FOR_TARGET
586CXX_FOR_TARGET
587CC_FOR_TARGET
3f71364d 588READELF
cd9a469c 589OBJDUMP
590OBJCOPY
591WINDMC
592WINDRES
593STRIP
594RANLIB
595NM
596LIPO
597LD
598DLLTOOL
599AS
600AR
601RUNTEST
602EXPECT
603MAKEINFO
604FLEX
605LEX
606M4
607BISON
608YACC
cd9a469c 609WINDRES_FOR_BUILD
610WINDMC_FOR_BUILD
611RANLIB_FOR_BUILD
612NM_FOR_BUILD
613LD_FOR_BUILD
614LDFLAGS_FOR_BUILD
5ff5b630 615GOC_FOR_BUILD
cd9a469c 616GFORTRAN_FOR_BUILD
617GCJ_FOR_BUILD
618DLLTOOL_FOR_BUILD
619CXX_FOR_BUILD
620CXXFLAGS_FOR_BUILD
621CFLAGS_FOR_BUILD
622CC_FOR_BUILD
623AS_FOR_BUILD
624AR_FOR_BUILD
1fda3360 625target_configdirs
cd9a469c 626configdirs
cd9a469c 627build_configdirs
cd9a469c 628INSTALL_GDB_TK
629GDB_TK
630CONFIGURE_GDB_TK
631build_tooldir
632tooldir
633GCC_SHLIB_SUBDIR
634RPATH_ENVVAR
372a3f1e 635target_configargs
636host_configargs
637build_configargs
719faf1c 638BUILD_CONFIG
ed9516f5 639LDFLAGS_FOR_TARGET
cd9a469c 640CXXFLAGS_FOR_TARGET
641CFLAGS_FOR_TARGET
642DEBUG_PREFIX_CFLAGS_FOR_TARGET
643SYSROOT_CFLAGS_FOR_TARGET
644stage1_languages
7bfefa9d 645extra_host_libiberty_configure_flags
cd9a469c 646clooginc
647clooglibs
87e20041 648islinc
cd9a469c 649poststage1_ldflags
d6dfe18a 650poststage1_libs
cd9a469c 651stage1_ldflags
13687c85 652stage1_libs
e4128452 653extra_isl_gmp_configure_flags
cd9a469c 654extra_mpc_mpfr_configure_flags
655extra_mpc_gmp_configure_flags
656extra_mpfr_configure_flags
657gmpinc
658gmplibs
659do_compare
660GNATMAKE
661GNATBIND
662ac_ct_CXX
663CXXFLAGS
664CXX
665OBJEXT
666EXEEXT
667ac_ct_CC
668CPPFLAGS
669LDFLAGS
670CFLAGS
671CC
d7e52ac9 672EXTRA_CONFIGARGS_LIBJAVA
cd9a469c 673target_subdir
674host_subdir
675build_subdir
676build_libsubdir
b181f265 677AWK
678SED
cd9a469c 679LN_S
680LN
681INSTALL_DATA
682INSTALL_SCRIPT
683INSTALL_PROGRAM
684target_os
685target_vendor
686target_cpu
687target
688host_os
689host_vendor
690host_cpu
691host
692target_noncanonical
693host_noncanonical
694build_noncanonical
695build_os
696build_vendor
697build_cpu
698build
699TOPLEVEL_CONFIGURE_ARGUMENTS
700target_alias
701host_alias
702build_alias
703LIBS
704ECHO_T
705ECHO_N
706ECHO_C
707DEFS
708mandir
709localedir
710libdir
711psdir
712pdfdir
713dvidir
714htmldir
715infodir
716docdir
717oldincludedir
718includedir
719localstatedir
720sharedstatedir
721sysconfdir
722datadir
723datarootdir
724libexecdir
725sbindir
726bindir
727program_transform_name
728prefix
729exec_prefix
730PACKAGE_URL
731PACKAGE_BUGREPORT
732PACKAGE_STRING
733PACKAGE_VERSION
734PACKAGE_TARNAME
735PACKAGE_NAME
736PATH_SEPARATOR
737SHELL'
738ac_subst_files='serialization_dependencies
739host_makefile_frag
740target_makefile_frag
741alphaieee_frag
742ospace_frag'
743ac_user_opts='
744enable_option_checking
745with_build_libsubdir
746enable_gold
1e369e5f 747enable_ld
d9d975ae 748enable_libquadmath
749enable_libquadmath_support
cd9a469c 750enable_libada
751enable_libssp
a3ba808f 752enable_libstdcxx
d7e52ac9 753enable_static_libjava
6c59dfa4 754enable_bootstrap
cd9a469c 755with_mpc
756with_mpc_include
757with_mpc_lib
758with_mpfr_dir
759with_mpfr
760with_mpfr_include
761with_mpfr_lib
762with_gmp_dir
763with_gmp
764with_gmp_include
765with_gmp_lib
766with_host_libstdcxx
cd9a469c 767with_stage1_libs
13687c85 768with_stage1_ldflags
cd9a469c 769with_boot_libs
d6dfe18a 770with_boot_ldflags
83d54ac4 771with_cloog
87e20041 772with_isl
773with_isl_include
774with_isl_lib
775enable_isl_version_check
cd9a469c 776with_cloog_include
777with_cloog_lib
778enable_cloog_version_check
7bfefa9d 779enable_lto
cd9a469c 780enable_stage1_languages
781enable_objc_gc
782with_build_sysroot
783with_debug_prefix_map
a2059f7a 784with_build_config
cd9a469c 785enable_serial_configure
786with_build_time_tools
787enable_maintainer_mode
788enable_stage1_checking
789enable_werror
cd9a469c 790'
791 ac_precious_vars='build_alias
792host_alias
793target_alias
794CC
795CFLAGS
796LDFLAGS
797LIBS
798CPPFLAGS
799CXX
800CXXFLAGS
801CCC
372a3f1e 802build_configargs
803host_configargs
804target_configargs
cd9a469c 805AR
806AS
807DLLTOOL
808LD
809LIPO
810NM
811RANLIB
812STRIP
813WINDRES
814WINDMC
815OBJCOPY
816OBJDUMP
3f71364d 817READELF
cd9a469c 818CC_FOR_TARGET
819CXX_FOR_TARGET
820GCC_FOR_TARGET
821GCJ_FOR_TARGET
822GFORTRAN_FOR_TARGET
5ff5b630 823GOC_FOR_TARGET
cd9a469c 824AR_FOR_TARGET
825AS_FOR_TARGET
826DLLTOOL_FOR_TARGET
827LD_FOR_TARGET
828LIPO_FOR_TARGET
829NM_FOR_TARGET
830OBJDUMP_FOR_TARGET
831RANLIB_FOR_TARGET
3f71364d 832READELF_FOR_TARGET
cd9a469c 833STRIP_FOR_TARGET
834WINDRES_FOR_TARGET
835WINDMC_FOR_TARGET'
836
71ab34df 837
838# Initialize some variables set by options.
b30fcfae 839ac_init_help=
840ac_init_version=false
cd9a469c 841ac_unrecognized_opts=
842ac_unrecognized_sep=
71ab34df 843# The variables have the same names as the options, with
844# dashes changed to underlines.
b30fcfae 845cache_file=/dev/null
71ab34df 846exec_prefix=NONE
71ab34df 847no_create=
71ab34df 848no_recursion=
849prefix=NONE
850program_prefix=NONE
851program_suffix=NONE
852program_transform_name=s,x,x,
853silent=
854site=
855srcdir=
71ab34df 856verbose=
857x_includes=NONE
858x_libraries=NONE
b30fcfae 859
860# Installation directory options.
861# These are left unexpanded so users can "make install exec_prefix=/foo"
862# and all the variables that are supposed to be based on exec_prefix
863# by default will actually change.
864# Use braces instead of parens because sh, perl, etc. also accept them.
cd9a469c 865# (The list follows the same order as the GNU Coding Standards.)
71ab34df 866bindir='${exec_prefix}/bin'
867sbindir='${exec_prefix}/sbin'
868libexecdir='${exec_prefix}/libexec'
cd9a469c 869datarootdir='${prefix}/share'
870datadir='${datarootdir}'
71ab34df 871sysconfdir='${prefix}/etc'
872sharedstatedir='${prefix}/com'
873localstatedir='${prefix}/var'
71ab34df 874includedir='${prefix}/include'
875oldincludedir='/usr/include'
cd9a469c 876docdir='${datarootdir}/doc/${PACKAGE}'
877infodir='${datarootdir}/info'
878htmldir='${docdir}'
879dvidir='${docdir}'
880pdfdir='${docdir}'
881psdir='${docdir}'
882libdir='${exec_prefix}/lib'
883localedir='${datarootdir}/locale'
884mandir='${datarootdir}/man'
a8298541 885
71ab34df 886ac_prev=
cd9a469c 887ac_dashdash=
71ab34df 888for ac_option
889do
71ab34df 890 # If the previous option needs an argument, assign it.
891 if test -n "$ac_prev"; then
cd9a469c 892 eval $ac_prev=\$ac_option
71ab34df 893 ac_prev=
894 continue
895 fi
a8298541 896
cd9a469c 897 case $ac_option in
898 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
899 *) ac_optarg=yes ;;
900 esac
71ab34df 901
902 # Accept the important Cygnus configure options, so we can diagnose typos.
903
cd9a469c 904 case $ac_dashdash$ac_option in
905 --)
906 ac_dashdash=yes ;;
71ab34df 907
908 -bindir | --bindir | --bindi | --bind | --bin | --bi)
909 ac_prev=bindir ;;
910 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b30fcfae 911 bindir=$ac_optarg ;;
71ab34df 912
913 -build | --build | --buil | --bui | --bu)
b30fcfae 914 ac_prev=build_alias ;;
71ab34df 915 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b30fcfae 916 build_alias=$ac_optarg ;;
71ab34df 917
918 -cache-file | --cache-file | --cache-fil | --cache-fi \
919 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
920 ac_prev=cache_file ;;
921 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
922 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b30fcfae 923 cache_file=$ac_optarg ;;
924
925 --config-cache | -C)
926 cache_file=config.cache ;;
71ab34df 927
cd9a469c 928 -datadir | --datadir | --datadi | --datad)
71ab34df 929 ac_prev=datadir ;;
cd9a469c 930 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b30fcfae 931 datadir=$ac_optarg ;;
71ab34df 932
cd9a469c 933 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
934 | --dataroo | --dataro | --datar)
935 ac_prev=datarootdir ;;
936 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
937 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
938 datarootdir=$ac_optarg ;;
939
71ab34df 940 -disable-* | --disable-*)
cd9a469c 941 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
71ab34df 942 # Reject names that are not valid shell variable names.
cd9a469c 943 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
944 as_fn_error "invalid feature name: $ac_useropt"
945 ac_useropt_orig=$ac_useropt
946 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
947 case $ac_user_opts in
948 *"
949"enable_$ac_useropt"
950"*) ;;
951 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
952 ac_unrecognized_sep=', ';;
953 esac
954 eval enable_$ac_useropt=no ;;
955
956 -docdir | --docdir | --docdi | --doc | --do)
957 ac_prev=docdir ;;
958 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
959 docdir=$ac_optarg ;;
960
961 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
962 ac_prev=dvidir ;;
963 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
964 dvidir=$ac_optarg ;;
71ab34df 965
966 -enable-* | --enable-*)
cd9a469c 967 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
71ab34df 968 # Reject names that are not valid shell variable names.
cd9a469c 969 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
970 as_fn_error "invalid feature name: $ac_useropt"
971 ac_useropt_orig=$ac_useropt
972 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
973 case $ac_user_opts in
974 *"
975"enable_$ac_useropt"
976"*) ;;
977 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
978 ac_unrecognized_sep=', ';;
5084f823 979 esac
cd9a469c 980 eval enable_$ac_useropt=\$ac_optarg ;;
71ab34df 981
982 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
983 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
984 | --exec | --exe | --ex)
985 ac_prev=exec_prefix ;;
986 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
987 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
988 | --exec=* | --exe=* | --ex=*)
b30fcfae 989 exec_prefix=$ac_optarg ;;
71ab34df 990
991 -gas | --gas | --ga | --g)
992 # Obsolete; use --with-gas.
993 with_gas=yes ;;
994
b30fcfae 995 -help | --help | --hel | --he | -h)
996 ac_init_help=long ;;
997 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
998 ac_init_help=recursive ;;
999 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1000 ac_init_help=short ;;
71ab34df 1001
1002 -host | --host | --hos | --ho)
b30fcfae 1003 ac_prev=host_alias ;;
71ab34df 1004 -host=* | --host=* | --hos=* | --ho=*)
b30fcfae 1005 host_alias=$ac_optarg ;;
71ab34df 1006
cd9a469c 1007 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1008 ac_prev=htmldir ;;
1009 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1010 | --ht=*)
1011 htmldir=$ac_optarg ;;
1012
71ab34df 1013 -includedir | --includedir | --includedi | --included | --include \
1014 | --includ | --inclu | --incl | --inc)
1015 ac_prev=includedir ;;
1016 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1017 | --includ=* | --inclu=* | --incl=* | --inc=*)
b30fcfae 1018 includedir=$ac_optarg ;;
71ab34df 1019
1020 -infodir | --infodir | --infodi | --infod | --info | --inf)
1021 ac_prev=infodir ;;
1022 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b30fcfae 1023 infodir=$ac_optarg ;;
71ab34df 1024
1025 -libdir | --libdir | --libdi | --libd)
1026 ac_prev=libdir ;;
1027 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b30fcfae 1028 libdir=$ac_optarg ;;
71ab34df 1029
1030 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1031 | --libexe | --libex | --libe)
1032 ac_prev=libexecdir ;;
1033 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1034 | --libexe=* | --libex=* | --libe=*)
b30fcfae 1035 libexecdir=$ac_optarg ;;
71ab34df 1036
cd9a469c 1037 -localedir | --localedir | --localedi | --localed | --locale)
1038 ac_prev=localedir ;;
1039 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1040 localedir=$ac_optarg ;;
1041
71ab34df 1042 -localstatedir | --localstatedir | --localstatedi | --localstated \
cd9a469c 1043 | --localstate | --localstat | --localsta | --localst | --locals)
71ab34df 1044 ac_prev=localstatedir ;;
1045 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
cd9a469c 1046 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b30fcfae 1047 localstatedir=$ac_optarg ;;
71ab34df 1048
1049 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1050 ac_prev=mandir ;;
1051 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b30fcfae 1052 mandir=$ac_optarg ;;
71ab34df 1053
1054 -nfp | --nfp | --nf)
1055 # Obsolete; use --without-fp.
1056 with_fp=no ;;
1057
1058 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b30fcfae 1059 | --no-cr | --no-c | -n)
71ab34df 1060 no_create=yes ;;
1061
1062 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1063 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1064 no_recursion=yes ;;
1065
1066 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1067 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1068 | --oldin | --oldi | --old | --ol | --o)
1069 ac_prev=oldincludedir ;;
1070 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1071 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1072 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b30fcfae 1073 oldincludedir=$ac_optarg ;;
71ab34df 1074
1075 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1076 ac_prev=prefix ;;
1077 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b30fcfae 1078 prefix=$ac_optarg ;;
71ab34df 1079
1080 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1081 | --program-pre | --program-pr | --program-p)
1082 ac_prev=program_prefix ;;
1083 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1084 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b30fcfae 1085 program_prefix=$ac_optarg ;;
71ab34df 1086
1087 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1088 | --program-suf | --program-su | --program-s)
1089 ac_prev=program_suffix ;;
1090 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1091 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b30fcfae 1092 program_suffix=$ac_optarg ;;
71ab34df 1093
1094 -program-transform-name | --program-transform-name \
1095 | --program-transform-nam | --program-transform-na \
1096 | --program-transform-n | --program-transform- \
1097 | --program-transform | --program-transfor \
1098 | --program-transfo | --program-transf \
1099 | --program-trans | --program-tran \
1100 | --progr-tra | --program-tr | --program-t)
1101 ac_prev=program_transform_name ;;
1102 -program-transform-name=* | --program-transform-name=* \
1103 | --program-transform-nam=* | --program-transform-na=* \
1104 | --program-transform-n=* | --program-transform-=* \
1105 | --program-transform=* | --program-transfor=* \
1106 | --program-transfo=* | --program-transf=* \
1107 | --program-trans=* | --program-tran=* \
1108 | --progr-tra=* | --program-tr=* | --program-t=*)
b30fcfae 1109 program_transform_name=$ac_optarg ;;
71ab34df 1110
cd9a469c 1111 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1112 ac_prev=pdfdir ;;
1113 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1114 pdfdir=$ac_optarg ;;
1115
1116 -psdir | --psdir | --psdi | --psd | --ps)
1117 ac_prev=psdir ;;
1118 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1119 psdir=$ac_optarg ;;
1120
71ab34df 1121 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1122 | -silent | --silent | --silen | --sile | --sil)
1123 silent=yes ;;
1124
1125 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1126 ac_prev=sbindir ;;
1127 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1128 | --sbi=* | --sb=*)
b30fcfae 1129 sbindir=$ac_optarg ;;
71ab34df 1130
1131 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1132 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1133 | --sharedst | --shareds | --shared | --share | --shar \
1134 | --sha | --sh)
1135 ac_prev=sharedstatedir ;;
1136 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1137 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1138 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1139 | --sha=* | --sh=*)
b30fcfae 1140 sharedstatedir=$ac_optarg ;;
71ab34df 1141
1142 -site | --site | --sit)
1143 ac_prev=site ;;
1144 -site=* | --site=* | --sit=*)
b30fcfae 1145 site=$ac_optarg ;;
71ab34df 1146
1147 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1148 ac_prev=srcdir ;;
1149 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b30fcfae 1150 srcdir=$ac_optarg ;;
71ab34df 1151
1152 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1153 | --syscon | --sysco | --sysc | --sys | --sy)
1154 ac_prev=sysconfdir ;;
1155 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1156 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b30fcfae 1157 sysconfdir=$ac_optarg ;;
71ab34df 1158
1159 -target | --target | --targe | --targ | --tar | --ta | --t)
b30fcfae 1160 ac_prev=target_alias ;;
71ab34df 1161 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b30fcfae 1162 target_alias=$ac_optarg ;;
71ab34df 1163
1164 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1165 verbose=yes ;;
1166
b30fcfae 1167 -version | --version | --versio | --versi | --vers | -V)
1168 ac_init_version=: ;;
71ab34df 1169
1170 -with-* | --with-*)
cd9a469c 1171 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
71ab34df 1172 # Reject names that are not valid shell variable names.
cd9a469c 1173 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1174 as_fn_error "invalid package name: $ac_useropt"
1175 ac_useropt_orig=$ac_useropt
1176 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1177 case $ac_user_opts in
1178 *"
1179"with_$ac_useropt"
1180"*) ;;
1181 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1182 ac_unrecognized_sep=', ';;
5084f823 1183 esac
cd9a469c 1184 eval with_$ac_useropt=\$ac_optarg ;;
71ab34df 1185
1186 -without-* | --without-*)
cd9a469c 1187 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
71ab34df 1188 # Reject names that are not valid shell variable names.
cd9a469c 1189 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1190 as_fn_error "invalid package name: $ac_useropt"
1191 ac_useropt_orig=$ac_useropt
1192 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1193 case $ac_user_opts in
1194 *"
1195"with_$ac_useropt"
1196"*) ;;
1197 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1198 ac_unrecognized_sep=', ';;
1199 esac
1200 eval with_$ac_useropt=no ;;
71ab34df 1201
1202 --x)
1203 # Obsolete; use --with-x.
1204 with_x=yes ;;
1205
1206 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1207 | --x-incl | --x-inc | --x-in | --x-i)
1208 ac_prev=x_includes ;;
1209 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1210 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b30fcfae 1211 x_includes=$ac_optarg ;;
71ab34df 1212
1213 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1214 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1215 ac_prev=x_libraries ;;
1216 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1217 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b30fcfae 1218 x_libraries=$ac_optarg ;;
71ab34df 1219
cd9a469c 1220 -*) as_fn_error "unrecognized option: \`$ac_option'
1221Try \`$0 --help' for more information."
71ab34df 1222 ;;
1223
b30fcfae 1224 *=*)
1225 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1226 # Reject names that are not valid shell variable names.
cd9a469c 1227 case $ac_envvar in #(
1228 '' | [0-9]* | *[!_$as_cr_alnum]* )
1229 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1230 esac
1231 eval $ac_envvar=\$ac_optarg
b30fcfae 1232 export $ac_envvar ;;
1233
71ab34df 1234 *)
b30fcfae 1235 # FIXME: should be removed in autoconf 3.0.
cd9a469c 1236 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b30fcfae 1237 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
cd9a469c 1238 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
b30fcfae 1239 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
71ab34df 1240 ;;
1241
1242 esac
1243done
1244
1245if test -n "$ac_prev"; then
b30fcfae 1246 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
cd9a469c 1247 as_fn_error "missing argument to $ac_option"
ae48753c 1248fi
ae48753c 1249
cd9a469c 1250if test -n "$ac_unrecognized_opts"; then
1251 case $enable_option_checking in
1252 no) ;;
1253 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1254 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
5084f823 1255 esac
cd9a469c 1256fi
5084f823 1257
cd9a469c 1258# Check all directory arguments for consistency.
1259for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1260 datadir sysconfdir sharedstatedir localstatedir includedir \
1261 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1262 libdir localedir mandir
5084f823 1263do
cd9a469c 1264 eval ac_val=\$$ac_var
1265 # Remove trailing slashes.
1266 case $ac_val in
1267 */ )
1268 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1269 eval $ac_var=\$ac_val;;
1270 esac
1271 # Be sure to have absolute directory names.
5084f823 1272 case $ac_val in
cd9a469c 1273 [\\/$]* | ?:[\\/]* ) continue;;
1274 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
71ab34df 1275 esac
cd9a469c 1276 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
71ab34df 1277done
1278
b30fcfae 1279# There might be people who depend on the old broken behavior: `$host'
1280# used to hold the argument of --host etc.
1281# FIXME: To remove some day.
1282build=$build_alias
1283host=$host_alias
1284target=$target_alias
a83ffacf 1285
b30fcfae 1286# FIXME: To remove some day.
1287if test "x$host_alias" != x; then
1288 if test "x$build_alias" = x; then
1289 cross_compiling=maybe
cd9a469c 1290 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
b30fcfae 1291 If a cross compiler is detected then cross compile mode will be used." >&2
1292 elif test "x$build_alias" != "x$host_alias"; then
1293 cross_compiling=yes
1294 fi
1295fi
1296
1297ac_tool_prefix=
1298test -n "$host_alias" && ac_tool_prefix=$host_alias-
1299
1300test "$silent" = yes && exec 6>/dev/null
71ab34df 1301
71ab34df 1302
cd9a469c 1303ac_pwd=`pwd` && test -n "$ac_pwd" &&
1304ac_ls_di=`ls -di .` &&
1305ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1306 as_fn_error "working directory cannot be determined"
1307test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1308 as_fn_error "pwd does not report name of working directory"
1309
1310
71ab34df 1311# Find the source files, if location was not specified.
1312if test -z "$srcdir"; then
1313 ac_srcdir_defaulted=yes
cd9a469c 1314 # Try the directory containing this script, then the parent directory.
1315 ac_confdir=`$as_dirname -- "$as_myself" ||
1316$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1317 X"$as_myself" : 'X\(//\)[^/]' \| \
1318 X"$as_myself" : 'X\(//\)$' \| \
1319 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1320$as_echo X"$as_myself" |
1321 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1322 s//\1/
1323 q
1324 }
1325 /^X\(\/\/\)[^/].*/{
1326 s//\1/
1327 q
1328 }
1329 /^X\(\/\/\)$/{
1330 s//\1/
1331 q
1332 }
1333 /^X\(\/\).*/{
1334 s//\1/
1335 q
1336 }
1337 s/.*/./; q'`
71ab34df 1338 srcdir=$ac_confdir
cd9a469c 1339 if test ! -r "$srcdir/$ac_unique_file"; then
71ab34df 1340 srcdir=..
1341 fi
1342else
1343 ac_srcdir_defaulted=no
1344fi
cd9a469c 1345if test ! -r "$srcdir/$ac_unique_file"; then
1346 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1347 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1348fi
1349ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1350ac_abs_confdir=`(
1351 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1352 pwd)`
1353# When building in place, set srcdir=.
1354if test "$ac_abs_confdir" = "$ac_pwd"; then
1355 srcdir=.
1356fi
1357# Remove unnecessary trailing slashes from srcdir.
1358# Double slashes in file names in object file debugging info
1359# mess up M-x gdb in Emacs.
1360case $srcdir in
1361*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1362esac
13d2f2b2 1363case $srcdir in
1364 *" "*)
1365 as_fn_error "path to source, $srcdir, contains spaces"
1366 ;;
1367esac
d2d2630b 1368ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1369
cd9a469c 1370for ac_var in $ac_precious_vars; do
1371 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1372 eval ac_env_${ac_var}_value=\$${ac_var}
1373 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1374 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1375done
b30fcfae 1376
1377#
1378# Report the --help message.
1379#
1380if test "$ac_init_help" = "long"; then
1381 # Omit some internal or obsolete options to make the list less imposing.
1382 # This message is too long to be a string in the A/UX 3.1 sh.
1383 cat <<_ACEOF
1384\`configure' configures this package to adapt to many kinds of systems.
1385
1386Usage: $0 [OPTION]... [VAR=VALUE]...
1387
1388To assign environment variables (e.g., CC, CFLAGS...), specify them as
1389VAR=VALUE. See below for descriptions of some of the useful variables.
1390
1391Defaults for the options are specified in brackets.
1392
1393Configuration:
1394 -h, --help display this help and exit
1395 --help=short display options specific to this package
1396 --help=recursive display the short help of all the included packages
1397 -V, --version display version information and exit
1398 -q, --quiet, --silent do not print \`checking...' messages
1399 --cache-file=FILE cache test results in FILE [disabled]
1400 -C, --config-cache alias for \`--cache-file=config.cache'
1401 -n, --no-create do not create output files
1402 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1403
b30fcfae 1404Installation directories:
1405 --prefix=PREFIX install architecture-independent files in PREFIX
cd9a469c 1406 [$ac_default_prefix]
b30fcfae 1407 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
cd9a469c 1408 [PREFIX]
b30fcfae 1409
1410By default, \`make install' will install all the files in
1411\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1412an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1413for instance \`--prefix=\$HOME'.
1414
1415For better control, use the options below.
1416
1417Fine tuning of the installation directories:
cd9a469c 1418 --bindir=DIR user executables [EPREFIX/bin]
1419 --sbindir=DIR system admin executables [EPREFIX/sbin]
1420 --libexecdir=DIR program executables [EPREFIX/libexec]
1421 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1422 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1423 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1424 --libdir=DIR object code libraries [EPREFIX/lib]
1425 --includedir=DIR C header files [PREFIX/include]
1426 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1427 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1428 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1429 --infodir=DIR info documentation [DATAROOTDIR/info]
1430 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1431 --mandir=DIR man documentation [DATAROOTDIR/man]
1432 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1433 --htmldir=DIR html documentation [DOCDIR]
1434 --dvidir=DIR dvi documentation [DOCDIR]
1435 --pdfdir=DIR pdf documentation [DOCDIR]
1436 --psdir=DIR ps documentation [DOCDIR]
b30fcfae 1437_ACEOF
1438
1439 cat <<\_ACEOF
1440
1441Program names:
1442 --program-prefix=PREFIX prepend PREFIX to installed program names
1443 --program-suffix=SUFFIX append SUFFIX to installed program names
1444 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1445
1446System types:
1447 --build=BUILD configure for building on BUILD [guessed]
1448 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1449 --target=TARGET configure for building compilers for TARGET [HOST]
1450_ACEOF
1451fi
1452
1453if test -n "$ac_init_help"; then
1454
1455 cat <<\_ACEOF
1456
1457Optional Features:
cd9a469c 1458 --disable-option-checking ignore unrecognized --enable/--with options
b30fcfae 1459 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1460 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1e369e5f 1461 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
8747a938 1462 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
d9d975ae 1463 --disable-libquadmath do not build libquadmath directory
1464 --disable-libquadmath-support
1465 disable libquadmath support for Fortran
09c2d953 1466 --enable-libada build libada directory
1467 --enable-libssp build libssp directory
a3ba808f 1468 --disable-libstdcxx do not build libstdc++-v3 directory
d7e52ac9 1469 --enable-static-libjava[=ARG]
1470 build static libjava [default=no]
6c59dfa4 1471 --enable-bootstrap enable bootstrapping [yes if native build]
87e20041 1472 --disable-isl-version-check
1473 disable check for ISL version
a3c81e03 1474 --disable-cloog-version-check
1475 disable check for CLooG version
7bfefa9d 1476 --enable-lto enable link time optimization support
8747a938 1477 --enable-stage1-languages[=all]
1478 choose additional languages to build during stage1.
1479 Mostly useful for compiler development
1480 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1481 Objective-C runtime
09c2d953 1482 --enable-serial-[{host,target,build}-]configure
8747a938 1483 force sequential configuration of sub-packages for
1484 the host, target or build machine, or all
1485 sub-packages
1486 --enable-maintainer-mode
1487 enable make rules and dependencies not useful (and
1488 sometimes confusing) to the casual installer
1489 --enable-stage1-checking[=all]
1490 choose additional checking for stage1 of the
1491 compiler
b30fcfae 1492 --enable-werror enable -Werror in bootstrap stage2 and later
1493
1494Optional Packages:
1495 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1496 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1497 --with-build-libsubdir=DIR Directory where to find libraries for build system
8747a938 1498 --with-mpc=PATH specify prefix directory for installed MPC package.
1499 Equivalent to --with-mpc-include=PATH/include plus
1500 --with-mpc-lib=PATH/lib
1501 --with-mpc-include=PATH specify directory for installed MPC include files
1502 --with-mpc-lib=PATH specify directory for the installed MPC library
09c2d953 1503 --with-mpfr-dir=PATH this option has been REMOVED
1504 --with-mpfr=PATH specify prefix directory for installed MPFR package.
8747a938 1505 Equivalent to --with-mpfr-include=PATH/include plus
1506 --with-mpfr-lib=PATH/lib
b30fcfae 1507 --with-mpfr-include=PATH
09c2d953 1508 specify directory for installed MPFR include files
1509 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1510 --with-gmp-dir=PATH this option has been REMOVED
8747a938 1511 --with-gmp=PATH specify prefix directory for the installed GMP
1512 package. Equivalent to
1513 --with-gmp-include=PATH/include plus
1514 --with-gmp-lib=PATH/lib
09c2d953 1515 --with-gmp-include=PATH specify directory for installed GMP include files
1516 --with-gmp-lib=PATH specify directory for the installed GMP library
8747a938 1517 --with-host-libstdcxx=L use linker arguments L to link with libstdc++ when
1518 linking with PPL
13687c85 1519 --with-stage1-libs=LIBS libraries for stage1
8747a938 1520 --with-stage1-ldflags=FLAGS
1521 linker flags for stage1
8747a938 1522 --with-boot-libs=LIBS libraries for stage2 and later
1523 --with-boot-ldflags=FLAGS
1524 linker flags for stage2 and later
83d54ac4 1525 --with-cloog=PATH Specify prefix directory for the installed CLooG-ISL
1526 package. Equivalent to
1527 --with-cloog-include=PATH/include plus
1528 --with-cloog-lib=PATH/lib
87e20041 1529 --with-isl=PATH Specify prefix directory for the installed ISL
8747a938 1530 package. Equivalent to
87e20041 1531 --with-isl-include=PATH/include plus
1532 --with-isl-lib=PATH/lib
1533 --with-isl-include=PATH Specify directory for installed ISL include files
1534 --with-isl-lib=PATH Specify the directory for the installed ISL library
a3c81e03 1535 --with-cloog-include=PATH
1536 Specify directory for installed CLooG include files
1537 --with-cloog-lib=PATH Specify the directory for the installed CLooG
1538 library
09c2d953 1539 --with-build-sysroot=SYSROOT
b30fcfae 1540 use sysroot as the system root during the build
5f1f2de5 1541 --with-debug-prefix-map='A=B C=D ...'
8747a938 1542 map A to B, C to D ... in debug information
1543 --with-build-config='NAME NAME2...'
1544 use config/NAME.mk build configuration
09c2d953 1545 --with-build-time-tools=PATH
b30fcfae 1546 use given path to find target tools during the build
b30fcfae 1547
1548Some influential environment variables:
1549 CC C compiler command
1550 CFLAGS C compiler flags
1551 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1552 nonstandard directory <lib dir>
cd9a469c 1553 LIBS libraries to pass to the linker, e.g. -l<library>
1554 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1555 you have headers in a nonstandard directory <include dir>
eae5b2bc 1556 CXX C++ compiler command
1557 CXXFLAGS C++ compiler flags
372a3f1e 1558 build_configargs
1559 additional configure arguments for build directories
1560 host_configargs
1561 additional configure arguments for host directories
1562 target_configargs
1563 additional configure arguments for target directories
95a05732 1564 AR AR for the host
1565 AS AS for the host
1566 DLLTOOL DLLTOOL for the host
1567 LD LD for the host
1568 LIPO LIPO for the host
1569 NM NM for the host
1570 RANLIB RANLIB for the host
1571 STRIP STRIP for the host
1572 WINDRES WINDRES for the host
75d6a0a9 1573 WINDMC WINDMC for the host
95a05732 1574 OBJCOPY OBJCOPY for the host
1575 OBJDUMP OBJDUMP for the host
3f71364d 1576 READELF READELF for the host
95a05732 1577 CC_FOR_TARGET
1578 CC for the target
1579 CXX_FOR_TARGET
1580 CXX for the target
1581 GCC_FOR_TARGET
1582 GCC for the target
1583 GCJ_FOR_TARGET
1584 GCJ for the target
1585 GFORTRAN_FOR_TARGET
1586 GFORTRAN for the target
5ff5b630 1587 GOC_FOR_TARGET
1588 GOC for the target
95a05732 1589 AR_FOR_TARGET
1590 AR for the target
1591 AS_FOR_TARGET
1592 AS for the target
1593 DLLTOOL_FOR_TARGET
1594 DLLTOOL for the target
1595 LD_FOR_TARGET
1596 LD for the target
1597 LIPO_FOR_TARGET
1598 LIPO for the target
1599 NM_FOR_TARGET
1600 NM for the target
1601 OBJDUMP_FOR_TARGET
1602 OBJDUMP for the target
1603 RANLIB_FOR_TARGET
1604 RANLIB for the target
3f71364d 1605 READELF_FOR_TARGET
1606 READELF for the target
95a05732 1607 STRIP_FOR_TARGET
1608 STRIP for the target
1609 WINDRES_FOR_TARGET
1610 WINDRES for the target
75d6a0a9 1611 WINDMC_FOR_TARGET
1612 WINDMC for the target
b30fcfae 1613
1614Use these variables to override the choices made by `configure' or to help
1615it to find libraries and programs with nonstandard names/locations.
1616
cd9a469c 1617Report bugs to the package provider.
b30fcfae 1618_ACEOF
cd9a469c 1619ac_status=$?
b30fcfae 1620fi
1621
1622if test "$ac_init_help" = "recursive"; then
1623 # If there are subdirs, report their specific --help.
b30fcfae 1624 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
cd9a469c 1625 test -d "$ac_dir" ||
1626 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1627 continue
b30fcfae 1628 ac_builddir=.
1629
cd9a469c 1630case "$ac_dir" in
1631.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1632*)
1633 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1634 # A ".." for each directory in $ac_dir_suffix.
1635 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1636 case $ac_top_builddir_sub in
1637 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1638 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1639 esac ;;
1640esac
1641ac_abs_top_builddir=$ac_pwd
1642ac_abs_builddir=$ac_pwd$ac_dir_suffix
1643# for backward compatibility:
1644ac_top_builddir=$ac_top_build_prefix
b30fcfae 1645
1646case $srcdir in
cd9a469c 1647 .) # We are building in place.
b30fcfae 1648 ac_srcdir=.
cd9a469c 1649 ac_top_srcdir=$ac_top_builddir_sub
1650 ac_abs_top_srcdir=$ac_pwd ;;
1651 [\\/]* | ?:[\\/]* ) # Absolute name.
b30fcfae 1652 ac_srcdir=$srcdir$ac_dir_suffix;
cd9a469c 1653 ac_top_srcdir=$srcdir
1654 ac_abs_top_srcdir=$srcdir ;;
1655 *) # Relative name.
1656 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1657 ac_top_srcdir=$ac_top_build_prefix$srcdir
1658 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5084f823 1659esac
cd9a469c 1660ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1661
1662 cd "$ac_dir" || { ac_status=$?; continue; }
1663 # Check for guested configure.
1664 if test -f "$ac_srcdir/configure.gnu"; then
1665 echo &&
1666 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1667 elif test -f "$ac_srcdir/configure"; then
1668 echo &&
1669 $SHELL "$ac_srcdir/configure" --help=recursive
b30fcfae 1670 else
cd9a469c 1671 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1672 fi || ac_status=$?
1673 cd "$ac_pwd" || { ac_status=$?; break; }
b30fcfae 1674 done
1675fi
1676
cd9a469c 1677test -n "$ac_init_help" && exit $ac_status
b30fcfae 1678if $ac_init_version; then
1679 cat <<\_ACEOF
cd9a469c 1680configure
1681generated by GNU Autoconf 2.64
b30fcfae 1682
cd9a469c 1683Copyright (C) 2009 Free Software Foundation, Inc.
b30fcfae 1684This configure script is free software; the Free Software Foundation
1685gives unlimited permission to copy, distribute and modify it.
1686_ACEOF
cd9a469c 1687 exit
a83ffacf 1688fi
cd9a469c 1689
1690## ------------------------ ##
1691## Autoconf initialization. ##
1692## ------------------------ ##
1693
1694# ac_fn_c_try_compile LINENO
1695# --------------------------
1696# Try to compile conftest.$ac_ext, and return whether this succeeded.
1697ac_fn_c_try_compile ()
1698{
1699 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1700 rm -f conftest.$ac_objext
1701 if { { ac_try="$ac_compile"
1702case "(($ac_try" in
1703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1704 *) ac_try_echo=$ac_try;;
1705esac
1706eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1707$as_echo "$ac_try_echo"; } >&5
1708 (eval "$ac_compile") 2>conftest.err
1709 ac_status=$?
1710 if test -s conftest.err; then
1711 grep -v '^ *+' conftest.err >conftest.er1
1712 cat conftest.er1 >&5
1713 mv -f conftest.er1 conftest.err
1714 fi
1715 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1716 test $ac_status = 0; } && {
1717 test -z "$ac_c_werror_flag" ||
1718 test ! -s conftest.err
1719 } && test -s conftest.$ac_objext; then :
1720 ac_retval=0
1721else
1722 $as_echo "$as_me: failed program was:" >&5
1723sed 's/^/| /' conftest.$ac_ext >&5
1724
1725 ac_retval=1
1726fi
1727 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1728 return $ac_retval
1729
1730} # ac_fn_c_try_compile
1731
1732# ac_fn_cxx_try_compile LINENO
1733# ----------------------------
1734# Try to compile conftest.$ac_ext, and return whether this succeeded.
1735ac_fn_cxx_try_compile ()
1736{
1737 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1738 rm -f conftest.$ac_objext
1739 if { { ac_try="$ac_compile"
1740case "(($ac_try" in
1741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1742 *) ac_try_echo=$ac_try;;
1743esac
1744eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1745$as_echo "$ac_try_echo"; } >&5
1746 (eval "$ac_compile") 2>conftest.err
1747 ac_status=$?
1748 if test -s conftest.err; then
1749 grep -v '^ *+' conftest.err >conftest.er1
1750 cat conftest.er1 >&5
1751 mv -f conftest.er1 conftest.err
1752 fi
1753 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1754 test $ac_status = 0; } && {
1755 test -z "$ac_cxx_werror_flag" ||
1756 test ! -s conftest.err
1757 } && test -s conftest.$ac_objext; then :
1758 ac_retval=0
1759else
1760 $as_echo "$as_me: failed program was:" >&5
1761sed 's/^/| /' conftest.$ac_ext >&5
1762
1763 ac_retval=1
1764fi
1765 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1766 return $ac_retval
1767
1768} # ac_fn_cxx_try_compile
1769
13687c85 1770# ac_fn_cxx_try_link LINENO
1771# -------------------------
1772# Try to link conftest.$ac_ext, and return whether this succeeded.
1773ac_fn_cxx_try_link ()
1774{
1775 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1776 rm -f conftest.$ac_objext conftest$ac_exeext
1777 if { { ac_try="$ac_link"
1778case "(($ac_try" in
1779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1780 *) ac_try_echo=$ac_try;;
1781esac
1782eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1783$as_echo "$ac_try_echo"; } >&5
1784 (eval "$ac_link") 2>conftest.err
1785 ac_status=$?
1786 if test -s conftest.err; then
1787 grep -v '^ *+' conftest.err >conftest.er1
1788 cat conftest.er1 >&5
1789 mv -f conftest.er1 conftest.err
1790 fi
1791 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1792 test $ac_status = 0; } && {
1793 test -z "$ac_cxx_werror_flag" ||
1794 test ! -s conftest.err
1795 } && test -s conftest$ac_exeext && {
1796 test "$cross_compiling" = yes ||
1797 $as_test_x conftest$ac_exeext
1798 }; then :
1799 ac_retval=0
1800else
1801 $as_echo "$as_me: failed program was:" >&5
1802sed 's/^/| /' conftest.$ac_ext >&5
1803
1804 ac_retval=1
1805fi
1806 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1807 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1808 # interfere with the next link command; also delete a directory that is
1809 # left behind by Apple's compiler. We do this before executing the actions.
1810 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1811 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1812 return $ac_retval
1813
1814} # ac_fn_cxx_try_link
1815
cd9a469c 1816# ac_fn_c_try_link LINENO
1817# -----------------------
1818# Try to link conftest.$ac_ext, and return whether this succeeded.
1819ac_fn_c_try_link ()
1820{
1821 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1822 rm -f conftest.$ac_objext conftest$ac_exeext
1823 if { { ac_try="$ac_link"
1824case "(($ac_try" in
1825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1826 *) ac_try_echo=$ac_try;;
1827esac
1828eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1829$as_echo "$ac_try_echo"; } >&5
1830 (eval "$ac_link") 2>conftest.err
1831 ac_status=$?
1832 if test -s conftest.err; then
1833 grep -v '^ *+' conftest.err >conftest.er1
1834 cat conftest.er1 >&5
1835 mv -f conftest.er1 conftest.err
1836 fi
1837 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1838 test $ac_status = 0; } && {
1839 test -z "$ac_c_werror_flag" ||
1840 test ! -s conftest.err
1841 } && test -s conftest$ac_exeext && {
1842 test "$cross_compiling" = yes ||
1843 $as_test_x conftest$ac_exeext
1844 }; then :
1845 ac_retval=0
1846else
1847 $as_echo "$as_me: failed program was:" >&5
1848sed 's/^/| /' conftest.$ac_ext >&5
1849
1850 ac_retval=1
1851fi
1852 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1853 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1854 # interfere with the next link command; also delete a directory that is
1855 # left behind by Apple's compiler. We do this before executing the actions.
1856 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1857 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1858 return $ac_retval
1859
1860} # ac_fn_c_try_link
87e20041 1861
1862# ac_fn_c_try_run LINENO
1863# ----------------------
1864# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1865# that executables *can* be run.
1866ac_fn_c_try_run ()
1867{
1868 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1869 if { { ac_try="$ac_link"
1870case "(($ac_try" in
1871 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1872 *) ac_try_echo=$ac_try;;
1873esac
1874eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1875$as_echo "$ac_try_echo"; } >&5
1876 (eval "$ac_link") 2>&5
1877 ac_status=$?
1878 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1879 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1880 { { case "(($ac_try" in
1881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1882 *) ac_try_echo=$ac_try;;
1883esac
1884eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1885$as_echo "$ac_try_echo"; } >&5
1886 (eval "$ac_try") 2>&5
1887 ac_status=$?
1888 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1889 test $ac_status = 0; }; }; then :
1890 ac_retval=0
1891else
1892 $as_echo "$as_me: program exited with status $ac_status" >&5
1893 $as_echo "$as_me: failed program was:" >&5
1894sed 's/^/| /' conftest.$ac_ext >&5
1895
1896 ac_retval=$ac_status
1897fi
1898 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1899 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1900 return $ac_retval
1901
1902} # ac_fn_c_try_run
cd9a469c 1903cat >config.log <<_ACEOF
b30fcfae 1904This file contains any messages produced by compilers while
1905running configure, to aid debugging if configure makes a mistake.
1906
1907It was created by $as_me, which was
cd9a469c 1908generated by GNU Autoconf 2.64. Invocation command line was
b30fcfae 1909
1910 $ $0 $@
1911
1912_ACEOF
cd9a469c 1913exec 5>>config.log
b30fcfae 1914{
1915cat <<_ASUNAME
1916## --------- ##
1917## Platform. ##
1918## --------- ##
1919
1920hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1921uname -m = `(uname -m) 2>/dev/null || echo unknown`
1922uname -r = `(uname -r) 2>/dev/null || echo unknown`
1923uname -s = `(uname -s) 2>/dev/null || echo unknown`
1924uname -v = `(uname -v) 2>/dev/null || echo unknown`
1925
1926/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1927/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1928
1929/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1930/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1931/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
cd9a469c 1932/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
b30fcfae 1933/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1934/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1935/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1936
1937_ASUNAME
1938
1939as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1940for as_dir in $PATH
1941do
1942 IFS=$as_save_IFS
1943 test -z "$as_dir" && as_dir=.
cd9a469c 1944 $as_echo "PATH: $as_dir"
1945 done
1946IFS=$as_save_IFS
b30fcfae 1947
1948} >&5
1949
1950cat >&5 <<_ACEOF
1951
1952
1953## ----------- ##
1954## Core tests. ##
1955## ----------- ##
1956
1957_ACEOF
1958
1959
1960# Keep a trace of the command line.
1961# Strip out --no-create and --no-recursion so they do not pile up.
1962# Strip out --silent because we don't want to record it for future runs.
1963# Also quote any args containing shell meta-characters.
1964# Make two passes to allow for proper duplicate-argument suppression.
1965ac_configure_args=
1966ac_configure_args0=
1967ac_configure_args1=
b30fcfae 1968ac_must_keep_next=false
1969for ac_pass in 1 2
1970do
1971 for ac_arg
1972 do
1973 case $ac_arg in
1974 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1975 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1976 | -silent | --silent | --silen | --sile | --sil)
1977 continue ;;
cd9a469c 1978 *\'*)
1979 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b30fcfae 1980 esac
1981 case $ac_pass in
cd9a469c 1982 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b30fcfae 1983 2)
cd9a469c 1984 as_fn_append ac_configure_args1 " '$ac_arg'"
b30fcfae 1985 if test $ac_must_keep_next = true; then
1986 ac_must_keep_next=false # Got value, back to normal.
1987 else
1988 case $ac_arg in
1989 *=* | --config-cache | -C | -disable-* | --disable-* \
1990 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1991 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1992 | -with-* | --with-* | -without-* | --without-* | --x)
1993 case "$ac_configure_args0 " in
1994 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1995 esac
1996 ;;
1997 -* ) ac_must_keep_next=true ;;
1998 esac
1999 fi
cd9a469c 2000 as_fn_append ac_configure_args " '$ac_arg'"
b30fcfae 2001 ;;
2002 esac
2003 done
2004done
cd9a469c 2005{ ac_configure_args0=; unset ac_configure_args0;}
2006{ ac_configure_args1=; unset ac_configure_args1;}
b30fcfae 2007
2008# When interrupted or exit'd, cleanup temporary files, and complete
2009# config.log. We remove comments because anyway the quotes in there
2010# would cause problems or look ugly.
cd9a469c 2011# WARNING: Use '\'' to represent an apostrophe within the trap.
2012# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b30fcfae 2013trap 'exit_status=$?
2014 # Save into config.log some information that might help in debugging.
2015 {
2016 echo
2017
2018 cat <<\_ASBOX
2019## ---------------- ##
2020## Cache variables. ##
2021## ---------------- ##
2022_ASBOX
2023 echo
2024 # The following way of writing the cache mishandles newlines in values,
cd9a469c 2025(
2026 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2027 eval ac_val=\$$ac_var
2028 case $ac_val in #(
2029 *${as_nl}*)
2030 case $ac_var in #(
2031 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2032$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2033 esac
2034 case $ac_var in #(
2035 _ | IFS | as_nl) ;; #(
2036 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2037 *) { eval $ac_var=; unset $ac_var;} ;;
2038 esac ;;
2039 esac
2040 done
b30fcfae 2041 (set) 2>&1 |
cd9a469c 2042 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2043 *${as_nl}ac_space=\ *)
b30fcfae 2044 sed -n \
cd9a469c 2045 "s/'\''/'\''\\\\'\'''\''/g;
2046 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2047 ;; #(
b30fcfae 2048 *)
cd9a469c 2049 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b30fcfae 2050 ;;
cd9a469c 2051 esac |
2052 sort
2053)
b30fcfae 2054 echo
2055
2056 cat <<\_ASBOX
2057## ----------------- ##
2058## Output variables. ##
2059## ----------------- ##
2060_ASBOX
2061 echo
2062 for ac_var in $ac_subst_vars
2063 do
cd9a469c 2064 eval ac_val=\$$ac_var
2065 case $ac_val in
2066 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2067 esac
2068 $as_echo "$ac_var='\''$ac_val'\''"
b30fcfae 2069 done | sort
2070 echo
2071
2072 if test -n "$ac_subst_files"; then
2073 cat <<\_ASBOX
cd9a469c 2074## ------------------- ##
2075## File substitutions. ##
2076## ------------------- ##
b30fcfae 2077_ASBOX
2078 echo
2079 for ac_var in $ac_subst_files
2080 do
cd9a469c 2081 eval ac_val=\$$ac_var
2082 case $ac_val in
2083 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2084 esac
2085 $as_echo "$ac_var='\''$ac_val'\''"
b30fcfae 2086 done | sort
2087 echo
2088 fi
2089
2090 if test -s confdefs.h; then
2091 cat <<\_ASBOX
2092## ----------- ##
2093## confdefs.h. ##
2094## ----------- ##
2095_ASBOX
2096 echo
cd9a469c 2097 cat confdefs.h
b30fcfae 2098 echo
2099 fi
2100 test "$ac_signal" != 0 &&
cd9a469c 2101 $as_echo "$as_me: caught signal $ac_signal"
2102 $as_echo "$as_me: exit $exit_status"
b30fcfae 2103 } >&5
cd9a469c 2104 rm -f core *.core core.conftest.* &&
2105 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b30fcfae 2106 exit $exit_status
cd9a469c 2107' 0
b30fcfae 2108for ac_signal in 1 2 13 15; do
cd9a469c 2109 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b30fcfae 2110done
2111ac_signal=0
2112
2113# confdefs.h avoids OS command line length limits that DEFS can exceed.
cd9a469c 2114rm -f -r conftest* confdefs.h
2115
2116$as_echo "/* confdefs.h */" > confdefs.h
b30fcfae 2117
2118# Predefined preprocessor variables.
2119
2120cat >>confdefs.h <<_ACEOF
2121#define PACKAGE_NAME "$PACKAGE_NAME"
2122_ACEOF
2123
b30fcfae 2124cat >>confdefs.h <<_ACEOF
2125#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2126_ACEOF
2127
b30fcfae 2128cat >>confdefs.h <<_ACEOF
2129#define PACKAGE_VERSION "$PACKAGE_VERSION"
2130_ACEOF
a83ffacf 2131
b30fcfae 2132cat >>confdefs.h <<_ACEOF
2133#define PACKAGE_STRING "$PACKAGE_STRING"
2134_ACEOF
2135
b30fcfae 2136cat >>confdefs.h <<_ACEOF
2137#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2138_ACEOF
2139
cd9a469c 2140cat >>confdefs.h <<_ACEOF
2141#define PACKAGE_URL "$PACKAGE_URL"
2142_ACEOF
2143
b30fcfae 2144
2145# Let the site file select an alternate cache file if it wants to.
cd9a469c 2146# Prefer an explicitly selected file to automatically selected ones.
2147ac_site_file1=NONE
2148ac_site_file2=NONE
2149if test -n "$CONFIG_SITE"; then
2150 ac_site_file1=$CONFIG_SITE
2151elif test "x$prefix" != xNONE; then
2152 ac_site_file1=$prefix/share/config.site
2153 ac_site_file2=$prefix/etc/config.site
2154else
2155 ac_site_file1=$ac_default_prefix/share/config.site
2156 ac_site_file2=$ac_default_prefix/etc/config.site
71ab34df 2157fi
cd9a469c 2158for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2159do
2160 test "x$ac_site_file" = xNONE && continue
71ab34df 2161 if test -r "$ac_site_file"; then
cd9a469c 2162 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2163$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b30fcfae 2164 sed 's/^/| /' "$ac_site_file" >&5
71ab34df 2165 . "$ac_site_file"
2166 fi
2167done
2168
2169if test -r "$cache_file"; then
b30fcfae 2170 # Some versions of bash will fail to source /dev/null (special
2171 # files actually), so we avoid doing that.
2172 if test -f "$cache_file"; then
cd9a469c 2173 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2174$as_echo "$as_me: loading cache $cache_file" >&6;}
b30fcfae 2175 case $cache_file in
cd9a469c 2176 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2177 *) . "./$cache_file";;
b30fcfae 2178 esac
2179 fi
71ab34df 2180else
cd9a469c 2181 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2182$as_echo "$as_me: creating cache $cache_file" >&6;}
b30fcfae 2183 >$cache_file
2184fi
2185
2186# Check that the precious variables saved in the cache have kept the same
2187# value.
2188ac_cache_corrupted=false
cd9a469c 2189for ac_var in $ac_precious_vars; do
b30fcfae 2190 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2191 eval ac_new_set=\$ac_env_${ac_var}_set
cd9a469c 2192 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2193 eval ac_new_val=\$ac_env_${ac_var}_value
b30fcfae 2194 case $ac_old_set,$ac_new_set in
2195 set,)
cd9a469c 2196 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2197$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b30fcfae 2198 ac_cache_corrupted=: ;;
2199 ,set)
cd9a469c 2200 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2201$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b30fcfae 2202 ac_cache_corrupted=: ;;
2203 ,);;
2204 *)
2205 if test "x$ac_old_val" != "x$ac_new_val"; then
cd9a469c 2206 # differences in whitespace do not lead to failure.
2207 ac_old_val_w=`echo x $ac_old_val`
2208 ac_new_val_w=`echo x $ac_new_val`
2209 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2210 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2211$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2212 ac_cache_corrupted=:
2213 else
2214 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2215$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2216 eval $ac_var=\$ac_old_val
2217 fi
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2219$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2220 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2221$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b30fcfae 2222 fi;;
2223 esac
2224 # Pass precious variables to config.status.
2225 if test "$ac_new_set" = set; then
2226 case $ac_new_val in
cd9a469c 2227 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b30fcfae 2228 *) ac_arg=$ac_var=$ac_new_val ;;
2229 esac
2230 case " $ac_configure_args " in
2231 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
cd9a469c 2232 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b30fcfae 2233 esac
2234 fi
2235done
2236if $ac_cache_corrupted; then
cd9a469c 2237 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2238$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2239 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2240$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2241 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
71ab34df 2242fi
cd9a469c 2243## -------------------- ##
2244## Main body of script. ##
2245## -------------------- ##
71ab34df 2246
5084f823 2247ac_ext=c
2248ac_cpp='$CPP $CPPFLAGS'
2249ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2250ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2251ac_compiler_gnu=$ac_cv_c_compiler_gnu
2252
b30fcfae 2253
2254
2255
b30fcfae 2256
2257
cd2f3773 2258
b30fcfae 2259
4e8a889d 2260
2261progname=$0
2262# if PWD already has a value, it is probably wrong.
2263if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2264
2265# Export original configure arguments for use by sub-configures.
2266# Quote arguments with shell meta charatcers.
2267TOPLEVEL_CONFIGURE_ARGUMENTS=
2268set -- "$progname" "$@"
2269for ac_arg
2270do
2271 case "$ac_arg" in
2272 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2273 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2274 # if the argument is of the form -foo=baz, quote the baz part only
2275 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2276 *) ;;
2277 esac
2278 # Add the quoted argument to the list.
2279 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2280done
2281if test "$silent" = yes; then
2282 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2283fi
2284# Remove the initial space we just introduced and, as these will be
2285# expanded by make, quote '$'.
2286TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2287
b30fcfae 2288
2289# Find the build, host, and target systems.
71ab34df 2290ac_aux_dir=
cd9a469c 2291for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2292 for ac_t in install-sh install.sh shtool; do
2293 if test -f "$ac_dir/$ac_t"; then
2294 ac_aux_dir=$ac_dir
2295 ac_install_sh="$ac_aux_dir/$ac_t -c"
2296 break 2
2297 fi
2298 done
71ab34df 2299done
2300if test -z "$ac_aux_dir"; then
cd9a469c 2301 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
71ab34df 2302fi
cd9a469c 2303
2304# These three variables are undocumented and unsupported,
2305# and are intended to be withdrawn in a future Autoconf release.
2306# They can cause serious problems if a builder's source tree is in a directory
2307# whose full name contains unusual characters.
2308ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2309ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2310ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2311
71ab34df 2312
b30fcfae 2313# Make sure we can run config.sub.
cd9a469c 2314$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2315 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2316
2317{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2318$as_echo_n "checking build system type... " >&6; }
2319if test "${ac_cv_build+set}" = set; then :
2320 $as_echo_n "(cached) " >&6
2321else
2322 ac_build_alias=$build_alias
2323test "x$ac_build_alias" = x &&
2324 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2325test "x$ac_build_alias" = x &&
2326 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2327ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2328 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2329
2330fi
2331{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2332$as_echo "$ac_cv_build" >&6; }
2333case $ac_cv_build in
2334*-*-*) ;;
2335*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2336esac
b30fcfae 2337build=$ac_cv_build
cd9a469c 2338ac_save_IFS=$IFS; IFS='-'
2339set x $ac_cv_build
2340shift
2341build_cpu=$1
2342build_vendor=$2
2343shift; shift
2344# Remember, the first character of IFS is used to create $*,
2345# except with old shells:
2346build_os=$*
2347IFS=$ac_save_IFS
2348case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
71ab34df 2349
71ab34df 2350
b30fcfae 2351 case ${build_alias} in
2352 "") build_noncanonical=${build} ;;
2353 *) build_noncanonical=${build_alias} ;;
ae48753c 2354esac
2355
2356
ae48753c 2357
b30fcfae 2358 case ${host_alias} in
2359 "") host_noncanonical=${build_noncanonical} ;;
2360 *) host_noncanonical=${host_alias} ;;
ae48753c 2361esac
2362
ae48753c 2363
b30fcfae 2364
2365 case ${target_alias} in
2366 "") target_noncanonical=${host_noncanonical} ;;
2367 *) target_noncanonical=${target_alias} ;;
ae48753c 2368esac
2369
ae48753c 2370
b30fcfae 2371
2372
2373test "$host_noncanonical" = "$target_noncanonical" &&
71ab34df 2374 test "$program_prefix$program_suffix$program_transform_name" = \
2375 NONENONEs,x,x, &&
b30fcfae 2376 program_transform_name=s,y,y,
ae48753c 2377
cd9a469c 2378{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2379$as_echo_n "checking host system type... " >&6; }
2380if test "${ac_cv_host+set}" = set; then :
2381 $as_echo_n "(cached) " >&6
ae48753c 2382else
cd9a469c 2383 if test "x$host_alias" = x; then
2384 ac_cv_host=$ac_cv_build
2385else
2386 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2387 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2388fi
b30fcfae 2389
ae48753c 2390fi
cd9a469c 2391{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2392$as_echo "$ac_cv_host" >&6; }
2393case $ac_cv_host in
2394*-*-*) ;;
2395*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2396esac
b30fcfae 2397host=$ac_cv_host
cd9a469c 2398ac_save_IFS=$IFS; IFS='-'
2399set x $ac_cv_host
2400shift
2401host_cpu=$1
2402host_vendor=$2
2403shift; shift
2404# Remember, the first character of IFS is used to create $*,
2405# except with old shells:
2406host_os=$*
2407IFS=$ac_save_IFS
2408case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5084f823 2409
2410
cd9a469c 2411{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2412$as_echo_n "checking target system type... " >&6; }
2413if test "${ac_cv_target+set}" = set; then :
2414 $as_echo_n "(cached) " >&6
b30fcfae 2415else
cd9a469c 2416 if test "x$target_alias" = x; then
2417 ac_cv_target=$ac_cv_host
2418else
2419 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2420 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2421fi
b30fcfae 2422
2423fi
cd9a469c 2424{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2425$as_echo "$ac_cv_target" >&6; }
2426case $ac_cv_target in
2427*-*-*) ;;
2428*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2429esac
b30fcfae 2430target=$ac_cv_target
cd9a469c 2431ac_save_IFS=$IFS; IFS='-'
2432set x $ac_cv_target
2433shift
2434target_cpu=$1
2435target_vendor=$2
2436shift; shift
2437# Remember, the first character of IFS is used to create $*,
2438# except with old shells:
2439target_os=$*
2440IFS=$ac_save_IFS
2441case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
b30fcfae 2442
2443
2444# The aliases save the names the user supplied, while $host etc.
2445# will get canonicalized.
2446test -n "$target_alias" &&
2447 test "$program_prefix$program_suffix$program_transform_name" = \
2448 NONENONEs,x,x, &&
2449 program_prefix=${target_alias}-
cd9a469c 2450
71ab34df 2451test "$program_prefix" != NONE &&
cd9a469c 2452 program_transform_name="s&^&$program_prefix&;$program_transform_name"
71ab34df 2453# Use a double $ so make ignores it.
2454test "$program_suffix" != NONE &&
cd9a469c 2455 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2456# Double any \ or $.
b30fcfae 2457# By default was `s,x,x', remove it if useless.
cd9a469c 2458ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2459program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
ae48753c 2460
71ab34df 2461
2462
450e6c84 2463# Get 'install' or 'install-sh' and its variants.
2464# Find a good install program. We prefer a C program (faster),
2465# so one script is as good as another. But avoid the broken or
2466# incompatible versions:
2467# SysV /etc/install, /usr/sbin/install
2468# SunOS /usr/etc/install
2469# IRIX /sbin/install
2470# AIX /bin/install
b30fcfae 2471# AmigaOS /C/install, which installs bootblocks on floppy discs
450e6c84 2472# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2473# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2474# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
b30fcfae 2475# OS/2's system install, which has a completely different semantic
450e6c84 2476# ./install, which can be erroneously created by make from ./install.sh.
82eaf560 2477# Reject install programs that cannot install multiple files.
cd9a469c 2478{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2479$as_echo_n "checking for a BSD-compatible install... " >&6; }
450e6c84 2480if test -z "$INSTALL"; then
cd9a469c 2481if test "${ac_cv_path_install+set}" = set; then :
2482 $as_echo_n "(cached) " >&6
b30fcfae 2483else
2484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2485for as_dir in $PATH
2486do
2487 IFS=$as_save_IFS
2488 test -z "$as_dir" && as_dir=.
cd9a469c 2489 # Account for people who put trailing slashes in PATH elements.
2490case $as_dir/ in #((
2491 ./ | .// | /[cC]/* | \
b30fcfae 2492 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
cd9a469c 2493 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
b30fcfae 2494 /usr/ucb/* ) ;;
2495 *)
2496 # OSF1 and SCO ODT 3.0 have their own names for install.
2497 # Don't use installbsd from OSF since it installs stuff as root
2498 # by default.
2499 for ac_prog in ginstall scoinst install; do
2500 for ac_exec_ext in '' $ac_executable_extensions; do
cd9a469c 2501 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
450e6c84 2502 if test $ac_prog = install &&
b30fcfae 2503 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
450e6c84 2504 # AIX install. It has an incompatible calling convention.
2505 :
b30fcfae 2506 elif test $ac_prog = install &&
2507 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2508 # program-specific install script used by HP pwplus--don't use.
2509 :
450e6c84 2510 else
82eaf560 2511 rm -rf conftest.one conftest.two conftest.dir
2512 echo one > conftest.one
2513 echo two > conftest.two
2514 mkdir conftest.dir
2515 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2516 test -s conftest.one && test -s conftest.two &&
2517 test -s conftest.dir/conftest.one &&
2518 test -s conftest.dir/conftest.two
2519 then
2520 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2521 break 3
2522 fi
450e6c84 2523 fi
2524 fi
2525 done
b30fcfae 2526 done
2527 ;;
2528esac
cd9a469c 2529
2530 done
2531IFS=$as_save_IFS
b30fcfae 2532
82eaf560 2533rm -rf conftest.one conftest.two conftest.dir
450e6c84 2534
2535fi
2536 if test "${ac_cv_path_install+set}" = set; then
b30fcfae 2537 INSTALL=$ac_cv_path_install
450e6c84 2538 else
82eaf560 2539 # As a last resort, use the slow shell script. Don't cache a
2540 # value for INSTALL within a source directory, because that will
450e6c84 2541 # break other packages using the cache if that directory is
82eaf560 2542 # removed, or if the value is a relative name.
b30fcfae 2543 INSTALL=$ac_install_sh
450e6c84 2544 fi
2545fi
cd9a469c 2546{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2547$as_echo "$INSTALL" >&6; }
450e6c84 2548
2549# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2550# It thinks the first close brace ends the variable substitution.
2551test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2552
b30fcfae 2553test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
450e6c84 2554
2555test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2556
cd9a469c 2557{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2558$as_echo_n "checking whether ln works... " >&6; }
2559if test "${acx_cv_prog_LN+set}" = set; then :
2560 $as_echo_n "(cached) " >&6
599a3eac 2561else
2562 rm -f conftestdata_t
2563echo >conftestdata_f
2564if ln conftestdata_f conftestdata_t 2>/dev/null
2565then
2566 acx_cv_prog_LN=ln
2567else
2568 acx_cv_prog_LN=no
2569fi
2570rm -f conftestdata_f conftestdata_t
2571
2572fi
2573if test $acx_cv_prog_LN = no; then
2574 LN="cp"
cd9a469c 2575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2576$as_echo "no, using $LN" >&6; }
599a3eac 2577else
2578 LN="$acx_cv_prog_LN"
cd9a469c 2579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2580$as_echo "yes" >&6; }
599a3eac 2581fi
2582
cd9a469c 2583{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2584$as_echo_n "checking whether ln -s works... " >&6; }
b30fcfae 2585LN_S=$as_ln_s
2586if test "$LN_S" = "ln -s"; then
cd9a469c 2587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2588$as_echo "yes" >&6; }
a4af6a58 2589else
cd9a469c 2590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2591$as_echo "no, using $LN_S" >&6; }
5965d276 2592fi
2593
b181f265 2594{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2595$as_echo_n "checking for a sed that does not truncate output... " >&6; }
2596if test "${ac_cv_path_SED+set}" = set; then :
2597 $as_echo_n "(cached) " >&6
2598else
2599 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2600 for ac_i in 1 2 3 4 5 6 7; do
2601 ac_script="$ac_script$as_nl$ac_script"
2602 done
2603 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2604 { ac_script=; unset ac_script;}
2605 if test -z "$SED"; then
2606 ac_path_SED_found=false
2607 # Loop through the user's path and test for each of PROGNAME-LIST
2608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2609for as_dir in $PATH
2610do
2611 IFS=$as_save_IFS
2612 test -z "$as_dir" && as_dir=.
2613 for ac_prog in sed gsed; do
2614 for ac_exec_ext in '' $ac_executable_extensions; do
2615 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2616 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2617# Check for GNU ac_path_SED and select it if it is found.
2618 # Check for GNU $ac_path_SED
2619case `"$ac_path_SED" --version 2>&1` in
2620*GNU*)
2621 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2622*)
2623 ac_count=0
2624 $as_echo_n 0123456789 >"conftest.in"
2625 while :
2626 do
2627 cat "conftest.in" "conftest.in" >"conftest.tmp"
2628 mv "conftest.tmp" "conftest.in"
2629 cp "conftest.in" "conftest.nl"
2630 $as_echo '' >> "conftest.nl"
2631 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2632 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2633 as_fn_arith $ac_count + 1 && ac_count=$as_val
2634 if test $ac_count -gt ${ac_path_SED_max-0}; then
2635 # Best one so far, save it but keep looking for a better one
2636 ac_cv_path_SED="$ac_path_SED"
2637 ac_path_SED_max=$ac_count
2638 fi
2639 # 10*(2^10) chars as input seems more than enough
2640 test $ac_count -gt 10 && break
2641 done
2642 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2643esac
2644
2645 $ac_path_SED_found && break 3
2646 done
2647 done
2648 done
2649IFS=$as_save_IFS
2650 if test -z "$ac_cv_path_SED"; then
2651 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2652 fi
2653else
2654 ac_cv_path_SED=$SED
2655fi
2656
2657fi
2658{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2659$as_echo "$ac_cv_path_SED" >&6; }
2660 SED="$ac_cv_path_SED"
2661 rm -f conftest.sed
2662
2663for ac_prog in gawk mawk nawk awk
2664do
2665 # Extract the first word of "$ac_prog", so it can be a program name with args.
2666set dummy $ac_prog; ac_word=$2
2667{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2668$as_echo_n "checking for $ac_word... " >&6; }
2669if test "${ac_cv_prog_AWK+set}" = set; then :
2670 $as_echo_n "(cached) " >&6
2671else
2672 if test -n "$AWK"; then
2673 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2674else
2675as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2676for as_dir in $PATH
2677do
2678 IFS=$as_save_IFS
2679 test -z "$as_dir" && as_dir=.
2680 for ac_exec_ext in '' $ac_executable_extensions; do
2681 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2682 ac_cv_prog_AWK="$ac_prog"
2683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2684 break 2
2685 fi
2686done
2687 done
2688IFS=$as_save_IFS
2689
2690fi
2691fi
2692AWK=$ac_cv_prog_AWK
2693if test -n "$AWK"; then
2694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2695$as_echo "$AWK" >&6; }
2696else
2697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2698$as_echo "no" >&6; }
2699fi
2700
2701
2702 test -n "$AWK" && break
2703done
2704
450e6c84 2705
e8eddfdd 2706srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2707
2708# We pass INSTALL explicitly to sub-makes. Make sure that it is not
2709# a relative path.
2710if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2711 INSTALL="${srcpwd}/install-sh -c"
2712fi
2713
71ab34df 2714# Set srcdir to "." if that's what it is.
2715# This is important for multilib support.
2716pwd=`${PWDCMD-pwd}`
71ab34df 2717if test "${pwd}" = "${srcpwd}" ; then
2718 srcdir=.
a8298541 2719fi
2720
71ab34df 2721topsrcdir=$srcpwd
ed37269d 2722
71ab34df 2723extra_host_args=
14ac9144 2724
71ab34df 2725### To add a new directory to the tree, first choose whether it is a target
2726### or a host dependent tool. Then put it into the appropriate list
2727### (library or tools, host or target), doing a dependency sort.
a8298541 2728
b30fcfae 2729# Subdirs will be configured in the order listed in build_configdirs,
71ab34df 2730# configdirs, or target_configdirs; see the serialization section below.
a8298541 2731
b30fcfae 2732# Dependency sorting is only needed when *configuration* must be done in
2733# a particular order. In all cases a dependency should be specified in
71ab34df 2734# the Makefile, whether or not it's implicitly specified here.
a8298541 2735
71ab34df 2736# Double entries in build_configdirs, configdirs, or target_configdirs may
2737# cause circular dependencies and break everything horribly.
a8298541 2738
2f8725b0 2739# these library is used by various programs built for the build
2740# environment
2741#
2742build_libs="build-libiberty"
2743
2744# these tools are built for the build environment
4fc99708 2745build_tools="build-texinfo build-flex build-bison build-m4 build-fixincludes"
2f8725b0 2746
71ab34df 2747# these libraries are used by various programs built for the host environment
2748#
ecd3459e 2749host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl cloog libelf libiconv"
71ab34df 2750
71ab34df 2751# these tools are built for the host environment
2752# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2753# know that we are building the simulator.
2754# binutils, gas and ld appear in that order because it makes sense to run
2755# "make check" in that particular order.
af7c5662 2756# If --enable-gold is used, "gold" may replace "ld".
4fc99708 2757host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools"
71ab34df 2758
2759# libgcj represents the runtime libraries only used by gcj.
2760libgcj="target-libffi \
71ab34df 2761 target-zlib \
71ab34df 2762 target-libjava"
2763
2764# these libraries are built for the target environment, and are built after
2765# the host libraries and the host tools (which may be a cross compiler)
5ab7e123 2766# Note that libiberty is not a target library.
27bfe7b7 2767target_libraries="target-libgcc \
ecd3459e 2768 target-libbacktrace \
71ab34df 2769 target-libgloss \
2770 target-newlib \
a0191bfe 2771 target-libgomp \
6db1d2ca 2772 target-libatomic \
4c0315d0 2773 target-libitm \
54d7d5f2 2774 target-libstdc++-v3 \
4ee9c684 2775 target-libmudflap \
549e2197 2776 target-libsanitizer \
0d55f4d0 2777 target-libssp \
87969c8c 2778 target-libquadmath \
4ee9c684 2779 target-libgfortran \
dd6d3a67 2780 target-boehm-gc \
cdfc500e 2781 ${libgcj} \
93341878 2782 target-libobjc \
5ff5b630 2783 target-libada \
2784 target-libgo"
71ab34df 2785
328637e8 2786# these tools are built using the target libraries, and are intended to
2787# run only in the target environment
71ab34df 2788#
328637e8 2789# note: any program that *uses* libraries that are in the "target_libraries"
6c9785b4 2790# list belongs in this list.
71ab34df 2791#
4fc99708 2792target_tools="target-rda"
a8298541 2793
71ab34df 2794################################################################################
a8298541 2795
71ab34df 2796## All tools belong in one of the four categories, and are assigned above
2797## We assign ${configdirs} this way to remove all embedded newlines. This
2798## is important because configure will choke if they ever get through.
2799## ${configdirs} is directories we build using the host tools.
2800## ${target_configdirs} is directories we build using the target tools.
71ab34df 2801configdirs=`echo ${host_libs} ${host_tools}`
328637e8 2802target_configdirs=`echo ${target_libraries} ${target_tools}`
2b59cb05 2803build_configdirs=`echo ${build_libs} ${build_tools}`
6f4f34a7 2804
d2d2630b 2805
2806
71ab34df 2807################################################################################
a8298541 2808
71ab34df 2809srcname="gnu development package"
a8298541 2810
71ab34df 2811# This gets set non-empty for some net releases of packages.
2812appdirs=""
a8298541 2813
71ab34df 2814# Define is_cross_compiler to save on calls to 'test'.
2815is_cross_compiler=
2816if test x"${host}" = x"${target}" ; then
2817 is_cross_compiler=no
a8298541 2818else
71ab34df 2819 is_cross_compiler=yes
b30fcfae 2820fi
a8298541 2821
2f61b8ca 2822# Find the build and target subdir names.
6f4f34a7 2823
d3e7b04c 2824# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2825# have matching libraries, they should use host libraries: Makefile.tpl
2826# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2827# However, they still use the build modules, because the corresponding
2828# host modules (e.g. bison) are only built for the host when bootstrap
2829# finishes. So:
2830# - build_subdir is where we find build modules, and never changes.
2831# - build_libsubdir is where we find build libraries, and can be overridden.
2832
2833# Prefix 'build-' so this never conflicts with target_subdir.
6f4f34a7 2834build_subdir="build-${build_noncanonical}"
b30fcfae 2835
cd9a469c 2836# Check whether --with-build-libsubdir was given.
2837if test "${with_build_libsubdir+set}" = set; then :
2838 withval=$with_build_libsubdir; build_libsubdir="$withval"
d3e7b04c 2839else
2840 build_libsubdir="$build_subdir"
cd9a469c 2841fi
2842
c1eb9e31 2843# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2844if ( test $srcdir = . && test -d gcc ) \
2845 || test -d $srcdir/../host-${host_noncanonical}; then
2846 host_subdir="host-${host_noncanonical}"
2847else
2848 host_subdir=.
2849fi
6f4f34a7 2850# No prefix.
2851target_subdir=${target_noncanonical}
b30fcfae 2852
04a2e841 2853# Be sure to cover against remnants of an in-tree build.
2854if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2855 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2856Use a pristine source tree when building in a separate tree" "$LINENO" 5
2857fi
a8298541 2858
71ab34df 2859# Skipdirs are removed silently.
2860skipdirs=
2861# Noconfigdirs are removed loudly.
2862noconfigdirs=""
a8298541 2863
71ab34df 2864use_gnu_ld=
2865# Make sure we don't let GNU ld be added if we didn't want it.
2866if test x$with_gnu_ld = xno ; then
2867 use_gnu_ld=no
3d47fcf5 2868 noconfigdirs="$noconfigdirs ld gold"
a8298541 2869fi
2870
71ab34df 2871use_gnu_as=
2872# Make sure we don't let GNU as be added if we didn't want it.
2873if test x$with_gnu_as = xno ; then
2874 use_gnu_as=no
2875 noconfigdirs="$noconfigdirs gas"
a8298541 2876fi
2877
7bfefa9d 2878use_included_zlib=
2879# Make sure we don't let ZLIB be added if we didn't want it.
2880if test x$with_system_zlib = xyes ; then
2881 use_included_zlib=no
2882 noconfigdirs="$noconfigdirs zlib"
2883fi
2884
b30fcfae 2885# some tools are so dependent upon X11 that if we're not building with X,
71ab34df 2886# it's not even worth trying to configure, much less build, that tool.
a8298541 2887
71ab34df 2888case ${with_x} in
2889 yes | "") ;; # the default value for this tree is that X11 is available
2890 no)
f843f075 2891 skipdirs="${skipdirs} tk itcl libgui"
71ab34df 2892 # We won't be able to build gdbtk without X.
b30fcfae 2893 enable_gdbtk=no
71ab34df 2894 ;;
2895 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2896esac
a8298541 2897
6c9785b4 2898# Some are only suitable for cross toolchains.
71ab34df 2899# Remove these if host=target.
2900cross_only="target-libgloss target-newlib target-opcodes"
2901
2902case $is_cross_compiler in
2903 no) skipdirs="${skipdirs} ${cross_only}" ;;
71ab34df 2904esac
a8298541 2905
71ab34df 2906# If both --with-headers and --with-libs are specified, default to
2907# --without-newlib.
e8eddfdd 2908if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2909 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
71ab34df 2910 if test x"${with_newlib}" = x ; then
2911 with_newlib=no
2912 fi
a8298541 2913fi
2914
71ab34df 2915# Recognize --with-newlib/--without-newlib.
2916case ${with_newlib} in
2917 no) skipdirs="${skipdirs} target-newlib" ;;
2918 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2919esac
a8298541 2920
1e369e5f 2921# Handle --enable-gold, --enable-ld.
2922# --disable-gold [--enable-ld]
2923# Build only ld. Default option.
85516948 2924# --enable-gold [--enable-ld]
2925# Build both gold and ld. Install gold as "ld.gold", install ld
2926# as "ld.bfd" and "ld".
2927# --enable-gold=default [--enable-ld]
1e369e5f 2928# Build both gold and ld. Install gold as "ld.gold" and "ld",
2929# install ld as "ld.bfd".
2930# --enable-gold[=default] --disable-ld
2931# Build only gold, which is then installed as both "ld.gold" and "ld".
2932# --enable-gold --enable-ld=default
85516948 2933# Build both gold (installed as "ld.gold") and ld (installed as "ld"
2934# and ld.bfd).
1e369e5f 2935# In other words, ld is default
2936# --enable-gold=default --enable-ld=default
2937# Error.
2938
2939default_ld=
cd9a469c 2940# Check whether --enable-gold was given.
2941if test "${enable_gold+set}" = set; then :
2942 enableval=$enable_gold; ENABLE_GOLD=$enableval
3d47fcf5 2943else
2944 ENABLE_GOLD=no
cd9a469c 2945fi
2946
1e369e5f 2947case "${ENABLE_GOLD}" in
2948 yes|default)
af7c5662 2949 # Check for ELF target.
2950 is_elf=no
2951 case "${target}" in
2952 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2953 | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
e3a1fe08 2954 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
2955 | *-*-solaris2* | *-*-nto*)
af7c5662 2956 case "${target}" in
2957 *-*-linux*aout* | *-*-linux*oldld*)
2958 ;;
2959 *)
2960 is_elf=yes
2961 ;;
2962 esac
2963 esac
2964
2965 if test "$is_elf" = "yes"; then
2966 # Check for target supported by gold.
3d47fcf5 2967 case "${target}" in
445ca83a 2968 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* | tilegx*-*-*)
1e369e5f 2969 configdirs="$configdirs gold"
2970 if test x${ENABLE_GOLD} = xdefault; then
2971 default_ld=gold
2972 fi
af7c5662 2973 ENABLE_GOLD=yes
3d47fcf5 2974 ;;
2975 esac
af7c5662 2976 fi
2977 ;;
2978 no)
2979 ;;
2980 *)
2981 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2982 ;;
1e369e5f 2983esac
2984
2985# Check whether --enable-ld was given.
2986if test "${enable_ld+set}" = set; then :
2987 enableval=$enable_ld; ENABLE_LD=$enableval
2988else
2989 ENABLE_LD=yes
2990fi
2991
2992
2993case "${ENABLE_LD}" in
2994 default)
85516948 2995 if test x${default_ld} != x; then
1e369e5f 2996 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
2997 fi
2998 ;;
2999 yes)
3000 ;;
3001 no)
3002 if test x${ENABLE_GOLD} != xyes; then
3003 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
3004$as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
3005 fi
3006 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
3007 ;;
3008 *)
3009 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
3010 ;;
3011esac
3d47fcf5 3012
71ab34df 3013# Configure extra directories which are host specific
a8298541 3014
71ab34df 3015case "${host}" in
3016 *-cygwin*)
3017 configdirs="$configdirs libtermcap" ;;
3018esac
a8298541 3019
ff7dcf6a 3020# A target can indicate whether a language isn't supported for some reason.
3021# Only spaces may be used in this macro; not newlines or tabs.
3022unsupported_languages=
3023
b30fcfae 3024# Remove more programs from consideration, based on the host or
71ab34df 3025# target this usually means that a port of the program doesn't
3026# exist yet.
c7879c37 3027
71ab34df 3028case "${host}" in
b2240ff6 3029 i[3456789]86-*-msdosdjgpp*)
e3a5e6ff 3030 noconfigdirs="$noconfigdirs tcl tk itcl"
71ab34df 3031 ;;
71ab34df 3032esac
c7879c37 3033
4ee9c684 3034
d9d975ae 3035# Check whether --enable-libquadmath was given.
3036if test "${enable_libquadmath+set}" = set; then :
3037 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3038else
3039 ENABLE_LIBQUADMATH=yes
3040fi
3041
3042if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3043 noconfigdirs="$noconfigdirs target-libquadmath"
3044fi
3045
3046
3047# Check whether --enable-libquadmath-support was given.
3048if test "${enable_libquadmath_support+set}" = set; then :
3049 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3050else
3051 ENABLE_LIBQUADMATH_SUPPORT=yes
3052fi
3053
3054enable_libquadmath_support=
3055if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3056 enable_libquadmath_support=no
3057fi
3058
3059
cd9a469c 3060# Check whether --enable-libada was given.
3061if test "${enable_libada+set}" = set; then :
3062 enableval=$enable_libada; ENABLE_LIBADA=$enableval
93341878 3063else
3064 ENABLE_LIBADA=yes
cd9a469c 3065fi
3066
93341878 3067if test "${ENABLE_LIBADA}" != "yes" ; then
a136b23d 3068 noconfigdirs="$noconfigdirs gnattools"
93341878 3069fi
3070
cd9a469c 3071# Check whether --enable-libssp was given.
3072if test "${enable_libssp+set}" = set; then :
3073 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
07da5214 3074else
3075 ENABLE_LIBSSP=yes
cd9a469c 3076fi
3077
07da5214 3078
a3ba808f 3079# Check whether --enable-libstdcxx was given.
3080if test "${enable_libstdcxx+set}" = set; then :
3081 enableval=$enable_libstdcxx; ENABLE_LIBSTDCXX=$enableval
3082else
3083 ENABLE_LIBSTDCXX=default
3084fi
3085
3086if test "${ENABLE_LIBSTDCXX}" = "no" ; then
3087 noconfigdirs="$noconfigdirs libstdc++-v3"
3088fi
3089
71ab34df 3090# Save it here so that, even in case of --enable-libgcj, if the Java
3091# front-end isn't enabled, we still get libgcj disabled.
3092libgcj_saved=$libgcj
3093case $enable_libgcj in
3094yes)
3095 # If we reset it here, it won't get added to noconfigdirs in the
3096 # target-specific build rules, so it will be forcibly enabled
3097 # (unless the Java language itself isn't enabled).
3098 libgcj=
3099 ;;
3100no)
3101 # Make sure we get it printed in the list of not supported target libs.
604a285a 3102 # Don't disable libffi, though, other languages use it.
3103 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
8593ce89 3104 # Clear libgcj_saved so that even if java is enabled libffi won't be
3105 # built.
3106 libgcj_saved=
71ab34df 3107 ;;
3108esac
c7879c37 3109
d7e52ac9 3110# Check whether --enable-static-libjava was given.
3111if test "${enable_static_libjava+set}" = set; then :
3112 enableval=$enable_static_libjava; ENABLE_STATIC_LIBJAVA=$enableval
3113else
3114 ENABLE_STATIC_LIBJAVA=no
3115fi
3116
3117enable_static_libjava=
3118if test "${ENABLE_STATIC_LIBJAVA}" = "yes" ; then
3119 enable_static_libjava=yes
3120fi
3121
3122if test x$enable_static_libjava != xyes ; then
3123 EXTRA_CONFIGARGS_LIBJAVA=--disable-static
3124fi
3125
4ee9c684 3126
50996fe5 3127# Disable libmudflap on some systems.
3128if test x$enable_libmudflap = x ; then
344b2784 3129 case "${target}" in
3bef4012 3130 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux* | *-*-kopensolaris*-gnu)
cb8a7007 3131 # Enable libmudflap by default in GNU and friends.
344b2784 3132 ;;
122ae8c7 3133 *-*-freebsd*)
3134 # Enable libmudflap by default in FreeBSD.
3135 ;;
344b2784 3136 *)
3137 # Disable it by default everywhere else.
3138 noconfigdirs="$noconfigdirs target-libmudflap"
3139 ;;
3140 esac
50996fe5 3141fi
4ee9c684 3142
50996fe5 3143# Disable libgomp on non POSIX hosted systems.
3144if test x$enable_libgomp = x ; then
1e8e9920 3145 # Enable libgomp by default on hosted POSIX systems.
3146 case "${target}" in
3bef4012 3147 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
1e8e9920 3148 ;;
e3a1fe08 3149 *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
1e8e9920 3150 ;;
5641963c 3151 *-*-solaris2* | *-*-hpux11*)
1e8e9920 3152 ;;
634efbee 3153 *-*-darwin* | *-*-aix*)
1e8e9920 3154 ;;
3155 *)
3156 noconfigdirs="$noconfigdirs target-libgomp"
3157 ;;
3158 esac
50996fe5 3159fi
1e8e9920 3160
6db1d2ca 3161# Disable libatomic on unsupported systems.
3162if test -d ${srcdir}/libatomic; then
3163 if test x$enable_libatomic = x; then
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libatomic support" >&5
3165$as_echo_n "checking for libatomic support... " >&6; }
3166 if (srcdir=${srcdir}/libatomic; \
3167 . ${srcdir}/configure.tgt; \
3168 test -n "$UNSUPPORTED")
3169 then
3170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3171$as_echo "no" >&6; }
3172 noconfigdirs="$noconfigdirs target-libatomic"
3173 else
3174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3175$as_echo "yes" >&6; }
3176 fi
3177 fi
3178fi
3179
42b15c81 3180# Disable libitm on unsupported systems.
3181if test -d ${srcdir}/libitm; then
3182 if test x$enable_libitm = x; then
3183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libitm support" >&5
298c66d9 3184$as_echo_n "checking for libitm support... " >&6; }
42b15c81 3185 if (srcdir=${srcdir}/libitm; \
3186 . ${srcdir}/configure.tgt; \
3187 test -n "$UNSUPPORTED")
3188 then
3189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
298c66d9 3190$as_echo "no" >&6; }
42b15c81 3191 noconfigdirs="$noconfigdirs target-libitm"
3192 else
3193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
298c66d9 3194$as_echo "yes" >&6; }
42b15c81 3195 fi
3196 fi
4c0315d0 3197fi
3198
62f0972f 3199# Disable libquadmath for some systems.
3200case "${target}" in
c36ee471 3201 avr-*-*)
3202 noconfigdirs="$noconfigdirs target-libquadmath"
3203 ;;
62f0972f 3204 # libquadmath is unused on AIX and libquadmath build process use of
3205 # LD_LIBRARY_PATH can break AIX bootstrap.
3206 powerpc-*-aix* | rs6000-*-aix*)
3207 noconfigdirs="$noconfigdirs target-libquadmath"
3208 ;;
3209esac
3210
4afab99b 3211# Disable libsanitizer on all systems but x86 linux for now.
2b0a94ce 3212case "${target}" in
4afab99b 3213 x86_64-*-linux-* | i?86-*-linux-*)
2b0a94ce 3214 ;;
4afab99b 3215 *)
c36ee471 3216 noconfigdirs="$noconfigdirs target-libsanitizer"
3217 ;;
2b0a94ce 3218esac
3219
d5831552 3220# Disable libssp for some systems.
3221case "${target}" in
3222 avr-*-*)
76c19016 3223 # No hosted I/O support.
d5831552 3224 noconfigdirs="$noconfigdirs target-libssp"
3225 ;;
3226 powerpc-*-aix* | rs6000-*-aix*)
3227 noconfigdirs="$noconfigdirs target-libssp"
78e515f7 3228 ;;
3229 rl78-*-*)
9d5fd7d0 3230 # libssp uses a misaligned load to trigger a fault, but the RL78
3231 # doesn't fault for those - instead, it gives a build-time error
3232 # for explicit misaligned loads.
78e515f7 3233 noconfigdirs="$noconfigdirs target-libssp"
d5831552 3234 ;;
d5831552 3235esac
3236
d5831552 3237# Disable libstdc++-v3 for some systems.
a3ba808f 3238# Allow user to override this if they pass --enable-libstdc++-v3
3239if test "${ENABLE_LIBSTDCXX}" = "default" ; then
3240 case "${target}" in
3241 *-*-vxworks*)
3242 # VxWorks uses the Dinkumware C++ library.
3243 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3244 ;;
3245 arm*-wince-pe*)
3246 # the C++ libraries don't build on top of CE's C libraries
3247 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3248 ;;
3249 avr-*-*)
3250 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3251 ;;
3252 esac
3253fi
d5831552 3254
3255# Disable Fortran for some systems.
3256case "${target}" in
3257 mmix-*-*)
3258 # See <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00572.html>.
3259 unsupported_languages="$unsupported_languages fortran"
3260 ;;
3261esac
3262
91b5b6ec 3263# Disable Java if libffi is not supported.
f24be480 3264case "${target}" in
91b5b6ec 3265 alpha*-*-*)
3266 ;;
3267 arm*-*-*)
3268 ;;
3269 cris-*-*)
3270 ;;
3271 frv-*-*)
3272 ;;
3273 hppa*-*-linux*)
3274 ;;
3275 hppa*-*-hpux*)
3276 ;;
3277 i?86-*-*)
3278 ;;
3279 ia64*-*-*)
3280 ;;
3281 m32r*-*-*)
3282 ;;
3283 m68k-*-*)
3284 ;;
5641963c 3285 mips*-*-rtems*)
91b5b6ec 3286 ;;
3287 mips*-*-linux*)
3288 ;;
3289 powerpc*-*-linux*)
3290 ;;
3291 powerpc-*-darwin*)
3292 ;;
3293 powerpc-*-aix* | rs6000-*-aix*)
3294 ;;
3295 powerpc-*-freebsd*)
3296 ;;
3297 powerpc64-*-freebsd*)
3298 ;;
3299 powerpc*-*-rtems*)
f24be480 3300 ;;
91b5b6ec 3301 s390-*-* | s390x-*-*)
3302 ;;
3303 sh-*-* | sh[34]*-*-*)
3304 ;;
3305 sh64-*-* | sh5*-*-*)
3306 ;;
3307 sparc*-*-*)
3308 ;;
3309 x86_64-*-*)
3310 ;;
3311 *-*-*)
3312 unsupported_languages="$unsupported_languages java"
3313 ;;
3314esac
3315
3316# Disable Java, libgcj or related libraries for some systems.
3317case "${target}" in
f24be480 3318 powerpc-*-darwin*)
3319 ;;
3320 i[3456789]86-*-darwin*)
3321 ;;
3322 x86_64-*-darwin[912]*)
3323 ;;
3324 *-*-darwin*)
3325 noconfigdirs="$noconfigdirs ${libgcj}"
3326 ;;
f24be480 3327 *-*-netware*)
3328 noconfigdirs="$noconfigdirs ${libgcj}"
3329 ;;
3330 *-*-rtems*)
3331 noconfigdirs="$noconfigdirs ${libgcj}"
3332 ;;
3333 *-*-tpf*)
3334 noconfigdirs="$noconfigdirs ${libgcj}"
3335 ;;
3336 *-*-uclinux*)
3337 noconfigdirs="$noconfigdirs ${libgcj}"
3338 ;;
3339 *-*-vxworks*)
3340 noconfigdirs="$noconfigdirs ${libgcj}"
3341 ;;
f24be480 3342 alpha*-*-*vms*)
3343 noconfigdirs="$noconfigdirs ${libgcj}"
3344 ;;
91b5b6ec 3345 arm-wince-pe)
f24be480 3346 noconfigdirs="$noconfigdirs ${libgcj}"
3347 ;;
f24be480 3348 arm*-*-symbianelf*)
3349 noconfigdirs="$noconfigdirs ${libgcj}"
3350 ;;
f24be480 3351 bfin-*-*)
f24be480 3352 noconfigdirs="$noconfigdirs target-boehm-gc"
3353 ;;
f24be480 3354 cris-*-* | crisv32-*-*)
3355 unsupported_languages="$unsupported_languages java"
3356 case "${target}" in
3357 *-*-linux*)
3358 ;;
3359 *) # See PR46792 regarding target-libffi.
3360 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3361 esac
3362 ;;
f24be480 3363 hppa*64*-*-linux*)
3364 # In this case, it's because the hppa64-linux target is for
3365 # the kernel only at this point and has no libc, and thus no
3366 # headers, crt*.o, etc., all of which are needed by these.
a7e330e9 3367 unsupported_languages="$unsupported_languages java"
f24be480 3368 ;;
a7e330e9 3369 hppa*64*-*-hpux*)
f24be480 3370 noconfigdirs="$noconfigdirs ${libgcj}"
3371 ;;
3372 hppa*-hp-hpux11*)
3373 ;;
a7e330e9 3374 hppa*-*-hpux*)
f24be480 3375 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3376 # build on HP-UX 10.20.
3377 noconfigdirs="$noconfigdirs ${libgcj}"
3378 ;;
f24be480 3379 ia64*-*-*vms*)
3380 noconfigdirs="$noconfigdirs ${libgcj}"
3381 ;;
f24be480 3382 i[3456789]86-w64-mingw*)
3383 noconfigdirs="$noconfigdirs ${libgcj}"
3384 ;;
3385 i[3456789]86-*-mingw*)
3386 noconfigdirs="$noconfigdirs ${libgcj}"
3387 ;;
3388 x86_64-*-mingw*)
3389 noconfigdirs="$noconfigdirs ${libgcj}"
3390 ;;
f24be480 3391 mmix-*-*)
3392 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc"
f24be480 3393 ;;
3394 powerpc-*-aix*)
3395 # copied from rs6000-*-* entry
3396 noconfigdirs="$noconfigdirs ${libgcj}"
3397 ;;
f24be480 3398 rs6000-*-aix*)
3399 noconfigdirs="$noconfigdirs ${libgcj}"
3400 ;;
f24be480 3401 *-*-lynxos*)
3402 noconfigdirs="$noconfigdirs ${libgcj}"
3403 ;;
f24be480 3404esac
3405
1c5767f1 3406# Default libgloss CPU subdirectory.
3407libgloss_dir="$target_cpu"
4ee9c684 3408
e0942c78 3409case "${target}" in
3410 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3411 libgloss_dir=wince
3412 ;;
3413 arm*-*-*)
3414 libgloss_dir=arm
3415 ;;
3416 cris-*-* | crisv32-*-*)
3417 libgloss_dir=cris
3418 ;;
3419 hppa*-*-*)
3420 libgloss_dir=pa
3421 ;;
3422 i[3456789]86-*-*)
3423 libgloss_dir=i386
3424 ;;
3425 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3426 libgloss_dir=m68hc11
3427 ;;
3428 m68*-*-* | fido-*-*)
3429 libgloss_dir=m68k
3430 ;;
3431 mips*-*-*)
3432 libgloss_dir=mips
3433 ;;
3434 powerpc*-*-*)
3435 libgloss_dir=rs6000
3436 ;;
3437 sparc*-*-*)
3438 libgloss_dir=sparc
3439 ;;
3440esac
3441
d556f192 3442# Disable newlib and libgloss for various target OSes.
71ab34df 3443case "${target}" in
d556f192 3444 alpha*-dec-osf*)
3445 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3446 ;;
3447 i[3456789]86-*-linux*)
3448 # This section makes it possible to build newlib natively on linux.
3449 # If we are using a cross compiler then don't configure newlib.
3450 if test x${is_cross_compiler} != xno ; then
3451 noconfigdirs="$noconfigdirs target-newlib"
3452 fi
3453 noconfigdirs="$noconfigdirs target-libgloss"
3454 # If we are not using a cross compiler, do configure newlib.
3455 # Note however, that newlib will only be configured in this situation
3456 # if the --with-newlib option has been given, because otherwise
3457 # 'target-newlib' will appear in skipdirs.
3458 ;;
3459 i[3456789]86-*-rdos*)
3460 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3461 ;;
3462 sh*-*-pe|mips*-*-pe|arm-wince-pe)
3463 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3464 ;;
3465 sparc-*-sunos4*)
3466 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3467 ;;
3468 *-*-aix*)
3469 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3470 ;;
3471 *-*-beos*)
3472 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3473 ;;
71ab34df 3474 *-*-chorusos)
71559dce 3475 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
71ab34df 3476 ;;
d556f192 3477 *-*-dragonfly*)
3478 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3479 ;;
3480 *-*-freebsd*)
3481 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3482 ;;
3483 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3484 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3485 ;;
3486 *-*-lynxos*)
3487 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3488 ;;
3489 *-*-mingw*)
3490 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3491 ;;
3492 *-*-netbsd*)
3493 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3494 ;;
3495 *-*-netware*)
3496 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3497 ;;
3498 *-*-tpf*)
3499 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3500 ;;
3501 *-*-uclinux*)
3502 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3503 ;;
3504 *-*-vxworks*)
3505 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3506 ;;
3507esac
3508
3509case "${target}" in
3510 *-*-chorusos)
3511 ;;
40c500e1 3512 powerpc-*-darwin*)
dba2c8ea 3513 noconfigdirs="$noconfigdirs ld gas gdb gprof"
d28caca4 3514 noconfigdirs="$noconfigdirs sim target-rda"
0894307c 3515 ;;
ea864ded 3516 i[3456789]86-*-darwin*)
3517 noconfigdirs="$noconfigdirs ld gprof"
3518 noconfigdirs="$noconfigdirs sim target-rda"
3519 ;;
3520 x86_64-*-darwin[912]*)
d9f9f3af 3521 noconfigdirs="$noconfigdirs ld gas gprof"
3522 noconfigdirs="$noconfigdirs sim target-rda"
3523 ;;
fce068fd 3524 *-*-darwin*)
3525 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3526 noconfigdirs="$noconfigdirs sim target-rda"
fce068fd 3527 ;;
e3a1fe08 3528 *-*-dragonfly*)
e3a1fe08 3529 ;;
c01dd063 3530 *-*-freebsd*)
4ee9c684 3531 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3532 && test -f /usr/local/include/gmp.h; then
3533 with_gmp=/usr/local
3534 fi
4ee9c684 3535 ;;
336577be 3536 *-*-kaos*)
3537 # Remove unsupported stuff on all kaOS configurations.
336577be 3538 noconfigdirs="$noconfigdirs target-libgloss"
3539 ;;
71ab34df 3540 *-*-netbsd*)
71ab34df 3541 ;;
634f7a13 3542 *-*-netware*)
71ab34df 3543 ;;
3544 *-*-rtems*)
f24be480 3545 noconfigdirs="$noconfigdirs target-libgloss"
71ab34df 3546 ;;
9f88bc9d 3547 # The tpf target doesn't support gdb yet.
3548 *-*-tpf*)
d556f192 3549 noconfigdirs="$noconfigdirs gdb tcl tk libgui itcl"
9f88bc9d 3550 ;;
688429c4 3551 *-*-uclinux*)
d556f192 3552 noconfigdirs="$noconfigdirs target-rda"
688429c4 3553 ;;
71ab34df 3554 *-*-vxworks*)
71ab34df 3555 ;;
3556 alpha*-dec-osf*)
3557 # ld works, but does not support shared libraries.
71ab34df 3558 # gas doesn't generate exception information.
d556f192 3559 noconfigdirs="$noconfigdirs gas ld"
71ab34df 3560 ;;
3561 alpha*-*-*vms*)
f24be480 3562 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
71ab34df 3563 ;;
71ab34df 3564 alpha*-*-*)
3565 # newlib is not 64 bit ready
f24be480 3566 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
71ab34df 3567 ;;
71ab34df 3568 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
f843f075 3569 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
71ab34df 3570 ;;
3571 arc-*-*)
17b3d2a8 3572 noconfigdirs="$noconfigdirs target-libgloss"
71ab34df 3573 ;;
71ab34df 3574 arm-*-pe*)
f24be480 3575 noconfigdirs="$noconfigdirs target-libgloss"
71ab34df 3576 ;;
71ab34df 3577 arm-*-riscix*)
71559dce 3578 noconfigdirs="$noconfigdirs ld target-libgloss"
71ab34df 3579 ;;
fd28e216 3580 avr-*-rtems*)
3581 ;;
3582 avr-*-*)
3583 if test x${with_avrlibc} != xno; then
3584 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3585 fi
3586 ;;
71ab34df 3587 c4x-*-* | tic4x-*-*)
71559dce 3588 noconfigdirs="$noconfigdirs target-libgloss"
71ab34df 3589 ;;
71559dce 3590 tic54x-*-*)
3591 noconfigdirs="$noconfigdirs target-libgloss gdb"
71ab34df 3592 ;;
71ab34df 3593 d10v-*-*)
71559dce 3594 noconfigdirs="$noconfigdirs target-libgloss"
71ab34df 3595 ;;
3596 d30v-*-*)
71559dce 3597 noconfigdirs="$noconfigdirs gdb"
71ab34df 3598 ;;
3599 fr30-*-elf*)
f24be480 3600 noconfigdirs="$noconfigdirs gdb"
71ab34df 3601 ;;
ca2751b6 3602 moxie-*-*)
ca2751b6 3603 noconfigdirs="$noconfigdirs gprof"
3604 ;;
71ab34df 3605 h8300*-*-*)
f24be480 3606 noconfigdirs="$noconfigdirs target-libgloss"
71ab34df 3607 ;;
3608 h8500-*-*)
71559dce 3609 noconfigdirs="$noconfigdirs target-libgloss"
71ab34df 3610 ;;
e8eddfdd 3611 hppa1.1-*-osf* | hppa1.1-*-bsd* )
e8eddfdd 3612 ;;
6bd59761 3613 hppa*64*-*-linux*)
71ab34df 3614 ;;
99684e84 3615 hppa*-*-linux*)
08261f02 3616 ;;
71ab34df 3617 hppa*-*-*elf* | \
71ab34df 3618 hppa*-*-lites* | \
3619 hppa*-*-openbsd* | \
3620 hppa*64*-*-*)
71ab34df 3621 ;;
75d59721 3622 hppa*-hp-hpux11*)
6c9785b4 3623 noconfigdirs="$noconfigdirs ld"
75d59721 3624 ;;
1c5767f1 3625 hppa*-*-pro*)
1c5767f1 3626 ;;
71ab34df 3627 hppa*-*-*)
f24be480 3628 noconfigdirs="$noconfigdirs ld"
71ab34df 3629 ;;
4a9237fb 3630 i960-*-*)
71559dce 3631 noconfigdirs="$noconfigdirs gdb"
4a9237fb 3632 ;;
71ab34df 3633 ia64*-*-elf*)
3634 # No gdb support yet.
6c9785b4 3635 noconfigdirs="$noconfigdirs readline libgui itcl gdb"
71ab34df 3636 ;;
3637 ia64*-**-hpux*)
1aca86a6 3638 # No ld support yet.
f24be480 3639 noconfigdirs="$noconfigdirs libgui itcl ld"
71ab34df 3640 ;;
8408ca00 3641 ia64*-*-*vms*)
3211401d 3642 # No ld support yet.
3643 noconfigdirs="$noconfigdirs libgui itcl ld"
8408ca00 3644 ;;
ec2eb8fb 3645 i[3456789]86-w64-mingw*)
ec2eb8fb 3646 ;;
3647 i[3456789]86-*-mingw*)
d6d689df 3648 target_configdirs="$target_configdirs target-winsup"
b30fcfae 3649 ;;
71ab34df 3650 *-*-cygwin*)
3651 target_configdirs="$target_configdirs target-libtermcap target-winsup"
6c9785b4 3652 noconfigdirs="$noconfigdirs target-libgloss"
2c10944d 3653 # always build newlib if winsup directory is present.
d6d689df 3654 if test -d "$srcdir/winsup/cygwin"; then
2c10944d 3655 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
e8eddfdd 3656 elif test -d "$srcdir/newlib"; then
d6d689df 3657 echo "Warning: winsup/cygwin is missing so newlib can't be built."
2c10944d 3658 fi
b30fcfae 3659 ;;
f74ea578 3660 i[3456789]86-*-pe)
17b3d2a8 3661 noconfigdirs="$noconfigdirs target-libgloss"
71ab34df 3662 ;;
f74ea578 3663 i[3456789]86-*-sco3.2v5*)
71ab34df 3664 # The linker does not yet know about weak symbols in COFF,
3665 # and is not configured to handle mixed ELF and COFF.
71559dce 3666 noconfigdirs="$noconfigdirs ld target-libgloss"
71ab34df 3667 ;;
f74ea578 3668 i[3456789]86-*-sco*)
71559dce 3669 noconfigdirs="$noconfigdirs gprof target-libgloss"
71ab34df 3670 ;;
14f27bc6 3671 i[3456789]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
71ab34df 3672 noconfigdirs="$noconfigdirs target-libgloss"
3673 ;;
f74ea578 3674 i[3456789]86-*-sysv4*)
71559dce 3675 noconfigdirs="$noconfigdirs target-libgloss"
71ab34df 3676 ;;
f74ea578 3677 i[3456789]86-*-beos*)
d556f192 3678 noconfigdirs="$noconfigdirs gdb"
602d002b 3679 ;;
ab0da556 3680 i[3456789]86-*-rdos*)
d556f192 3681 noconfigdirs="$noconfigdirs gdb"
1c5767f1 3682 ;;
71ab34df 3683 mmix-*-*)
f24be480 3684 noconfigdirs="$noconfigdirs gdb"
71ab34df 3685 ;;
957985d9 3686 mt-*-*)
f6fa11cb 3687 noconfigdirs="$noconfigdirs sim"
3688 ;;
71ab34df 3689 powerpc-*-aix*)
3690 # copied from rs6000-*-* entry
d556f192 3691 noconfigdirs="$noconfigdirs gprof"
71ab34df 3692 ;;
6bd59761 3693 powerpc*-*-winnt* | powerpc*-*-pe*)
71ab34df 3694 target_configdirs="$target_configdirs target-winsup"
71559dce 3695 noconfigdirs="$noconfigdirs gdb tcl tk target-libgloss itcl"
71ab34df 3696 # always build newlib.
3697 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3698 ;;
3699 # This is temporary until we can link against shared libraries
3700 powerpcle-*-solaris*)
71559dce 3701 noconfigdirs="$noconfigdirs gdb sim tcl tk itcl"
71ab34df 3702 ;;
3703 powerpc-*-beos*)
d556f192 3704 noconfigdirs="$noconfigdirs gdb"
71ab34df 3705 ;;
71ab34df 3706 rs6000-*-lynxos*)
d556f192 3707 noconfigdirs="$noconfigdirs gprof"
71ab34df 3708 ;;
3709 rs6000-*-aix*)
d556f192 3710 noconfigdirs="$noconfigdirs gprof"
71ab34df 3711 ;;
3712 rs6000-*-*)
f24be480 3713 noconfigdirs="$noconfigdirs gprof"
71ab34df 3714 ;;
3715 m68k-apollo-*)
71559dce 3716 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss"
71ab34df 3717 ;;
ba2b484f 3718 microblaze*)
f24be480 3719 noconfigdirs="$noconfigdirs gprof"
ba2b484f 3720 ;;
62f0972f 3721 mips*-sde-elf* | mips*-mti-elf*)
68c9bc25 3722 if test x$with_newlib = xyes; then
3723 noconfigdirs="$noconfigdirs gprof"
3724 fi
68c9bc25 3725 ;;
71ab34df 3726 mips*-*-irix5*)
71559dce 3727 noconfigdirs="$noconfigdirs gprof target-libgloss"
71ab34df 3728 ;;
3729 mips*-*-irix6*)
f24be480 3730 noconfigdirs="$noconfigdirs gprof target-libgloss"
71ab34df 3731 ;;
71ab34df 3732 mips*-*-bsd*)
71559dce 3733 noconfigdirs="$noconfigdirs gprof target-libgloss"
71ab34df 3734 ;;
71ab34df 3735 mips*-*-linux*)
71ab34df 3736 ;;
3737 mips*-*-*)
f24be480 3738 noconfigdirs="$noconfigdirs gprof"
71ab34df 3739 ;;
33974778 3740 sh-*-* | sh64-*-*)
39f6b116 3741 case "${target}" in
3742 sh*-*-elf)
f24be480 3743 ;;
39f6b116 3744 *)
f24be480 3745 noconfigdirs="$noconfigdirs target-libgloss" ;;
39f6b116 3746 esac
71ab34df 3747 ;;
71ab34df 3748 sparc-*-sunos4*)
d556f192 3749 if test x${is_cross_compiler} = xno ; then
71ab34df 3750 use_gnu_ld=no
3751 fi
3752 ;;
fa0a53e3 3753 tic6x-*-*)
ccdfa490 3754 noconfigdirs="$noconfigdirs sim"
fa0a53e3 3755 ;;
e5fa74b2 3756 tilepro-*-* | tilegx-*-*)
3757 noconfigdirs="$noconfigdirs sim"
3758 ;;
71ab34df 3759 v810-*-*)
71559dce 3760 noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
71ab34df 3761 ;;
3762 vax-*-*)
f24be480 3763 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
71ab34df 3764 ;;
71ab34df 3765esac
a8298541 3766
71ab34df 3767# If we aren't building newlib, then don't build libgloss, since libgloss
3768# depends upon some newlib header files.
3769case "${noconfigdirs}" in
3770 *target-libgloss*) ;;
3771 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3772esac
3773
71ab34df 3774# Work in distributions that contain no compiler tools, like Autoconf.
71ab34df 3775host_makefile_frag=/dev/null
3776if test -d ${srcdir}/config ; then
3777case "${host}" in
f74ea578 3778 i[3456789]86-*-msdosdjgpp*)
71ab34df 3779 host_makefile_frag="config/mh-djgpp"
3780 ;;
3781 *-cygwin*)
45043b2b 3782
cd9a469c 3783{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3784$as_echo_n "checking to see if cat works as expected... " >&6; }
45043b2b 3785echo a >cygwin-cat-check
82d97a59 3786if test `cat cygwin-cat-check` = a ; then
45043b2b 3787 rm cygwin-cat-check
cd9a469c 3788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3789$as_echo "yes" >&6; }
45043b2b 3790else
3791 rm cygwin-cat-check
cd9a469c 3792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3793$as_echo "no" >&6; }
3794 as_fn_error "The cat command does not ignore carriage return characters.
45043b2b 3795 Please either mount the build directory in binary mode or run the following
3796 commands before running any configure script:
3797set -o igncr
3798export SHELLOPTS
cd9a469c 3799 " "$LINENO" 5
45043b2b 3800fi
3801
71ab34df 3802 host_makefile_frag="config/mh-cygwin"
3803 ;;
5a92bcc2 3804 *-mingw*)
70d8e49e 3805 host_makefile_frag="config/mh-mingw"
a378fc89 3806 ;;
d2b94e36 3807 hppa*-hp-hpux10*)
d2b94e36 3808 host_makefile_frag="config/mh-pa-hpux10"
71ab34df 3809 ;;
b2240ff6 3810 hppa*-hp-hpux*)
d2b94e36 3811 host_makefile_frag="config/mh-pa"
3812 ;;
3813 hppa*-*)
3814 host_makefile_frag="config/mh-pa"
3815 ;;
16463c8d 3816 *-*-darwin*)
3817 host_makefile_frag="config/mh-darwin"
0222d984 3818 ;;
9d44a802 3819 powerpc-*-aix*)
3820 host_makefile_frag="config/mh-ppc-aix"
3821 ;;
3822 rs6000-*-aix*)
3823 host_makefile_frag="config/mh-ppc-aix"
3824 ;;
71ab34df 3825esac
3826fi
3827
8e1fea1a 3828if test "${build}" != "${host}" ; then
93c5e793 3829 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3830 AS_FOR_BUILD=${AS_FOR_BUILD-as}
8e1fea1a 3831 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
93c5e793 3832 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3833 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3834 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
5ff5b630 3835 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
93c5e793 3836 DLLTOOL_FOR_BUILD=${DLLTOOL_FOR_BUILD-dlltool}
3837 LD_FOR_BUILD=${LD_FOR_BUILD-ld}
3838 NM_FOR_BUILD=${NM_FOR_BUILD-nm}
3839 RANLIB_FOR_BUILD=${RANLIB_FOR_BUILD-ranlib}
3840 WINDRES_FOR_BUILD=${WINDRES_FOR_BUILD-windres}
3841 WINDMC_FOR_BUILD=${WINDMC_FOR_BUILD-windmc}
3842else
3843 AR_FOR_BUILD="\$(AR)"
3844 AS_FOR_BUILD="\$(AS)"
a4af6a58 3845 CC_FOR_BUILD="\$(CC)"
93c5e793 3846 CXX_FOR_BUILD="\$(CXX)"
3847 GCJ_FOR_BUILD="\$(GCJ)"
3848 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
5ff5b630 3849 GOC_FOR_BUILD="\$(GOC)"
93c5e793 3850 DLLTOOL_FOR_BUILD="\$(DLLTOOL)"
3851 LD_FOR_BUILD="\$(LD)"
3852 NM_FOR_BUILD="\$(NM)"
3853 RANLIB_FOR_BUILD="\$(RANLIB)"
3854 WINDRES_FOR_BUILD="\$(WINDRES)"
3855 WINDMC_FOR_BUILD="\$(WINDMC)"
eae5b2bc 3856fi
3857
3858ac_ext=c
b30fcfae 3859ac_cpp='$CPP $CPPFLAGS'
3860ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3861ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3862ac_compiler_gnu=$ac_cv_c_compiler_gnu
3863if test -n "$ac_tool_prefix"; then
3864 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3865set dummy ${ac_tool_prefix}gcc; ac_word=$2
cd9a469c 3866{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3867$as_echo_n "checking for $ac_word... " >&6; }
3868if test "${ac_cv_prog_CC+set}" = set; then :
3869 $as_echo_n "(cached) " >&6
b30fcfae 3870else
3871 if test -n "$CC"; then
3872 ac_cv_prog_CC="$CC" # Let the user override the test.
3873else
3874as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3875for as_dir in $PATH
3876do
3877 IFS=$as_save_IFS
3878 test -z "$as_dir" && as_dir=.
cd9a469c 3879 for ac_exec_ext in '' $ac_executable_extensions; do
3880 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 3881 ac_cv_prog_CC="${ac_tool_prefix}gcc"
cd9a469c 3882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 3883 break 2
3884 fi
3885done
cd9a469c 3886 done
3887IFS=$as_save_IFS
b30fcfae 3888
3889fi
3890fi
3891CC=$ac_cv_prog_CC
3892if test -n "$CC"; then
cd9a469c 3893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3894$as_echo "$CC" >&6; }
b30fcfae 3895else
cd9a469c 3896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3897$as_echo "no" >&6; }
b30fcfae 3898fi
3899
cd9a469c 3900
b30fcfae 3901fi
3902if test -z "$ac_cv_prog_CC"; then
3903 ac_ct_CC=$CC
a4af6a58 3904 # Extract the first word of "gcc", so it can be a program name with args.
3905set dummy gcc; ac_word=$2
cd9a469c 3906{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3907$as_echo_n "checking for $ac_word... " >&6; }
3908if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3909 $as_echo_n "(cached) " >&6
b30fcfae 3910else
3911 if test -n "$ac_ct_CC"; then
3912 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3913else
3914as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3915for as_dir in $PATH
3916do
3917 IFS=$as_save_IFS
3918 test -z "$as_dir" && as_dir=.
cd9a469c 3919 for ac_exec_ext in '' $ac_executable_extensions; do
3920 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 3921 ac_cv_prog_ac_ct_CC="gcc"
cd9a469c 3922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 3923 break 2
3924 fi
3925done
cd9a469c 3926 done
3927IFS=$as_save_IFS
b30fcfae 3928
3929fi
3930fi
3931ac_ct_CC=$ac_cv_prog_ac_ct_CC
3932if test -n "$ac_ct_CC"; then
cd9a469c 3933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3934$as_echo "$ac_ct_CC" >&6; }
b30fcfae 3935else
cd9a469c 3936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3937$as_echo "no" >&6; }
b30fcfae 3938fi
3939
cd9a469c 3940 if test "x$ac_ct_CC" = x; then
3941 CC=""
3942 else
3943 case $cross_compiling:$ac_tool_warned in
3944yes:)
3945{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3946$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3947ac_tool_warned=yes ;;
3948esac
3949 CC=$ac_ct_CC
3950 fi
b30fcfae 3951else
3952 CC="$ac_cv_prog_CC"
3953fi
3954
3955if test -z "$CC"; then
cd9a469c 3956 if test -n "$ac_tool_prefix"; then
3957 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
b30fcfae 3958set dummy ${ac_tool_prefix}cc; ac_word=$2
cd9a469c 3959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3960$as_echo_n "checking for $ac_word... " >&6; }
3961if test "${ac_cv_prog_CC+set}" = set; then :
3962 $as_echo_n "(cached) " >&6
8e1fea1a 3963else
3964 if test -n "$CC"; then
3965 ac_cv_prog_CC="$CC" # Let the user override the test.
3966else
b30fcfae 3967as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3968for as_dir in $PATH
3969do
3970 IFS=$as_save_IFS
3971 test -z "$as_dir" && as_dir=.
cd9a469c 3972 for ac_exec_ext in '' $ac_executable_extensions; do
3973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 3974 ac_cv_prog_CC="${ac_tool_prefix}cc"
cd9a469c 3975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 3976 break 2
3977 fi
3978done
cd9a469c 3979 done
3980IFS=$as_save_IFS
b30fcfae 3981
a83ffacf 3982fi
a83ffacf 3983fi
b30fcfae 3984CC=$ac_cv_prog_CC
ae48753c 3985if test -n "$CC"; then
cd9a469c 3986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3987$as_echo "$CC" >&6; }
5084f823 3988else
cd9a469c 3989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3990$as_echo "no" >&6; }
5084f823 3991fi
3992
5084f823 3993
cd9a469c 3994 fi
b30fcfae 3995fi
8e1fea1a 3996if test -z "$CC"; then
3997 # Extract the first word of "cc", so it can be a program name with args.
3998set dummy cc; ac_word=$2
cd9a469c 3999{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4000$as_echo_n "checking for $ac_word... " >&6; }
4001if test "${ac_cv_prog_CC+set}" = set; then :
4002 $as_echo_n "(cached) " >&6
8e1fea1a 4003else
4004 if test -n "$CC"; then
4005 ac_cv_prog_CC="$CC" # Let the user override the test.
4006else
a83ffacf 4007 ac_prog_rejected=no
b30fcfae 4008as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4009for as_dir in $PATH
4010do
4011 IFS=$as_save_IFS
4012 test -z "$as_dir" && as_dir=.
cd9a469c 4013 for ac_exec_ext in '' $ac_executable_extensions; do
4014 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 4015 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4016 ac_prog_rejected=yes
4017 continue
4018 fi
4019 ac_cv_prog_CC="cc"
cd9a469c 4020 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 4021 break 2
4022 fi
4023done
cd9a469c 4024 done
4025IFS=$as_save_IFS
b30fcfae 4026
8e1fea1a 4027if test $ac_prog_rejected = yes; then
4028 # We found a bogon in the path, so make sure we never use it.
4029 set dummy $ac_cv_prog_CC
4030 shift
b30fcfae 4031 if test $# != 0; then
8e1fea1a 4032 # We chose a different compiler from the bogus one.
4033 # However, it has the same basename, so the bogon will be chosen
4034 # first if we set CC to just the basename; use the full file name.
4035 shift
b30fcfae 4036 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
8e1fea1a 4037 fi
4038fi
4039fi
4040fi
b30fcfae 4041CC=$ac_cv_prog_CC
8e1fea1a 4042if test -n "$CC"; then
cd9a469c 4043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4044$as_echo "$CC" >&6; }
8e1fea1a 4045else
cd9a469c 4046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4047$as_echo "no" >&6; }
8e1fea1a 4048fi
4049
cd9a469c 4050
b30fcfae 4051fi
4052if test -z "$CC"; then
4053 if test -n "$ac_tool_prefix"; then
cd9a469c 4054 for ac_prog in cl.exe
b30fcfae 4055 do
4056 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4057set dummy $ac_tool_prefix$ac_prog; ac_word=$2
cd9a469c 4058{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4059$as_echo_n "checking for $ac_word... " >&6; }
4060if test "${ac_cv_prog_CC+set}" = set; then :
4061 $as_echo_n "(cached) " >&6
8e1fea1a 4062else
4063 if test -n "$CC"; then
4064 ac_cv_prog_CC="$CC" # Let the user override the test.
4065else
b30fcfae 4066as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4067for as_dir in $PATH
4068do
4069 IFS=$as_save_IFS
4070 test -z "$as_dir" && as_dir=.
cd9a469c 4071 for ac_exec_ext in '' $ac_executable_extensions; do
4072 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 4073 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
cd9a469c 4074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 4075 break 2
4076 fi
4077done
cd9a469c 4078 done
4079IFS=$as_save_IFS
b30fcfae 4080
8e1fea1a 4081fi
4082fi
b30fcfae 4083CC=$ac_cv_prog_CC
8e1fea1a 4084if test -n "$CC"; then
cd9a469c 4085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4086$as_echo "$CC" >&6; }
b1660f25 4087else
cd9a469c 4088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4089$as_echo "no" >&6; }
a4af6a58 4090fi
ae48753c 4091
cd9a469c 4092
b30fcfae 4093 test -n "$CC" && break
4094 done
ae48753c 4095fi
b30fcfae 4096if test -z "$CC"; then
4097 ac_ct_CC=$CC
cd9a469c 4098 for ac_prog in cl.exe
b30fcfae 4099do
4100 # Extract the first word of "$ac_prog", so it can be a program name with args.
4101set dummy $ac_prog; ac_word=$2
cd9a469c 4102{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4103$as_echo_n "checking for $ac_word... " >&6; }
4104if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4105 $as_echo_n "(cached) " >&6
a83ffacf 4106else
b30fcfae 4107 if test -n "$ac_ct_CC"; then
4108 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
a83ffacf 4109else
b30fcfae 4110as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4111for as_dir in $PATH
4112do
4113 IFS=$as_save_IFS
4114 test -z "$as_dir" && as_dir=.
cd9a469c 4115 for ac_exec_ext in '' $ac_executable_extensions; do
4116 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 4117 ac_cv_prog_ac_ct_CC="$ac_prog"
cd9a469c 4118 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 4119 break 2
4120 fi
4121done
cd9a469c 4122 done
4123IFS=$as_save_IFS
b30fcfae 4124
ae48753c 4125fi
4126fi
b30fcfae 4127ac_ct_CC=$ac_cv_prog_ac_ct_CC
4128if test -n "$ac_ct_CC"; then
cd9a469c 4129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4130$as_echo "$ac_ct_CC" >&6; }
a4af6a58 4131else
cd9a469c 4132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4133$as_echo "no" >&6; }
ae48753c 4134fi
a83ffacf 4135
cd9a469c 4136
b30fcfae 4137 test -n "$ac_ct_CC" && break
4138done
4139
cd9a469c 4140 if test "x$ac_ct_CC" = x; then
4141 CC=""
4142 else
4143 case $cross_compiling:$ac_tool_warned in
4144yes:)
4145{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4146$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4147ac_tool_warned=yes ;;
4148esac
4149 CC=$ac_ct_CC
4150 fi
b30fcfae 4151fi
4152
4153fi
4154
4155
cd9a469c 4156test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4157$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4158as_fn_error "no acceptable C compiler found in \$PATH
4159See \`config.log' for more details." "$LINENO" 5; }
b30fcfae 4160
4161# Provide some information about the compiler.
cd9a469c 4162$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4163set X $ac_compile
4164ac_compiler=$2
4165for ac_option in --version -v -V -qversion; do
4166 { { ac_try="$ac_compiler $ac_option >&5"
4167case "(($ac_try" in
4168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4169 *) ac_try_echo=$ac_try;;
4170esac
4171eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4172$as_echo "$ac_try_echo"; } >&5
4173 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
b30fcfae 4174 ac_status=$?
cd9a469c 4175 if test -s conftest.err; then
4176 sed '10a\
4177... rest of stderr output deleted ...
4178 10q' conftest.err >conftest.er1
4179 cat conftest.er1 >&5
4180 rm -f conftest.er1 conftest.err
4181 fi
4182 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4183 test $ac_status = 0; }
4184done
b30fcfae 4185
cd9a469c 4186cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b30fcfae 4187/* end confdefs.h. */
4188
4189int
4190main ()
4191{
4192
4193 ;
4194 return 0;
4195}
4196_ACEOF
4197ac_clean_files_save=$ac_clean_files
cd9a469c 4198ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
b30fcfae 4199# Try to create an executable without -o first, disregard a.out.
4200# It will help us diagnose broken compilers, and finding out an intuition
4201# of exeext.
cd9a469c 4202{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4203$as_echo_n "checking for C compiler default output file name... " >&6; }
4204ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4205
4206# The possible output files:
4207ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4208
4209ac_rmfiles=
4210for ac_file in $ac_files
4211do
4212 case $ac_file in
4213 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4214 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4215 esac
4216done
4217rm -f $ac_rmfiles
4218
4219if { { ac_try="$ac_link_default"
4220case "(($ac_try" in
4221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4222 *) ac_try_echo=$ac_try;;
4223esac
4224eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4225$as_echo "$ac_try_echo"; } >&5
4226 (eval "$ac_link_default") 2>&5
b30fcfae 4227 ac_status=$?
cd9a469c 4228 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4229 test $ac_status = 0; }; then :
4230 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4231# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4232# in a Makefile. We should not override ac_cv_exeext if it was cached,
4233# so that the user can short-circuit this test for compilers unknown to
4234# Autoconf.
4235for ac_file in $ac_files ''
b30fcfae 4236do
4237 test -f "$ac_file" || continue
4238 case $ac_file in
cd9a469c 4239 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
b30fcfae 4240 ;;
4241 [ab].out )
4242 # We found the default executable, but exeext='' is most
4243 # certainly right.
4244 break;;
4245 *.* )
cd9a469c 4246 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4247 then :; else
4248 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4249 fi
4250 # We set ac_cv_exeext here because the later test for it is not
4251 # safe: cross compilers may not add the suffix if given an `-o'
4252 # argument, so we may need to know it at that point already.
4253 # Even if this section looks crufty: it has the advantage of
4254 # actually working.
b30fcfae 4255 break;;
4256 * )
4257 break;;
4258 esac
4259done
cd9a469c 4260test "$ac_cv_exeext" = no && ac_cv_exeext=
4261
b30fcfae 4262else
cd9a469c 4263 ac_file=''
4264fi
4265{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4266$as_echo "$ac_file" >&6; }
4267if test -z "$ac_file"; then :
4268 $as_echo "$as_me: failed program was:" >&5
b30fcfae 4269sed 's/^/| /' conftest.$ac_ext >&5
4270
cd9a469c 4271{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4272$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4273{ as_fn_set_status 77
4274as_fn_error "C compiler cannot create executables
4275See \`config.log' for more details." "$LINENO" 5; }; }
b30fcfae 4276fi
b30fcfae 4277ac_exeext=$ac_cv_exeext
b30fcfae 4278
cd9a469c 4279# Check that the compiler produces executables we can run. If not, either
b30fcfae 4280# the compiler is broken, or we cross compile.
cd9a469c 4281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4282$as_echo_n "checking whether the C compiler works... " >&6; }
b30fcfae 4283# If not cross compiling, check that we can run a simple program.
4284if test "$cross_compiling" != yes; then
4285 if { ac_try='./$ac_file'
cd9a469c 4286 { { case "(($ac_try" in
4287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4288 *) ac_try_echo=$ac_try;;
4289esac
4290eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4291$as_echo "$ac_try_echo"; } >&5
4292 (eval "$ac_try") 2>&5
b30fcfae 4293 ac_status=$?
cd9a469c 4294 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4295 test $ac_status = 0; }; }; then
b30fcfae 4296 cross_compiling=no
4297 else
4298 if test "$cross_compiling" = maybe; then
4299 cross_compiling=yes
4300 else
cd9a469c 4301 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4302$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4303as_fn_error "cannot run C compiled programs.
b30fcfae 4304If you meant to cross compile, use \`--host'.
cd9a469c 4305See \`config.log' for more details." "$LINENO" 5; }
b30fcfae 4306 fi
4307 fi
4308fi
cd9a469c 4309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4310$as_echo "yes" >&6; }
b30fcfae 4311
cd9a469c 4312rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
b30fcfae 4313ac_clean_files=$ac_clean_files_save
cd9a469c 4314# Check that the compiler produces executables we can run. If not, either
b30fcfae 4315# the compiler is broken, or we cross compile.
cd9a469c 4316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4317$as_echo_n "checking whether we are cross compiling... " >&6; }
4318{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4319$as_echo "$cross_compiling" >&6; }
4320
4321{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4322$as_echo_n "checking for suffix of executables... " >&6; }
4323if { { ac_try="$ac_link"
4324case "(($ac_try" in
4325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4326 *) ac_try_echo=$ac_try;;
4327esac
4328eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4329$as_echo "$ac_try_echo"; } >&5
4330 (eval "$ac_link") 2>&5
b30fcfae 4331 ac_status=$?
cd9a469c 4332 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4333 test $ac_status = 0; }; then :
b30fcfae 4334 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4335# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4336# work properly (i.e., refer to `conftest.exe'), while it won't with
4337# `rm'.
4338for ac_file in conftest.exe conftest conftest.*; do
4339 test -f "$ac_file" || continue
4340 case $ac_file in
cd9a469c 4341 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
b30fcfae 4342 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
b30fcfae 4343 break;;
4344 * ) break;;
4345 esac
4346done
ae48753c 4347else
cd9a469c 4348 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4349$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4350as_fn_error "cannot compute suffix of executables: cannot compile and link
4351See \`config.log' for more details." "$LINENO" 5; }
b30fcfae 4352fi
b30fcfae 4353rm -f conftest$ac_cv_exeext
cd9a469c 4354{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4355$as_echo "$ac_cv_exeext" >&6; }
b30fcfae 4356
4357rm -f conftest.$ac_ext
4358EXEEXT=$ac_cv_exeext
4359ac_exeext=$EXEEXT
cd9a469c 4360{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4361$as_echo_n "checking for suffix of object files... " >&6; }
4362if test "${ac_cv_objext+set}" = set; then :
4363 $as_echo_n "(cached) " >&6
b30fcfae 4364else
cd9a469c 4365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b30fcfae 4366/* end confdefs.h. */
4367
4368int
4369main ()
4370{
4371
4372 ;
4373 return 0;
4374}
4375_ACEOF
4376rm -f conftest.o conftest.obj
cd9a469c 4377if { { ac_try="$ac_compile"
4378case "(($ac_try" in
4379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4380 *) ac_try_echo=$ac_try;;
4381esac
4382eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4383$as_echo "$ac_try_echo"; } >&5
4384 (eval "$ac_compile") 2>&5
b30fcfae 4385 ac_status=$?
cd9a469c 4386 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4387 test $ac_status = 0; }; then :
4388 for ac_file in conftest.o conftest.obj conftest.*; do
4389 test -f "$ac_file" || continue;
b30fcfae 4390 case $ac_file in
cd9a469c 4391 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
b30fcfae 4392 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4393 break;;
4394 esac
4395done
4396else
cd9a469c 4397 $as_echo "$as_me: failed program was:" >&5
b30fcfae 4398sed 's/^/| /' conftest.$ac_ext >&5
4399
cd9a469c 4400{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4401$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4402as_fn_error "cannot compute suffix of object files: cannot compile
4403See \`config.log' for more details." "$LINENO" 5; }
b30fcfae 4404fi
b30fcfae 4405rm -f conftest.$ac_cv_objext conftest.$ac_ext
4406fi
cd9a469c 4407{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4408$as_echo "$ac_cv_objext" >&6; }
b30fcfae 4409OBJEXT=$ac_cv_objext
4410ac_objext=$OBJEXT
cd9a469c 4411{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4412$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4413if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4414 $as_echo_n "(cached) " >&6
b30fcfae 4415else
cd9a469c 4416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b30fcfae 4417/* end confdefs.h. */
4418
4419int
4420main ()
4421{
4422#ifndef __GNUC__
4423 choke me
4424#endif
4425
4426 ;
4427 return 0;
4428}
4429_ACEOF
cd9a469c 4430if ac_fn_c_try_compile "$LINENO"; then :
b30fcfae 4431 ac_compiler_gnu=yes
4432else
cd9a469c 4433 ac_compiler_gnu=no
b30fcfae 4434fi
cd9a469c 4435rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b30fcfae 4436ac_cv_c_compiler_gnu=$ac_compiler_gnu
4437
4438fi
cd9a469c 4439{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4440$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4441if test $ac_compiler_gnu = yes; then
4442 GCC=yes
4443else
4444 GCC=
4445fi
b30fcfae 4446ac_test_CFLAGS=${CFLAGS+set}
4447ac_save_CFLAGS=$CFLAGS
cd9a469c 4448{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4449$as_echo_n "checking whether $CC accepts -g... " >&6; }
4450if test "${ac_cv_prog_cc_g+set}" = set; then :
4451 $as_echo_n "(cached) " >&6
4452else
4453 ac_save_c_werror_flag=$ac_c_werror_flag
4454 ac_c_werror_flag=yes
4455 ac_cv_prog_cc_g=no
4456 CFLAGS="-g"
4457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b30fcfae 4458/* end confdefs.h. */
4459
4460int
4461main ()
4462{
4463
4464 ;
4465 return 0;
4466}
4467_ACEOF
cd9a469c 4468if ac_fn_c_try_compile "$LINENO"; then :
8e1fea1a 4469 ac_cv_prog_cc_g=yes
4470else
cd9a469c 4471 CFLAGS=""
4472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4473/* end confdefs.h. */
4474
4475int
4476main ()
4477{
4478
4479 ;
4480 return 0;
4481}
4482_ACEOF
4483if ac_fn_c_try_compile "$LINENO"; then :
4484
4485else
4486 ac_c_werror_flag=$ac_save_c_werror_flag
4487 CFLAGS="-g"
4488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4489/* end confdefs.h. */
ae48753c 4490
cd9a469c 4491int
4492main ()
4493{
4494
4495 ;
4496 return 0;
4497}
4498_ACEOF
4499if ac_fn_c_try_compile "$LINENO"; then :
4500 ac_cv_prog_cc_g=yes
4501fi
4502rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a83ffacf 4503fi
cd9a469c 4504rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b30fcfae 4505fi
cd9a469c 4506rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4507 ac_c_werror_flag=$ac_save_c_werror_flag
4508fi
4509{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4510$as_echo "$ac_cv_prog_cc_g" >&6; }
8e1fea1a 4511if test "$ac_test_CFLAGS" = set; then
b30fcfae 4512 CFLAGS=$ac_save_CFLAGS
8e1fea1a 4513elif test $ac_cv_prog_cc_g = yes; then
4514 if test "$GCC" = yes; then
4515 CFLAGS="-g -O2"
4516 else
4517 CFLAGS="-g"
4518 fi
4519else
4520 if test "$GCC" = yes; then
4521 CFLAGS="-O2"
4522 else
4523 CFLAGS=
4524 fi
4525fi
cd9a469c 4526{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4527$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4528if test "${ac_cv_prog_cc_c89+set}" = set; then :
4529 $as_echo_n "(cached) " >&6
b30fcfae 4530else
cd9a469c 4531 ac_cv_prog_cc_c89=no
b30fcfae 4532ac_save_CC=$CC
cd9a469c 4533cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b30fcfae 4534/* end confdefs.h. */
4535#include <stdarg.h>
4536#include <stdio.h>
4537#include <sys/types.h>
4538#include <sys/stat.h>
4539/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4540struct buf { int x; };
4541FILE * (*rcsopen) (struct buf *, struct stat *, int);
4542static char *e (p, i)
4543 char **p;
4544 int i;
4545{
4546 return p[i];
4547}
4548static char *f (char * (*g) (char **, int), char **p, ...)
4549{
4550 char *s;
4551 va_list v;
4552 va_start (v,p);
4553 s = g (p, va_arg (v,int));
4554 va_end (v);
4555 return s;
4556}
4557
4558/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4559 function prototypes and stuff, but not '\xHH' hex character constants.
4560 These don't provoke an error unfortunately, instead are silently treated
cd9a469c 4561 as 'x'. The following induces an error, until -std is added to get
b30fcfae 4562 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4563 array size at least. It's necessary to write '\x00'==0 to get something
cd9a469c 4564 that's true only with -std. */
b30fcfae 4565int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4566
cd9a469c 4567/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4568 inside strings and character constants. */
4569#define FOO(x) 'x'
4570int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4571
b30fcfae 4572int test (int i, double x);
4573struct s1 {int (*f) (int a);};
4574struct s2 {int (*f) (double a);};
4575int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4576int argc;
4577char **argv;
4578int
4579main ()
4580{
4581return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4582 ;
4583 return 0;
4584}
4585_ACEOF
cd9a469c 4586for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4587 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
b30fcfae 4588do
4589 CC="$ac_save_CC $ac_arg"
cd9a469c 4590 if ac_fn_c_try_compile "$LINENO"; then :
4591 ac_cv_prog_cc_c89=$ac_arg
b30fcfae 4592fi
cd9a469c 4593rm -f core conftest.err conftest.$ac_objext
4594 test "x$ac_cv_prog_cc_c89" != "xno" && break
b30fcfae 4595done
cd9a469c 4596rm -f conftest.$ac_ext
b30fcfae 4597CC=$ac_save_CC
4598
4599fi
cd9a469c 4600# AC_CACHE_VAL
4601case "x$ac_cv_prog_cc_c89" in
4602 x)
4603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4604$as_echo "none needed" >&6; } ;;
4605 xno)
4606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4607$as_echo "unsupported" >&6; } ;;
b30fcfae 4608 *)
cd9a469c 4609 CC="$CC $ac_cv_prog_cc_c89"
4610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4611$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
b30fcfae 4612esac
cd9a469c 4613if test "x$ac_cv_prog_cc_c89" != xno; then :
b30fcfae 4614
5084f823 4615fi
4616
5084f823 4617ac_ext=c
4618ac_cpp='$CPP $CPPFLAGS'
4619ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4620ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4621ac_compiler_gnu=$ac_cv_c_compiler_gnu
4622
cd9a469c 4623ac_ext=cpp
5084f823 4624ac_cpp='$CXXCPP $CPPFLAGS'
4625ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4626ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4627ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
cd9a469c 4628if test -z "$CXX"; then
4629 if test -n "$CCC"; then
4630 CXX=$CCC
4631 else
4632 if test -n "$ac_tool_prefix"; then
4633 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5084f823 4634 do
4635 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4636set dummy $ac_tool_prefix$ac_prog; ac_word=$2
cd9a469c 4637{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4638$as_echo_n "checking for $ac_word... " >&6; }
4639if test "${ac_cv_prog_CXX+set}" = set; then :
4640 $as_echo_n "(cached) " >&6
5084f823 4641else
4642 if test -n "$CXX"; then
4643 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4644else
4645as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4646for as_dir in $PATH
4647do
4648 IFS=$as_save_IFS
4649 test -z "$as_dir" && as_dir=.
cd9a469c 4650 for ac_exec_ext in '' $ac_executable_extensions; do
4651 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5084f823 4652 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
cd9a469c 4653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5084f823 4654 break 2
4655 fi
4656done
cd9a469c 4657 done
4658IFS=$as_save_IFS
8e1fea1a 4659
eae5b2bc 4660fi
4661fi
4662CXX=$ac_cv_prog_CXX
4663if test -n "$CXX"; then
cd9a469c 4664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4665$as_echo "$CXX" >&6; }
eae5b2bc 4666else
cd9a469c 4667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4668$as_echo "no" >&6; }
eae5b2bc 4669fi
4670
cd9a469c 4671
eae5b2bc 4672 test -n "$CXX" && break
4673 done
4674fi
4675if test -z "$CXX"; then
4676 ac_ct_CXX=$CXX
cd9a469c 4677 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
eae5b2bc 4678do
4679 # Extract the first word of "$ac_prog", so it can be a program name with args.
4680set dummy $ac_prog; ac_word=$2
cd9a469c 4681{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4682$as_echo_n "checking for $ac_word... " >&6; }
4683if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4684 $as_echo_n "(cached) " >&6
eae5b2bc 4685else
4686 if test -n "$ac_ct_CXX"; then
4687 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4688else
4689as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4690for as_dir in $PATH
4691do
4692 IFS=$as_save_IFS
4693 test -z "$as_dir" && as_dir=.
cd9a469c 4694 for ac_exec_ext in '' $ac_executable_extensions; do
4695 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
eae5b2bc 4696 ac_cv_prog_ac_ct_CXX="$ac_prog"
cd9a469c 4697 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
eae5b2bc 4698 break 2
4699 fi
4700done
cd9a469c 4701 done
4702IFS=$as_save_IFS
eae5b2bc 4703
4704fi
4705fi
4706ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4707if test -n "$ac_ct_CXX"; then
cd9a469c 4708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4709$as_echo "$ac_ct_CXX" >&6; }
eae5b2bc 4710else
cd9a469c 4711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4712$as_echo "no" >&6; }
eae5b2bc 4713fi
4714
cd9a469c 4715
eae5b2bc 4716 test -n "$ac_ct_CXX" && break
4717done
eae5b2bc 4718
cd9a469c 4719 if test "x$ac_ct_CXX" = x; then
4720 CXX="g++"
4721 else
4722 case $cross_compiling:$ac_tool_warned in
4723yes:)
4724{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4725$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4726ac_tool_warned=yes ;;
4727esac
4728 CXX=$ac_ct_CXX
4729 fi
eae5b2bc 4730fi
4731
cd9a469c 4732 fi
4733fi
eae5b2bc 4734# Provide some information about the compiler.
cd9a469c 4735$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4736set X $ac_compile
4737ac_compiler=$2
4738for ac_option in --version -v -V -qversion; do
4739 { { ac_try="$ac_compiler $ac_option >&5"
4740case "(($ac_try" in
4741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4742 *) ac_try_echo=$ac_try;;
4743esac
4744eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4745$as_echo "$ac_try_echo"; } >&5
4746 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
eae5b2bc 4747 ac_status=$?
cd9a469c 4748 if test -s conftest.err; then
4749 sed '10a\
4750... rest of stderr output deleted ...
4751 10q' conftest.err >conftest.er1
4752 cat conftest.er1 >&5
4753 rm -f conftest.er1 conftest.err
4754 fi
4755 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4756 test $ac_status = 0; }
4757done
eae5b2bc 4758
cd9a469c 4759{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4760$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4761if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4762 $as_echo_n "(cached) " >&6
eae5b2bc 4763else
cd9a469c 4764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
eae5b2bc 4765/* end confdefs.h. */
4766
4767int
4768main ()
4769{
4770#ifndef __GNUC__
4771 choke me
4772#endif
4773
4774 ;
4775 return 0;
4776}
4777_ACEOF
cd9a469c 4778if ac_fn_cxx_try_compile "$LINENO"; then :
eae5b2bc 4779 ac_compiler_gnu=yes
4780else
cd9a469c 4781 ac_compiler_gnu=no
eae5b2bc 4782fi
cd9a469c 4783rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
eae5b2bc 4784ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4785
4786fi
cd9a469c 4787{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4788$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4789if test $ac_compiler_gnu = yes; then
4790 GXX=yes
4791else
4792 GXX=
4793fi
eae5b2bc 4794ac_test_CXXFLAGS=${CXXFLAGS+set}
4795ac_save_CXXFLAGS=$CXXFLAGS
cd9a469c 4796{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4797$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4798if test "${ac_cv_prog_cxx_g+set}" = set; then :
4799 $as_echo_n "(cached) " >&6
4800else
4801 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4802 ac_cxx_werror_flag=yes
4803 ac_cv_prog_cxx_g=no
4804 CXXFLAGS="-g"
4805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
eae5b2bc 4806/* end confdefs.h. */
4807
4808int
4809main ()
4810{
4811
4812 ;
4813 return 0;
4814}
4815_ACEOF
cd9a469c 4816if ac_fn_cxx_try_compile "$LINENO"; then :
eae5b2bc 4817 ac_cv_prog_cxx_g=yes
4818else
cd9a469c 4819 CXXFLAGS=""
4820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
eae5b2bc 4821/* end confdefs.h. */
cd9a469c 4822
eae5b2bc 4823int
4824main ()
4825{
cd9a469c 4826
eae5b2bc 4827 ;
4828 return 0;
4829}
4830_ACEOF
cd9a469c 4831if ac_fn_cxx_try_compile "$LINENO"; then :
2f8725b0 4832
cd9a469c 4833else
4834 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4835 CXXFLAGS="-g"
4836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
eae5b2bc 4837/* end confdefs.h. */
cd9a469c 4838
eae5b2bc 4839int
4840main ()
4841{
cd9a469c 4842
eae5b2bc 4843 ;
4844 return 0;
4845}
4846_ACEOF
cd9a469c 4847if ac_fn_cxx_try_compile "$LINENO"; then :
4848 ac_cv_prog_cxx_g=yes
570af75a 4849fi
cd9a469c 4850rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4851fi
4852rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4853fi
4854rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4855 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4856fi
4857{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4858$as_echo "$ac_cv_prog_cxx_g" >&6; }
4859if test "$ac_test_CXXFLAGS" = set; then
4860 CXXFLAGS=$ac_save_CXXFLAGS
4861elif test $ac_cv_prog_cxx_g = yes; then
4862 if test "$GXX" = yes; then
4863 CXXFLAGS="-g -O2"
4864 else
4865 CXXFLAGS="-g"
4866 fi
4867else
4868 if test "$GXX" = yes; then
4869 CXXFLAGS="-O2"
4870 else
4871 CXXFLAGS=
4872 fi
eae5b2bc 4873fi
eae5b2bc 4874ac_ext=c
4875ac_cpp='$CPP $CPPFLAGS'
4876ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4877ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4878ac_compiler_gnu=$ac_cv_c_compiler_gnu
4879
4880
4881# We must set the default linker to the linker used by gcc for the correct
4882# operation of libtool. If LD is not defined and we are using gcc, try to
4883# set the LD default to the ld used by gcc.
4884if test -z "$LD"; then
4885 if test "$GCC" = yes; then
4886 case $build in
4887 *-*-mingw*)
4888 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4889 *)
4890 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4891 esac
4892 case $gcc_prog_ld in
4893 # Accept absolute paths.
4894 [\\/]* | [A-Za-z]:[\\/]*)
4895 LD="$gcc_prog_ld" ;;
4896 esac
4897 fi
2f8725b0 4898fi
4899
13687c85 4900# Check whether -static-libstdc++ -static-libgcc is supported.
4901have_static_libs=no
4902if test "$GCC" = yes; then
4903 saved_LDFLAGS="$LDFLAGS"
4904
4905 LDFLAGS="$LDFLAGS -static-libstdc++ -static-libgcc"
4906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether g++ accepts -static-libstdc++ -static-libgcc" >&5
4907$as_echo_n "checking whether g++ accepts -static-libstdc++ -static-libgcc... " >&6; }
4908 ac_ext=cpp
4909ac_cpp='$CXXCPP $CPPFLAGS'
4910ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4911ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4912ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4913
4914
4915cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4916/* end confdefs.h. */
74f1ea54 4917
4918#if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
4919#error -static-libstdc++ not implemented
4920#endif
13687c85 4921int main() {}
4922_ACEOF
4923if ac_fn_cxx_try_link "$LINENO"; then :
4924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4925$as_echo "yes" >&6; }; have_static_libs=yes
4926else
4927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4928$as_echo "no" >&6; }
4929fi
4930rm -f core conftest.err conftest.$ac_objext \
4931 conftest$ac_exeext conftest.$ac_ext
4932 ac_ext=c
4933ac_cpp='$CPP $CPPFLAGS'
4934ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4935ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4936ac_compiler_gnu=$ac_cv_c_compiler_gnu
4937
4938
4939 LDFLAGS="$saved_LDFLAGS"
4940fi
4941
2f8725b0 4942
4943
8e1fea1a 4944
b30fcfae 4945if test -n "$ac_tool_prefix"; then
4946 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
8e1fea1a 4947set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
cd9a469c 4948{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4949$as_echo_n "checking for $ac_word... " >&6; }
4950if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4951 $as_echo_n "(cached) " >&6
8e1fea1a 4952else
4953 if test -n "$GNATBIND"; then
4954 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
4955else
b30fcfae 4956as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4957for as_dir in $PATH
4958do
4959 IFS=$as_save_IFS
4960 test -z "$as_dir" && as_dir=.
cd9a469c 4961 for ac_exec_ext in '' $ac_executable_extensions; do
4962 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 4963 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
cd9a469c 4964 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 4965 break 2
4966 fi
4967done
cd9a469c 4968 done
4969IFS=$as_save_IFS
b30fcfae 4970
8e1fea1a 4971fi
4972fi
b30fcfae 4973GNATBIND=$ac_cv_prog_GNATBIND
8e1fea1a 4974if test -n "$GNATBIND"; then
cd9a469c 4975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4976$as_echo "$GNATBIND" >&6; }
8e1fea1a 4977else
cd9a469c 4978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4979$as_echo "no" >&6; }
8e1fea1a 4980fi
4981
cd9a469c 4982
b30fcfae 4983fi
8e1fea1a 4984if test -z "$ac_cv_prog_GNATBIND"; then
b30fcfae 4985 ac_ct_GNATBIND=$GNATBIND
8e1fea1a 4986 # Extract the first word of "gnatbind", so it can be a program name with args.
4987set dummy gnatbind; ac_word=$2
cd9a469c 4988{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4989$as_echo_n "checking for $ac_word... " >&6; }
4990if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4991 $as_echo_n "(cached) " >&6
8e1fea1a 4992else
b30fcfae 4993 if test -n "$ac_ct_GNATBIND"; then
4994 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
8e1fea1a 4995else
b30fcfae 4996as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4997for as_dir in $PATH
4998do
4999 IFS=$as_save_IFS
5000 test -z "$as_dir" && as_dir=.
cd9a469c 5001 for ac_exec_ext in '' $ac_executable_extensions; do
5002 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 5003 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
cd9a469c 5004 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 5005 break 2
5006 fi
5007done
cd9a469c 5008 done
5009IFS=$as_save_IFS
b30fcfae 5010
8e1fea1a 5011fi
5012fi
b30fcfae 5013ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
5014if test -n "$ac_ct_GNATBIND"; then
cd9a469c 5015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
5016$as_echo "$ac_ct_GNATBIND" >&6; }
8e1fea1a 5017else
cd9a469c 5018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5019$as_echo "no" >&6; }
8e1fea1a 5020fi
5021
cd9a469c 5022 if test "x$ac_ct_GNATBIND" = x; then
5023 GNATBIND="no"
5024 else
5025 case $cross_compiling:$ac_tool_warned in
5026yes:)
5027{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5028$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5029ac_tool_warned=yes ;;
5030esac
5031 GNATBIND=$ac_ct_GNATBIND
5032 fi
8e1fea1a 5033else
b30fcfae 5034 GNATBIND="$ac_cv_prog_GNATBIND"
8e1fea1a 5035fi
5036
b30fcfae 5037if test -n "$ac_tool_prefix"; then
5038 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
a18b2c54 5039set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
cd9a469c 5040{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5041$as_echo_n "checking for $ac_word... " >&6; }
5042if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5043 $as_echo_n "(cached) " >&6
a18b2c54 5044else
5045 if test -n "$GNATMAKE"; then
5046 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
5047else
b30fcfae 5048as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5049for as_dir in $PATH
5050do
5051 IFS=$as_save_IFS
5052 test -z "$as_dir" && as_dir=.
cd9a469c 5053 for ac_exec_ext in '' $ac_executable_extensions; do
5054 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 5055 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
cd9a469c 5056 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 5057 break 2
5058 fi
5059done
cd9a469c 5060 done
5061IFS=$as_save_IFS
b30fcfae 5062
a18b2c54 5063fi
5064fi
b30fcfae 5065GNATMAKE=$ac_cv_prog_GNATMAKE
a18b2c54 5066if test -n "$GNATMAKE"; then
cd9a469c 5067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5068$as_echo "$GNATMAKE" >&6; }
a18b2c54 5069else
cd9a469c 5070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5071$as_echo "no" >&6; }
a18b2c54 5072fi
5073
cd9a469c 5074
b30fcfae 5075fi
a18b2c54 5076if test -z "$ac_cv_prog_GNATMAKE"; then
b30fcfae 5077 ac_ct_GNATMAKE=$GNATMAKE
a18b2c54 5078 # Extract the first word of "gnatmake", so it can be a program name with args.
5079set dummy gnatmake; ac_word=$2
cd9a469c 5080{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5081$as_echo_n "checking for $ac_word... " >&6; }
5082if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5083 $as_echo_n "(cached) " >&6
a18b2c54 5084else
b30fcfae 5085 if test -n "$ac_ct_GNATMAKE"; then
5086 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
a18b2c54 5087else
b30fcfae 5088as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5089for as_dir in $PATH
5090do
5091 IFS=$as_save_IFS
5092 test -z "$as_dir" && as_dir=.
cd9a469c 5093 for ac_exec_ext in '' $ac_executable_extensions; do
5094 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 5095 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
cd9a469c 5096 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 5097 break 2
5098 fi
5099done
cd9a469c 5100 done
5101IFS=$as_save_IFS
b30fcfae 5102
a18b2c54 5103fi
5104fi
b30fcfae 5105ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5106if test -n "$ac_ct_GNATMAKE"; then
cd9a469c 5107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5108$as_echo "$ac_ct_GNATMAKE" >&6; }
a18b2c54 5109else
cd9a469c 5110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5111$as_echo "no" >&6; }
a18b2c54 5112fi
5113
cd9a469c 5114 if test "x$ac_ct_GNATMAKE" = x; then
5115 GNATMAKE="no"
5116 else
5117 case $cross_compiling:$ac_tool_warned in
5118yes:)
5119{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5120$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5121ac_tool_warned=yes ;;
5122esac
5123 GNATMAKE=$ac_ct_GNATMAKE
5124 fi
a18b2c54 5125else
b30fcfae 5126 GNATMAKE="$ac_cv_prog_GNATMAKE"
a18b2c54 5127fi
5128
cd9a469c 5129{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5130$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5131if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5132 $as_echo_n "(cached) " >&6
8e1fea1a 5133else
5134 cat >conftest.adb <<EOF
5135procedure conftest is begin null; end conftest;
5136EOF
5137acx_cv_cc_gcc_supports_ada=no
5138# There is a bug in old released versions of GCC which causes the
5139# driver to exit successfully when the appropriate language module
5140# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5141# Therefore we must check for the error message as well as an
5142# unsuccessful exit.
216de822 5143# Other compilers, like HP Tru64 UNIX cc, exit successfully when
5144# given a .adb file, but produce no object file. So we must check
5145# if an object file was really produced to guard against this.
8e1fea1a 5146errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
216de822 5147if test x"$errors" = x && test -f conftest.$ac_objext; then
8e1fea1a 5148 acx_cv_cc_gcc_supports_ada=yes
8e1fea1a 5149fi
5150rm -f conftest.*
5151fi
cd9a469c 5152{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5153$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
8e1fea1a 5154
9d5fd7d0 5155if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
8e1fea1a 5156 have_gnat=yes
5157else
5158 have_gnat=no
5159fi
5160
cd9a469c 5161{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5162$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5163if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5164 $as_echo_n "(cached) " >&6
7bcc3b4a 5165else
5166 echo abfoo >t1
5167 echo cdfoo >t2
5168 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
697dfd2c 5169 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5170 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5171 :
5172 else
5173 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5174 fi
5175 fi
7bcc3b4a 5176 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5177 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
697dfd2c 5178 :
7bcc3b4a 5179 else
5180 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5181 fi
5182 fi
5183 rm t1 t2
5184
5185fi
cd9a469c 5186{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5187$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
7bcc3b4a 5188do_compare="$gcc_cv_prog_cmp_skip"
5189
5190
8e1fea1a 5191
6c59dfa4 5192# Check whether --enable-bootstrap was given.
5193if test "${enable_bootstrap+set}" = set; then :
5194 enableval=$enable_bootstrap;
5195else
5196 enable_bootstrap=default
5197fi
5198
5199
5200# Issue errors and warnings for invalid/strange bootstrap combinations.
d7c9b4c1 5201if test -r $srcdir/gcc/configure; then
5202 have_compiler=yes
5203else
5204 have_compiler=no
5205fi
6c59dfa4 5206
5207case "$have_compiler:$host:$target:$enable_bootstrap" in
5208 *:*:*:no) ;;
5209
5210 # Default behavior. Enable bootstrap if we have a compiler
5211 # and we are in a native configuration.
5212 yes:$build:$build:default)
5213 enable_bootstrap=yes ;;
5214
5215 *:*:*:default)
5216 enable_bootstrap=no ;;
5217
5218 # We have a compiler and we are in a native configuration, bootstrap is ok
5219 yes:$build:$build:yes)
5220 ;;
5221
5222 # Other configurations, but we have a compiler. Assume the user knows
5223 # what he's doing.
5224 yes:*:*:yes)
5225 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
5226$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5227 ;;
5228
5229 # No compiler: if they passed --enable-bootstrap explicitly, fail
5230 no:*:*:yes)
5231 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
5232
5233 # Fail if wrong command line
5234 *)
5235 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
5236 ;;
5237esac
5238
c3fc6a63 5239# Used for setting $lt_cv_objdir
5240{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5241$as_echo_n "checking for objdir... " >&6; }
5242if test "${lt_cv_objdir+set}" = set; then :
5243 $as_echo_n "(cached) " >&6
5244else
5245 rm -f .libs 2>/dev/null
5246mkdir .libs 2>/dev/null
5247if test -d .libs; then
5248 lt_cv_objdir=.libs
5249else
5250 # MS-DOS does not allow filenames that begin with a dot.
5251 lt_cv_objdir=_libs
5252fi
5253rmdir .libs 2>/dev/null
5254fi
5255{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5256$as_echo "$lt_cv_objdir" >&6; }
5257objdir=$lt_cv_objdir
5258
5259
5260
5261
5262
5263cat >>confdefs.h <<_ACEOF
5264#define LT_OBJDIR "$lt_cv_objdir/"
5265_ACEOF
5266
5267
5268
7601a55c 5269# Check for GMP, MPFR and MPC
16de6a81 5270gmplibs="-lmpc -lmpfr -lgmp"
4ee9c684 5271gmpinc=
d45318b3 5272have_gmp=no
7601a55c 5273
5274# Specify a location for mpc
5275# check for this first so it ends up on the link line before mpfr.
5276
cd9a469c 5277# Check whether --with-mpc was given.
5278if test "${with_mpc+set}" = set; then :
5279 withval=$with_mpc;
5280fi
7601a55c 5281
7601a55c 5282
73f813e1 5283# Check whether --with-mpc-include was given.
cd9a469c 5284if test "${with_mpc_include+set}" = set; then :
5285 withval=$with_mpc_include;
5286fi
7601a55c 5287
7601a55c 5288
73f813e1 5289# Check whether --with-mpc-lib was given.
cd9a469c 5290if test "${with_mpc_lib+set}" = set; then :
5291 withval=$with_mpc_lib;
5292fi
7601a55c 5293
7601a55c 5294
5295if test "x$with_mpc" != x; then
16de6a81 5296 gmplibs="-L$with_mpc/lib $gmplibs"
5297 gmpinc="-I$with_mpc/include $gmpinc"
7601a55c 5298fi
5299if test "x$with_mpc_include" != x; then
16de6a81 5300 gmpinc="-I$with_mpc_include $gmpinc"
7601a55c 5301fi
5302if test "x$with_mpc_lib" != x; then
16de6a81 5303 gmplibs="-L$with_mpc_lib $gmplibs"
7601a55c 5304fi
5305if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
c3fc6a63 5306 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
16de6a81 5307 gmpinc='-I$$s/mpc/src '"$gmpinc"
7601a55c 5308 # Do not test the mpc version. Assume that it is sufficient, since
5309 # it is in the source tree, and the library has not been built yet
5310 # but it would be included on the link line in the version check below
5311 # hence making the test fail.
16de6a81 5312 have_gmp=yes
7601a55c 5313fi
d45318b3 5314
5ca838b8 5315# Specify a location for mpfr
5316# check for this first so it ends up on the link line before gmp.
b30fcfae 5317
cd9a469c 5318# Check whether --with-mpfr-dir was given.
5319if test "${with_mpfr_dir+set}" = set; then :
5320 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5321Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5322fi
5323
5ca838b8 5324
5325
cd9a469c 5326# Check whether --with-mpfr was given.
5327if test "${with_mpfr+set}" = set; then :
5328 withval=$with_mpfr;
5329fi
b30fcfae 5330
5ca838b8 5331
73f813e1 5332# Check whether --with-mpfr-include was given.
cd9a469c 5333if test "${with_mpfr_include+set}" = set; then :
5334 withval=$with_mpfr_include;
5335fi
b30fcfae 5336
a5144c1d 5337
73f813e1 5338# Check whether --with-mpfr-lib was given.
cd9a469c 5339if test "${with_mpfr_lib+set}" = set; then :
5340 withval=$with_mpfr_lib;
5341fi
a5144c1d 5342
5ca838b8 5343
5344if test "x$with_mpfr" != x; then
5345 gmplibs="-L$with_mpfr/lib $gmplibs"
16de6a81 5346 gmpinc="-I$with_mpfr/include $gmpinc"
5ca838b8 5347fi
a5144c1d 5348if test "x$with_mpfr_include" != x; then
16de6a81 5349 gmpinc="-I$with_mpfr_include $gmpinc"
a5144c1d 5350fi
5351if test "x$with_mpfr_lib" != x; then
5352 gmplibs="-L$with_mpfr_lib $gmplibs"
5353fi
d45318b3 5354if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
37ca4325 5355 # MPFR v3.1.0 moved the sources into a src sub-directory.
5356 if test -d ${srcdir}/mpfr/src; then
5357 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir $gmplibs"
5358 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
5359 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr/src --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/src/'"$lt_cv_objdir"
5360 else
5361 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5362 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5363 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5364 fi
d45318b3 5365 # Do not test the mpfr version. Assume that it is sufficient, since
5366 # it is in the source tree, and the library has not been built yet
5367 # but it would be included on the link line in the version check below
5368 # hence making the test fail.
5369 have_gmp=yes
5370fi
5ca838b8 5371
4ee9c684 5372# Specify a location for gmp
b30fcfae 5373
cd9a469c 5374# Check whether --with-gmp-dir was given.
5375if test "${with_gmp_dir+set}" = set; then :
5376 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5377Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5378fi
5379
4ee9c684 5380
4ee9c684 5381
cd9a469c 5382# Check whether --with-gmp was given.
5383if test "${with_gmp+set}" = set; then :
5384 withval=$with_gmp;
5385fi
b30fcfae 5386
4ee9c684 5387
73f813e1 5388# Check whether --with-gmp-include was given.
cd9a469c 5389if test "${with_gmp_include+set}" = set; then :
5390 withval=$with_gmp_include;
5391fi
b30fcfae 5392
a5144c1d 5393
73f813e1 5394# Check whether --with-gmp-lib was given.
cd9a469c 5395if test "${with_gmp_lib+set}" = set; then :
5396 withval=$with_gmp_lib;
5397fi
a5144c1d 5398
5399
4ee9c684 5400
5ca838b8 5401if test "x$with_gmp" != x; then
5402 gmplibs="-L$with_gmp/lib $gmplibs"
5403 gmpinc="-I$with_gmp/include $gmpinc"
4ee9c684 5404fi
a5144c1d 5405if test "x$with_gmp_include" != x; then
5406 gmpinc="-I$with_gmp_include $gmpinc"
5407fi
5408if test "x$with_gmp_lib" != x; then
5409 gmplibs="-L$with_gmp_lib $gmplibs"
5410fi
d45318b3 5411if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
c3fc6a63 5412 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
d45318b3 5413 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
b9a8e4c4 5414 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
c3fc6a63 5415 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
e4128452 5416 extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
d45318b3 5417 # Do not test the gmp version. Assume that it is sufficient, since
5418 # it is in the source tree, and the library has not been built yet
5419 # but it would be included on the link line in the version check below
5420 # hence making the test fail.
5421 have_gmp=yes
5422fi
4ee9c684 5423
16c9b2e3 5424if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
d45318b3 5425 have_gmp=yes
5426 saved_CFLAGS="$CFLAGS"
5427 CFLAGS="$CFLAGS $gmpinc"
17b6993a 5428 # Check for the recommended and required versions of GMP.
5429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5430$as_echo_n "checking for the correct version of gmp.h... " >&6; }
4fd35f21 5431
5432cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17b6993a 5433/* end confdefs.h. */
5434#include "gmp.h"
5435int
5436main ()
5437{
5438
5439 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5440 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
f819bb73 5441 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,3)
17b6993a 5442 choke me
5443 #endif
5444
5445 ;
5446 return 0;
5447}
5448_ACEOF
5449if ac_fn_c_try_compile "$LINENO"; then :
4fd35f21 5450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b30fcfae 5451/* end confdefs.h. */
17b6993a 5452#include <gmp.h>
b30fcfae 5453int
5454main ()
5455{
4ee9c684 5456
17b6993a 5457 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5458 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5459 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
d45318b3 5460 choke me
5461 #endif
b30fcfae 5462
5463 ;
5464 return 0;
5465}
5466_ACEOF
cd9a469c 5467if ac_fn_c_try_compile "$LINENO"; then :
5468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5469$as_echo "yes" >&6; }
17b6993a 5470else
5471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5472$as_echo "buggy but acceptable" >&6; }
5473fi
5474rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b30fcfae 5475else
cd9a469c 5476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5477$as_echo "no" >&6; }; have_gmp=no
b30fcfae 5478fi
cd9a469c 5479rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4ee9c684 5480
7601a55c 5481 # If we have GMP, check the MPFR version.
d45318b3 5482 if test x"$have_gmp" = xyes; then
17b6993a 5483 # Check for the recommended and required versions of MPFR.
5484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5485$as_echo_n "checking for the correct version of mpfr.h... " >&6; }
cd9a469c 5486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b30fcfae 5487/* end confdefs.h. */
6a086156 5488#include <gmp.h>
d45318b3 5489 #include <mpfr.h>
b30fcfae 5490int
5491main ()
5492{
112f3d57 5493
cb1d9044 5494 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,0)
d45318b3 5495 choke me
5496 #endif
b30fcfae 5497
5498 ;
5499 return 0;
5500}
5501_ACEOF
cd9a469c 5502if ac_fn_c_try_compile "$LINENO"; then :
5503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b30fcfae 5504/* end confdefs.h. */
0157cc75 5505#include <gmp.h>
d45318b3 5506 #include <mpfr.h>
b30fcfae 5507int
5508main ()
5509{
0157cc75 5510
17b6993a 5511 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
d45318b3 5512 choke me
5513 #endif
7601a55c 5514
5515 ;
5516 return 0;
5517}
5518_ACEOF
cd9a469c 5519if ac_fn_c_try_compile "$LINENO"; then :
5520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5521$as_echo "yes" >&6; }
7601a55c 5522else
cd9a469c 5523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5524$as_echo "buggy but acceptable" >&6; }
7601a55c 5525fi
cd9a469c 5526rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7601a55c 5527else
cd9a469c 5528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5529$as_echo "no" >&6; }; have_gmp=no
7601a55c 5530fi
cd9a469c 5531rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7601a55c 5532 fi
5533
5534 # Check for the MPC header version.
16de6a81 5535 if test x"$have_gmp" = xyes ; then
17b6993a 5536 # Check for the recommended and required versions of MPC.
cd9a469c 5537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5538$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7601a55c 5540/* end confdefs.h. */
5541#include <mpc.h>
5542int
5543main ()
5544{
5545
17b6993a 5546 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5547 choke me
5548 #endif
5549
5550 ;
5551 return 0;
5552}
5553_ACEOF
5554if ac_fn_c_try_compile "$LINENO"; then :
5555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5556/* end confdefs.h. */
5557#include <mpc.h>
5558int
5559main ()
5560{
5561
5562 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
7601a55c 5563 choke me
5564 #endif
5565
5566 ;
5567 return 0;
5568}
5569_ACEOF
cd9a469c 5570if ac_fn_c_try_compile "$LINENO"; then :
5571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16de6a81 5572$as_echo "yes" >&6; }
17b6993a 5573else
5574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5575$as_echo "buggy but acceptable" >&6; }
5576fi
5577rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7601a55c 5578else
cd9a469c 5579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16de6a81 5580$as_echo "no" >&6; }; have_gmp=no
7601a55c 5581fi
cd9a469c 5582rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7601a55c 5583 fi
5584
5585 # Now check the MPFR library.
5586 if test x"$have_gmp" = xyes; then
5587 saved_LIBS="$LIBS"
5588 LIBS="$LIBS $gmplibs"
16de6a81 5589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5590$as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
cd9a469c 5591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7601a55c 5592/* end confdefs.h. */
16de6a81 5593#include <mpc.h>
7601a55c 5594int
5595main ()
5596{
5597
5598 mpfr_t n;
5599 mpfr_t x;
16de6a81 5600 mpc_t c;
7601a55c 5601 int t;
5602 mpfr_init (n);
5603 mpfr_init (x);
5604 mpfr_atan2 (n, n, x, GMP_RNDN);
5605 mpfr_erfc (n, x, GMP_RNDN);
5606 mpfr_subnormalize (x, t, GMP_RNDN);
16de6a81 5607 mpfr_clear(n);
5608 mpfr_clear(x);
5609 mpc_init2 (c, 53);
5610 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5611 mpc_cosh (c, c, MPC_RNDNN);
5612 mpc_pow (c, c, c, MPC_RNDNN);
5613 mpc_acosh (c, c, MPC_RNDNN);
5614 mpc_clear (c);
b30fcfae 5615
5616 ;
5617 return 0;
5618}
5619_ACEOF
cd9a469c 5620if ac_fn_c_try_link "$LINENO"; then :
5621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5622$as_echo "yes" >&6; }
b30fcfae 5623else
cd9a469c 5624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5625$as_echo "no" >&6; }; have_gmp=no
b30fcfae 5626fi
cd9a469c 5627rm -f core conftest.err conftest.$ac_objext \
5628 conftest$ac_exeext conftest.$ac_ext
7601a55c 5629 LIBS="$saved_LIBS"
5630 fi
5631
d45318b3 5632 CFLAGS="$saved_CFLAGS"
4ee9c684 5633
17b6993a 5634# The library versions listed in the error message below should match
5635# the HARD-minimums enforced above.
d45318b3 5636 if test x$have_gmp != xyes; then
cb1d9044 5637 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
16de6a81 5638Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5639their locations. Source code for these libraries can be found at
5640their respective hosting sites as well as at
5641ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5642http://gcc.gnu.org/install/prerequisites.html for additional info. If
5643you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5644make sure that you have installed both the libraries and the header
5645files. They may be located in separate packages." "$LINENO" 5
d45318b3 5646 fi
6a086156 5647fi
5648
7601a55c 5649# Flags needed for both GMP, MPFR and/or MPC.
5650
5651
4ee9c684 5652
5653
5654
bff7ea4a 5655
e4128452 5656
5bc96548 5657# Allow host libstdc++ to be specified for static linking with PPL.
5658
cd9a469c 5659# Check whether --with-host-libstdcxx was given.
5660if test "${with_host_libstdcxx+set}" = set; then :
5661 withval=$with_host_libstdcxx;
5662fi
5bc96548 5663
5bc96548 5664
5665case $with_host_libstdcxx in
5666 no|yes)
cd9a469c 5667 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
5bc96548 5668 ;;
5669esac
255b6be7 5670
13687c85 5671# Libraries to use for stage1 or when not bootstrapping.
7ab76cec 5672
13687c85 5673# Check whether --with-stage1-libs was given.
5674if test "${with_stage1_libs+set}" = set; then :
5675 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5676 stage1_libs=
7ab76cec 5677 else
13687c85 5678 stage1_libs=$withval
7ab76cec 5679 fi
5680else
13687c85 5681 stage1_libs=$with_host_libstdcxx
cd9a469c 5682fi
5683
7ab76cec 5684
5685
13687c85 5686# Linker flags to use for stage1 or when not bootstrapping.
7ab76cec 5687
13687c85 5688# Check whether --with-stage1-ldflags was given.
5689if test "${with_stage1_ldflags+set}" = set; then :
5690 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5691 stage1_ldflags=
7ab76cec 5692 else
13687c85 5693 stage1_ldflags=$withval
7ab76cec 5694 fi
5695else
13687c85 5696 stage1_ldflags=
5697 # In stage 1, default to linking libstdc++ and libgcc statically with GCC
5698 # if supported. But if the user explicitly specified the libraries to use,
5699 # trust that they are doing what they want.
5700 if test "$stage1_libs" = "" -a "$have_static_libs" = yes; then
5701 stage1_ldflags="-static-libstdc++ -static-libgcc"
5702 fi
cd9a469c 5703fi
5704
7ab76cec 5705
5706
7ab76cec 5707# Libraries to use for stage2 and later builds. This defaults to the
5708# argument passed to --with-host-libstdcxx.
5709
cd9a469c 5710# Check whether --with-boot-libs was given.
5711if test "${with_boot_libs+set}" = set; then :
5712 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5110389d 5713 poststage1_libs=
5714 else
5715 poststage1_libs=$withval
5716 fi
5717else
7ab76cec 5718 poststage1_libs=$with_host_libstdcxx
cd9a469c 5719fi
5720
7ab76cec 5721
5722
d6dfe18a 5723# Linker flags to use for stage2 and later builds.
5724
5725# Check whether --with-boot-ldflags was given.
5726if test "${with_boot_ldflags+set}" = set; then :
5727 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5728 poststage1_ldflags=
5729 else
5730 poststage1_ldflags=$withval
5731 fi
5732else
5733 poststage1_ldflags=
7deb2d70 5734 # In stages 2 and 3, default to linking libstdc++ and libgcc
5735 # statically. But if the user explicitly specified the libraries to
5736 # use, trust that they are doing what they want.
5737 if test "$poststage1_libs" = ""; then
d6dfe18a 5738 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5739 fi
5740fi
5741
5742
5743
83d54ac4 5744# GCC GRAPHITE dependences, ISL and CLOOG which in turn requires ISL.
5745# Basic setup is inlined here, actual checks are in config/cloog.m4 and
5746# config/isl.m4
5747
5748
5749# Check whether --with-cloog was given.
5750if test "${with_cloog+set}" = set; then :
5751 withval=$with_cloog;
5752fi
255b6be7 5753
5754
87e20041 5755# Check whether --with-isl was given.
5756if test "${with_isl+set}" = set; then :
5757 withval=$with_isl;
cd9a469c 5758fi
255b6be7 5759
255b6be7 5760
83d54ac4 5761# Treat either --without-cloog or --without-isl as a request to disable
5762# GRAPHITE support and skip all following checks.
5763if test "x$with_isl" != "xno" &&
5764 test "x$with_cloog" != "xno"; then
5765 # Check for ISL
5766
5767
87e20041 5768# Check whether --with-isl-include was given.
5769if test "${with_isl_include+set}" = set; then :
5770 withval=$with_isl_include;
cd9a469c 5771fi
5772
255b6be7 5773
87e20041 5774# Check whether --with-isl-lib was given.
5775if test "${with_isl_lib+set}" = set; then :
5776 withval=$with_isl_lib;
cd9a469c 5777fi
255b6be7 5778
255b6be7 5779
87e20041 5780 # Check whether --enable-isl-version-check was given.
5781if test "${enable_isl_version_check+set}" = set; then :
5782 enableval=$enable_isl_version_check; ENABLE_ISL_CHECK=$enableval
5783else
5784 ENABLE_ISL_CHECK=yes
062b4a94 5785fi
5786
5787
87e20041 5788 # Initialize isllibs and islinc.
5789 case $with_isl in
5790 no)
5791 isllibs=
5792 islinc=
5793 ;;
5794 "" | yes)
5795 ;;
5796 *)
5797 isllibs="-L$with_isl/lib"
5798 islinc="-I$with_isl/include"
5799 ;;
5800 esac
5801 if test "x${with_isl_include}" != x ; then
5802 islinc="-I$with_isl_include"
5803 fi
5804 if test "x${with_isl_lib}" != x; then
5805 isllibs="-L$with_isl_lib"
5806 fi
5807 if test "x${islinc}" = x && test "x${isllibs}" = x \
5808 && test -d ${srcdir}/isl; then
5809 isllibs='-L$$r/$(HOST_SUBDIR)/isl/'"$lt_cv_objdir"' '
5810 islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
5811 ENABLE_ISL_CHECK=no
5812 fi
062b4a94 5813
062b4a94 5814
062b4a94 5815
87e20041 5816 if test "${ENABLE_ISL_CHECK}" = yes ; then
5817 _isl_saved_CFLAGS=$CFLAGS
5818 _isl_saved_LDFLAGS=$LDFLAGS
03946639 5819 _isl_saved_LIBS=$LIBS
87e20041 5820
5821 CFLAGS="${_isl_saved_CFLAGS} ${islinc} ${gmpinc}"
03946639 5822 LDFLAGS="${_isl_saved_LDFLAGS} ${isllibs}"
5823 LIBS="${_isl_saved_LIBS} -lisl"
87e20041 5824 echo $CFLAGS
5825
5826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.10 of ISL" >&5
5827$as_echo_n "checking for version 0.10 of ISL... " >&6; }
5828if test "${gcc_cv_isl+set}" = set; then :
062b4a94 5829 $as_echo_n "(cached) " >&6
5830else
87e20041 5831 if test "$cross_compiling" = yes; then :
7d7c5628 5832 gcc_cv_isl=yes
87e20041 5833else
5834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
062b4a94 5835/* end confdefs.h. */
87e20041 5836#include <isl/version.h>
5837 #include <string.h>
062b4a94 5838int
5839main ()
5840{
cf7b9544 5841if (strncmp (isl_version (), "isl-0.10", strlen ("isl-0.10")) != 0)
5842 return 1;
5843
062b4a94 5844 ;
5845 return 0;
5846}
5847_ACEOF
87e20041 5848if ac_fn_c_try_run "$LINENO"; then :
5849 gcc_cv_isl=yes
5362e323 5850else
87e20041 5851 gcc_cv_isl=no
062b4a94 5852fi
87e20041 5853rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5854 conftest.$ac_objext conftest.beam conftest.$ac_ext
062b4a94 5855fi
87e20041 5856
cd9a469c 5857fi
87e20041 5858{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_isl" >&5
5859$as_echo "$gcc_cv_isl" >&6; }
cd9a469c 5860
87e20041 5861 CFLAGS=$_isl_saved_CFLAGS
5862 LDFLAGS=$_isl_saved_LDFLAGS
03946639 5863 LIBS=$_isl_saved_LIBS
062b4a94 5864 fi
255b6be7 5865
062b4a94 5866
255b6be7 5867
255b6be7 5868
87e20041 5869
5870
87e20041 5871 if test "x${with_isl}" = xno; then
5872 graphite_requested=no
5873 elif test "x${with_isl}" != x \
5874 || test "x${with_isl_include}" != x \
5875 || test "x${with_isl_lib}" != x ; then
5876 graphite_requested=yes
5877 else
5878 graphite_requested=no
062b4a94 5879 fi
5362e323 5880
5362e323 5881
5882
87e20041 5883 if test "${gcc_cv_isl}" = no ; then
5884 isllibs=
5885 islinc=
5886 fi
5887
5888 if test "${graphite_requested}" = yes \
5889 && test "x${isllibs}" = x \
5890 && test "x${islinc}" = x ; then
255b6be7 5891
87e20041 5892 as_fn_error "Unable to find a usable ISL. See config.log for details." "$LINENO" 5
5893 fi
255b6be7 5894
a3c81e03 5895
5362e323 5896
83d54ac4 5897 if test "x$gcc_cv_isl" != "xno"; then
5898 # Check for CLOOG
cd9a469c 5899
5362e323 5900
73f813e1 5901# Check whether --with-cloog-include was given.
cd9a469c 5902if test "${with_cloog_include+set}" = set; then :
5903 withval=$with_cloog_include;
5904fi
5362e323 5905
5362e323 5906
73f813e1 5907# Check whether --with-cloog-lib was given.
cd9a469c 5908if test "${with_cloog_lib+set}" = set; then :
5909 withval=$with_cloog_lib;
5910fi
5362e323 5911
5362e323 5912
a3c81e03 5913 # Check whether --enable-cloog-version-check was given.
5914if test "${enable_cloog_version_check+set}" = set; then :
5915 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
5916else
5917 ENABLE_CLOOG_CHECK=yes
5918fi
5919
5920
5921 # Initialize clooglibs and clooginc.
5922 case $with_cloog in
5923 no)
5924 clooglibs=
5925 clooginc=
5926 ;;
5927 "" | yes)
5928 ;;
5929 *)
5930 clooglibs="-L$with_cloog/lib"
5931 clooginc="-I$with_cloog/include"
5932 ;;
5933 esac
5934 if test "x${with_cloog_include}" != x ; then
5935 clooginc="-I$with_cloog_include"
5936 fi
5937 if test "x${with_cloog_lib}" != x; then
5938 clooglibs="-L$with_cloog_lib"
5939 fi
29a97e55 5940 if test "x${clooginc}" = x && test "x${clooglibs}" = x \
87e20041 5941 && test -d ${srcdir}/cloog; then
87e20041 5942 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
5943 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -I'${srcdir}'/cloog/include '
822a8dd0 5944 fi
539c8c59 5945
87e20041 5946 clooginc="-DCLOOG_INT_GMP ${clooginc}"
83d54ac4 5947 clooglibs="${clooglibs} -lcloog-isl ${isllibs} -lisl"
a3c81e03 5948
5949
5950
5951
5952
5953 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
5954 _cloog_saved_CFLAGS=$CFLAGS
5955 _cloog_saved_LDFLAGS=$LDFLAGS
5956
87e20041 5957 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${islinc} ${gmpinc}"
5958 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${isllibs} ${gmplib}"
a3c81e03 5959
32819af5 5960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.17.0 of CLooG" >&5
5961$as_echo_n "checking for version 0.17.0 of CLooG... " >&6; }
5962if test "${gcc_cv_cloog+set}" = set; then :
a3c81e03 5963 $as_echo_n "(cached) " >&6
5964else
cd9a469c 5965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
255b6be7 5966/* end confdefs.h. */
87e20041 5967#include "cloog/version.h"
255b6be7 5968int
5969main ()
5970{
a3c81e03 5971#if CLOOG_VERSION_MAJOR != 0 \
32819af5 5972 || CLOOG_VERSION_MINOR != 17 \
5973 || CLOOG_VERSION_REVISION < 0
a3c81e03 5974 choke me
5975 #endif
255b6be7 5976 ;
5977 return 0;
5978}
5979_ACEOF
1279b87b 5980if ac_fn_c_try_compile "$LINENO"; then :
32819af5 5981 gcc_cv_cloog=yes
255b6be7 5982else
32819af5 5983 gcc_cv_cloog=no
255b6be7 5984fi
cd9a469c 5985rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5362e323 5986fi
32819af5 5987{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog" >&5
5988$as_echo "$gcc_cv_cloog" >&6; }
a3c81e03 5989
5990 CFLAGS=$_cloog_saved_CFLAGS
5991 LDFLAGS=$_cloog_saved_LDFLAGS
5992 fi
255b6be7 5993
255b6be7 5994
5995
5996
a3c81e03 5997
5998
5999
f9c26062 6000 if test "x${with_cloog}" = xno; then
6001 graphite_requested=no
6002 elif test "x${with_cloog}" != x \
a3c81e03 6003 || test "x${with_cloog_include}" != x \
6004 || test "x${with_cloog_lib}" != x ; then
6005 graphite_requested=yes
6006 else
6007 graphite_requested=no
6008 fi
6009
6010
6011
32819af5 6012 if test "${gcc_cv_cloog}" = no ; then
a3c81e03 6013 clooglibs=
6014 clooginc=
6015 fi
6016
6017 if test "${graphite_requested}" = yes \
6018 && test "x${clooglibs}" = x \
6019 && test "x${clooginc}" = x ; then
6020
83d54ac4 6021 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
a3c81e03 6022 fi
6023
6024
83d54ac4 6025 fi
a3c81e03 6026fi
6027
bacb15cb 6028# If either the ISL or the CLooG check failed, disable builds of in-tree
6029# variants of both
83d54ac4 6030if test "x$with_isl" = xno ||
6031 test "x$with_cloog" = xno ||
6032 test "x$gcc_cv_cloog" = xno ||
6033 test "x$gcc_cv_isl" = xno; then
bacb15cb 6034 noconfigdirs="$noconfigdirs cloog isl"
83d54ac4 6035 islinc=
6036 clooginc=
6037 clooglibs=
bacb15cb 6038fi
6039
83d54ac4 6040
6041
6042
6043
6044
7bfefa9d 6045# Check for LTO support.
6046# Check whether --enable-lto was given.
6047if test "${enable_lto+set}" = set; then :
6048 enableval=$enable_lto; enable_lto=$enableval
6049else
6050 enable_lto=yes; default_enable_lto=yes
6051fi
6052
6053
1a4f45ec 6054
9bdbb0bc 6055
6056
6057target_elf=no
6058case $target in
6059 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
4d72c922 6060 *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
9bdbb0bc 6061 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
6062 target_elf=no
6063 ;;
6064 *)
6065 target_elf=yes
6066 ;;
6067esac
6068
6069if test $target_elf = yes; then :
25630dc7 6070 # ELF platforms build the lto-plugin always.
6071 build_lto_plugin=yes
9bdbb0bc 6072
9bdbb0bc 6073else
6074 if test x"$default_enable_lto" = x"yes" ; then
4ae8c98f 6075 case $target in
b990d06f 6076 *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
25630dc7 6077 # On other non-ELF platforms, LTO has yet to be validated.
4ae8c98f 6078 *) enable_lto=no ;;
6079 esac
9bdbb0bc 6080 else
62932e4d 6081 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6082 # It would also be nice to check the binutils support, but we don't
9bdbb0bc 6083 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6084 # warn during gcc/ subconfigure; unless you're bootstrapping with
6085 # -flto it won't be needed until after installation anyway.
6086 case $target in
ca42e774 6087 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
9bdbb0bc 6088 *) if test x"$enable_lto" = x"yes"; then
6089 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6090 fi
6091 ;;
6092 esac
6093 fi
ca42e774 6094 # Among non-ELF, only Windows platforms support the lto-plugin so far.
25630dc7 6095 # Build it unless LTO was explicitly disabled.
ca42e774 6096 case $target in
25630dc7 6097 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
ca42e774 6098 *) ;;
6099 esac
25630dc7 6100
9bdbb0bc 6101fi
6102
7bfefa9d 6103
255b6be7 6104
2b15d2ba 6105# By default, C and C++ are the only stage 1 languages.
9c3a0a29 6106stage1_languages=,c,
2d64c2fd 6107
7ab76cec 6108# Target libraries that we bootstrap.
5c96a839 6109bootstrap_target_libs=,target-libgcc,
7ab76cec 6110
8e1fea1a 6111# Figure out what language subdirectories are present.
6112# Look if the user specified --enable-languages="..."; if not, use
6113# the environment variable $LANGUAGES if defined. $LANGUAGES might
6114# go away some day.
6115# NB: embedded tabs in this IF block -- do not untabify
6116if test -d ${srcdir}/gcc; then
6117 if test x"${enable_languages+set}" != xset; then
6118 if test x"${LANGUAGES+set}" = xset; then
6119 enable_languages="${LANGUAGES}"
6120 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6121 else
6122 enable_languages=all
6123 fi
6124 else
6125 if test x"${enable_languages}" = x ||
6126 test x"${enable_languages}" = xyes;
6127 then
6128 echo configure.in: --enable-languages needs at least one language argument 1>&2
6129 exit 1
6130 fi
6131 fi
6132 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6133
2c718da0 6134 # 'f95' is the old name for the 'fortran' language. We issue a warning
6135 # and make the substitution.
6136 case ,${enable_languages}, in
6137 *,f95,*)
6138 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6139 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6140 ;;
6141 esac
6142
2b15d2ba 6143 # If bootstrapping, C++ must be enabled.
6144 case ",$enable_languages,:$enable_bootstrap" in
6145 *,c++,*:*) ;;
6146 *:yes)
6c59dfa4 6147 if test -f ${srcdir}/gcc/cp/config-lang.in; then
6148 enable_languages="${enable_languages},c++"
6149 else
2b15d2ba 6150 as_fn_error "bootstrapping requires c++ sources" "$LINENO" 5
6c59dfa4 6151 fi
6152 ;;
6153 esac
6154
8e1fea1a 6155 # First scan to see if an enabled language requires some other language.
6156 # We assume that a given config-lang.in will list all the language
6157 # front ends it requires, even if some are required indirectly.
6158 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6159 case ${lang_frag} in
6160 ..) ;;
6161 # The odd quoting in the next line works around
6162 # an apparent bug in bash 1.12 on linux.
6163 ${srcdir}/gcc/[*]/config-lang.in) ;;
6164 *)
101ddbe4 6165 # From the config-lang.in, get $language, $lang_requires, and
6166 # $lang_requires_boot_languages.
8e1fea1a 6167 language=
6168 lang_requires=
101ddbe4 6169 lang_requires_boot_languages=
8e1fea1a 6170 . ${lang_frag}
101ddbe4 6171 for other in ${lang_requires} ${lang_requires_boot_languages}; do
8e1fea1a 6172 case ,${enable_languages}, in
6173 *,$other,*) ;;
6174 *,all,*) ;;
6175 *,$language,*)
6176 echo " \`$other' language required by \`$language'; enabling" 1>&2
6177 enable_languages="${enable_languages},${other}"
6178 ;;
6179 esac
6180 done
101ddbe4 6181 for other in ${lang_requires_boot_languages} ; do
6182 if test "$other" != "c"; then
6183 case ,${enable_stage1_languages}, in
6184 *,$other,*) ;;
6185 *,all,*) ;;
6186 *)
6187 case ,${enable_languages}, in
6188 *,$language,*)
6189 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6190 enable_stage1_languages="$enable_stage1_languages,${other}"
6191 ;;
6192 esac
6193 ;;
6194 esac
6195 fi
6196 done
8e1fea1a 6197 ;;
6198 esac
6199 done
6200
9c3a0a29 6201 new_enable_languages=,c,
7bfefa9d 6202
6203 # If LTO is enabled, add the LTO front end.
6204 extra_host_libiberty_configure_flags=
6205 if test "$enable_lto" = "yes" ; then
d6ef094a 6206 case ,${enable_languages}, in
6207 *,lto,*) ;;
6208 *) enable_languages="${enable_languages},lto" ;;
6209 esac
ca42e774 6210 if test "${build_lto_plugin}" = "yes" ; then
7bfefa9d 6211 configdirs="$configdirs lto-plugin"
6212 extra_host_libiberty_configure_flags=--enable-shared
6213 fi
6214 fi
6215
6216
8e1fea1a 6217 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
9c3a0a29 6218 potential_languages=,c,
8e1fea1a 6219
604a285a 6220 enabled_target_libs=
6221 disabled_target_libs=
6222
8e1fea1a 6223 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6224 case ${lang_frag} in
6225 ..) ;;
6226 # The odd quoting in the next line works around
6227 # an apparent bug in bash 1.12 on linux.
6228 ${srcdir}/gcc/[*]/config-lang.in) ;;
6229 *)
b30fcfae 6230 # From the config-lang.in, get $language, $target_libs,
2d64c2fd 6231 # $lang_dirs, $boot_language, and $build_by_default
8e1fea1a 6232 language=
6233 target_libs=
6234 lang_dirs=
5dee13c2 6235 subdir_requires=
9c3a0a29 6236 boot_language=no
6237 build_by_default=yes
8e1fea1a 6238 . ${lang_frag}
9c3a0a29 6239 if test x${language} = x; then
6240 echo "${lang_frag} doesn't set \$language." 1>&2
6241 exit 1
6242 fi
6243
ef3c41c7 6244 if test "$language" = "c++"; then
2b15d2ba 6245 boot_language=yes
7ab76cec 6246 fi
6247
a2ecd49c 6248 add_this_lang=no
9c3a0a29 6249 case ,${enable_languages}, in
6250 *,${language},*)
e53d55e7 6251 # Language was explicitly selected; include it
6252 # unless it is C, which is enabled by default.
6253 if test "$language" != "c"; then
6254 add_this_lang=yes
6255 fi
8e1fea1a 6256 ;;
9c3a0a29 6257 *,all,*)
6258 # 'all' was selected, select it if it is a default language
a2ecd49c 6259 if test "$language" != "c"; then
6260 add_this_lang=${build_by_default}
6261 fi
8e1fea1a 6262 ;;
6263 esac
4ee9c684 6264
5dee13c2 6265 # Disable languages that need other directories if these aren't available.
9333ae0b 6266 for i in $subdir_requires; do
3891e7d9 6267 test -f "$srcdir/gcc/$i/config-lang.in" && continue
5dee13c2 6268 case ,${enable_languages}, in
6269 *,${language},*)
6270 # Specifically requested language; tell them.
cd9a469c 6271 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
5dee13c2 6272 ;;
6273 *)
6274 # Silently disable.
9c3a0a29 6275 add_this_lang=unsupported
5dee13c2 6276 ;;
6277 esac
6278 done
6279
9c3a0a29 6280 # Disable Ada if no preexisting GNAT is available.
6281 case ,${enable_languages},:${language}:${have_gnat} in
6282 *,${language},*:ada:no)
6283 # Specifically requested language; tell them.
cd9a469c 6284 as_fn_error "GNAT is required to build $language" "$LINENO" 5
9c3a0a29 6285 ;;
6286 *:ada:no)
6287 # Silently disable.
6288 add_this_lang=unsupported
6289 ;;
6290 esac
6291
ff7dcf6a 6292 # Disable a language that is unsupported by the target.
6293 case " $unsupported_languages " in
6294 *" $language "*)
9c3a0a29 6295 add_this_lang=unsupported
ff7dcf6a 6296 ;;
6297 esac
6298
4ee9c684 6299 case $add_this_lang in
9c3a0a29 6300 unsupported)
8e1fea1a 6301 # Remove language-dependent dirs.
604a285a 6302 disabled_target_libs="$disabled_target_libs $target_libs"
6303 noconfigdirs="$noconfigdirs $lang_dirs"
2d64c2fd 6304 ;;
9c3a0a29 6305 no)
6306 # Remove language-dependent dirs; still show language as supported.
604a285a 6307 disabled_target_libs="$disabled_target_libs $target_libs"
6308 noconfigdirs="$noconfigdirs $lang_dirs"
9c3a0a29 6309 potential_languages="${potential_languages}${language},"
6310 ;;
6311 yes)
6312 new_enable_languages="${new_enable_languages}${language},"
6313 potential_languages="${potential_languages}${language},"
2d64c2fd 6314 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
604a285a 6315 enabled_target_libs="$enabled_target_libs $target_libs"
32027446 6316 case "${boot_language}:,$enable_stage1_languages," in
6317 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
aff6cf7b 6318 # Add to (comma-separated) list of stage 1 languages.
32027446 6319 case ",$stage1_languages," in
6320 *,$language,* | ,yes, | ,all,) ;;
6321 *) stage1_languages="${stage1_languages}${language}," ;;
6322 esac
7ab76cec 6323 # We need to bootstrap any supporting libraries.
6324 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
2d64c2fd 6325 ;;
6326 esac
6327 ;;
8e1fea1a 6328 esac
6329 ;;
6330 esac
6331 done
6332
604a285a 6333 # Add target libraries which are only needed for disabled languages
6334 # to noconfigdirs.
6335 if test -n "$disabled_target_libs"; then
6336 for dir in $disabled_target_libs; do
6337 case " $enabled_target_libs " in
6338 *" ${dir} "*) ;;
6339 *) noconfigdirs="$noconfigdirs $dir" ;;
6340 esac
6341 done
6342 fi
6343
cd9a469c 6344 # Check whether --enable-stage1-languages was given.
6345if test "${enable_stage1_languages+set}" = set; then :
6346 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
9c3a0a29 6347 ,no,|,,)
6348 # Set it to something that will have no effect in the loop below
6349 enable_stage1_languages=c ;;
6350 ,yes,)
6351 enable_stage1_languages=`echo $new_enable_languages | \
6352 sed -e "s/^,//" -e "s/,$//" ` ;;
6353 *,all,*)
6354 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6355 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6356 esac
6357
6358 # Add "good" languages from enable_stage1_languages to stage1_languages,
6359 # while "bad" languages go in missing_languages. Leave no duplicates.
6360 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6361 case $potential_languages in
6362 *,$i,*)
6363 case $stage1_languages in
6364 *,$i,*) ;;
6365 *) stage1_languages="$stage1_languages$i," ;;
6366 esac ;;
6367 *)
6368 case $missing_languages in
6369 *,$i,*) ;;
6370 *) missing_languages="$missing_languages$i," ;;
6371 esac ;;
6372 esac
6373 done
cd9a469c 6374fi
6375
9c3a0a29 6376
6377 # Remove leading/trailing commas that were added for simplicity
6378 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
989edd2f 6379 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
9c3a0a29 6380 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6381 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6382
8e1fea1a 6383 if test "x$missing_languages" != x; then
cd9a469c 6384 as_fn_error "
e8bfe1fa 6385The following requested languages could not be built: ${missing_languages}
cd9a469c 6386Supported languages are: ${potential_languages}" "$LINENO" 5
8e1fea1a 6387 fi
8e1fea1a 6388 if test "x$new_enable_languages" != "x$enable_languages"; then
6389 echo The following languages will be built: ${new_enable_languages}
9c3a0a29 6390 enable_languages="$new_enable_languages"
8e1fea1a 6391 fi
9c3a0a29 6392
b30fcfae 6393
b0e9b581 6394 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
8e1fea1a 6395fi
6396
50996fe5 6397# Handle --disable-<component> generically.
6398for dir in $configdirs $build_configdirs $target_configdirs ; do
6399 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
d2d2630b 6400 varname=`echo $dirname | sed -e s/+/_/g`
6401 if eval test x\${enable_${varname}} "=" xno ; then
50996fe5 6402 noconfigdirs="$noconfigdirs $dir"
6403 fi
6404done
6405
dd6d3a67 6406# Check for Boehm's garbage collector
cd9a469c 6407# Check whether --enable-objc-gc was given.
6408if test "${enable_objc_gc+set}" = set; then :
6409 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
dd6d3a67 6410 *,objc,*:*:yes:*target-boehm-gc*)
cd9a469c 6411 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
dd6d3a67 6412 ;;
6413esac
cd9a469c 6414fi
6415
dd6d3a67 6416
6417# Make sure we only build Boehm's garbage collector if required.
f1716c67 6418case ,${enable_languages},:${enable_objc_gc} in
6419 *,objc,*:yes)
dd6d3a67 6420 # Keep target-boehm-gc if requested for Objective-C.
6421 ;;
dd6d3a67 6422 *)
f1716c67 6423 # Otherwise remove target-boehm-gc depending on target-libjava.
6424 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6425 noconfigdirs="$noconfigdirs target-boehm-gc"
6426 fi
dd6d3a67 6427 ;;
6428esac
6429
b33ca042 6430# Disable libitm if we're not building C++
6431case ,${enable_languages}, in
4f91566f 6432 *,c++,*) ;;
b33ca042 6433 *)
6434 noconfigdirs="$noconfigdirs target-libitm"
6435 ;;
6436esac
6437
e8eddfdd 6438# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6439# $build_configdirs and $target_configdirs.
8e1fea1a 6440# If we have the source for $noconfigdirs entries, add them to $notsupp.
6441
6442notsupp=""
6443for dir in . $skipdirs $noconfigdirs ; do
e8eddfdd 6444 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
8e1fea1a 6445 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6446 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6447 if test -r $srcdir/$dirname/configure ; then
6448 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6449 true
6450 else
6451 notsupp="$notsupp $dir"
6452 fi
6453 fi
6454 fi
e8eddfdd 6455 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6456 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6457 if test -r $srcdir/$dirname/configure ; then
6458 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6459 true
6460 else
6461 notsupp="$notsupp $dir"
6462 fi
6463 fi
6464 fi
8e1fea1a 6465 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6466 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6467 if test -r $srcdir/$dirname/configure ; then
6468 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6469 true
6470 else
6471 notsupp="$notsupp $dir"
6472 fi
6473 fi
6474 fi
6475done
6476
8e1fea1a 6477# Quietly strip out all directories which aren't configurable in this tree.
6478# This relies on all configurable subdirectories being autoconfiscated, which
6479# is now the case.
2f8725b0 6480build_configdirs_all="$build_configdirs"
6481build_configdirs=
6482for i in ${build_configdirs_all} ; do
b30fcfae 6483 j=`echo $i | sed -e s/build-//g`
2f8725b0 6484 if test -f ${srcdir}/$j/configure ; then
6485 build_configdirs="${build_configdirs} $i"
6486 fi
6487done
6488
8e1fea1a 6489configdirs_all="$configdirs"
6490configdirs=
6491for i in ${configdirs_all} ; do
6492 if test -f ${srcdir}/$i/configure ; then
6493 configdirs="${configdirs} $i"
6494 fi
6495done
2f8725b0 6496
8e1fea1a 6497target_configdirs_all="$target_configdirs"
6498target_configdirs=
6499for i in ${target_configdirs_all} ; do
b30fcfae 6500 j=`echo $i | sed -e s/target-//g`
8e1fea1a 6501 if test -f ${srcdir}/$j/configure ; then
6502 target_configdirs="${target_configdirs} $i"
6503 fi
6504done
6505
6506# Produce a warning message for the subdirs we can't configure.
6507# This isn't especially interesting in the Cygnus tree, but in the individual
6508# FSF releases, it's important to let people know when their machine isn't
6509# supported by the one or two programs in a package.
6510
6511if test -n "${notsupp}" && test -z "${norecursion}" ; then
6512 # If $appdirs is non-empty, at least one of those directories must still
6513 # be configured, or we error out. (E.g., if the gas release supports a
6514 # specified target in some subdirs but not the gas subdir, we shouldn't
6515 # pretend that all is well.)
6516 if test -n "$appdirs" ; then
6517 for dir in $appdirs ; do
6518 if test -r $dir/Makefile.in ; then
6519 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6520 appdirs=""
6521 break
6522 fi
2f8725b0 6523 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
8e1fea1a 6524 appdirs=""
6525 break
6526 fi
6527 fi
6528 done
6529 if test -n "$appdirs" ; then
6530 echo "*** This configuration is not supported by this package." 1>&2
6531 exit 1
6532 fi
6533 fi
6534 # Okay, some application will build, or we don't care to check. Still
6535 # notify of subdirs not getting built.
6536 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6537 echo " ${notsupp}" 1>&2
6538 echo " (Any other directories should still work fine.)" 1>&2
6539fi
6540
6541case "$host" in
6542 *msdosdjgpp*)
6543 enable_gdbtk=no ;;
6544esac
6545
eae5b2bc 6546# To find our prefix, in gcc_cv_tool_prefix.
6547
6548# The user is always right.
6549if test "${PATH_SEPARATOR+set}" != set; then
6550 echo "#! /bin/sh" >conf$$.sh
6551 echo "exit 0" >>conf$$.sh
6552 chmod +x conf$$.sh
6553 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6554 PATH_SEPARATOR=';'
6555 else
6556 PATH_SEPARATOR=:
6557 fi
6558 rm -f conf$$.sh
6559fi
6560
6561
6562
6563if test "x$exec_prefix" = xNONE; then
6564 if test "x$prefix" = xNONE; then
6565 gcc_cv_tool_prefix=$ac_default_prefix
6566 else
6567 gcc_cv_tool_prefix=$prefix
6568 fi
6569else
6570 gcc_cv_tool_prefix=$exec_prefix
6571fi
6572
6573# If there is no compiler in the tree, use the PATH only. In any
6574# case, if there is no compiler in the tree nobody should use
6575# AS_FOR_TARGET and LD_FOR_TARGET.
6576if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6577 gcc_version=`cat $srcdir/gcc/BASE-VER`
6578 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6579 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6580 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6581 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6582 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6583 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6584else
6585 gcc_cv_tool_dirs=
6586fi
6587
6588if test x$build = x$target && test -n "$md_exec_prefix"; then
6589 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6590fi
6591
6592
6593
8e1fea1a 6594copy_dirs=
6595
b30fcfae 6596
cd9a469c 6597# Check whether --with-build-sysroot was given.
6598if test "${with_build_sysroot+set}" = set; then :
6599 withval=$with_build_sysroot; if test x"$withval" != x ; then
ffa8502d 6600 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6601 fi
6602else
6603 SYSROOT_CFLAGS_FOR_TARGET=
cd9a469c 6604fi
ffa8502d 6605
6606
5f1f2de5 6607
cd9a469c 6608
6609# Check whether --with-debug-prefix-map was given.
6610if test "${with_debug_prefix_map+set}" = set; then :
6611 withval=$with_debug_prefix_map; if test x"$withval" != x; then
5f1f2de5 6612 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6613 for debug_map in $withval; do
6614 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6615 done
6616 fi
6617else
6618 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
cd9a469c 6619fi
6620
5f1f2de5 6621
6622
c898f165 6623# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6624# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6625# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6626# We want to ensure that TARGET libraries (which we know are built with
6627# gcc) are built with "-O2 -g", so include those options when setting
6628# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6629if test "x$CFLAGS_FOR_TARGET" = x; then
6630 CFLAGS_FOR_TARGET=$CFLAGS
6631 case " $CFLAGS " in
6632 *" -O2 "*) ;;
2be1222c 6633 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS_FOR_TARGET" ;;
c898f165 6634 esac
6635 case " $CFLAGS " in
6636 *" -g "* | *" -g3 "*) ;;
2be1222c 6637 *) CFLAGS_FOR_TARGET="-g $CFLAGS_FOR_TARGET" ;;
c898f165 6638 esac
6639fi
6640
6641
6642if test "x$CXXFLAGS_FOR_TARGET" = x; then
6643 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6644 case " $CXXFLAGS " in
6645 *" -O2 "*) ;;
2be1222c 6646 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS_FOR_TARGET" ;;
c898f165 6647 esac
6648 case " $CXXFLAGS " in
6649 *" -g "* | *" -g3 "*) ;;
2be1222c 6650 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS_FOR_TARGET" ;;
c898f165 6651 esac
6652fi
6653
6654
ed9516f5 6655
6656
8e1fea1a 6657# Handle --with-headers=XXX. If the value is not "yes", the contents of
6658# the named directory are copied to $(tooldir)/sys-include.
6659if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6660 if test x${is_cross_compiler} = xno ; then
6661 echo 1>&2 '***' --with-headers is only supported when cross compiling
6662 exit 1
6663 fi
6664 if test x"${with_headers}" != xyes ; then
eae5b2bc 6665 x=${gcc_cv_tool_prefix}
b30fcfae 6666 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
8e1fea1a 6667 fi
6668fi
6669
6670# Handle --with-libs=XXX. If the value is not "yes", the contents of
6671# the name directories are copied to $(tooldir)/lib. Multiple directories
6672# are permitted.
6673if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6674 if test x${is_cross_compiler} = xno ; then
6675 echo 1>&2 '***' --with-libs is only supported when cross compiling
6676 exit 1
6677 fi
6678 if test x"${with_libs}" != xyes ; then
6679 # Copy the libraries in reverse order, so that files in the first named
6680 # library override files in subsequent libraries.
eae5b2bc 6681 x=${gcc_cv_tool_prefix}
8e1fea1a 6682 for l in ${with_libs}; do
b30fcfae 6683 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
8e1fea1a 6684 done
6685 fi
6686fi
6687
7bfefa9d 6688# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
c47832b1 6689#
6690# This is done by determining whether or not the appropriate directory
6691# is available, and by checking whether or not specific configurations
6692# have requested that this magic not happen.
b30fcfae 6693#
6694# The command line options always override the explicit settings in
c47832b1 6695# configure.in, and the settings in configure.in override this magic.
6696#
b30fcfae 6697# If the default for a toolchain is to use GNU as and ld, and you don't
c47832b1 6698# want to do that, then you should use the --without-gnu-as and
7bfefa9d 6699# --without-gnu-ld options for the configure script. Similarly, if
6700# the default is to use the included zlib and you don't want to do that,
6701# you should use the --with-system-zlib option for the configure script.
c47832b1 6702
6703if test x${use_gnu_as} = x &&
6704 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6705 with_gnu_as=yes
6706 extra_host_args="$extra_host_args --with-gnu-as"
6707fi
6708
6709if test x${use_gnu_ld} = x &&
3d47fcf5 6710 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
c47832b1 6711 with_gnu_ld=yes
6712 extra_host_args="$extra_host_args --with-gnu-ld"
6713fi
6714
7bfefa9d 6715if test x${use_included_zlib} = x &&
6716 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6717 :
6718else
6719 with_system_zlib=yes
6720 extra_host_args="$extra_host_args --with-system-zlib"
6721fi
6722
c47832b1 6723# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6724# can detect this case.
6725
6726if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6727 with_newlib=yes
6728 extra_host_args="$extra_host_args --with-newlib"
6729fi
6730
8e1fea1a 6731# Handle ${copy_dirs}
6732set fnord ${copy_dirs}
6733shift
6734while test $# != 0 ; do
6735 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6736 :
6737 else
6738 echo Copying $1 to $2
6739
6740 # Use the install script to create the directory and all required
6741 # parent directories.
6742 if test -d $2 ; then
6743 :
6744 else
6745 echo >config.temp
6746 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6747 fi
6748
6749 # Copy the directory, assuming we have tar.
6750 # FIXME: Should we use B in the second tar? Not all systems support it.
6751 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6752
6753 # It is the responsibility of the user to correctly adjust all
6754 # symlinks. If somebody can figure out how to handle them correctly
6755 # here, feel free to add the code.
6756
6757 echo $1 > $2/COPIED
6758 fi
6759 shift; shift
6760done
6761
c47832b1 6762# Determine a target-dependent exec_prefix that the installed
6763# gcc will search in. Keep this list sorted by triplet, with
6764# the *-*-osname triplets last.
6765md_exec_prefix=
6766case "${target}" in
09c2d953 6767 i[34567]86-pc-msdosdjgpp*)
c47832b1 6768 md_exec_prefix=/dev/env/DJDIR/bin
6769 ;;
c47832b1 6770 *-*-hpux* | \
c47832b1 6771 *-*-nto-qnx* | \
93faf308 6772 *-*-solaris2*)
c47832b1 6773 md_exec_prefix=/usr/ccs/bin
6774 ;;
6775esac
6776
71ab34df 6777extra_arflags_for_target=
6778extra_nmflags_for_target=
6779extra_ranlibflags_for_target=
6780target_makefile_frag=/dev/null
6781case "${target}" in
57c7de11 6782 spu-*-*)
6783 target_makefile_frag="config/mt-spu"
6784 ;;
62f0972f 6785 mips*-sde-elf* | mips*-mti-elf*)
f8520ad7 6786 target_makefile_frag="config/mt-sde"
6787 ;;
3013c2c7 6788 mipsisa*-*-elfoabi*)
6789 target_makefile_frag="config/mt-mips-elfoabi"
6790 ;;
559b0712 6791 mips*-*-*linux* | mips*-*-gnu*)
6792 target_makefile_frag="config/mt-mips-gnu"
6793 ;;
3bef4012 6794 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
cb8a7007 6795 target_makefile_frag="config/mt-gnu"
71ab34df 6796 ;;
6797 *-*-aix4.[3456789]* | *-*-aix[56789].*)
b30fcfae 6798 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
71ab34df 6799 # commands to handle both 32-bit and 64-bit objects. These flags are
6800 # harmless if we're using GNU nm or ar.
6801 extra_arflags_for_target=" -X32_64"
6802 extra_nmflags_for_target=" -B -X32_64"
6803 ;;
71ab34df 6804esac
6805
6806alphaieee_frag=/dev/null
6807case $target in
6808 alpha*-*-*)
6809 # This just makes sure to use the -mieee option to build target libs.
6810 # This should probably be set individually by each library.
6811 alphaieee_frag="config/mt-alphaieee"
6812 ;;
6813esac
6814
6815# If --enable-target-optspace always use -Os instead of -O2 to build
6816# the target libraries, similarly if it is not specified, use -Os
6817# on selected platforms.
6818ospace_frag=/dev/null
6819case "${enable_target_optspace}:${target}" in
6820 yes:*)
6821 ospace_frag="config/mt-ospace"
6822 ;;
6823 :d30v-*)
6824 ospace_frag="config/mt-d30v"
6825 ;;
6826 :m32r-* | :d10v-* | :fr30-*)
6827 ospace_frag="config/mt-ospace"
6828 ;;
6829 no:* | :*)
6830 ;;
6831 *)
6832 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6833 ;;
6834esac
6835
71ab34df 6836# Some systems (e.g., one of the i386-aix systems the gas testers are
6837# using) don't handle "\$" correctly, so don't use it here.
b30fcfae 6838tooldir='${exec_prefix}'/${target_noncanonical}
71ab34df 6839build_tooldir=${tooldir}
6840
71ab34df 6841# Create a .gdbinit file which runs the one in srcdir
6842# and tells GDB to look there for source files.
6843
6844if test -r ${srcdir}/.gdbinit ; then
6845 case ${srcdir} in
6846 .) ;;
6847 *) cat > ./.gdbinit <<EOF
6848# ${NO_EDIT}
6849dir ${srcdir}
6850dir .
6851source ${srcdir}/.gdbinit
6852EOF
6853 ;;
6854 esac
6855fi
6856
71ab34df 6857# Make sure that the compiler is able to generate an executable. If it
6858# can't, we are probably in trouble. We don't care whether we can run the
6859# executable--we might be using a cross compiler--we only care whether it
6860# can be created. At this point the main configure script has set CC.
6861we_are_ok=no
6862echo "int main () { return 0; }" > conftest.c
6863${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
6864if test $? = 0 ; then
6865 if test -s conftest || test -s conftest.exe ; then
6866 we_are_ok=yes
6867 fi
b30fcfae 6868fi
71ab34df 6869case $we_are_ok in
6870 no)
6871 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
6872 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
6873 rm -f conftest*
6874 exit 1
6875 ;;
6876esac
6877rm -f conftest*
6878
7d804f04 6879# Decide which environment variable is used to find dynamic libraries.
71ab34df 6880case "${host}" in
6881 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
b2240ff6 6882 *-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
7d804f04 6883 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
71ab34df 6884 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
6885esac
6886
7d804f04 6887# On systems where the dynamic library environment variable is PATH,
6888# gcc/ will put dynamic libraries into a subdirectory to avoid adding
6889# built executables to PATH.
6890if test "$RPATH_ENVVAR" = PATH; then
6891 GCC_SHLIB_SUBDIR=/shlib
6892else
6893 GCC_SHLIB_SUBDIR=
6894fi
6895
71ab34df 6896# Record target_configdirs and the configure arguments for target and
6897# build configuration in Makefile.
6898target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
2f8725b0 6899build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
71ab34df 6900
5c96a839 6901# If we are building libgomp, bootstrap it.
6902if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
6903 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
6904fi
6905
71ab34df 6906# Determine whether gdb needs tk/tcl or not.
6907# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
6908# and in that case we want gdb to be built without tk. Ugh!
6909# In fact I believe gdb is the *only* package directly dependent on tk,
6910# so we should be able to put the 'maybe's in unconditionally and
6911# leave out the maybe dependencies when enable_gdbtk is false. I'm not
6912# 100% sure that that's safe though.
8fdaf281 6913
f843f075 6914gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
71ab34df 6915case "$enable_gdbtk" in
6916 no)
6917 GDB_TK="" ;;
8fdaf281 6918 yes)
6919 GDB_TK="${gdb_tk}" ;;
71ab34df 6920 *)
8fdaf281 6921 # Only add the dependency on gdbtk when GDBtk is part of the gdb
6922 # distro. Eventually someone will fix this and move Insight, nee
6923 # gdbtk to a separate directory.
6924 if test -d ${srcdir}/gdb/gdbtk ; then
6925 GDB_TK="${gdb_tk}"
6926 else
6927 GDB_TK=""
6928 fi
6929 ;;
71ab34df 6930esac
415470be 6931CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
6932INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
71ab34df 6933
01b41571 6934# Strip out unwanted targets.
6f4f34a7 6935
6936# While at that, we remove Makefiles if we were started for recursive
6937# configuration, so that the top-level Makefile reconfigures them,
6938# like we used to do when configure itself was recursive.
6f4f34a7 6939
8bb79148 6940# Loop over modules. We used to use the "$extrasub" feature from Autoconf
6941# but now we're fixing up the Makefile ourselves with the additional
6942# commands passed to AC_CONFIG_FILES. Use separate variables
6943# extrasub-{build,host,target} not because there is any reason to split
6944# the substitutions up that way, but only to remain below the limit of
6945# 99 commands in a script, for HP-UX sed.
6946# Do not nest @if/@endif pairs, because configure will not warn you at all.
6f4f34a7 6947
7b5fee3e 6948case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
6949 yes:yes:*\ gold\ *:*,c++,*) ;;
6950 yes:yes:*\ gold\ *:*)
6951 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
6952 ;;
6953esac
6954
3c782584 6955# Adjust the toplevel makefile according to whether bootstrap was selected.
719faf1c 6956case $enable_bootstrap in
54f0538b 6957 yes)
719faf1c 6958 bootstrap_suffix=bootstrap
6959 BUILD_CONFIG=bootstrap-debug
6960 ;;
54f0538b 6961 no)
719faf1c 6962 bootstrap_suffix=no-bootstrap
6963 BUILD_CONFIG=
6964 ;;
54f0538b 6965esac
6966
719faf1c 6967{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
6968$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
a2059f7a 6969
6970
6971# Check whether --with-build-config was given.
6972if test "${with_build_config+set}" = set; then :
6973 withval=$with_build_config; case $with_build_config in
6974 yes) with_build_config= ;;
6975 no) with_build_config= BUILD_CONFIG= ;;
6976 esac
6977fi
6978
6979
719faf1c 6980if test "x${with_build_config}" != x; then
6981 BUILD_CONFIG=$with_build_config
6982else
6983 case $BUILD_CONFIG in
6984 bootstrap-debug)
6985 if echo "int f (void) { return 0; }" > conftest.c &&
6986 ${CC} -c conftest.c &&
6987 mv conftest.o conftest.o.g0 &&
6988 ${CC} -c -g conftest.c &&
6989 mv conftest.o conftest.o.g &&
affd1d61 6990 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
719faf1c 6991 :
6992 else
6993 BUILD_CONFIG=
6994 fi
6995 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
6996 ;;
6997 esac
6998fi
6999{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7000$as_echo "$BUILD_CONFIG" >&6; }
7001
7002
8bb79148 7003extrasub_build=
2f8725b0 7004for module in ${build_configdirs} ; do
93f93279 7005 if test -z "${no_recursion}" \
7006 && test -f ${build_subdir}/${module}/Makefile; then
7007 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7008 rm -f ${build_subdir}/${module}/Makefile
7009 fi
8bb79148 7010 extrasub_build="$extrasub_build
93f93279 7011/^@if build-$module\$/d
7012/^@endif build-$module\$/d
7013/^@if build-$module-$bootstrap_suffix\$/d
7014/^@endif build-$module-$bootstrap_suffix\$/d"
7015done
8bb79148 7016extrasub_host=
93f93279 7017for module in ${configdirs} ; do
9c19a746 7018 if test -z "${no_recursion}"; then
35d84d10 7019 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
9c19a746 7020 if test -f ${file}; then
7021 echo 1>&2 "*** removing ${file} to force reconfigure"
7022 rm -f ${file}
7023 fi
7024 done
93f93279 7025 fi
8bb79148 7026 extrasub_host="$extrasub_host
93f93279 7027/^@if $module\$/d
7028/^@endif $module\$/d
7029/^@if $module-$bootstrap_suffix\$/d
7030/^@endif $module-$bootstrap_suffix\$/d"
7031done
8bb79148 7032extrasub_target=
93f93279 7033for module in ${target_configdirs} ; do
7034 if test -z "${no_recursion}" \
7035 && test -f ${target_subdir}/${module}/Makefile; then
7036 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7037 rm -f ${target_subdir}/${module}/Makefile
7038 fi
7ab76cec 7039
7040 # We only bootstrap target libraries listed in bootstrap_target_libs.
7041 case $bootstrap_target_libs in
7042 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7043 *) target_bootstrap_suffix=no-bootstrap ;;
7044 esac
7045
8bb79148 7046 extrasub_target="$extrasub_target
93f93279 7047/^@if target-$module\$/d
7048/^@endif target-$module\$/d
7ab76cec 7049/^@if target-$module-$target_bootstrap_suffix\$/d
7050/^@endif target-$module-$target_bootstrap_suffix\$/d"
93f93279 7051done
7052
8bb79148 7053# Do the final fixup along with target modules.
7054extrasub_target="$extrasub_target
01b41571 7055/^@if /,/^@endif /d"
71ab34df 7056
7057# Create the serialization dependencies. This uses a temporary file.
7058
cd9a469c 7059# Check whether --enable-serial-configure was given.
7060if test "${enable_serial_configure+set}" = set; then :
7061 enableval=$enable_serial_configure;
7062fi
11d8013a 7063
7064
622c1fa9 7065case ${enable_serial_configure} in
7066 yes)
7067 enable_serial_build_configure=yes
7068 enable_serial_host_configure=yes
7069 enable_serial_target_configure=yes
7070 ;;
7071esac
7072
71ab34df 7073# These force 'configure's to be done one at a time, to avoid problems
7074# with contention over a shared config.cache.
7075rm -f serdep.tmp
11d8013a 7076echo '# serdep.tmp' > serdep.tmp
71ab34df 7077olditem=
622c1fa9 7078test "x${enable_serial_build_configure}" = xyes &&
71ab34df 7079for item in ${build_configdirs} ; do
7080 case ${olditem} in
7081 "") ;;
11d8013a 7082 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
71ab34df 7083 esac
7084 olditem=${item}
7085done
7086olditem=
622c1fa9 7087test "x${enable_serial_host_configure}" = xyes &&
71ab34df 7088for item in ${configdirs} ; do
7089 case ${olditem} in
7090 "") ;;
11d8013a 7091 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
71ab34df 7092 esac
7093 olditem=${item}
7094done
7095olditem=
622c1fa9 7096test "x${enable_serial_target_configure}" = xyes &&
71ab34df 7097for item in ${target_configdirs} ; do
7098 case ${olditem} in
7099 "") ;;
11d8013a 7100 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
71ab34df 7101 esac
7102 olditem=${item}
7103done
7104serialization_dependencies=serdep.tmp
7105
7106
11d8013a 7107# Base args. Strip norecursion, cache-file, srcdir, host, build,
b30fcfae 7108# target, nonopt, and variable assignments. These are the ones we
412c2e81 7109# might not want to pass down to subconfigures. The exception being
7110# --cache-file=/dev/null, which is used to turn off the use of cache
7111# files altogether, and which should be passed on to subconfigures.
7112# Also strip program-prefix, program-suffix, and program-transform-name,
7113# so that we can pass down a consistent program-transform-name.
b30fcfae 7114baseargs=
0e4d1862 7115tbaseargs=
b30fcfae 7116keep_next=no
7117skip_next=no
7118eval "set -- $ac_configure_args"
4ff792a4 7119for ac_arg
7120do
b30fcfae 7121 if test X"$skip_next" = X"yes"; then
7122 skip_next=no
7123 continue
7124 fi
7125 if test X"$keep_next" = X"yes"; then
7126 case $ac_arg in
7127 *\'*)
7128 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7129 esac
7130 baseargs="$baseargs '$ac_arg'"
0e4d1862 7131 tbaseargs="$tbaseargs '$ac_arg'"
b30fcfae 7132 keep_next=no
7133 continue
7134 fi
7135
7136 # Handle separated arguments. Based on the logic generated by
7137 # autoconf 2.59.
7138 case $ac_arg in
7139 *=* | --config-cache | -C | -disable-* | --disable-* \
7140 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7141 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7142 | -with-* | --with-* | -without-* | --without-* | --x)
7143 separate_arg=no
7144 ;;
7145 -*)
7146 separate_arg=yes
7147 ;;
7148 *)
7149 separate_arg=no
7150 ;;
7151 esac
7152
0e4d1862 7153 skip_targ=no
7154 case $ac_arg in
7155
7156 --with-* | --without-*)
7157 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7158
7159 case $libopt in
7160 *[-_]include)
7161 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7162 ;;
7163 *[-_]lib)
7164 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7165 ;;
7166 *)
7167 lib=$libopt
7168 ;;
7169 esac
7170
7171
7172 case $lib in
87e20041 7173 mpc | mpfr | gmp | cloog)
0e4d1862 7174 # If we're processing --with-$lib, --with-$lib-include or
7175 # --with-$lib-lib, for one of the libs above, and target is
7176 # different from host, don't pass the current argument to any
7177 # target library's configure.
7178 if test x$is_cross_compiler = xyes; then
7179 skip_targ=yes
7180 fi
7181 ;;
7182 esac
7183 ;;
7184 esac
7185
b30fcfae 7186 case "$ac_arg" in
412c2e81 7187 --cache-file=/dev/null | \
7188 -cache-file=/dev/null )
7189 # Handled here to avoid the test to skip args below.
7190 baseargs="$baseargs '$ac_arg'"
0e4d1862 7191 tbaseargs="$tbaseargs '$ac_arg'"
412c2e81 7192 # Assert: $separate_arg should always be no.
7193 keep_next=$separate_arg
7194 ;;
b30fcfae 7195 --no*)
7196 continue
7197 ;;
7198 --c* | \
7199 --sr* | \
7200 --ho* | \
7201 --bu* | \
7202 --t* | \
7203 --program-* | \
7204 -cache_file* | \
7205 -srcdir* | \
7206 -host* | \
7207 -build* | \
7208 -target* | \
7209 -program-prefix* | \
7210 -program-suffix* | \
7211 -program-transform-name* )
7212 skip_next=$separate_arg
7213 continue
7214 ;;
7215 -*)
7216 # An option. Add it.
7217 case $ac_arg in
7218 *\'*)
7219 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7220 esac
7221 baseargs="$baseargs '$ac_arg'"
0e4d1862 7222 if test X"$skip_targ" = Xno; then
7223 tbaseargs="$tbaseargs '$ac_arg'"
7224 fi
b30fcfae 7225 keep_next=$separate_arg
7226 ;;
7227 *)
7228 # Either a variable assignment, or a nonopt (triplet). Don't
7229 # pass it down; let the Makefile handle this.
7230 continue
7231 ;;
7232 esac
7233done
7234# Remove the initial space we just introduced and, as these will be
7235# expanded by make, quote '$'.
7236baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
71ab34df 7237
fbfea1fa 7238# Add in --program-transform-name, after --program-prefix and
7239# --program-suffix have been applied to it. Autoconf has already
7240# doubled dollar signs and backslashes in program_transform_name; we want
7241# the backslashes un-doubled, and then the entire thing wrapped in single
b30fcfae 7242# quotes, because this will be expanded first by make and then by the shell.
fbfea1fa 7243# Also, because we want to override the logic in subdir configure scripts to
7244# choose program_transform_name, replace any s,x,x, with s,y,y,.
7245sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7246${program_transform_name}
7247EOF_SED
7248gcc_transform_name=`cat conftestsed.out`
7249rm -f conftestsed.out
7250baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
0e4d1862 7251tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
af7bb0c0 7252if test "$silent" = yes; then
7253 baseargs="$baseargs --silent"
0e4d1862 7254 tbaseargs="$tbaseargs --silent"
af7bb0c0 7255fi
cd2f3773 7256baseargs="$baseargs --disable-option-checking"
0e4d1862 7257tbaseargs="$tbaseargs --disable-option-checking"
fbfea1fa 7258
372a3f1e 7259# Record and document user additions to sub configure arguments.
7260
7261
7262
7263
71ab34df 7264# For the build-side libraries, we just need to pretend we're native,
7265# and not use the same cache file. Multilibs are neither needed nor
7266# desired.
372a3f1e 7267build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
71ab34df 7268
7269# For host modules, accept cache file option, or specification as blank.
7270case "${cache_file}" in
7271"") # empty
7272 cache_file_option="" ;;
7273/* | [A-Za-z]:[\\/]* ) # absolute path
7274 cache_file_option="--cache-file=${cache_file}" ;;
7275*) # relative path
7276 cache_file_option="--cache-file=../${cache_file}" ;;
7277esac
7278
ba1081ef 7279# Host dirs don't like to share a cache file either, horribly enough.
7280# This seems to be due to autoconf 2.5x stupidity.
372a3f1e 7281host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
71ab34df 7282
0e4d1862 7283target_configargs="$target_configargs ${tbaseargs}"
71ab34df 7284
7285# Passing a --with-cross-host argument lets the target libraries know
7286# whether they are being built with a cross-compiler or being built
7287# native. However, it would be better to use other mechanisms to make the
7288# sorts of decisions they want to make on this basis. Please consider
7289# this option to be deprecated. FIXME.
7290if test x${is_cross_compiler} = xyes ; then
b30fcfae 7291 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
71ab34df 7292fi
7293
59a40389 7294# Default to --enable-multilib.
7295if test x${enable_multilib} = x ; then
71ab34df 7296 target_configargs="--enable-multilib ${target_configargs}"
59a40389 7297fi
71ab34df 7298
7299# Pass --with-newlib if appropriate. Note that target_configdirs has
7300# changed from the earlier setting of with_newlib.
7301if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7302 target_configargs="--with-newlib ${target_configargs}"
7303fi
7304
74fef112 7305# Different target subdirs use different values of certain variables
7306# (notably CXX). Worse, multilibs use *lots* of different values.
7307# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7308# it doesn't automatically accept command-line overrides of them.
7309# This means it's not safe for target subdirs to share a cache file,
7310# which is disgusting, but there you have it. Hopefully this can be
7311# fixed in future. It's still worthwhile to use a cache file for each
7312# directory. I think.
7313
a8abbd9d 7314# Pass the appropriate --build, --host, --target and --cache-file arguments.
7315# We need to pass --target, as newer autoconf's requires consistency
7316# for target_alias and gcc doesn't manage it consistently.
d45318b3 7317target_configargs="--cache-file=./config.cache ${target_configargs}"
71ab34df 7318
71ab34df 7319FLAGS_FOR_TARGET=
7320case " $target_configdirs " in
7321 *" newlib "*)
7322 case " $target_configargs " in
7323 *" --with-newlib "*)
7324 case "$target" in
fe284774 7325 *-cygwin*)
db54564d 7326 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
fe284774 7327 ;;
71ab34df 7328 esac
7329
7330 # If we're not building GCC, don't discard standard headers.
7331 if test -d ${srcdir}/gcc; then
7332 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7333
7334 if test "${build}" != "${host}"; then
7335 # On Canadian crosses, CC_FOR_TARGET will have already been set
7336 # by `configure', so we won't have an opportunity to add -Bgcc/
7337 # to it. This is right: we don't want to search that directory
7338 # for binaries, but we want the header files in there, so add
7339 # them explicitly.
e619f0a6 7340 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
71ab34df 7341
7342 # Someone might think of using the pre-installed headers on
7343 # Canadian crosses, in case the installed compiler is not fully
7344 # compatible with the compiler being built. In this case, it
7345 # would be better to flag an error than risking having
7346 # incompatible object files being constructed. We can't
7347 # guarantee that an error will be flagged, but let's hope the
7348 # compiler will do it, when presented with incompatible header
7349 # files.
7350 fi
7351 fi
7352
7353 case "${target}-${is_cross_compiler}" in
f74ea578 7354 i[3456789]86-*-linux*-no)
71ab34df 7355 # Here host == target, so we don't need to build gcc,
7356 # so we don't want to discard standard headers.
7357 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7358 ;;
7359 *)
7360 # If we're building newlib, use its generic headers last, but search
7361 # for any libc-related directories first (so make it the last -B
7362 # switch).
7363 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
1c5767f1 7364
7365 # If we're building libgloss, find the startup file, simulator library
7366 # and linker script.
7367 case " $target_configdirs " in
7368 *" libgloss "*)
7369 # Look for startup file, simulator library and maybe linker script.
7370 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7371 # Look for libnosys.a in case the target needs it.
7372 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7373 # Most targets have the linker script in the source directory.
7374 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7375 ;;
7376 esac
71ab34df 7377 ;;
7378 esac
7379 ;;
7380 esac
7381 ;;
7382esac
fe284774 7383
d6d689df 7384case "$target" in
fe284774 7385 x86_64-*mingw* | *-w64-mingw*)
7386 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7387 # however, use a symlink named 'mingw' in ${prefix} .
7388 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7389 ;;
7390 *-mingw*)
7391 # MinGW can't be handled as Cygwin above since it does not use newlib.
7392 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'
7393 ;;
d6d689df 7394esac
71ab34df 7395
d8e9ea04 7396# Allow the user to override the flags for
7397# our build compiler if desired.
823e8b8d 7398if test x"${build}" = x"${host}" ; then
7399 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7400 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7401 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7402fi
d8e9ea04 7403
71ab34df 7404# On Canadian crosses, we'll be searching the right directories for
7405# the previously-installed cross compiler, so don't bother to add
7406# flags for directories within the install tree of the compiler
7407# being built; programs in there won't even run.
7408if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7409 # Search for pre-installed headers if nothing else fits.
5750c7d4 7410 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
71ab34df 7411fi
7412
7413if test "x${use_gnu_ld}" = x &&
7414 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7415 # Arrange for us to find uninstalled linker scripts.
c1eb9e31 7416 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
71ab34df 7417fi
7418
24714a39 7419# Search for other target-specific linker scripts and such.
7420case "${target}" in
38d7211b 7421 mep*)
7422 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7423 ;;
24714a39 7424esac
7425
71ab34df 7426# Makefile fragments.
03c65091 7427for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7428do
7429 eval fragval=\$$frag
7430 if test $fragval != /dev/null; then
7431 eval $frag=${srcdir}/$fragval
7432 fi
7433done
71ab34df 7434
7435
7436
7437
7438
7439# Miscellanea: directories, flags, etc.
7440
7441
7442
7443
7444
7445
7446
7d804f04 7447
2f8725b0 7448# Build module lists & subconfigure args.
71ab34df 7449
7450
7451
f5aebe3e 7452# Host module lists & subconfigure args.
7453
7454
7455
1fda3360 7456
f5aebe3e 7457# Target module lists & subconfigure args.
7458
7459
7460
7461# Build tools.
7462
7463
7464
93c5e793 7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
f5aebe3e 7479# Generate default definitions for YACC, M4, LEX and other programs that run
7480# on the build machine. These are used if the Makefile can't locate these
7481# programs in objdir.
7482MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7483
7484for ac_prog in 'bison -y' byacc yacc
7485do
b30fcfae 7486 # Extract the first word of "$ac_prog", so it can be a program name with args.
f5aebe3e 7487set dummy $ac_prog; ac_word=$2
cd9a469c 7488{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7489$as_echo_n "checking for $ac_word... " >&6; }
7490if test "${ac_cv_prog_YACC+set}" = set; then :
7491 $as_echo_n "(cached) " >&6
f5aebe3e 7492else
7493 if test -n "$YACC"; then
7494 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7495else
b30fcfae 7496as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7497for as_dir in $PATH
7498do
7499 IFS=$as_save_IFS
7500 test -z "$as_dir" && as_dir=.
cd9a469c 7501 for ac_exec_ext in '' $ac_executable_extensions; do
7502 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 7503 ac_cv_prog_YACC="$ac_prog"
cd9a469c 7504 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 7505 break 2
7506 fi
7507done
cd9a469c 7508 done
7509IFS=$as_save_IFS
b30fcfae 7510
f5aebe3e 7511fi
7512fi
b30fcfae 7513YACC=$ac_cv_prog_YACC
f5aebe3e 7514if test -n "$YACC"; then
cd9a469c 7515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7516$as_echo "$YACC" >&6; }
f5aebe3e 7517else
cd9a469c 7518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7519$as_echo "no" >&6; }
f5aebe3e 7520fi
7521
cd9a469c 7522
b30fcfae 7523 test -n "$YACC" && break
f5aebe3e 7524done
7525test -n "$YACC" || YACC="$MISSING bison -y"
7526
7527case " $build_configdirs " in
7528 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
f5aebe3e 7529esac
7530
7531for ac_prog in bison
7532do
b30fcfae 7533 # Extract the first word of "$ac_prog", so it can be a program name with args.
f5aebe3e 7534set dummy $ac_prog; ac_word=$2
cd9a469c 7535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7536$as_echo_n "checking for $ac_word... " >&6; }
7537if test "${ac_cv_prog_BISON+set}" = set; then :
7538 $as_echo_n "(cached) " >&6
f5aebe3e 7539else
7540 if test -n "$BISON"; then
7541 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7542else
b30fcfae 7543as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7544for as_dir in $PATH
7545do
7546 IFS=$as_save_IFS
7547 test -z "$as_dir" && as_dir=.
cd9a469c 7548 for ac_exec_ext in '' $ac_executable_extensions; do
7549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 7550 ac_cv_prog_BISON="$ac_prog"
cd9a469c 7551 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 7552 break 2
7553 fi
7554done
cd9a469c 7555 done
7556IFS=$as_save_IFS
b30fcfae 7557
f5aebe3e 7558fi
7559fi
b30fcfae 7560BISON=$ac_cv_prog_BISON
f5aebe3e 7561if test -n "$BISON"; then
cd9a469c 7562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7563$as_echo "$BISON" >&6; }
f5aebe3e 7564else
cd9a469c 7565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7566$as_echo "no" >&6; }
f5aebe3e 7567fi
7568
cd9a469c 7569
b30fcfae 7570 test -n "$BISON" && break
f5aebe3e 7571done
7572test -n "$BISON" || BISON="$MISSING bison"
7573
7574case " $build_configdirs " in
7575 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7576esac
7577
7578for ac_prog in gm4 gnum4 m4
7579do
b30fcfae 7580 # Extract the first word of "$ac_prog", so it can be a program name with args.
f5aebe3e 7581set dummy $ac_prog; ac_word=$2
cd9a469c 7582{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7583$as_echo_n "checking for $ac_word... " >&6; }
7584if test "${ac_cv_prog_M4+set}" = set; then :
7585 $as_echo_n "(cached) " >&6
f5aebe3e 7586else
7587 if test -n "$M4"; then
7588 ac_cv_prog_M4="$M4" # Let the user override the test.
7589else
b30fcfae 7590as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7591for as_dir in $PATH
7592do
7593 IFS=$as_save_IFS
7594 test -z "$as_dir" && as_dir=.
cd9a469c 7595 for ac_exec_ext in '' $ac_executable_extensions; do
7596 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 7597 ac_cv_prog_M4="$ac_prog"
cd9a469c 7598 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 7599 break 2
7600 fi
7601done
cd9a469c 7602 done
7603IFS=$as_save_IFS
b30fcfae 7604
f5aebe3e 7605fi
7606fi
b30fcfae 7607M4=$ac_cv_prog_M4
f5aebe3e 7608if test -n "$M4"; then
cd9a469c 7609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7610$as_echo "$M4" >&6; }
f5aebe3e 7611else
cd9a469c 7612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7613$as_echo "no" >&6; }
f5aebe3e 7614fi
7615
cd9a469c 7616
b30fcfae 7617 test -n "$M4" && break
f5aebe3e 7618done
7619test -n "$M4" || M4="$MISSING m4"
7620
7621case " $build_configdirs " in
7622 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7623esac
7624
7625for ac_prog in flex lex
7626do
b30fcfae 7627 # Extract the first word of "$ac_prog", so it can be a program name with args.
f5aebe3e 7628set dummy $ac_prog; ac_word=$2
cd9a469c 7629{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7630$as_echo_n "checking for $ac_word... " >&6; }
7631if test "${ac_cv_prog_LEX+set}" = set; then :
7632 $as_echo_n "(cached) " >&6
f5aebe3e 7633else
7634 if test -n "$LEX"; then
7635 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7636else
b30fcfae 7637as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7638for as_dir in $PATH
7639do
7640 IFS=$as_save_IFS
7641 test -z "$as_dir" && as_dir=.
cd9a469c 7642 for ac_exec_ext in '' $ac_executable_extensions; do
7643 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 7644 ac_cv_prog_LEX="$ac_prog"
cd9a469c 7645 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 7646 break 2
7647 fi
7648done
cd9a469c 7649 done
7650IFS=$as_save_IFS
b30fcfae 7651
f5aebe3e 7652fi
7653fi
b30fcfae 7654LEX=$ac_cv_prog_LEX
f5aebe3e 7655if test -n "$LEX"; then
cd9a469c 7656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7657$as_echo "$LEX" >&6; }
f5aebe3e 7658else
cd9a469c 7659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7660$as_echo "no" >&6; }
f5aebe3e 7661fi
7662
cd9a469c 7663
b30fcfae 7664 test -n "$LEX" && break
f5aebe3e 7665done
7666test -n "$LEX" || LEX="$MISSING flex"
7667
7668case " $build_configdirs " in
7669 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7670 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7671esac
7672
7673for ac_prog in flex
7674do
b30fcfae 7675 # Extract the first word of "$ac_prog", so it can be a program name with args.
f5aebe3e 7676set dummy $ac_prog; ac_word=$2
cd9a469c 7677{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7678$as_echo_n "checking for $ac_word... " >&6; }
7679if test "${ac_cv_prog_FLEX+set}" = set; then :
7680 $as_echo_n "(cached) " >&6
f5aebe3e 7681else
7682 if test -n "$FLEX"; then
7683 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7684else
b30fcfae 7685as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7686for as_dir in $PATH
7687do
7688 IFS=$as_save_IFS
7689 test -z "$as_dir" && as_dir=.
cd9a469c 7690 for ac_exec_ext in '' $ac_executable_extensions; do
7691 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 7692 ac_cv_prog_FLEX="$ac_prog"
cd9a469c 7693 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 7694 break 2
7695 fi
7696done
cd9a469c 7697 done
7698IFS=$as_save_IFS
b30fcfae 7699
f5aebe3e 7700fi
7701fi
b30fcfae 7702FLEX=$ac_cv_prog_FLEX
f5aebe3e 7703if test -n "$FLEX"; then
cd9a469c 7704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7705$as_echo "$FLEX" >&6; }
f5aebe3e 7706else
cd9a469c 7707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7708$as_echo "no" >&6; }
f5aebe3e 7709fi
7710
cd9a469c 7711
b30fcfae 7712 test -n "$FLEX" && break
f5aebe3e 7713done
7714test -n "$FLEX" || FLEX="$MISSING flex"
7715
7716case " $build_configdirs " in
7717 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7718esac
7719
7720for ac_prog in makeinfo
7721do
b30fcfae 7722 # Extract the first word of "$ac_prog", so it can be a program name with args.
f5aebe3e 7723set dummy $ac_prog; ac_word=$2
cd9a469c 7724{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7725$as_echo_n "checking for $ac_word... " >&6; }
7726if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7727 $as_echo_n "(cached) " >&6
f5aebe3e 7728else
7729 if test -n "$MAKEINFO"; then
7730 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7731else
b30fcfae 7732as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7733for as_dir in $PATH
7734do
7735 IFS=$as_save_IFS
7736 test -z "$as_dir" && as_dir=.
cd9a469c 7737 for ac_exec_ext in '' $ac_executable_extensions; do
7738 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 7739 ac_cv_prog_MAKEINFO="$ac_prog"
cd9a469c 7740 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 7741 break 2
7742 fi
7743done
cd9a469c 7744 done
7745IFS=$as_save_IFS
b30fcfae 7746
f5aebe3e 7747fi
7748fi
b30fcfae 7749MAKEINFO=$ac_cv_prog_MAKEINFO
f5aebe3e 7750if test -n "$MAKEINFO"; then
cd9a469c 7751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
7752$as_echo "$MAKEINFO" >&6; }
f5aebe3e 7753else
cd9a469c 7754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7755$as_echo "no" >&6; }
f5aebe3e 7756fi
7757
cd9a469c 7758
b30fcfae 7759 test -n "$MAKEINFO" && break
f5aebe3e 7760done
7761test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
7762
7763case " $build_configdirs " in
7764 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
7765 *)
7766
03caadda 7767 # For an installed makeinfo, we require it to be from texinfo 4.7 or
f5aebe3e 7768 # higher, else we use the "missing" dummy.
7769 if ${MAKEINFO} --version \
03caadda 7770 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
f5aebe3e 7771 :
7772 else
7773 MAKEINFO="$MISSING makeinfo"
7774 fi
7775 ;;
7776
7777esac
71ab34df 7778
f5aebe3e 7779# FIXME: expect and dejagnu may become build tools?
71ab34df 7780
f5aebe3e 7781for ac_prog in expect
7782do
b30fcfae 7783 # Extract the first word of "$ac_prog", so it can be a program name with args.
f5aebe3e 7784set dummy $ac_prog; ac_word=$2
cd9a469c 7785{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7786$as_echo_n "checking for $ac_word... " >&6; }
7787if test "${ac_cv_prog_EXPECT+set}" = set; then :
7788 $as_echo_n "(cached) " >&6
f5aebe3e 7789else
7790 if test -n "$EXPECT"; then
7791 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
7792else
b30fcfae 7793as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7794for as_dir in $PATH
7795do
7796 IFS=$as_save_IFS
7797 test -z "$as_dir" && as_dir=.
cd9a469c 7798 for ac_exec_ext in '' $ac_executable_extensions; do
7799 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 7800 ac_cv_prog_EXPECT="$ac_prog"
cd9a469c 7801 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 7802 break 2
7803 fi
7804done
cd9a469c 7805 done
7806IFS=$as_save_IFS
b30fcfae 7807
f5aebe3e 7808fi
7809fi
b30fcfae 7810EXPECT=$ac_cv_prog_EXPECT
f5aebe3e 7811if test -n "$EXPECT"; then
cd9a469c 7812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
7813$as_echo "$EXPECT" >&6; }
f5aebe3e 7814else
cd9a469c 7815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7816$as_echo "no" >&6; }
f5aebe3e 7817fi
71ab34df 7818
cd9a469c 7819
b30fcfae 7820 test -n "$EXPECT" && break
f5aebe3e 7821done
7822test -n "$EXPECT" || EXPECT="expect"
71ab34df 7823
f5aebe3e 7824case " $configdirs " in
7825 *" expect "*)
7826 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
7827 ;;
7828esac
71ab34df 7829
f5aebe3e 7830for ac_prog in runtest
7831do
b30fcfae 7832 # Extract the first word of "$ac_prog", so it can be a program name with args.
f5aebe3e 7833set dummy $ac_prog; ac_word=$2
cd9a469c 7834{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7835$as_echo_n "checking for $ac_word... " >&6; }
7836if test "${ac_cv_prog_RUNTEST+set}" = set; then :
7837 $as_echo_n "(cached) " >&6
f5aebe3e 7838else
7839 if test -n "$RUNTEST"; then
7840 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
a4af6a58 7841else
b30fcfae 7842as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7843for as_dir in $PATH
7844do
7845 IFS=$as_save_IFS
7846 test -z "$as_dir" && as_dir=.
cd9a469c 7847 for ac_exec_ext in '' $ac_executable_extensions; do
7848 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 7849 ac_cv_prog_RUNTEST="$ac_prog"
cd9a469c 7850 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 7851 break 2
7852 fi
7853done
cd9a469c 7854 done
7855IFS=$as_save_IFS
b30fcfae 7856
f5aebe3e 7857fi
7858fi
b30fcfae 7859RUNTEST=$ac_cv_prog_RUNTEST
f5aebe3e 7860if test -n "$RUNTEST"; then
cd9a469c 7861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
7862$as_echo "$RUNTEST" >&6; }
f5aebe3e 7863else
cd9a469c 7864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7865$as_echo "no" >&6; }
f5aebe3e 7866fi
71ab34df 7867
cd9a469c 7868
b30fcfae 7869 test -n "$RUNTEST" && break
f5aebe3e 7870done
7871test -n "$RUNTEST" || RUNTEST="runtest"
71ab34df 7872
f5aebe3e 7873case " $configdirs " in
7874 *" dejagnu "*)
8d365775 7875 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
f5aebe3e 7876 ;;
7877esac
71ab34df 7878
7879
71ab34df 7880# Host tools.
bb612911 7881ncn_tool_prefix=
7882test -n "$host_alias" && ncn_tool_prefix=$host_alias-
7883ncn_target_tool_prefix=
7884test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
7885
95a05732 7886
7887
7888if test -n "$AR"; then
7889 ac_cv_prog_AR=$AR
7890elif test -n "$ac_cv_prog_AR"; then
7891 AR=$ac_cv_prog_AR
7892fi
7893
7894if test -n "$ac_cv_prog_AR"; then
7895 for ncn_progname in ar; do
7896 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7897set dummy ${ncn_progname}; ac_word=$2
cd9a469c 7898{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7899$as_echo_n "checking for $ac_word... " >&6; }
7900if test "${ac_cv_prog_AR+set}" = set; then :
7901 $as_echo_n "(cached) " >&6
95a05732 7902else
7903 if test -n "$AR"; then
7904 ac_cv_prog_AR="$AR" # Let the user override the test.
7905else
7906as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7907for as_dir in $PATH
7908do
7909 IFS=$as_save_IFS
7910 test -z "$as_dir" && as_dir=.
cd9a469c 7911 for ac_exec_ext in '' $ac_executable_extensions; do
7912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 7913 ac_cv_prog_AR="${ncn_progname}"
cd9a469c 7914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 7915 break 2
7916 fi
7917done
cd9a469c 7918 done
7919IFS=$as_save_IFS
95a05732 7920
7921fi
7922fi
7923AR=$ac_cv_prog_AR
7924if test -n "$AR"; then
cd9a469c 7925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7926$as_echo "$AR" >&6; }
95a05732 7927else
cd9a469c 7928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7929$as_echo "no" >&6; }
95a05732 7930fi
7931
cd9a469c 7932
95a05732 7933 done
7934fi
7935
7936for ncn_progname in ar; do
768691b5 7937 if test -n "$ncn_tool_prefix"; then
7938 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7939set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 7940{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7941$as_echo_n "checking for $ac_word... " >&6; }
7942if test "${ac_cv_prog_AR+set}" = set; then :
7943 $as_echo_n "(cached) " >&6
bb612911 7944else
7945 if test -n "$AR"; then
7946 ac_cv_prog_AR="$AR" # Let the user override the test.
7947else
b30fcfae 7948as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7949for as_dir in $PATH
7950do
7951 IFS=$as_save_IFS
7952 test -z "$as_dir" && as_dir=.
cd9a469c 7953 for ac_exec_ext in '' $ac_executable_extensions; do
7954 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 7955 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
cd9a469c 7956 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 7957 break 2
7958 fi
7959done
cd9a469c 7960 done
7961IFS=$as_save_IFS
b30fcfae 7962
bb612911 7963fi
7964fi
b30fcfae 7965AR=$ac_cv_prog_AR
bb612911 7966if test -n "$AR"; then
cd9a469c 7967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7968$as_echo "$AR" >&6; }
bb612911 7969else
cd9a469c 7970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7971$as_echo "no" >&6; }
bb612911 7972fi
7973
cd9a469c 7974
768691b5 7975 fi
7976 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
7977 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7978set dummy ${ncn_progname}; ac_word=$2
cd9a469c 7979{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7980$as_echo_n "checking for $ac_word... " >&6; }
7981if test "${ac_cv_prog_AR+set}" = set; then :
7982 $as_echo_n "(cached) " >&6
bb612911 7983else
768691b5 7984 if test -n "$AR"; then
ae48753c 7985 ac_cv_prog_AR="$AR" # Let the user override the test.
7986else
b30fcfae 7987as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7988for as_dir in $PATH
7989do
7990 IFS=$as_save_IFS
7991 test -z "$as_dir" && as_dir=.
cd9a469c 7992 for ac_exec_ext in '' $ac_executable_extensions; do
7993 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 7994 ac_cv_prog_AR="${ncn_progname}"
cd9a469c 7995 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 7996 break 2
7997 fi
7998done
cd9a469c 7999 done
8000IFS=$as_save_IFS
b30fcfae 8001
bb612911 8002fi
8003fi
b30fcfae 8004AR=$ac_cv_prog_AR
768691b5 8005if test -n "$AR"; then
cd9a469c 8006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8007$as_echo "$AR" >&6; }
bb612911 8008else
cd9a469c 8009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8010$as_echo "no" >&6; }
bb612911 8011fi
b30fcfae 8012
cd9a469c 8013
768691b5 8014 fi
8015 test -n "$ac_cv_prog_AR" && break
8016done
8017
8018if test -z "$ac_cv_prog_AR" ; then
8019 set dummy ar
8020 if test $build = $host ; then
8021 AR="$2"
bb612911 8022 else
768691b5 8023 AR="${ncn_tool_prefix}$2"
bb612911 8024 fi
bb612911 8025fi
8026
95a05732 8027
8028
8029if test -n "$AS"; then
8030 ac_cv_prog_AS=$AS
8031elif test -n "$ac_cv_prog_AS"; then
8032 AS=$ac_cv_prog_AS
8033fi
8034
8035if test -n "$ac_cv_prog_AS"; then
8036 for ncn_progname in as; do
8037 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8038set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8040$as_echo_n "checking for $ac_word... " >&6; }
8041if test "${ac_cv_prog_AS+set}" = set; then :
8042 $as_echo_n "(cached) " >&6
95a05732 8043else
8044 if test -n "$AS"; then
8045 ac_cv_prog_AS="$AS" # Let the user override the test.
8046else
8047as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8048for as_dir in $PATH
8049do
8050 IFS=$as_save_IFS
8051 test -z "$as_dir" && as_dir=.
cd9a469c 8052 for ac_exec_ext in '' $ac_executable_extensions; do
8053 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 8054 ac_cv_prog_AS="${ncn_progname}"
cd9a469c 8055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 8056 break 2
8057 fi
8058done
cd9a469c 8059 done
8060IFS=$as_save_IFS
95a05732 8061
8062fi
8063fi
8064AS=$ac_cv_prog_AS
8065if test -n "$AS"; then
cd9a469c 8066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8067$as_echo "$AS" >&6; }
95a05732 8068else
cd9a469c 8069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8070$as_echo "no" >&6; }
95a05732 8071fi
8072
cd9a469c 8073
95a05732 8074 done
8075fi
8076
8077for ncn_progname in as; do
768691b5 8078 if test -n "$ncn_tool_prefix"; then
8079 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8080set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 8081{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8082$as_echo_n "checking for $ac_word... " >&6; }
8083if test "${ac_cv_prog_AS+set}" = set; then :
8084 $as_echo_n "(cached) " >&6
bb612911 8085else
8086 if test -n "$AS"; then
8087 ac_cv_prog_AS="$AS" # Let the user override the test.
a83ffacf 8088else
b30fcfae 8089as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8090for as_dir in $PATH
8091do
8092 IFS=$as_save_IFS
8093 test -z "$as_dir" && as_dir=.
cd9a469c 8094 for ac_exec_ext in '' $ac_executable_extensions; do
8095 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 8096 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
cd9a469c 8097 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8098 break 2
8099 fi
8100done
cd9a469c 8101 done
8102IFS=$as_save_IFS
b30fcfae 8103
bb612911 8104fi
8105fi
b30fcfae 8106AS=$ac_cv_prog_AS
bb612911 8107if test -n "$AS"; then
cd9a469c 8108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8109$as_echo "$AS" >&6; }
bb612911 8110else
cd9a469c 8111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8112$as_echo "no" >&6; }
bb612911 8113fi
8114
cd9a469c 8115
768691b5 8116 fi
8117 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8118 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8119set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8120{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8121$as_echo_n "checking for $ac_word... " >&6; }
8122if test "${ac_cv_prog_AS+set}" = set; then :
8123 $as_echo_n "(cached) " >&6
bb612911 8124else
768691b5 8125 if test -n "$AS"; then
8126 ac_cv_prog_AS="$AS" # Let the user override the test.
bb612911 8127else
b30fcfae 8128as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8129for as_dir in $PATH
8130do
8131 IFS=$as_save_IFS
8132 test -z "$as_dir" && as_dir=.
cd9a469c 8133 for ac_exec_ext in '' $ac_executable_extensions; do
8134 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 8135 ac_cv_prog_AS="${ncn_progname}"
cd9a469c 8136 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8137 break 2
8138 fi
8139done
cd9a469c 8140 done
8141IFS=$as_save_IFS
b30fcfae 8142
bb612911 8143fi
8144fi
b30fcfae 8145AS=$ac_cv_prog_AS
768691b5 8146if test -n "$AS"; then
cd9a469c 8147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8148$as_echo "$AS" >&6; }
bb612911 8149else
cd9a469c 8150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8151$as_echo "no" >&6; }
bb612911 8152fi
b30fcfae 8153
cd9a469c 8154
768691b5 8155 fi
8156 test -n "$ac_cv_prog_AS" && break
8157done
8158
8159if test -z "$ac_cv_prog_AS" ; then
8160 set dummy as
8161 if test $build = $host ; then
8162 AS="$2"
bb612911 8163 else
768691b5 8164 AS="${ncn_tool_prefix}$2"
bb612911 8165 fi
bb612911 8166fi
8167
95a05732 8168
8169
8170if test -n "$DLLTOOL"; then
8171 ac_cv_prog_DLLTOOL=$DLLTOOL
8172elif test -n "$ac_cv_prog_DLLTOOL"; then
8173 DLLTOOL=$ac_cv_prog_DLLTOOL
8174fi
8175
8176if test -n "$ac_cv_prog_DLLTOOL"; then
8177 for ncn_progname in dlltool; do
8178 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8179set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8180{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8181$as_echo_n "checking for $ac_word... " >&6; }
8182if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8183 $as_echo_n "(cached) " >&6
95a05732 8184else
8185 if test -n "$DLLTOOL"; then
8186 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8187else
8188as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8189for as_dir in $PATH
8190do
8191 IFS=$as_save_IFS
8192 test -z "$as_dir" && as_dir=.
cd9a469c 8193 for ac_exec_ext in '' $ac_executable_extensions; do
8194 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 8195 ac_cv_prog_DLLTOOL="${ncn_progname}"
cd9a469c 8196 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 8197 break 2
8198 fi
8199done
cd9a469c 8200 done
8201IFS=$as_save_IFS
95a05732 8202
8203fi
8204fi
8205DLLTOOL=$ac_cv_prog_DLLTOOL
8206if test -n "$DLLTOOL"; then
cd9a469c 8207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8208$as_echo "$DLLTOOL" >&6; }
95a05732 8209else
cd9a469c 8210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8211$as_echo "no" >&6; }
95a05732 8212fi
8213
cd9a469c 8214
95a05732 8215 done
8216fi
8217
8218for ncn_progname in dlltool; do
768691b5 8219 if test -n "$ncn_tool_prefix"; then
8220 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8221set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 8222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8223$as_echo_n "checking for $ac_word... " >&6; }
8224if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8225 $as_echo_n "(cached) " >&6
bb612911 8226else
8227 if test -n "$DLLTOOL"; then
8228 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8229else
b30fcfae 8230as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8231for as_dir in $PATH
8232do
8233 IFS=$as_save_IFS
8234 test -z "$as_dir" && as_dir=.
cd9a469c 8235 for ac_exec_ext in '' $ac_executable_extensions; do
8236 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 8237 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
cd9a469c 8238 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8239 break 2
8240 fi
8241done
cd9a469c 8242 done
8243IFS=$as_save_IFS
b30fcfae 8244
bb612911 8245fi
8246fi
b30fcfae 8247DLLTOOL=$ac_cv_prog_DLLTOOL
bb612911 8248if test -n "$DLLTOOL"; then
cd9a469c 8249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8250$as_echo "$DLLTOOL" >&6; }
bb612911 8251else
cd9a469c 8252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8253$as_echo "no" >&6; }
bb612911 8254fi
8255
cd9a469c 8256
768691b5 8257 fi
8258 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8259 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8260set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8261{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8262$as_echo_n "checking for $ac_word... " >&6; }
8263if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8264 $as_echo_n "(cached) " >&6
bb612911 8265else
768691b5 8266 if test -n "$DLLTOOL"; then
8267 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
bb612911 8268else
b30fcfae 8269as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8270for as_dir in $PATH
8271do
8272 IFS=$as_save_IFS
8273 test -z "$as_dir" && as_dir=.
cd9a469c 8274 for ac_exec_ext in '' $ac_executable_extensions; do
8275 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 8276 ac_cv_prog_DLLTOOL="${ncn_progname}"
cd9a469c 8277 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8278 break 2
8279 fi
8280done
cd9a469c 8281 done
8282IFS=$as_save_IFS
b30fcfae 8283
bb612911 8284fi
8285fi
b30fcfae 8286DLLTOOL=$ac_cv_prog_DLLTOOL
768691b5 8287if test -n "$DLLTOOL"; then
cd9a469c 8288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8289$as_echo "$DLLTOOL" >&6; }
bb612911 8290else
cd9a469c 8291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8292$as_echo "no" >&6; }
bb612911 8293fi
b30fcfae 8294
cd9a469c 8295
768691b5 8296 fi
8297 test -n "$ac_cv_prog_DLLTOOL" && break
8298done
8299
8300if test -z "$ac_cv_prog_DLLTOOL" ; then
8301 set dummy dlltool
8302 if test $build = $host ; then
8303 DLLTOOL="$2"
bb612911 8304 else
768691b5 8305 DLLTOOL="${ncn_tool_prefix}$2"
bb612911 8306 fi
bb612911 8307fi
8308
95a05732 8309
8310
8311if test -n "$LD"; then
8312 ac_cv_prog_LD=$LD
8313elif test -n "$ac_cv_prog_LD"; then
8314 LD=$ac_cv_prog_LD
8315fi
8316
8317if test -n "$ac_cv_prog_LD"; then
8318 for ncn_progname in ld; do
8319 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8320set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8321{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8322$as_echo_n "checking for $ac_word... " >&6; }
8323if test "${ac_cv_prog_LD+set}" = set; then :
8324 $as_echo_n "(cached) " >&6
95a05732 8325else
8326 if test -n "$LD"; then
8327 ac_cv_prog_LD="$LD" # Let the user override the test.
8328else
8329as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8330for as_dir in $PATH
8331do
8332 IFS=$as_save_IFS
8333 test -z "$as_dir" && as_dir=.
cd9a469c 8334 for ac_exec_ext in '' $ac_executable_extensions; do
8335 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 8336 ac_cv_prog_LD="${ncn_progname}"
cd9a469c 8337 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 8338 break 2
8339 fi
8340done
cd9a469c 8341 done
8342IFS=$as_save_IFS
95a05732 8343
8344fi
8345fi
8346LD=$ac_cv_prog_LD
8347if test -n "$LD"; then
cd9a469c 8348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8349$as_echo "$LD" >&6; }
95a05732 8350else
cd9a469c 8351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8352$as_echo "no" >&6; }
95a05732 8353fi
8354
cd9a469c 8355
95a05732 8356 done
8357fi
8358
8359for ncn_progname in ld; do
768691b5 8360 if test -n "$ncn_tool_prefix"; then
8361 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8362set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 8363{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8364$as_echo_n "checking for $ac_word... " >&6; }
8365if test "${ac_cv_prog_LD+set}" = set; then :
8366 $as_echo_n "(cached) " >&6
bb612911 8367else
8368 if test -n "$LD"; then
8369 ac_cv_prog_LD="$LD" # Let the user override the test.
8370else
b30fcfae 8371as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8372for as_dir in $PATH
8373do
8374 IFS=$as_save_IFS
8375 test -z "$as_dir" && as_dir=.
cd9a469c 8376 for ac_exec_ext in '' $ac_executable_extensions; do
8377 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 8378 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
cd9a469c 8379 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8380 break 2
8381 fi
8382done
cd9a469c 8383 done
8384IFS=$as_save_IFS
b30fcfae 8385
bb612911 8386fi
8387fi
b30fcfae 8388LD=$ac_cv_prog_LD
bb612911 8389if test -n "$LD"; then
cd9a469c 8390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8391$as_echo "$LD" >&6; }
bb612911 8392else
cd9a469c 8393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8394$as_echo "no" >&6; }
bb612911 8395fi
8396
cd9a469c 8397
768691b5 8398 fi
8399 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8400 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8401set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8402{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8403$as_echo_n "checking for $ac_word... " >&6; }
8404if test "${ac_cv_prog_LD+set}" = set; then :
8405 $as_echo_n "(cached) " >&6
bb612911 8406else
768691b5 8407 if test -n "$LD"; then
8408 ac_cv_prog_LD="$LD" # Let the user override the test.
7172be51 8409else
b30fcfae 8410as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8411for as_dir in $PATH
8412do
8413 IFS=$as_save_IFS
8414 test -z "$as_dir" && as_dir=.
cd9a469c 8415 for ac_exec_ext in '' $ac_executable_extensions; do
8416 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 8417 ac_cv_prog_LD="${ncn_progname}"
cd9a469c 8418 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8419 break 2
8420 fi
8421done
cd9a469c 8422 done
8423IFS=$as_save_IFS
b30fcfae 8424
bb612911 8425fi
8426fi
b30fcfae 8427LD=$ac_cv_prog_LD
768691b5 8428if test -n "$LD"; then
cd9a469c 8429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8430$as_echo "$LD" >&6; }
bb612911 8431else
cd9a469c 8432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8433$as_echo "no" >&6; }
bb612911 8434fi
b30fcfae 8435
cd9a469c 8436
768691b5 8437 fi
8438 test -n "$ac_cv_prog_LD" && break
8439done
8440
8441if test -z "$ac_cv_prog_LD" ; then
8442 set dummy ld
8443 if test $build = $host ; then
8444 LD="$2"
bb612911 8445 else
768691b5 8446 LD="${ncn_tool_prefix}$2"
bb612911 8447 fi
bb612911 8448fi
8449
95a05732 8450
8451
8452if test -n "$LIPO"; then
8453 ac_cv_prog_LIPO=$LIPO
8454elif test -n "$ac_cv_prog_LIPO"; then
8455 LIPO=$ac_cv_prog_LIPO
8456fi
8457
8458if test -n "$ac_cv_prog_LIPO"; then
8459 for ncn_progname in lipo; do
8460 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8461set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8463$as_echo_n "checking for $ac_word... " >&6; }
8464if test "${ac_cv_prog_LIPO+set}" = set; then :
8465 $as_echo_n "(cached) " >&6
95a05732 8466else
8467 if test -n "$LIPO"; then
8468 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8469else
8470as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8471for as_dir in $PATH
8472do
8473 IFS=$as_save_IFS
8474 test -z "$as_dir" && as_dir=.
cd9a469c 8475 for ac_exec_ext in '' $ac_executable_extensions; do
8476 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 8477 ac_cv_prog_LIPO="${ncn_progname}"
cd9a469c 8478 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 8479 break 2
8480 fi
8481done
cd9a469c 8482 done
8483IFS=$as_save_IFS
95a05732 8484
8485fi
8486fi
8487LIPO=$ac_cv_prog_LIPO
8488if test -n "$LIPO"; then
cd9a469c 8489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8490$as_echo "$LIPO" >&6; }
95a05732 8491else
cd9a469c 8492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8493$as_echo "no" >&6; }
95a05732 8494fi
8495
cd9a469c 8496
95a05732 8497 done
8498fi
8499
8500for ncn_progname in lipo; do
f5aebe3e 8501 if test -n "$ncn_tool_prefix"; then
8502 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8503set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 8504{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8505$as_echo_n "checking for $ac_word... " >&6; }
8506if test "${ac_cv_prog_LIPO+set}" = set; then :
8507 $as_echo_n "(cached) " >&6
f5aebe3e 8508else
8509 if test -n "$LIPO"; then
8510 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8511else
b30fcfae 8512as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8513for as_dir in $PATH
8514do
8515 IFS=$as_save_IFS
8516 test -z "$as_dir" && as_dir=.
cd9a469c 8517 for ac_exec_ext in '' $ac_executable_extensions; do
8518 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 8519 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
cd9a469c 8520 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8521 break 2
8522 fi
8523done
cd9a469c 8524 done
8525IFS=$as_save_IFS
b30fcfae 8526
f5aebe3e 8527fi
8528fi
b30fcfae 8529LIPO=$ac_cv_prog_LIPO
f5aebe3e 8530if test -n "$LIPO"; then
cd9a469c 8531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8532$as_echo "$LIPO" >&6; }
f5aebe3e 8533else
cd9a469c 8534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8535$as_echo "no" >&6; }
f5aebe3e 8536fi
8537
cd9a469c 8538
f5aebe3e 8539 fi
8540 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8541 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8542set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8543{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8544$as_echo_n "checking for $ac_word... " >&6; }
8545if test "${ac_cv_prog_LIPO+set}" = set; then :
8546 $as_echo_n "(cached) " >&6
f5aebe3e 8547else
8548 if test -n "$LIPO"; then
8549 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8550else
b30fcfae 8551as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8552for as_dir in $PATH
8553do
8554 IFS=$as_save_IFS
8555 test -z "$as_dir" && as_dir=.
cd9a469c 8556 for ac_exec_ext in '' $ac_executable_extensions; do
8557 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 8558 ac_cv_prog_LIPO="${ncn_progname}"
cd9a469c 8559 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8560 break 2
8561 fi
8562done
cd9a469c 8563 done
8564IFS=$as_save_IFS
b30fcfae 8565
f5aebe3e 8566fi
8567fi
b30fcfae 8568LIPO=$ac_cv_prog_LIPO
f5aebe3e 8569if test -n "$LIPO"; then
cd9a469c 8570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8571$as_echo "$LIPO" >&6; }
f5aebe3e 8572else
cd9a469c 8573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8574$as_echo "no" >&6; }
f5aebe3e 8575fi
b30fcfae 8576
cd9a469c 8577
f5aebe3e 8578 fi
8579 test -n "$ac_cv_prog_LIPO" && break
8580done
8581
8582if test -z "$ac_cv_prog_LIPO" ; then
8583 set dummy lipo
8584 if test $build = $host ; then
8585 LIPO="$2"
8586 else
8587 LIPO="${ncn_tool_prefix}$2"
8588 fi
8589fi
8590
95a05732 8591
8592
8593if test -n "$NM"; then
8594 ac_cv_prog_NM=$NM
8595elif test -n "$ac_cv_prog_NM"; then
8596 NM=$ac_cv_prog_NM
8597fi
8598
8599if test -n "$ac_cv_prog_NM"; then
8600 for ncn_progname in nm; do
8601 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8602set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8603{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8604$as_echo_n "checking for $ac_word... " >&6; }
8605if test "${ac_cv_prog_NM+set}" = set; then :
8606 $as_echo_n "(cached) " >&6
bb612911 8607else
8608 if test -n "$NM"; then
8609 ac_cv_prog_NM="$NM" # Let the user override the test.
8610else
b30fcfae 8611as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8612for as_dir in $PATH
8613do
8614 IFS=$as_save_IFS
8615 test -z "$as_dir" && as_dir=.
cd9a469c 8616 for ac_exec_ext in '' $ac_executable_extensions; do
8617 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 8618 ac_cv_prog_NM="${ncn_progname}"
cd9a469c 8619 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8620 break 2
8621 fi
8622done
cd9a469c 8623 done
8624IFS=$as_save_IFS
b30fcfae 8625
bb612911 8626fi
8627fi
b30fcfae 8628NM=$ac_cv_prog_NM
bb612911 8629if test -n "$NM"; then
cd9a469c 8630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8631$as_echo "$NM" >&6; }
bb612911 8632else
cd9a469c 8633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8634$as_echo "no" >&6; }
bb612911 8635fi
8636
cd9a469c 8637
95a05732 8638 done
8639fi
8640
8641for ncn_progname in nm; do
8642 if test -n "$ncn_tool_prefix"; then
8643 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8644set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 8645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8646$as_echo_n "checking for $ac_word... " >&6; }
8647if test "${ac_cv_prog_NM+set}" = set; then :
8648 $as_echo_n "(cached) " >&6
bb612911 8649else
768691b5 8650 if test -n "$NM"; then
8651 ac_cv_prog_NM="$NM" # Let the user override the test.
bb612911 8652else
b30fcfae 8653as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8654for as_dir in $PATH
8655do
8656 IFS=$as_save_IFS
8657 test -z "$as_dir" && as_dir=.
cd9a469c 8658 for ac_exec_ext in '' $ac_executable_extensions; do
8659 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 8660 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
cd9a469c 8661 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8662 break 2
8663 fi
8664done
cd9a469c 8665 done
8666IFS=$as_save_IFS
b30fcfae 8667
bb612911 8668fi
8669fi
b30fcfae 8670NM=$ac_cv_prog_NM
768691b5 8671if test -n "$NM"; then
cd9a469c 8672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8673$as_echo "$NM" >&6; }
bb612911 8674else
cd9a469c 8675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8676$as_echo "no" >&6; }
bb612911 8677fi
b30fcfae 8678
cd9a469c 8679
768691b5 8680 fi
95a05732 8681 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8682 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8683set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8684{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8685$as_echo_n "checking for $ac_word... " >&6; }
8686if test "${ac_cv_prog_NM+set}" = set; then :
8687 $as_echo_n "(cached) " >&6
95a05732 8688else
8689 if test -n "$NM"; then
8690 ac_cv_prog_NM="$NM" # Let the user override the test.
8691else
8692as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8693for as_dir in $PATH
8694do
8695 IFS=$as_save_IFS
8696 test -z "$as_dir" && as_dir=.
cd9a469c 8697 for ac_exec_ext in '' $ac_executable_extensions; do
8698 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 8699 ac_cv_prog_NM="${ncn_progname}"
cd9a469c 8700 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 8701 break 2
8702 fi
8703done
cd9a469c 8704 done
8705IFS=$as_save_IFS
95a05732 8706
8707fi
8708fi
8709NM=$ac_cv_prog_NM
8710if test -n "$NM"; then
cd9a469c 8711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8712$as_echo "$NM" >&6; }
95a05732 8713else
cd9a469c 8714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8715$as_echo "no" >&6; }
95a05732 8716fi
8717
cd9a469c 8718
95a05732 8719 fi
8720 test -n "$ac_cv_prog_NM" && break
8721done
8722
8723if test -z "$ac_cv_prog_NM" ; then
8724 set dummy nm
8725 if test $build = $host ; then
8726 NM="$2"
8727 else
8728 NM="${ncn_tool_prefix}$2"
8729 fi
8730fi
8731
8732
8733
8734if test -n "$RANLIB"; then
8735 ac_cv_prog_RANLIB=$RANLIB
8736elif test -n "$ac_cv_prog_RANLIB"; then
8737 RANLIB=$ac_cv_prog_RANLIB
8738fi
8739
8740if test -n "$ac_cv_prog_RANLIB"; then
8741 for ncn_progname in ranlib; do
8742 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8743set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8744{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8745$as_echo_n "checking for $ac_word... " >&6; }
8746if test "${ac_cv_prog_RANLIB+set}" = set; then :
8747 $as_echo_n "(cached) " >&6
95a05732 8748else
8749 if test -n "$RANLIB"; then
8750 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8751else
8752as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8753for as_dir in $PATH
8754do
8755 IFS=$as_save_IFS
8756 test -z "$as_dir" && as_dir=.
cd9a469c 8757 for ac_exec_ext in '' $ac_executable_extensions; do
8758 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 8759 ac_cv_prog_RANLIB="${ncn_progname}"
cd9a469c 8760 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 8761 break 2
8762 fi
8763done
cd9a469c 8764 done
8765IFS=$as_save_IFS
95a05732 8766
8767fi
8768fi
8769RANLIB=$ac_cv_prog_RANLIB
8770if test -n "$RANLIB"; then
cd9a469c 8771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8772$as_echo "$RANLIB" >&6; }
95a05732 8773else
cd9a469c 8774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8775$as_echo "no" >&6; }
95a05732 8776fi
8777
cd9a469c 8778
95a05732 8779 done
8780fi
bb612911 8781
95a05732 8782for ncn_progname in ranlib; do
768691b5 8783 if test -n "$ncn_tool_prefix"; then
8784 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8785set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 8786{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8787$as_echo_n "checking for $ac_word... " >&6; }
8788if test "${ac_cv_prog_RANLIB+set}" = set; then :
8789 $as_echo_n "(cached) " >&6
bb612911 8790else
8791 if test -n "$RANLIB"; then
8792 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8793else
b30fcfae 8794as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8795for as_dir in $PATH
8796do
8797 IFS=$as_save_IFS
8798 test -z "$as_dir" && as_dir=.
cd9a469c 8799 for ac_exec_ext in '' $ac_executable_extensions; do
8800 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 8801 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
cd9a469c 8802 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8803 break 2
8804 fi
8805done
cd9a469c 8806 done
8807IFS=$as_save_IFS
b30fcfae 8808
bb612911 8809fi
8810fi
b30fcfae 8811RANLIB=$ac_cv_prog_RANLIB
bb612911 8812if test -n "$RANLIB"; then
cd9a469c 8813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8814$as_echo "$RANLIB" >&6; }
bb612911 8815else
cd9a469c 8816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8817$as_echo "no" >&6; }
bb612911 8818fi
8819
cd9a469c 8820
768691b5 8821 fi
8822 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
8823 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8824set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8825{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8826$as_echo_n "checking for $ac_word... " >&6; }
8827if test "${ac_cv_prog_RANLIB+set}" = set; then :
8828 $as_echo_n "(cached) " >&6
bb612911 8829else
768691b5 8830 if test -n "$RANLIB"; then
8831 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
bb612911 8832else
b30fcfae 8833as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8834for as_dir in $PATH
8835do
8836 IFS=$as_save_IFS
8837 test -z "$as_dir" && as_dir=.
cd9a469c 8838 for ac_exec_ext in '' $ac_executable_extensions; do
8839 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 8840 ac_cv_prog_RANLIB="${ncn_progname}"
cd9a469c 8841 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8842 break 2
8843 fi
8844done
cd9a469c 8845 done
8846IFS=$as_save_IFS
b30fcfae 8847
bb612911 8848fi
8849fi
b30fcfae 8850RANLIB=$ac_cv_prog_RANLIB
768691b5 8851if test -n "$RANLIB"; then
cd9a469c 8852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8853$as_echo "$RANLIB" >&6; }
bb612911 8854else
cd9a469c 8855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8856$as_echo "no" >&6; }
bb612911 8857fi
b30fcfae 8858
cd9a469c 8859
bb612911 8860 fi
768691b5 8861 test -n "$ac_cv_prog_RANLIB" && break
8862done
8863
8864if test -z "$ac_cv_prog_RANLIB" ; then
68645a6b 8865 RANLIB="true"
bb612911 8866fi
8867
95a05732 8868
8869
8870if test -n "$STRIP"; then
8871 ac_cv_prog_STRIP=$STRIP
8872elif test -n "$ac_cv_prog_STRIP"; then
8873 STRIP=$ac_cv_prog_STRIP
8874fi
8875
8876if test -n "$ac_cv_prog_STRIP"; then
8877 for ncn_progname in strip; do
8878 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8879set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8881$as_echo_n "checking for $ac_word... " >&6; }
8882if test "${ac_cv_prog_STRIP+set}" = set; then :
8883 $as_echo_n "(cached) " >&6
95a05732 8884else
8885 if test -n "$STRIP"; then
8886 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8887else
8888as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8889for as_dir in $PATH
8890do
8891 IFS=$as_save_IFS
8892 test -z "$as_dir" && as_dir=.
cd9a469c 8893 for ac_exec_ext in '' $ac_executable_extensions; do
8894 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 8895 ac_cv_prog_STRIP="${ncn_progname}"
cd9a469c 8896 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 8897 break 2
8898 fi
8899done
cd9a469c 8900 done
8901IFS=$as_save_IFS
95a05732 8902
8903fi
8904fi
8905STRIP=$ac_cv_prog_STRIP
8906if test -n "$STRIP"; then
cd9a469c 8907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8908$as_echo "$STRIP" >&6; }
95a05732 8909else
cd9a469c 8910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8911$as_echo "no" >&6; }
95a05732 8912fi
8913
cd9a469c 8914
95a05732 8915 done
8916fi
8917
8918for ncn_progname in strip; do
f5aebe3e 8919 if test -n "$ncn_tool_prefix"; then
8920 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8921set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 8922{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8923$as_echo_n "checking for $ac_word... " >&6; }
8924if test "${ac_cv_prog_STRIP+set}" = set; then :
8925 $as_echo_n "(cached) " >&6
f5aebe3e 8926else
8927 if test -n "$STRIP"; then
8928 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8929else
b30fcfae 8930as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8931for as_dir in $PATH
8932do
8933 IFS=$as_save_IFS
8934 test -z "$as_dir" && as_dir=.
cd9a469c 8935 for ac_exec_ext in '' $ac_executable_extensions; do
8936 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 8937 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
cd9a469c 8938 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8939 break 2
8940 fi
8941done
cd9a469c 8942 done
8943IFS=$as_save_IFS
b30fcfae 8944
f5aebe3e 8945fi
8946fi
b30fcfae 8947STRIP=$ac_cv_prog_STRIP
f5aebe3e 8948if test -n "$STRIP"; then
cd9a469c 8949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8950$as_echo "$STRIP" >&6; }
f5aebe3e 8951else
cd9a469c 8952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8953$as_echo "no" >&6; }
f5aebe3e 8954fi
8955
cd9a469c 8956
f5aebe3e 8957 fi
8958 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
8959 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8960set dummy ${ncn_progname}; ac_word=$2
cd9a469c 8961{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8962$as_echo_n "checking for $ac_word... " >&6; }
8963if test "${ac_cv_prog_STRIP+set}" = set; then :
8964 $as_echo_n "(cached) " >&6
f5aebe3e 8965else
8966 if test -n "$STRIP"; then
8967 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
8968else
b30fcfae 8969as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8970for as_dir in $PATH
8971do
8972 IFS=$as_save_IFS
8973 test -z "$as_dir" && as_dir=.
cd9a469c 8974 for ac_exec_ext in '' $ac_executable_extensions; do
8975 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 8976 ac_cv_prog_STRIP="${ncn_progname}"
cd9a469c 8977 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 8978 break 2
8979 fi
8980done
cd9a469c 8981 done
8982IFS=$as_save_IFS
b30fcfae 8983
f5aebe3e 8984fi
8985fi
b30fcfae 8986STRIP=$ac_cv_prog_STRIP
f5aebe3e 8987if test -n "$STRIP"; then
cd9a469c 8988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8989$as_echo "$STRIP" >&6; }
f5aebe3e 8990else
cd9a469c 8991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8992$as_echo "no" >&6; }
f5aebe3e 8993fi
b30fcfae 8994
cd9a469c 8995
f5aebe3e 8996 fi
8997 test -n "$ac_cv_prog_STRIP" && break
8998done
8999
9000if test -z "$ac_cv_prog_STRIP" ; then
68645a6b 9001 STRIP="true"
f5aebe3e 9002fi
9003
95a05732 9004
9005
9006if test -n "$WINDRES"; then
9007 ac_cv_prog_WINDRES=$WINDRES
9008elif test -n "$ac_cv_prog_WINDRES"; then
9009 WINDRES=$ac_cv_prog_WINDRES
9010fi
9011
9012if test -n "$ac_cv_prog_WINDRES"; then
9013 for ncn_progname in windres; do
9014 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9015set dummy ${ncn_progname}; ac_word=$2
cd9a469c 9016{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9017$as_echo_n "checking for $ac_word... " >&6; }
9018if test "${ac_cv_prog_WINDRES+set}" = set; then :
9019 $as_echo_n "(cached) " >&6
95a05732 9020else
9021 if test -n "$WINDRES"; then
9022 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9023else
9024as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9025for as_dir in $PATH
9026do
9027 IFS=$as_save_IFS
9028 test -z "$as_dir" && as_dir=.
cd9a469c 9029 for ac_exec_ext in '' $ac_executable_extensions; do
9030 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 9031 ac_cv_prog_WINDRES="${ncn_progname}"
cd9a469c 9032 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 9033 break 2
9034 fi
9035done
cd9a469c 9036 done
9037IFS=$as_save_IFS
95a05732 9038
9039fi
9040fi
9041WINDRES=$ac_cv_prog_WINDRES
9042if test -n "$WINDRES"; then
cd9a469c 9043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9044$as_echo "$WINDRES" >&6; }
95a05732 9045else
cd9a469c 9046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9047$as_echo "no" >&6; }
95a05732 9048fi
9049
cd9a469c 9050
95a05732 9051 done
9052fi
9053
9054for ncn_progname in windres; do
768691b5 9055 if test -n "$ncn_tool_prefix"; then
9056 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9057set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 9058{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9059$as_echo_n "checking for $ac_word... " >&6; }
9060if test "${ac_cv_prog_WINDRES+set}" = set; then :
9061 $as_echo_n "(cached) " >&6
bb612911 9062else
9063 if test -n "$WINDRES"; then
9064 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9065else
b30fcfae 9066as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9067for as_dir in $PATH
9068do
9069 IFS=$as_save_IFS
9070 test -z "$as_dir" && as_dir=.
cd9a469c 9071 for ac_exec_ext in '' $ac_executable_extensions; do
9072 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 9073 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
cd9a469c 9074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 9075 break 2
9076 fi
9077done
cd9a469c 9078 done
9079IFS=$as_save_IFS
b30fcfae 9080
bb612911 9081fi
9082fi
b30fcfae 9083WINDRES=$ac_cv_prog_WINDRES
bb612911 9084if test -n "$WINDRES"; then
cd9a469c 9085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9086$as_echo "$WINDRES" >&6; }
bb612911 9087else
cd9a469c 9088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9089$as_echo "no" >&6; }
bb612911 9090fi
9091
cd9a469c 9092
768691b5 9093 fi
9094 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9095 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9096set dummy ${ncn_progname}; ac_word=$2
cd9a469c 9097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9098$as_echo_n "checking for $ac_word... " >&6; }
9099if test "${ac_cv_prog_WINDRES+set}" = set; then :
9100 $as_echo_n "(cached) " >&6
bb612911 9101else
768691b5 9102 if test -n "$WINDRES"; then
9103 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
bb612911 9104else
b30fcfae 9105as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9106for as_dir in $PATH
9107do
9108 IFS=$as_save_IFS
9109 test -z "$as_dir" && as_dir=.
cd9a469c 9110 for ac_exec_ext in '' $ac_executable_extensions; do
9111 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 9112 ac_cv_prog_WINDRES="${ncn_progname}"
cd9a469c 9113 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 9114 break 2
9115 fi
9116done
cd9a469c 9117 done
9118IFS=$as_save_IFS
b30fcfae 9119
bb612911 9120fi
9121fi
b30fcfae 9122WINDRES=$ac_cv_prog_WINDRES
768691b5 9123if test -n "$WINDRES"; then
cd9a469c 9124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9125$as_echo "$WINDRES" >&6; }
bb612911 9126else
cd9a469c 9127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9128$as_echo "no" >&6; }
bb612911 9129fi
b30fcfae 9130
cd9a469c 9131
768691b5 9132 fi
9133 test -n "$ac_cv_prog_WINDRES" && break
9134done
9135
9136if test -z "$ac_cv_prog_WINDRES" ; then
9137 set dummy windres
9138 if test $build = $host ; then
9139 WINDRES="$2"
bb612911 9140 else
768691b5 9141 WINDRES="${ncn_tool_prefix}$2"
bb612911 9142 fi
bb612911 9143fi
9144
95a05732 9145
9146
75d6a0a9 9147if test -n "$WINDMC"; then
9148 ac_cv_prog_WINDMC=$WINDMC
9149elif test -n "$ac_cv_prog_WINDMC"; then
9150 WINDMC=$ac_cv_prog_WINDMC
9151fi
9152
9153if test -n "$ac_cv_prog_WINDMC"; then
9154 for ncn_progname in windmc; do
9155 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9156set dummy ${ncn_progname}; ac_word=$2
cd9a469c 9157{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9158$as_echo_n "checking for $ac_word... " >&6; }
9159if test "${ac_cv_prog_WINDMC+set}" = set; then :
9160 $as_echo_n "(cached) " >&6
75d6a0a9 9161else
9162 if test -n "$WINDMC"; then
9163 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9164else
9165as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9166for as_dir in $PATH
9167do
9168 IFS=$as_save_IFS
9169 test -z "$as_dir" && as_dir=.
cd9a469c 9170 for ac_exec_ext in '' $ac_executable_extensions; do
9171 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
75d6a0a9 9172 ac_cv_prog_WINDMC="${ncn_progname}"
cd9a469c 9173 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
75d6a0a9 9174 break 2
9175 fi
9176done
cd9a469c 9177 done
9178IFS=$as_save_IFS
75d6a0a9 9179
9180fi
9181fi
9182WINDMC=$ac_cv_prog_WINDMC
9183if test -n "$WINDMC"; then
cd9a469c 9184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9185$as_echo "$WINDMC" >&6; }
75d6a0a9 9186else
cd9a469c 9187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9188$as_echo "no" >&6; }
75d6a0a9 9189fi
9190
cd9a469c 9191
75d6a0a9 9192 done
9193fi
9194
9195for ncn_progname in windmc; do
9196 if test -n "$ncn_tool_prefix"; then
9197 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9198set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 9199{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9200$as_echo_n "checking for $ac_word... " >&6; }
9201if test "${ac_cv_prog_WINDMC+set}" = set; then :
9202 $as_echo_n "(cached) " >&6
75d6a0a9 9203else
9204 if test -n "$WINDMC"; then
9205 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9206else
9207as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9208for as_dir in $PATH
9209do
9210 IFS=$as_save_IFS
9211 test -z "$as_dir" && as_dir=.
cd9a469c 9212 for ac_exec_ext in '' $ac_executable_extensions; do
9213 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
75d6a0a9 9214 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
cd9a469c 9215 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
75d6a0a9 9216 break 2
9217 fi
9218done
cd9a469c 9219 done
9220IFS=$as_save_IFS
75d6a0a9 9221
9222fi
9223fi
9224WINDMC=$ac_cv_prog_WINDMC
9225if test -n "$WINDMC"; then
cd9a469c 9226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9227$as_echo "$WINDMC" >&6; }
75d6a0a9 9228else
cd9a469c 9229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9230$as_echo "no" >&6; }
75d6a0a9 9231fi
9232
cd9a469c 9233
75d6a0a9 9234 fi
9235 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9236 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9237set dummy ${ncn_progname}; ac_word=$2
cd9a469c 9238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9239$as_echo_n "checking for $ac_word... " >&6; }
9240if test "${ac_cv_prog_WINDMC+set}" = set; then :
9241 $as_echo_n "(cached) " >&6
75d6a0a9 9242else
9243 if test -n "$WINDMC"; then
9244 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9245else
9246as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9247for as_dir in $PATH
9248do
9249 IFS=$as_save_IFS
9250 test -z "$as_dir" && as_dir=.
cd9a469c 9251 for ac_exec_ext in '' $ac_executable_extensions; do
9252 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
75d6a0a9 9253 ac_cv_prog_WINDMC="${ncn_progname}"
cd9a469c 9254 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
75d6a0a9 9255 break 2
9256 fi
9257done
cd9a469c 9258 done
9259IFS=$as_save_IFS
75d6a0a9 9260
9261fi
9262fi
9263WINDMC=$ac_cv_prog_WINDMC
9264if test -n "$WINDMC"; then
cd9a469c 9265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9266$as_echo "$WINDMC" >&6; }
75d6a0a9 9267else
cd9a469c 9268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9269$as_echo "no" >&6; }
75d6a0a9 9270fi
9271
cd9a469c 9272
75d6a0a9 9273 fi
9274 test -n "$ac_cv_prog_WINDMC" && break
9275done
9276
9277if test -z "$ac_cv_prog_WINDMC" ; then
9278 set dummy windmc
9279 if test $build = $host ; then
9280 WINDMC="$2"
9281 else
9282 WINDMC="${ncn_tool_prefix}$2"
9283 fi
9284fi
9285
9286
9287
95a05732 9288if test -n "$OBJCOPY"; then
9289 ac_cv_prog_OBJCOPY=$OBJCOPY
9290elif test -n "$ac_cv_prog_OBJCOPY"; then
9291 OBJCOPY=$ac_cv_prog_OBJCOPY
9292fi
9293
9294if test -n "$ac_cv_prog_OBJCOPY"; then
9295 for ncn_progname in objcopy; do
9296 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9297set dummy ${ncn_progname}; ac_word=$2
cd9a469c 9298{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9299$as_echo_n "checking for $ac_word... " >&6; }
9300if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9301 $as_echo_n "(cached) " >&6
95a05732 9302else
9303 if test -n "$OBJCOPY"; then
9304 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9305else
9306as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9307for as_dir in $PATH
9308do
9309 IFS=$as_save_IFS
9310 test -z "$as_dir" && as_dir=.
cd9a469c 9311 for ac_exec_ext in '' $ac_executable_extensions; do
9312 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 9313 ac_cv_prog_OBJCOPY="${ncn_progname}"
cd9a469c 9314 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 9315 break 2
9316 fi
9317done
cd9a469c 9318 done
9319IFS=$as_save_IFS
95a05732 9320
9321fi
9322fi
9323OBJCOPY=$ac_cv_prog_OBJCOPY
9324if test -n "$OBJCOPY"; then
cd9a469c 9325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9326$as_echo "$OBJCOPY" >&6; }
95a05732 9327else
cd9a469c 9328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9329$as_echo "no" >&6; }
95a05732 9330fi
9331
cd9a469c 9332
95a05732 9333 done
9334fi
9335
9336for ncn_progname in objcopy; do
768691b5 9337 if test -n "$ncn_tool_prefix"; then
9338 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9339set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 9340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9341$as_echo_n "checking for $ac_word... " >&6; }
9342if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9343 $as_echo_n "(cached) " >&6
bb612911 9344else
9345 if test -n "$OBJCOPY"; then
9346 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9347else
b30fcfae 9348as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9349for as_dir in $PATH
9350do
9351 IFS=$as_save_IFS
9352 test -z "$as_dir" && as_dir=.
cd9a469c 9353 for ac_exec_ext in '' $ac_executable_extensions; do
9354 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 9355 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
cd9a469c 9356 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 9357 break 2
9358 fi
9359done
cd9a469c 9360 done
9361IFS=$as_save_IFS
b30fcfae 9362
bb612911 9363fi
9364fi
b30fcfae 9365OBJCOPY=$ac_cv_prog_OBJCOPY
bb612911 9366if test -n "$OBJCOPY"; then
cd9a469c 9367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9368$as_echo "$OBJCOPY" >&6; }
bb612911 9369else
cd9a469c 9370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9371$as_echo "no" >&6; }
bb612911 9372fi
9373
cd9a469c 9374
768691b5 9375 fi
9376 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9377 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9378set dummy ${ncn_progname}; ac_word=$2
cd9a469c 9379{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9380$as_echo_n "checking for $ac_word... " >&6; }
9381if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9382 $as_echo_n "(cached) " >&6
bb612911 9383else
768691b5 9384 if test -n "$OBJCOPY"; then
9385 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
bb612911 9386else
b30fcfae 9387as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9388for as_dir in $PATH
9389do
9390 IFS=$as_save_IFS
9391 test -z "$as_dir" && as_dir=.
cd9a469c 9392 for ac_exec_ext in '' $ac_executable_extensions; do
9393 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 9394 ac_cv_prog_OBJCOPY="${ncn_progname}"
cd9a469c 9395 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 9396 break 2
9397 fi
9398done
cd9a469c 9399 done
9400IFS=$as_save_IFS
b30fcfae 9401
bb612911 9402fi
9403fi
b30fcfae 9404OBJCOPY=$ac_cv_prog_OBJCOPY
768691b5 9405if test -n "$OBJCOPY"; then
cd9a469c 9406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9407$as_echo "$OBJCOPY" >&6; }
bb612911 9408else
cd9a469c 9409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9410$as_echo "no" >&6; }
bb612911 9411fi
b30fcfae 9412
cd9a469c 9413
768691b5 9414 fi
9415 test -n "$ac_cv_prog_OBJCOPY" && break
9416done
9417
9418if test -z "$ac_cv_prog_OBJCOPY" ; then
9419 set dummy objcopy
9420 if test $build = $host ; then
9421 OBJCOPY="$2"
bb612911 9422 else
768691b5 9423 OBJCOPY="${ncn_tool_prefix}$2"
bb612911 9424 fi
bb612911 9425fi
9426
95a05732 9427
9428
9429if test -n "$OBJDUMP"; then
9430 ac_cv_prog_OBJDUMP=$OBJDUMP
9431elif test -n "$ac_cv_prog_OBJDUMP"; then
9432 OBJDUMP=$ac_cv_prog_OBJDUMP
9433fi
9434
9435if test -n "$ac_cv_prog_OBJDUMP"; then
9436 for ncn_progname in objdump; do
9437 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9438set dummy ${ncn_progname}; ac_word=$2
cd9a469c 9439{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9440$as_echo_n "checking for $ac_word... " >&6; }
9441if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9442 $as_echo_n "(cached) " >&6
95a05732 9443else
9444 if test -n "$OBJDUMP"; then
9445 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9446else
9447as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9448for as_dir in $PATH
9449do
9450 IFS=$as_save_IFS
9451 test -z "$as_dir" && as_dir=.
cd9a469c 9452 for ac_exec_ext in '' $ac_executable_extensions; do
9453 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 9454 ac_cv_prog_OBJDUMP="${ncn_progname}"
cd9a469c 9455 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 9456 break 2
9457 fi
9458done
cd9a469c 9459 done
9460IFS=$as_save_IFS
95a05732 9461
9462fi
9463fi
9464OBJDUMP=$ac_cv_prog_OBJDUMP
9465if test -n "$OBJDUMP"; then
cd9a469c 9466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9467$as_echo "$OBJDUMP" >&6; }
95a05732 9468else
cd9a469c 9469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9470$as_echo "no" >&6; }
95a05732 9471fi
9472
cd9a469c 9473
95a05732 9474 done
9475fi
9476
9477for ncn_progname in objdump; do
768691b5 9478 if test -n "$ncn_tool_prefix"; then
9479 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9480set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 9481{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9482$as_echo_n "checking for $ac_word... " >&6; }
9483if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9484 $as_echo_n "(cached) " >&6
bb612911 9485else
9486 if test -n "$OBJDUMP"; then
9487 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9488else
b30fcfae 9489as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9490for as_dir in $PATH
9491do
9492 IFS=$as_save_IFS
9493 test -z "$as_dir" && as_dir=.
cd9a469c 9494 for ac_exec_ext in '' $ac_executable_extensions; do
9495 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 9496 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
cd9a469c 9497 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 9498 break 2
9499 fi
9500done
cd9a469c 9501 done
9502IFS=$as_save_IFS
b30fcfae 9503
bb612911 9504fi
9505fi
b30fcfae 9506OBJDUMP=$ac_cv_prog_OBJDUMP
bb612911 9507if test -n "$OBJDUMP"; then
cd9a469c 9508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9509$as_echo "$OBJDUMP" >&6; }
bb612911 9510else
cd9a469c 9511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9512$as_echo "no" >&6; }
bb612911 9513fi
9514
cd9a469c 9515
768691b5 9516 fi
9517 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9518 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9519set dummy ${ncn_progname}; ac_word=$2
cd9a469c 9520{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9521$as_echo_n "checking for $ac_word... " >&6; }
9522if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9523 $as_echo_n "(cached) " >&6
bb612911 9524else
768691b5 9525 if test -n "$OBJDUMP"; then
9526 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
bb612911 9527else
b30fcfae 9528as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9529for as_dir in $PATH
9530do
9531 IFS=$as_save_IFS
9532 test -z "$as_dir" && as_dir=.
cd9a469c 9533 for ac_exec_ext in '' $ac_executable_extensions; do
9534 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 9535 ac_cv_prog_OBJDUMP="${ncn_progname}"
cd9a469c 9536 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 9537 break 2
9538 fi
9539done
cd9a469c 9540 done
9541IFS=$as_save_IFS
b30fcfae 9542
bb612911 9543fi
9544fi
b30fcfae 9545OBJDUMP=$ac_cv_prog_OBJDUMP
768691b5 9546if test -n "$OBJDUMP"; then
cd9a469c 9547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9548$as_echo "$OBJDUMP" >&6; }
bb612911 9549else
cd9a469c 9550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9551$as_echo "no" >&6; }
bb612911 9552fi
b30fcfae 9553
cd9a469c 9554
768691b5 9555 fi
9556 test -n "$ac_cv_prog_OBJDUMP" && break
9557done
9558
9559if test -z "$ac_cv_prog_OBJDUMP" ; then
9560 set dummy objdump
9561 if test $build = $host ; then
9562 OBJDUMP="$2"
bb612911 9563 else
768691b5 9564 OBJDUMP="${ncn_tool_prefix}$2"
bb612911 9565 fi
bb612911 9566fi
9567
71ab34df 9568
9569
3f71364d 9570if test -n "$READELF"; then
9571 ac_cv_prog_READELF=$READELF
9572elif test -n "$ac_cv_prog_READELF"; then
9573 READELF=$ac_cv_prog_READELF
9574fi
9575
9576if test -n "$ac_cv_prog_READELF"; then
9577 for ncn_progname in readelf; do
9578 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9579set dummy ${ncn_progname}; ac_word=$2
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_READELF+set}" = set; then :
9583 $as_echo_n "(cached) " >&6
9584else
9585 if test -n "$READELF"; then
9586 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9587else
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=.
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
9595 ac_cv_prog_READELF="${ncn_progname}"
9596 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9597 break 2
9598 fi
9599done
9600 done
9601IFS=$as_save_IFS
9602
9603fi
9604fi
9605READELF=$ac_cv_prog_READELF
9606if test -n "$READELF"; then
9607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9608$as_echo "$READELF" >&6; }
9609else
9610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9611$as_echo "no" >&6; }
9612fi
9613
9614
9615 done
9616fi
9617
9618for ncn_progname in readelf; do
9619 if test -n "$ncn_tool_prefix"; then
9620 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9621set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9622{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9623$as_echo_n "checking for $ac_word... " >&6; }
9624if test "${ac_cv_prog_READELF+set}" = set; then :
9625 $as_echo_n "(cached) " >&6
9626else
9627 if test -n "$READELF"; then
9628 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9629else
9630as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9631for as_dir in $PATH
9632do
9633 IFS=$as_save_IFS
9634 test -z "$as_dir" && as_dir=.
9635 for ac_exec_ext in '' $ac_executable_extensions; do
9636 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9637 ac_cv_prog_READELF="${ncn_tool_prefix}${ncn_progname}"
9638 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9639 break 2
9640 fi
9641done
9642 done
9643IFS=$as_save_IFS
9644
9645fi
9646fi
9647READELF=$ac_cv_prog_READELF
9648if test -n "$READELF"; then
9649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9650$as_echo "$READELF" >&6; }
9651else
9652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9653$as_echo "no" >&6; }
9654fi
9655
9656
9657 fi
9658 if test -z "$ac_cv_prog_READELF" && test $build = $host ; then
9659 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9660set dummy ${ncn_progname}; ac_word=$2
9661{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9662$as_echo_n "checking for $ac_word... " >&6; }
9663if test "${ac_cv_prog_READELF+set}" = set; then :
9664 $as_echo_n "(cached) " >&6
9665else
9666 if test -n "$READELF"; then
9667 ac_cv_prog_READELF="$READELF" # Let the user override the test.
9668else
9669as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9670for as_dir in $PATH
9671do
9672 IFS=$as_save_IFS
9673 test -z "$as_dir" && as_dir=.
9674 for ac_exec_ext in '' $ac_executable_extensions; do
9675 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9676 ac_cv_prog_READELF="${ncn_progname}"
9677 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9678 break 2
9679 fi
9680done
9681 done
9682IFS=$as_save_IFS
9683
9684fi
9685fi
9686READELF=$ac_cv_prog_READELF
9687if test -n "$READELF"; then
9688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
9689$as_echo "$READELF" >&6; }
9690else
9691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9692$as_echo "no" >&6; }
9693fi
9694
9695
9696 fi
9697 test -n "$ac_cv_prog_READELF" && break
9698done
9699
9700if test -z "$ac_cv_prog_READELF" ; then
9701 set dummy readelf
9702 if test $build = $host ; then
9703 READELF="$2"
9704 else
9705 READELF="${ncn_tool_prefix}$2"
9706 fi
9707fi
9708
9709
9710
71ab34df 9711
9712
9713
f5aebe3e 9714# Target tools.
b30fcfae 9715
cd9a469c 9716# Check whether --with-build-time-tools was given.
9717if test "${with_build_time_tools+set}" = set; then :
9718 withval=$with_build_time_tools; case x"$withval" in
c47832b1 9719 x/*) ;;
9720 *)
9721 with_build_time_tools=
cd9a469c 9722 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9723$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
c47832b1 9724 ;;
9725 esac
bb612911 9726else
c47832b1 9727 with_build_time_tools=
cd9a469c 9728fi
9729
bb612911 9730
95a05732 9731
9732
9733if test -n "$CC_FOR_TARGET"; then
9734 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9735elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9736 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9737fi
9738
9739if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9740 for ncn_progname in cc gcc; do
9741 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9742set dummy ${ncn_progname}; ac_word=$2
cd9a469c 9743{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9744$as_echo_n "checking for $ac_word... " >&6; }
9745if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9746 $as_echo_n "(cached) " >&6
95a05732 9747else
9748 if test -n "$CC_FOR_TARGET"; then
9749 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9750else
9751as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9752for as_dir in $PATH
9753do
9754 IFS=$as_save_IFS
9755 test -z "$as_dir" && as_dir=.
cd9a469c 9756 for ac_exec_ext in '' $ac_executable_extensions; do
9757 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 9758 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
cd9a469c 9759 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 9760 break 2
9761 fi
9762done
cd9a469c 9763 done
9764IFS=$as_save_IFS
95a05732 9765
9766fi
9767fi
9768CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9769if test -n "$CC_FOR_TARGET"; then
cd9a469c 9770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9771$as_echo "$CC_FOR_TARGET" >&6; }
95a05732 9772else
cd9a469c 9773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9774$as_echo "no" >&6; }
95a05732 9775fi
9776
cd9a469c 9777
95a05732 9778 done
9779fi
9780
9781if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 9782 for ncn_progname in cc gcc; do
cd9a469c 9783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9784$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 9785 if test -x $with_build_time_tools/${ncn_progname}; then
9786 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 9787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9788$as_echo "yes" >&6; }
9886f3d1 9789 break
c47832b1 9790 else
cd9a469c 9791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9792$as_echo "no" >&6; }
9886f3d1 9793 fi
9794 done
ef8184c7 9795fi
9796
c47832b1 9797if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9798 for ncn_progname in cc gcc; do
9799 if test -n "$ncn_target_tool_prefix"; then
9800 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
768691b5 9801set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 9802{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9803$as_echo_n "checking for $ac_word... " >&6; }
9804if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9805 $as_echo_n "(cached) " >&6
ef8184c7 9806else
9807 if test -n "$CC_FOR_TARGET"; then
9808 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9809else
b30fcfae 9810as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9811for as_dir in $PATH
9812do
9813 IFS=$as_save_IFS
9814 test -z "$as_dir" && as_dir=.
cd9a469c 9815 for ac_exec_ext in '' $ac_executable_extensions; do
9816 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 9817 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 9818 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 9819 break 2
9820 fi
9821done
cd9a469c 9822 done
9823IFS=$as_save_IFS
b30fcfae 9824
ef8184c7 9825fi
9826fi
b30fcfae 9827CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
ef8184c7 9828if test -n "$CC_FOR_TARGET"; then
cd9a469c 9829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9830$as_echo "$CC_FOR_TARGET" >&6; }
ef8184c7 9831else
cd9a469c 9832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9833$as_echo "no" >&6; }
ef8184c7 9834fi
9835
cd9a469c 9836
c47832b1 9837 fi
9838 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9839 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
768691b5 9840set dummy ${ncn_progname}; ac_word=$2
cd9a469c 9841{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9842$as_echo_n "checking for $ac_word... " >&6; }
9843if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9844 $as_echo_n "(cached) " >&6
ef8184c7 9845else
768691b5 9846 if test -n "$CC_FOR_TARGET"; then
9847 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
ef8184c7 9848else
b30fcfae 9849as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9850for as_dir in $PATH
9851do
9852 IFS=$as_save_IFS
9853 test -z "$as_dir" && as_dir=.
cd9a469c 9854 for ac_exec_ext in '' $ac_executable_extensions; do
9855 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 9856 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
cd9a469c 9857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 9858 break 2
9859 fi
9860done
cd9a469c 9861 done
9862IFS=$as_save_IFS
b30fcfae 9863
ef8184c7 9864fi
9865fi
b30fcfae 9866CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
768691b5 9867if test -n "$CC_FOR_TARGET"; then
cd9a469c 9868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9869$as_echo "$CC_FOR_TARGET" >&6; }
ef8184c7 9870else
cd9a469c 9871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9872$as_echo "no" >&6; }
ef8184c7 9873fi
b30fcfae 9874
cd9a469c 9875
c47832b1 9876 fi
9877 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
9878 done
9879fi
b30fcfae 9880
768691b5 9881if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
9882 set dummy cc gcc
9883 if test $build = $target ; then
9884 CC_FOR_TARGET="$2"
ef8184c7 9885 else
768691b5 9886 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
ef8184c7 9887 fi
b7ef8464 9888else
9889 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
ef8184c7 9890fi
9891
95a05732 9892
9893
9894if test -n "$CXX_FOR_TARGET"; then
9895 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
9896elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9897 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9898fi
9899
9900if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
9901 for ncn_progname in c++ g++ cxx gxx; do
9902 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9903set dummy ${ncn_progname}; ac_word=$2
cd9a469c 9904{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9905$as_echo_n "checking for $ac_word... " >&6; }
9906if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9907 $as_echo_n "(cached) " >&6
95a05732 9908else
9909 if test -n "$CXX_FOR_TARGET"; then
9910 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9911else
9912as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9913for as_dir in $PATH
9914do
9915 IFS=$as_save_IFS
9916 test -z "$as_dir" && as_dir=.
cd9a469c 9917 for ac_exec_ext in '' $ac_executable_extensions; do
9918 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 9919 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
cd9a469c 9920 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 9921 break 2
9922 fi
9923done
cd9a469c 9924 done
9925IFS=$as_save_IFS
95a05732 9926
9927fi
9928fi
9929CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
9930if test -n "$CXX_FOR_TARGET"; then
cd9a469c 9931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9932$as_echo "$CXX_FOR_TARGET" >&6; }
95a05732 9933else
cd9a469c 9934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9935$as_echo "no" >&6; }
95a05732 9936fi
9937
cd9a469c 9938
95a05732 9939 done
9940fi
9941
9942if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 9943 for ncn_progname in c++ g++ cxx gxx; do
cd9a469c 9944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9945$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 9946 if test -x $with_build_time_tools/${ncn_progname}; then
9947 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 9948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9949$as_echo "yes" >&6; }
c47832b1 9950 break
9951 else
cd9a469c 9952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9953$as_echo "no" >&6; }
c47832b1 9954 fi
9955 done
9956fi
9957
9958if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
9959 for ncn_progname in c++ g++ cxx gxx; do
9960 if test -n "$ncn_target_tool_prefix"; then
9961 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
768691b5 9962set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 9963{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9964$as_echo_n "checking for $ac_word... " >&6; }
9965if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
9966 $as_echo_n "(cached) " >&6
ef8184c7 9967else
9968 if test -n "$CXX_FOR_TARGET"; then
9969 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
9970else
b30fcfae 9971as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9972for as_dir in $PATH
9973do
9974 IFS=$as_save_IFS
9975 test -z "$as_dir" && as_dir=.
cd9a469c 9976 for ac_exec_ext in '' $ac_executable_extensions; do
9977 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 9978 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 9979 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 9980 break 2
9981 fi
9982done
cd9a469c 9983 done
9984IFS=$as_save_IFS
b30fcfae 9985
ef8184c7 9986fi
9987fi
b30fcfae 9988CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
ef8184c7 9989if test -n "$CXX_FOR_TARGET"; then
cd9a469c 9990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
9991$as_echo "$CXX_FOR_TARGET" >&6; }
ef8184c7 9992else
cd9a469c 9993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9994$as_echo "no" >&6; }
ef8184c7 9995fi
9996
cd9a469c 9997
c47832b1 9998 fi
9999 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10000 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
768691b5 10001set dummy ${ncn_progname}; ac_word=$2
cd9a469c 10002{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10003$as_echo_n "checking for $ac_word... " >&6; }
10004if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10005 $as_echo_n "(cached) " >&6
ef8184c7 10006else
768691b5 10007 if test -n "$CXX_FOR_TARGET"; then
10008 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
ef8184c7 10009else
b30fcfae 10010as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10011for as_dir in $PATH
10012do
10013 IFS=$as_save_IFS
10014 test -z "$as_dir" && as_dir=.
cd9a469c 10015 for ac_exec_ext in '' $ac_executable_extensions; do
10016 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 10017 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
cd9a469c 10018 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 10019 break 2
10020 fi
10021done
cd9a469c 10022 done
10023IFS=$as_save_IFS
b30fcfae 10024
ef8184c7 10025fi
10026fi
b30fcfae 10027CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
768691b5 10028if test -n "$CXX_FOR_TARGET"; then
cd9a469c 10029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10030$as_echo "$CXX_FOR_TARGET" >&6; }
ef8184c7 10031else
cd9a469c 10032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10033$as_echo "no" >&6; }
ef8184c7 10034fi
b30fcfae 10035
cd9a469c 10036
c47832b1 10037 fi
10038 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10039 done
10040fi
b30fcfae 10041
768691b5 10042if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10043 set dummy c++ g++ cxx gxx
10044 if test $build = $target ; then
10045 CXX_FOR_TARGET="$2"
ef8184c7 10046 else
768691b5 10047 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
ef8184c7 10048 fi
b7ef8464 10049else
10050 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
bb612911 10051fi
10052
95a05732 10053
10054
10055if test -n "$GCC_FOR_TARGET"; then
10056 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10057elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10058 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10059fi
10060
10061if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10062 for ncn_progname in gcc; do
10063 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10064set dummy ${ncn_progname}; ac_word=$2
cd9a469c 10065{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10066$as_echo_n "checking for $ac_word... " >&6; }
10067if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10068 $as_echo_n "(cached) " >&6
95a05732 10069else
10070 if test -n "$GCC_FOR_TARGET"; then
10071 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10072else
10073as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10074for as_dir in $PATH
10075do
10076 IFS=$as_save_IFS
10077 test -z "$as_dir" && as_dir=.
cd9a469c 10078 for ac_exec_ext in '' $ac_executable_extensions; do
10079 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 10080 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
cd9a469c 10081 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 10082 break 2
10083 fi
10084done
cd9a469c 10085 done
10086IFS=$as_save_IFS
95a05732 10087
10088fi
10089fi
10090GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10091if test -n "$GCC_FOR_TARGET"; then
cd9a469c 10092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10093$as_echo "$GCC_FOR_TARGET" >&6; }
95a05732 10094else
cd9a469c 10095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10096$as_echo "no" >&6; }
95a05732 10097fi
10098
cd9a469c 10099
95a05732 10100 done
10101fi
10102
10103if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 10104 for ncn_progname in gcc; do
cd9a469c 10105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10106$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 10107 if test -x $with_build_time_tools/${ncn_progname}; then
10108 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 10109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10110$as_echo "yes" >&6; }
c47832b1 10111 break
10112 else
cd9a469c 10113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10114$as_echo "no" >&6; }
c47832b1 10115 fi
10116 done
10117fi
10118
10119if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10120 for ncn_progname in gcc; do
10121 if test -n "$ncn_target_tool_prefix"; then
10122 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
768691b5 10123set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 10124{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10125$as_echo_n "checking for $ac_word... " >&6; }
10126if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10127 $as_echo_n "(cached) " >&6
bb612911 10128else
c47832b1 10129 if test -n "$GCC_FOR_TARGET"; then
10130 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
bb612911 10131else
b30fcfae 10132as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10133for as_dir in $PATH
10134do
10135 IFS=$as_save_IFS
10136 test -z "$as_dir" && as_dir=.
cd9a469c 10137 for ac_exec_ext in '' $ac_executable_extensions; do
10138 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 10139 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 10140 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 10141 break 2
10142 fi
10143done
cd9a469c 10144 done
10145IFS=$as_save_IFS
b30fcfae 10146
bb612911 10147fi
10148fi
b30fcfae 10149GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
c47832b1 10150if test -n "$GCC_FOR_TARGET"; then
cd9a469c 10151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10152$as_echo "$GCC_FOR_TARGET" >&6; }
bb612911 10153else
cd9a469c 10154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10155$as_echo "no" >&6; }
bb612911 10156fi
10157
cd9a469c 10158
c47832b1 10159 fi
10160 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10161 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
768691b5 10162set dummy ${ncn_progname}; ac_word=$2
cd9a469c 10163{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10164$as_echo_n "checking for $ac_word... " >&6; }
10165if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10166 $as_echo_n "(cached) " >&6
bb612911 10167else
c47832b1 10168 if test -n "$GCC_FOR_TARGET"; then
10169 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
bb612911 10170else
b30fcfae 10171as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10172for as_dir in $PATH
10173do
10174 IFS=$as_save_IFS
10175 test -z "$as_dir" && as_dir=.
cd9a469c 10176 for ac_exec_ext in '' $ac_executable_extensions; do
10177 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 10178 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
cd9a469c 10179 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 10180 break 2
10181 fi
10182done
cd9a469c 10183 done
10184IFS=$as_save_IFS
b30fcfae 10185
bb612911 10186fi
10187fi
b30fcfae 10188GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
c47832b1 10189if test -n "$GCC_FOR_TARGET"; then
cd9a469c 10190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10191$as_echo "$GCC_FOR_TARGET" >&6; }
bb612911 10192else
cd9a469c 10193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10194$as_echo "no" >&6; }
bb612911 10195fi
b30fcfae 10196
cd9a469c 10197
c47832b1 10198 fi
10199 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10200 done
10201fi
b30fcfae 10202
c47832b1 10203if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10204 GCC_FOR_TARGET="${CC_FOR_TARGET}"
b7ef8464 10205else
10206 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
c47832b1 10207fi
10208
95a05732 10209
10210
10211if test -n "$GCJ_FOR_TARGET"; then
10212 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10213elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10214 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10215fi
10216
10217if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10218 for ncn_progname in gcj; do
10219 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10220set dummy ${ncn_progname}; ac_word=$2
cd9a469c 10221{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10222$as_echo_n "checking for $ac_word... " >&6; }
10223if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10224 $as_echo_n "(cached) " >&6
95a05732 10225else
10226 if test -n "$GCJ_FOR_TARGET"; then
10227 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10228else
10229as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10230for as_dir in $PATH
10231do
10232 IFS=$as_save_IFS
10233 test -z "$as_dir" && as_dir=.
cd9a469c 10234 for ac_exec_ext in '' $ac_executable_extensions; do
10235 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 10236 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
cd9a469c 10237 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 10238 break 2
10239 fi
10240done
cd9a469c 10241 done
10242IFS=$as_save_IFS
95a05732 10243
10244fi
10245fi
10246GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10247if test -n "$GCJ_FOR_TARGET"; then
cd9a469c 10248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10249$as_echo "$GCJ_FOR_TARGET" >&6; }
95a05732 10250else
cd9a469c 10251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10252$as_echo "no" >&6; }
95a05732 10253fi
10254
cd9a469c 10255
95a05732 10256 done
10257fi
10258
10259if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 10260 for ncn_progname in gcj; do
cd9a469c 10261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10262$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 10263 if test -x $with_build_time_tools/${ncn_progname}; then
10264 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 10265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10266$as_echo "yes" >&6; }
c47832b1 10267 break
10268 else
cd9a469c 10269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10270$as_echo "no" >&6; }
c47832b1 10271 fi
10272 done
10273fi
10274
10275if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10276 for ncn_progname in gcj; do
10277 if test -n "$ncn_target_tool_prefix"; then
10278 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10279set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 10280{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10281$as_echo_n "checking for $ac_word... " >&6; }
10282if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10283 $as_echo_n "(cached) " >&6
c47832b1 10284else
a4af6a58 10285 if test -n "$GCJ_FOR_TARGET"; then
10286 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10287else
b30fcfae 10288as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10289for as_dir in $PATH
10290do
10291 IFS=$as_save_IFS
10292 test -z "$as_dir" && as_dir=.
cd9a469c 10293 for ac_exec_ext in '' $ac_executable_extensions; do
10294 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 10295 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 10296 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 10297 break 2
10298 fi
10299done
cd9a469c 10300 done
10301IFS=$as_save_IFS
b30fcfae 10302
c47832b1 10303fi
10304fi
95a05732 10305GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10306if test -n "$GCJ_FOR_TARGET"; then
cd9a469c 10307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10308$as_echo "$GCJ_FOR_TARGET" >&6; }
95a05732 10309else
cd9a469c 10310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10311$as_echo "no" >&6; }
95a05732 10312fi
10313
cd9a469c 10314
95a05732 10315 fi
10316 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10317 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10318set dummy ${ncn_progname}; ac_word=$2
cd9a469c 10319{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10320$as_echo_n "checking for $ac_word... " >&6; }
10321if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10322 $as_echo_n "(cached) " >&6
95a05732 10323else
10324 if test -n "$GCJ_FOR_TARGET"; then
10325 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10326else
10327as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10328for as_dir in $PATH
10329do
10330 IFS=$as_save_IFS
10331 test -z "$as_dir" && as_dir=.
cd9a469c 10332 for ac_exec_ext in '' $ac_executable_extensions; do
10333 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 10334 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
cd9a469c 10335 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 10336 break 2
10337 fi
10338done
cd9a469c 10339 done
10340IFS=$as_save_IFS
95a05732 10341
10342fi
10343fi
10344GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10345if test -n "$GCJ_FOR_TARGET"; then
cd9a469c 10346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10347$as_echo "$GCJ_FOR_TARGET" >&6; }
95a05732 10348else
cd9a469c 10349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10350$as_echo "no" >&6; }
95a05732 10351fi
10352
cd9a469c 10353
95a05732 10354 fi
10355 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10356 done
10357fi
10358
10359if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10360 set dummy gcj
10361 if test $build = $target ; then
10362 GCJ_FOR_TARGET="$2"
10363 else
10364 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10365 fi
b7ef8464 10366else
10367 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
95a05732 10368fi
10369
10370
10371
10372if test -n "$GFORTRAN_FOR_TARGET"; then
10373 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10374elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10375 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
c47832b1 10376fi
10377
95a05732 10378if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10379 for ncn_progname in gfortran; do
10380 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
c47832b1 10381set dummy ${ncn_progname}; ac_word=$2
cd9a469c 10382{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10383$as_echo_n "checking for $ac_word... " >&6; }
10384if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10385 $as_echo_n "(cached) " >&6
c47832b1 10386else
95a05732 10387 if test -n "$GFORTRAN_FOR_TARGET"; then
10388 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
c47832b1 10389else
b30fcfae 10390as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10391for as_dir in $PATH
10392do
10393 IFS=$as_save_IFS
10394 test -z "$as_dir" && as_dir=.
cd9a469c 10395 for ac_exec_ext in '' $ac_executable_extensions; do
10396 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 10397 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
cd9a469c 10398 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 10399 break 2
10400 fi
10401done
cd9a469c 10402 done
10403IFS=$as_save_IFS
b30fcfae 10404
c47832b1 10405fi
10406fi
95a05732 10407GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10408if test -n "$GFORTRAN_FOR_TARGET"; then
cd9a469c 10409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10410$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
c47832b1 10411else
cd9a469c 10412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10413$as_echo "no" >&6; }
c47832b1 10414fi
b30fcfae 10415
cd9a469c 10416
c47832b1 10417 done
10418fi
b30fcfae 10419
95a05732 10420if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 10421 for ncn_progname in gfortran; do
cd9a469c 10422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10423$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 10424 if test -x $with_build_time_tools/${ncn_progname}; then
10425 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 10426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10427$as_echo "yes" >&6; }
c47832b1 10428 break
10429 else
cd9a469c 10430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10431$as_echo "no" >&6; }
c47832b1 10432 fi
10433 done
10434fi
10435
10436if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10437 for ncn_progname in gfortran; do
10438 if test -n "$ncn_target_tool_prefix"; then
10439 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10440set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 10441{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10442$as_echo_n "checking for $ac_word... " >&6; }
10443if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10444 $as_echo_n "(cached) " >&6
c47832b1 10445else
10446 if test -n "$GFORTRAN_FOR_TARGET"; then
b30fcfae 10447 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10448else
10449as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10450for as_dir in $PATH
10451do
10452 IFS=$as_save_IFS
10453 test -z "$as_dir" && as_dir=.
cd9a469c 10454 for ac_exec_ext in '' $ac_executable_extensions; do
10455 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 10456 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 10457 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 10458 break 2
10459 fi
10460done
cd9a469c 10461 done
10462IFS=$as_save_IFS
b30fcfae 10463
c47832b1 10464fi
10465fi
b30fcfae 10466GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
c47832b1 10467if test -n "$GFORTRAN_FOR_TARGET"; then
cd9a469c 10468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10469$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
c47832b1 10470else
cd9a469c 10471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10472$as_echo "no" >&6; }
c47832b1 10473fi
10474
cd9a469c 10475
c47832b1 10476 fi
10477 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10478 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10479set dummy ${ncn_progname}; ac_word=$2
cd9a469c 10480{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10481$as_echo_n "checking for $ac_word... " >&6; }
10482if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10483 $as_echo_n "(cached) " >&6
c47832b1 10484else
10485 if test -n "$GFORTRAN_FOR_TARGET"; then
10486 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10487else
b30fcfae 10488as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10489for as_dir in $PATH
10490do
10491 IFS=$as_save_IFS
10492 test -z "$as_dir" && as_dir=.
cd9a469c 10493 for ac_exec_ext in '' $ac_executable_extensions; do
10494 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 10495 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
cd9a469c 10496 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 10497 break 2
10498 fi
10499done
cd9a469c 10500 done
10501IFS=$as_save_IFS
b30fcfae 10502
c47832b1 10503fi
10504fi
b30fcfae 10505GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
c47832b1 10506if test -n "$GFORTRAN_FOR_TARGET"; then
cd9a469c 10507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10508$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
c47832b1 10509else
cd9a469c 10510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10511$as_echo "no" >&6; }
c47832b1 10512fi
b30fcfae 10513
cd9a469c 10514
c47832b1 10515 fi
10516 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10517 done
10518fi
b30fcfae 10519
c47832b1 10520if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10521 set dummy gfortran
768691b5 10522 if test $build = $target ; then
c47832b1 10523 GFORTRAN_FOR_TARGET="$2"
bb612911 10524 else
c47832b1 10525 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10526 fi
b7ef8464 10527else
10528 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
c47832b1 10529fi
10530
10531
10532
5ff5b630 10533if test -n "$GOC_FOR_TARGET"; then
10534 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10535elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10536 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10537fi
10538
10539if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10540 for ncn_progname in gccgo; do
10541 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10542set dummy ${ncn_progname}; ac_word=$2
10543{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10544$as_echo_n "checking for $ac_word... " >&6; }
10545if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10546 $as_echo_n "(cached) " >&6
10547else
10548 if test -n "$GOC_FOR_TARGET"; then
10549 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10550else
10551as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10552for as_dir in $PATH
10553do
10554 IFS=$as_save_IFS
10555 test -z "$as_dir" && as_dir=.
10556 for ac_exec_ext in '' $ac_executable_extensions; do
10557 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10558 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10559 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10560 break 2
10561 fi
10562done
10563 done
10564IFS=$as_save_IFS
10565
10566fi
10567fi
10568GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10569if test -n "$GOC_FOR_TARGET"; then
10570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10571$as_echo "$GOC_FOR_TARGET" >&6; }
10572else
10573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10574$as_echo "no" >&6; }
10575fi
10576
10577
10578 done
10579fi
10580
10581if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10582 for ncn_progname in gccgo; do
10583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10584$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10585 if test -x $with_build_time_tools/${ncn_progname}; then
10586 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10588$as_echo "yes" >&6; }
10589 break
10590 else
10591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10592$as_echo "no" >&6; }
10593 fi
10594 done
10595fi
10596
10597if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10598 for ncn_progname in gccgo; do
10599 if test -n "$ncn_target_tool_prefix"; then
10600 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10601set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10602{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10603$as_echo_n "checking for $ac_word... " >&6; }
10604if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10605 $as_echo_n "(cached) " >&6
10606else
10607 if test -n "$GOC_FOR_TARGET"; then
10608 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10609else
10610as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10611for as_dir in $PATH
10612do
10613 IFS=$as_save_IFS
10614 test -z "$as_dir" && as_dir=.
10615 for ac_exec_ext in '' $ac_executable_extensions; do
10616 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10617 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10618 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10619 break 2
10620 fi
10621done
10622 done
10623IFS=$as_save_IFS
10624
10625fi
10626fi
10627GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10628if test -n "$GOC_FOR_TARGET"; then
10629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10630$as_echo "$GOC_FOR_TARGET" >&6; }
10631else
10632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10633$as_echo "no" >&6; }
10634fi
10635
10636
10637 fi
10638 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10639 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10640set dummy ${ncn_progname}; ac_word=$2
10641{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10642$as_echo_n "checking for $ac_word... " >&6; }
10643if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10644 $as_echo_n "(cached) " >&6
10645else
10646 if test -n "$GOC_FOR_TARGET"; then
10647 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10648else
10649as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10650for as_dir in $PATH
10651do
10652 IFS=$as_save_IFS
10653 test -z "$as_dir" && as_dir=.
10654 for ac_exec_ext in '' $ac_executable_extensions; do
10655 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10656 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10657 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10658 break 2
10659 fi
10660done
10661 done
10662IFS=$as_save_IFS
10663
10664fi
10665fi
10666GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10667if test -n "$GOC_FOR_TARGET"; then
10668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10669$as_echo "$GOC_FOR_TARGET" >&6; }
10670else
10671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10672$as_echo "no" >&6; }
10673fi
10674
10675
10676 fi
10677 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10678 done
10679fi
10680
10681if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10682 set dummy gccgo
10683 if test $build = $target ; then
10684 GOC_FOR_TARGET="$2"
10685 else
10686 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10687 fi
10688else
10689 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10690fi
10691
10692
10693
c47832b1 10694cat > conftest.c << \EOF
10695#ifdef __GNUC__
10696 gcc_yay;
10697#endif
10698EOF
10699if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10700 have_gcc_for_target=yes
10701else
10702 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10703 have_gcc_for_target=no
10704fi
10705rm conftest.c
10706
10707
10708
10709
10710if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10711 if test -n "$with_build_time_tools"; then
cd9a469c 10712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10713$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
ab0da556 10714 if test -x $with_build_time_tools/ar; then
10715 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10716 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
cd9a469c 10717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10718$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
ab0da556 10719 else
cd9a469c 10720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10721$as_echo "no" >&6; }
ab0da556 10722 fi
c47832b1 10723 elif test $build != $host && test $have_gcc_for_target = yes; then
10724 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
b7ef8464 10725 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10726 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
c47832b1 10727 fi
10728fi
38d7211b 10729if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
c47832b1 10730 # Extract the first word of "ar", so it can be a program name with args.
10731set dummy ar; ac_word=$2
cd9a469c 10732{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10733$as_echo_n "checking for $ac_word... " >&6; }
10734if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10735 $as_echo_n "(cached) " >&6
c47832b1 10736else
b30fcfae 10737 case $AR_FOR_TARGET in
10738 [\\/]* | ?:[\\/]*)
c47832b1 10739 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10740 ;;
c47832b1 10741 *)
b30fcfae 10742 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10743for as_dir in $gcc_cv_tool_dirs
10744do
10745 IFS=$as_save_IFS
10746 test -z "$as_dir" && as_dir=.
cd9a469c 10747 for ac_exec_ext in '' $ac_executable_extensions; do
10748 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 10749 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
cd9a469c 10750 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 10751 break 2
10752 fi
10753done
cd9a469c 10754 done
10755IFS=$as_save_IFS
b30fcfae 10756
c47832b1 10757 ;;
10758esac
10759fi
b30fcfae 10760AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
c47832b1 10761if test -n "$AR_FOR_TARGET"; then
cd9a469c 10762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10763$as_echo "$AR_FOR_TARGET" >&6; }
c47832b1 10764else
cd9a469c 10765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10766$as_echo "no" >&6; }
ef8184c7 10767fi
10768
cd9a469c 10769
c47832b1 10770fi
10771if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
95a05732 10772
10773
10774if test -n "$AR_FOR_TARGET"; then
10775 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10776elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10777 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10778fi
10779
10780if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10781 for ncn_progname in ar; do
10782 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10783set dummy ${ncn_progname}; ac_word=$2
cd9a469c 10784{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10785$as_echo_n "checking for $ac_word... " >&6; }
10786if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10787 $as_echo_n "(cached) " >&6
95a05732 10788else
10789 if test -n "$AR_FOR_TARGET"; then
10790 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10791else
10792as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10793for as_dir in $PATH
10794do
10795 IFS=$as_save_IFS
10796 test -z "$as_dir" && as_dir=.
cd9a469c 10797 for ac_exec_ext in '' $ac_executable_extensions; do
10798 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 10799 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
cd9a469c 10800 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 10801 break 2
10802 fi
10803done
cd9a469c 10804 done
10805IFS=$as_save_IFS
95a05732 10806
10807fi
10808fi
10809AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10810if test -n "$AR_FOR_TARGET"; then
cd9a469c 10811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10812$as_echo "$AR_FOR_TARGET" >&6; }
95a05732 10813else
cd9a469c 10814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10815$as_echo "no" >&6; }
95a05732 10816fi
10817
cd9a469c 10818
95a05732 10819 done
10820fi
10821
10822if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 10823 for ncn_progname in ar; do
cd9a469c 10824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10825$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 10826 if test -x $with_build_time_tools/${ncn_progname}; then
10827 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 10828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10829$as_echo "yes" >&6; }
c47832b1 10830 break
10831 else
cd9a469c 10832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10833$as_echo "no" >&6; }
c47832b1 10834 fi
10835 done
10836fi
10837
10838if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10839 for ncn_progname in ar; do
10840 if test -n "$ncn_target_tool_prefix"; then
10841 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
768691b5 10842set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 10843{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10844$as_echo_n "checking for $ac_word... " >&6; }
10845if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10846 $as_echo_n "(cached) " >&6
ef8184c7 10847else
c47832b1 10848 if test -n "$AR_FOR_TARGET"; then
10849 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
ef8184c7 10850else
b30fcfae 10851as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10852for as_dir in $PATH
10853do
10854 IFS=$as_save_IFS
10855 test -z "$as_dir" && as_dir=.
cd9a469c 10856 for ac_exec_ext in '' $ac_executable_extensions; do
10857 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 10858 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 10859 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 10860 break 2
10861 fi
10862done
cd9a469c 10863 done
10864IFS=$as_save_IFS
b30fcfae 10865
ef8184c7 10866fi
10867fi
b30fcfae 10868AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
c47832b1 10869if test -n "$AR_FOR_TARGET"; then
cd9a469c 10870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10871$as_echo "$AR_FOR_TARGET" >&6; }
ef8184c7 10872else
cd9a469c 10873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10874$as_echo "no" >&6; }
ef8184c7 10875fi
10876
cd9a469c 10877
c47832b1 10878 fi
10879 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
10880 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10881set dummy ${ncn_progname}; ac_word=$2
cd9a469c 10882{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10883$as_echo_n "checking for $ac_word... " >&6; }
10884if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10885 $as_echo_n "(cached) " >&6
c47832b1 10886else
10887 if test -n "$AR_FOR_TARGET"; then
10888 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10889else
b30fcfae 10890as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10891for as_dir in $PATH
10892do
10893 IFS=$as_save_IFS
10894 test -z "$as_dir" && as_dir=.
cd9a469c 10895 for ac_exec_ext in '' $ac_executable_extensions; do
10896 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 10897 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
cd9a469c 10898 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 10899 break 2
10900 fi
10901done
cd9a469c 10902 done
10903IFS=$as_save_IFS
b30fcfae 10904
c47832b1 10905fi
10906fi
b30fcfae 10907AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
c47832b1 10908if test -n "$AR_FOR_TARGET"; then
cd9a469c 10909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10910$as_echo "$AR_FOR_TARGET" >&6; }
c47832b1 10911else
cd9a469c 10912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10913$as_echo "no" >&6; }
c47832b1 10914fi
b30fcfae 10915
cd9a469c 10916
c47832b1 10917 fi
10918 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
10919 done
10920fi
b30fcfae 10921
c47832b1 10922if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
10923 set dummy ar
10924 if test $build = $target ; then
10925 AR_FOR_TARGET="$2"
10926 else
10927 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
768691b5 10928 fi
b7ef8464 10929else
10930 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
c47832b1 10931fi
10932
ab0da556 10933else
10934 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
c47832b1 10935fi
10936
10937
10938
10939
10940if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
10941 if test -n "$with_build_time_tools"; then
cd9a469c 10942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
10943$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
ab0da556 10944 if test -x $with_build_time_tools/as; then
10945 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
10946 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
cd9a469c 10947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
10948$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
ab0da556 10949 else
cd9a469c 10950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10951$as_echo "no" >&6; }
ab0da556 10952 fi
c47832b1 10953 elif test $build != $host && test $have_gcc_for_target = yes; then
10954 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
b7ef8464 10955 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
10956 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
c47832b1 10957 fi
10958fi
38d7211b 10959if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
c47832b1 10960 # Extract the first word of "as", so it can be a program name with args.
10961set dummy as; ac_word=$2
cd9a469c 10962{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10963$as_echo_n "checking for $ac_word... " >&6; }
10964if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
10965 $as_echo_n "(cached) " >&6
c47832b1 10966else
b30fcfae 10967 case $AS_FOR_TARGET in
10968 [\\/]* | ?:[\\/]*)
c47832b1 10969 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
10970 ;;
c47832b1 10971 *)
b30fcfae 10972 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10973for as_dir in $gcc_cv_tool_dirs
10974do
10975 IFS=$as_save_IFS
10976 test -z "$as_dir" && as_dir=.
cd9a469c 10977 for ac_exec_ext in '' $ac_executable_extensions; do
10978 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 10979 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
cd9a469c 10980 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 10981 break 2
10982 fi
10983done
cd9a469c 10984 done
10985IFS=$as_save_IFS
b30fcfae 10986
c47832b1 10987 ;;
10988esac
10989fi
b30fcfae 10990AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
c47832b1 10991if test -n "$AS_FOR_TARGET"; then
cd9a469c 10992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
10993$as_echo "$AS_FOR_TARGET" >&6; }
c47832b1 10994else
cd9a469c 10995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10996$as_echo "no" >&6; }
c47832b1 10997fi
10998
cd9a469c 10999
c47832b1 11000fi
11001if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
95a05732 11002
11003
11004if test -n "$AS_FOR_TARGET"; then
11005 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11006elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11007 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11008fi
11009
11010if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11011 for ncn_progname in as; do
11012 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11013set dummy ${ncn_progname}; ac_word=$2
cd9a469c 11014{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11015$as_echo_n "checking for $ac_word... " >&6; }
11016if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11017 $as_echo_n "(cached) " >&6
95a05732 11018else
11019 if test -n "$AS_FOR_TARGET"; then
11020 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11021else
11022as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11023for as_dir in $PATH
11024do
11025 IFS=$as_save_IFS
11026 test -z "$as_dir" && as_dir=.
cd9a469c 11027 for ac_exec_ext in '' $ac_executable_extensions; do
11028 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 11029 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
cd9a469c 11030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 11031 break 2
11032 fi
11033done
cd9a469c 11034 done
11035IFS=$as_save_IFS
95a05732 11036
11037fi
11038fi
11039AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11040if test -n "$AS_FOR_TARGET"; then
cd9a469c 11041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11042$as_echo "$AS_FOR_TARGET" >&6; }
95a05732 11043else
cd9a469c 11044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11045$as_echo "no" >&6; }
95a05732 11046fi
11047
cd9a469c 11048
95a05732 11049 done
11050fi
11051
11052if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 11053 for ncn_progname in as; do
cd9a469c 11054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11055$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 11056 if test -x $with_build_time_tools/${ncn_progname}; then
11057 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 11058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11059$as_echo "yes" >&6; }
c47832b1 11060 break
11061 else
cd9a469c 11062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11063$as_echo "no" >&6; }
c47832b1 11064 fi
11065 done
11066fi
11067
11068if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11069 for ncn_progname in as; do
11070 if test -n "$ncn_target_tool_prefix"; then
11071 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11072set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 11073{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11074$as_echo_n "checking for $ac_word... " >&6; }
11075if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11076 $as_echo_n "(cached) " >&6
c47832b1 11077else
11078 if test -n "$AS_FOR_TARGET"; then
11079 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11080else
b30fcfae 11081as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11082for as_dir in $PATH
11083do
11084 IFS=$as_save_IFS
11085 test -z "$as_dir" && as_dir=.
cd9a469c 11086 for ac_exec_ext in '' $ac_executable_extensions; do
11087 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 11088 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 11089 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 11090 break 2
11091 fi
11092done
cd9a469c 11093 done
11094IFS=$as_save_IFS
b30fcfae 11095
c47832b1 11096fi
11097fi
b30fcfae 11098AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
c47832b1 11099if test -n "$AS_FOR_TARGET"; then
cd9a469c 11100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11101$as_echo "$AS_FOR_TARGET" >&6; }
c47832b1 11102else
cd9a469c 11103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11104$as_echo "no" >&6; }
c47832b1 11105fi
11106
cd9a469c 11107
c47832b1 11108 fi
11109 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11110 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
768691b5 11111set dummy ${ncn_progname}; ac_word=$2
cd9a469c 11112{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11113$as_echo_n "checking for $ac_word... " >&6; }
11114if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11115 $as_echo_n "(cached) " >&6
ef8184c7 11116else
c47832b1 11117 if test -n "$AS_FOR_TARGET"; then
11118 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
ef8184c7 11119else
b30fcfae 11120as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11121for as_dir in $PATH
11122do
11123 IFS=$as_save_IFS
11124 test -z "$as_dir" && as_dir=.
cd9a469c 11125 for ac_exec_ext in '' $ac_executable_extensions; do
11126 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 11127 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
cd9a469c 11128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 11129 break 2
11130 fi
11131done
cd9a469c 11132 done
11133IFS=$as_save_IFS
b30fcfae 11134
ef8184c7 11135fi
11136fi
b30fcfae 11137AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
c47832b1 11138if test -n "$AS_FOR_TARGET"; then
cd9a469c 11139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11140$as_echo "$AS_FOR_TARGET" >&6; }
ef8184c7 11141else
cd9a469c 11142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11143$as_echo "no" >&6; }
ef8184c7 11144fi
b30fcfae 11145
cd9a469c 11146
c47832b1 11147 fi
11148 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11149 done
11150fi
b30fcfae 11151
c47832b1 11152if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11153 set dummy as
11154 if test $build = $target ; then
11155 AS_FOR_TARGET="$2"
11156 else
11157 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
ef8184c7 11158 fi
b7ef8464 11159else
11160 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
c47832b1 11161fi
768691b5 11162
ab0da556 11163else
11164 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
ef8184c7 11165fi
11166
c47832b1 11167
11168
11169
11170if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11171 if test -n "$with_build_time_tools"; then
cd9a469c 11172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11173$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
ab0da556 11174 if test -x $with_build_time_tools/dlltool; then
11175 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11176 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
cd9a469c 11177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11178$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
ab0da556 11179 else
cd9a469c 11180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11181$as_echo "no" >&6; }
ab0da556 11182 fi
c47832b1 11183 elif test $build != $host && test $have_gcc_for_target = yes; then
11184 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
b7ef8464 11185 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11186 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
c47832b1 11187 fi
11188fi
38d7211b 11189if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
c47832b1 11190 # Extract the first word of "dlltool", so it can be a program name with args.
11191set dummy dlltool; ac_word=$2
cd9a469c 11192{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11193$as_echo_n "checking for $ac_word... " >&6; }
11194if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11195 $as_echo_n "(cached) " >&6
ef8184c7 11196else
b30fcfae 11197 case $DLLTOOL_FOR_TARGET in
11198 [\\/]* | ?:[\\/]*)
c47832b1 11199 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11200 ;;
c47832b1 11201 *)
b30fcfae 11202 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11203for as_dir in $gcc_cv_tool_dirs
11204do
11205 IFS=$as_save_IFS
11206 test -z "$as_dir" && as_dir=.
cd9a469c 11207 for ac_exec_ext in '' $ac_executable_extensions; do
11208 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 11209 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
cd9a469c 11210 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 11211 break 2
11212 fi
11213done
cd9a469c 11214 done
11215IFS=$as_save_IFS
b30fcfae 11216
c47832b1 11217 ;;
11218esac
ef8184c7 11219fi
b30fcfae 11220DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
c47832b1 11221if test -n "$DLLTOOL_FOR_TARGET"; then
cd9a469c 11222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11223$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
ef8184c7 11224else
cd9a469c 11225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11226$as_echo "no" >&6; }
ef8184c7 11227fi
11228
cd9a469c 11229
c47832b1 11230fi
11231if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
95a05732 11232
11233
11234if test -n "$DLLTOOL_FOR_TARGET"; then
11235 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11236elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11237 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11238fi
11239
11240if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11241 for ncn_progname in dlltool; do
11242 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11243set dummy ${ncn_progname}; ac_word=$2
cd9a469c 11244{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11245$as_echo_n "checking for $ac_word... " >&6; }
11246if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11247 $as_echo_n "(cached) " >&6
95a05732 11248else
11249 if test -n "$DLLTOOL_FOR_TARGET"; then
11250 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11251else
11252as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11253for as_dir in $PATH
11254do
11255 IFS=$as_save_IFS
11256 test -z "$as_dir" && as_dir=.
cd9a469c 11257 for ac_exec_ext in '' $ac_executable_extensions; do
11258 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 11259 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
cd9a469c 11260 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 11261 break 2
11262 fi
11263done
cd9a469c 11264 done
11265IFS=$as_save_IFS
95a05732 11266
11267fi
11268fi
11269DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11270if test -n "$DLLTOOL_FOR_TARGET"; then
cd9a469c 11271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11272$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
95a05732 11273else
cd9a469c 11274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11275$as_echo "no" >&6; }
95a05732 11276fi
11277
cd9a469c 11278
95a05732 11279 done
11280fi
11281
11282if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 11283 for ncn_progname in dlltool; do
cd9a469c 11284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11285$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 11286 if test -x $with_build_time_tools/${ncn_progname}; then
11287 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 11288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11289$as_echo "yes" >&6; }
c47832b1 11290 break
11291 else
cd9a469c 11292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11293$as_echo "no" >&6; }
c47832b1 11294 fi
11295 done
11296fi
11297
11298if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11299 for ncn_progname in dlltool; do
11300 if test -n "$ncn_target_tool_prefix"; then
11301 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11302set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 11303{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11304$as_echo_n "checking for $ac_word... " >&6; }
11305if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11306 $as_echo_n "(cached) " >&6
ef8184c7 11307else
c47832b1 11308 if test -n "$DLLTOOL_FOR_TARGET"; then
11309 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
ef8184c7 11310else
b30fcfae 11311as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11312for as_dir in $PATH
11313do
11314 IFS=$as_save_IFS
11315 test -z "$as_dir" && as_dir=.
cd9a469c 11316 for ac_exec_ext in '' $ac_executable_extensions; do
11317 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 11318 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 11319 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 11320 break 2
11321 fi
11322done
cd9a469c 11323 done
11324IFS=$as_save_IFS
b30fcfae 11325
ef8184c7 11326fi
11327fi
b30fcfae 11328DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
c47832b1 11329if test -n "$DLLTOOL_FOR_TARGET"; then
cd9a469c 11330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11331$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
ef8184c7 11332else
cd9a469c 11333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11334$as_echo "no" >&6; }
ef8184c7 11335fi
ef8184c7 11336
cd9a469c 11337
c47832b1 11338 fi
11339 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11340 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11341set dummy ${ncn_progname}; ac_word=$2
cd9a469c 11342{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11343$as_echo_n "checking for $ac_word... " >&6; }
11344if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11345 $as_echo_n "(cached) " >&6
ef8184c7 11346else
c47832b1 11347 if test -n "$DLLTOOL_FOR_TARGET"; then
11348 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
ef8184c7 11349else
b30fcfae 11350as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11351for as_dir in $PATH
11352do
11353 IFS=$as_save_IFS
11354 test -z "$as_dir" && as_dir=.
cd9a469c 11355 for ac_exec_ext in '' $ac_executable_extensions; do
11356 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 11357 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
cd9a469c 11358 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 11359 break 2
11360 fi
11361done
cd9a469c 11362 done
11363IFS=$as_save_IFS
b30fcfae 11364
ef8184c7 11365fi
11366fi
b30fcfae 11367DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
c47832b1 11368if test -n "$DLLTOOL_FOR_TARGET"; then
cd9a469c 11369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11370$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
ef8184c7 11371else
cd9a469c 11372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11373$as_echo "no" >&6; }
ef8184c7 11374fi
b30fcfae 11375
cd9a469c 11376
c47832b1 11377 fi
11378 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11379 done
11380fi
b30fcfae 11381
c47832b1 11382if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11383 set dummy dlltool
11384 if test $build = $target ; then
11385 DLLTOOL_FOR_TARGET="$2"
11386 else
11387 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11388 fi
b7ef8464 11389else
11390 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
c47832b1 11391fi
11392
ab0da556 11393else
11394 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
c47832b1 11395fi
11396
ef8184c7 11397
c47832b1 11398
11399
11400if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11401 if test -n "$with_build_time_tools"; then
cd9a469c 11402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11403$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
ab0da556 11404 if test -x $with_build_time_tools/ld; then
11405 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11406 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
cd9a469c 11407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11408$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
ab0da556 11409 else
cd9a469c 11410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11411$as_echo "no" >&6; }
ab0da556 11412 fi
c47832b1 11413 elif test $build != $host && test $have_gcc_for_target = yes; then
11414 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
b7ef8464 11415 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11416 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
768691b5 11417 fi
c47832b1 11418fi
38d7211b 11419if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
c47832b1 11420 # Extract the first word of "ld", so it can be a program name with args.
11421set dummy ld; ac_word=$2
cd9a469c 11422{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11423$as_echo_n "checking for $ac_word... " >&6; }
11424if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11425 $as_echo_n "(cached) " >&6
ef8184c7 11426else
b30fcfae 11427 case $LD_FOR_TARGET in
11428 [\\/]* | ?:[\\/]*)
c47832b1 11429 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11430 ;;
c47832b1 11431 *)
b30fcfae 11432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11433for as_dir in $gcc_cv_tool_dirs
11434do
11435 IFS=$as_save_IFS
11436 test -z "$as_dir" && as_dir=.
cd9a469c 11437 for ac_exec_ext in '' $ac_executable_extensions; do
11438 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 11439 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
cd9a469c 11440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 11441 break 2
11442 fi
11443done
cd9a469c 11444 done
11445IFS=$as_save_IFS
b30fcfae 11446
c47832b1 11447 ;;
11448esac
ef8184c7 11449fi
b30fcfae 11450LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
c47832b1 11451if test -n "$LD_FOR_TARGET"; then
cd9a469c 11452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11453$as_echo "$LD_FOR_TARGET" >&6; }
ef8184c7 11454else
cd9a469c 11455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11456$as_echo "no" >&6; }
ef8184c7 11457fi
768691b5 11458
cd9a469c 11459
c47832b1 11460fi
11461if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
95a05732 11462
11463
11464if test -n "$LD_FOR_TARGET"; then
11465 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11466elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11467 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11468fi
11469
11470if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11471 for ncn_progname in ld; do
11472 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11473set dummy ${ncn_progname}; ac_word=$2
cd9a469c 11474{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11475$as_echo_n "checking for $ac_word... " >&6; }
11476if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11477 $as_echo_n "(cached) " >&6
95a05732 11478else
11479 if test -n "$LD_FOR_TARGET"; then
11480 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11481else
11482as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11483for as_dir in $PATH
11484do
11485 IFS=$as_save_IFS
11486 test -z "$as_dir" && as_dir=.
cd9a469c 11487 for ac_exec_ext in '' $ac_executable_extensions; do
11488 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 11489 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
cd9a469c 11490 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 11491 break 2
11492 fi
11493done
cd9a469c 11494 done
11495IFS=$as_save_IFS
95a05732 11496
11497fi
11498fi
11499LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11500if test -n "$LD_FOR_TARGET"; then
cd9a469c 11501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11502$as_echo "$LD_FOR_TARGET" >&6; }
95a05732 11503else
cd9a469c 11504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11505$as_echo "no" >&6; }
95a05732 11506fi
11507
cd9a469c 11508
95a05732 11509 done
11510fi
11511
11512if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 11513 for ncn_progname in ld; do
cd9a469c 11514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11515$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 11516 if test -x $with_build_time_tools/${ncn_progname}; then
11517 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 11518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11519$as_echo "yes" >&6; }
c47832b1 11520 break
11521 else
cd9a469c 11522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11523$as_echo "no" >&6; }
c47832b1 11524 fi
11525 done
bb612911 11526fi
11527
c47832b1 11528if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11529 for ncn_progname in ld; do
11530 if test -n "$ncn_target_tool_prefix"; then
11531 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
768691b5 11532set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 11533{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11534$as_echo_n "checking for $ac_word... " >&6; }
11535if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11536 $as_echo_n "(cached) " >&6
bb612911 11537else
ef8184c7 11538 if test -n "$LD_FOR_TARGET"; then
11539 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
bb612911 11540else
b30fcfae 11541as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11542for as_dir in $PATH
11543do
11544 IFS=$as_save_IFS
11545 test -z "$as_dir" && as_dir=.
cd9a469c 11546 for ac_exec_ext in '' $ac_executable_extensions; do
11547 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 11548 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 11549 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 11550 break 2
11551 fi
11552done
cd9a469c 11553 done
11554IFS=$as_save_IFS
b30fcfae 11555
bb612911 11556fi
11557fi
b30fcfae 11558LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
ef8184c7 11559if test -n "$LD_FOR_TARGET"; then
cd9a469c 11560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11561$as_echo "$LD_FOR_TARGET" >&6; }
bb612911 11562else
cd9a469c 11563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11564$as_echo "no" >&6; }
bb612911 11565fi
11566
cd9a469c 11567
c47832b1 11568 fi
11569 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11570 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
768691b5 11571set dummy ${ncn_progname}; ac_word=$2
cd9a469c 11572{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11573$as_echo_n "checking for $ac_word... " >&6; }
11574if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11575 $as_echo_n "(cached) " >&6
bb612911 11576else
768691b5 11577 if test -n "$LD_FOR_TARGET"; then
11578 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
bb612911 11579else
b30fcfae 11580as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11581for as_dir in $PATH
11582do
11583 IFS=$as_save_IFS
11584 test -z "$as_dir" && as_dir=.
cd9a469c 11585 for ac_exec_ext in '' $ac_executable_extensions; do
11586 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 11587 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
cd9a469c 11588 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 11589 break 2
11590 fi
11591done
cd9a469c 11592 done
11593IFS=$as_save_IFS
b30fcfae 11594
bb612911 11595fi
11596fi
b30fcfae 11597LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
768691b5 11598if test -n "$LD_FOR_TARGET"; then
cd9a469c 11599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11600$as_echo "$LD_FOR_TARGET" >&6; }
bb612911 11601else
cd9a469c 11602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11603$as_echo "no" >&6; }
bb612911 11604fi
b30fcfae 11605
cd9a469c 11606
c47832b1 11607 fi
11608 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11609 done
11610fi
b30fcfae 11611
768691b5 11612if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11613 set dummy ld
11614 if test $build = $target ; then
11615 LD_FOR_TARGET="$2"
bb612911 11616 else
768691b5 11617 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
bb612911 11618 fi
b7ef8464 11619else
11620 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
bb612911 11621fi
11622
ab0da556 11623else
11624 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
c47832b1 11625fi
11626
11627
11628
11629
11630if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11631 if test -n "$with_build_time_tools"; then
cd9a469c 11632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11633$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
ab0da556 11634 if test -x $with_build_time_tools/lipo; then
11635 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11636 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
cd9a469c 11637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11638$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
ab0da556 11639 else
cd9a469c 11640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11641$as_echo "no" >&6; }
ab0da556 11642 fi
c47832b1 11643 elif test $build != $host && test $have_gcc_for_target = yes; then
11644 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
b7ef8464 11645 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11646 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
c47832b1 11647 fi
11648fi
95a05732 11649if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11650 # Extract the first word of "lipo", so it can be a program name with args.
11651set dummy lipo; ac_word=$2
cd9a469c 11652{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11653$as_echo_n "checking for $ac_word... " >&6; }
11654if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11655 $as_echo_n "(cached) " >&6
95a05732 11656else
11657 case $LIPO_FOR_TARGET in
11658 [\\/]* | ?:[\\/]*)
11659 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11660 ;;
11661 *)
11662 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11663for as_dir in $gcc_cv_tool_dirs
11664do
11665 IFS=$as_save_IFS
11666 test -z "$as_dir" && as_dir=.
cd9a469c 11667 for ac_exec_ext in '' $ac_executable_extensions; do
11668 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 11669 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
cd9a469c 11670 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 11671 break 2
11672 fi
11673done
cd9a469c 11674 done
11675IFS=$as_save_IFS
95a05732 11676
11677 ;;
11678esac
11679fi
11680LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
95a05732 11681if test -n "$LIPO_FOR_TARGET"; then
cd9a469c 11682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11683$as_echo "$LIPO_FOR_TARGET" >&6; }
95a05732 11684else
cd9a469c 11685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11686$as_echo "no" >&6; }
95a05732 11687fi
11688
cd9a469c 11689
95a05732 11690fi
11691if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11692
11693
11694if test -n "$LIPO_FOR_TARGET"; then
11695 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11696elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11697 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11698fi
11699
11700if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11701 for ncn_progname in lipo; do
11702 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11703set dummy ${ncn_progname}; ac_word=$2
cd9a469c 11704{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11705$as_echo_n "checking for $ac_word... " >&6; }
11706if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11707 $as_echo_n "(cached) " >&6
c47832b1 11708else
95a05732 11709 if test -n "$LIPO_FOR_TARGET"; then
11710 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11711else
11712as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11713for as_dir in $PATH
b30fcfae 11714do
11715 IFS=$as_save_IFS
11716 test -z "$as_dir" && as_dir=.
cd9a469c 11717 for ac_exec_ext in '' $ac_executable_extensions; do
11718 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 11719 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
cd9a469c 11720 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 11721 break 2
11722 fi
11723done
cd9a469c 11724 done
11725IFS=$as_save_IFS
b30fcfae 11726
c47832b1 11727fi
95a05732 11728fi
11729LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
c47832b1 11730if test -n "$LIPO_FOR_TARGET"; then
cd9a469c 11731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11732$as_echo "$LIPO_FOR_TARGET" >&6; }
c47832b1 11733else
cd9a469c 11734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11735$as_echo "no" >&6; }
c47832b1 11736fi
11737
cd9a469c 11738
95a05732 11739 done
c47832b1 11740fi
95a05732 11741
11742if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 11743 for ncn_progname in lipo; do
cd9a469c 11744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11745$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 11746 if test -x $with_build_time_tools/${ncn_progname}; then
11747 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 11748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11749$as_echo "yes" >&6; }
c47832b1 11750 break
11751 else
cd9a469c 11752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11753$as_echo "no" >&6; }
c47832b1 11754 fi
11755 done
11756fi
11757
11758if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11759 for ncn_progname in lipo; do
11760 if test -n "$ncn_target_tool_prefix"; then
11761 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
768691b5 11762set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 11763{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11764$as_echo_n "checking for $ac_word... " >&6; }
11765if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11766 $as_echo_n "(cached) " >&6
9fec3fa8 11767else
11768 if test -n "$LIPO_FOR_TARGET"; then
11769 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11770else
b30fcfae 11771as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11772for as_dir in $PATH
11773do
11774 IFS=$as_save_IFS
11775 test -z "$as_dir" && as_dir=.
cd9a469c 11776 for ac_exec_ext in '' $ac_executable_extensions; do
11777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 11778 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 11779 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 11780 break 2
11781 fi
11782done
cd9a469c 11783 done
11784IFS=$as_save_IFS
b30fcfae 11785
9fec3fa8 11786fi
11787fi
b30fcfae 11788LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9fec3fa8 11789if test -n "$LIPO_FOR_TARGET"; then
cd9a469c 11790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11791$as_echo "$LIPO_FOR_TARGET" >&6; }
9fec3fa8 11792else
cd9a469c 11793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11794$as_echo "no" >&6; }
9fec3fa8 11795fi
11796
cd9a469c 11797
c47832b1 11798 fi
11799 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11800 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9fec3fa8 11801set dummy ${ncn_progname}; ac_word=$2
cd9a469c 11802{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11803$as_echo_n "checking for $ac_word... " >&6; }
11804if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11805 $as_echo_n "(cached) " >&6
9fec3fa8 11806else
11807 if test -n "$LIPO_FOR_TARGET"; then
9886f3d1 11808 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11809else
b30fcfae 11810as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11811for as_dir in $PATH
11812do
11813 IFS=$as_save_IFS
11814 test -z "$as_dir" && as_dir=.
cd9a469c 11815 for ac_exec_ext in '' $ac_executable_extensions; do
11816 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 11817 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
cd9a469c 11818 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 11819 break 2
11820 fi
11821done
cd9a469c 11822 done
11823IFS=$as_save_IFS
b30fcfae 11824
9fec3fa8 11825fi
11826fi
b30fcfae 11827LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9fec3fa8 11828if test -n "$LIPO_FOR_TARGET"; then
cd9a469c 11829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11830$as_echo "$LIPO_FOR_TARGET" >&6; }
9fec3fa8 11831else
cd9a469c 11832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11833$as_echo "no" >&6; }
9fec3fa8 11834fi
b30fcfae 11835
cd9a469c 11836
c47832b1 11837 fi
11838 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11839 done
11840fi
b30fcfae 11841
9fec3fa8 11842if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11843 set dummy lipo
11844 if test $build = $target ; then
11845 LIPO_FOR_TARGET="$2"
11846 else
11847 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11848 fi
b7ef8464 11849else
11850 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
9fec3fa8 11851fi
11852
ab0da556 11853else
11854 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
c47832b1 11855fi
11856
11857
11858
11859
11860if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11861 if test -n "$with_build_time_tools"; then
cd9a469c 11862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
11863$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
ab0da556 11864 if test -x $with_build_time_tools/nm; then
11865 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11866 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
cd9a469c 11867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
11868$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
ab0da556 11869 else
cd9a469c 11870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11871$as_echo "no" >&6; }
ab0da556 11872 fi
c47832b1 11873 elif test $build != $host && test $have_gcc_for_target = yes; then
11874 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
b7ef8464 11875 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
11876 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
c47832b1 11877 fi
11878fi
38d7211b 11879if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
c47832b1 11880 # Extract the first word of "nm", so it can be a program name with args.
11881set dummy nm; ac_word=$2
cd9a469c 11882{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11883$as_echo_n "checking for $ac_word... " >&6; }
11884if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
11885 $as_echo_n "(cached) " >&6
c47832b1 11886else
b30fcfae 11887 case $NM_FOR_TARGET in
11888 [\\/]* | ?:[\\/]*)
c47832b1 11889 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
11890 ;;
c47832b1 11891 *)
b30fcfae 11892 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11893for as_dir in $gcc_cv_tool_dirs
11894do
11895 IFS=$as_save_IFS
11896 test -z "$as_dir" && as_dir=.
cd9a469c 11897 for ac_exec_ext in '' $ac_executable_extensions; do
11898 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 11899 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
cd9a469c 11900 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 11901 break 2
11902 fi
11903done
cd9a469c 11904 done
11905IFS=$as_save_IFS
b30fcfae 11906
c47832b1 11907 ;;
11908esac
11909fi
b30fcfae 11910NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
c47832b1 11911if test -n "$NM_FOR_TARGET"; then
cd9a469c 11912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11913$as_echo "$NM_FOR_TARGET" >&6; }
c47832b1 11914else
cd9a469c 11915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11916$as_echo "no" >&6; }
c47832b1 11917fi
11918
cd9a469c 11919
c47832b1 11920fi
11921if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
95a05732 11922
11923
11924if test -n "$NM_FOR_TARGET"; then
11925 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
11926elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11927 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11928fi
11929
11930if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
11931 for ncn_progname in nm; do
11932 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11933set dummy ${ncn_progname}; ac_word=$2
cd9a469c 11934{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11935$as_echo_n "checking for $ac_word... " >&6; }
11936if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11937 $as_echo_n "(cached) " >&6
95a05732 11938else
11939 if test -n "$NM_FOR_TARGET"; then
11940 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
11941else
11942as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11943for as_dir in $PATH
11944do
11945 IFS=$as_save_IFS
11946 test -z "$as_dir" && as_dir=.
cd9a469c 11947 for ac_exec_ext in '' $ac_executable_extensions; do
11948 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 11949 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
cd9a469c 11950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 11951 break 2
11952 fi
11953done
cd9a469c 11954 done
11955IFS=$as_save_IFS
95a05732 11956
11957fi
11958fi
11959NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
11960if test -n "$NM_FOR_TARGET"; then
cd9a469c 11961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
11962$as_echo "$NM_FOR_TARGET" >&6; }
95a05732 11963else
cd9a469c 11964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11965$as_echo "no" >&6; }
95a05732 11966fi
11967
cd9a469c 11968
95a05732 11969 done
11970fi
11971
11972if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 11973 for ncn_progname in nm; do
cd9a469c 11974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11975$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 11976 if test -x $with_build_time_tools/${ncn_progname}; then
11977 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 11978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11979$as_echo "yes" >&6; }
c47832b1 11980 break
11981 else
cd9a469c 11982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11983$as_echo "no" >&6; }
c47832b1 11984 fi
11985 done
11986fi
11987
11988if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
11989 for ncn_progname in nm; do
11990 if test -n "$ncn_target_tool_prefix"; then
11991 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9fec3fa8 11992set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 11993{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11994$as_echo_n "checking for $ac_word... " >&6; }
11995if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
11996 $as_echo_n "(cached) " >&6
bb612911 11997else
ef8184c7 11998 if test -n "$NM_FOR_TARGET"; then
11999 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
bb612911 12000else
b30fcfae 12001as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12002for as_dir in $PATH
12003do
12004 IFS=$as_save_IFS
12005 test -z "$as_dir" && as_dir=.
cd9a469c 12006 for ac_exec_ext in '' $ac_executable_extensions; do
12007 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 12008 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 12009 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 12010 break 2
12011 fi
12012done
cd9a469c 12013 done
12014IFS=$as_save_IFS
b30fcfae 12015
bb612911 12016fi
12017fi
b30fcfae 12018NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
ef8184c7 12019if test -n "$NM_FOR_TARGET"; then
cd9a469c 12020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12021$as_echo "$NM_FOR_TARGET" >&6; }
bb612911 12022else
cd9a469c 12023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12024$as_echo "no" >&6; }
bb612911 12025fi
12026
cd9a469c 12027
c47832b1 12028 fi
12029 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12030 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
768691b5 12031set dummy ${ncn_progname}; ac_word=$2
cd9a469c 12032{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12033$as_echo_n "checking for $ac_word... " >&6; }
12034if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12035 $as_echo_n "(cached) " >&6
bb612911 12036else
768691b5 12037 if test -n "$NM_FOR_TARGET"; then
12038 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
bb612911 12039else
b30fcfae 12040as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12041for as_dir in $PATH
12042do
12043 IFS=$as_save_IFS
12044 test -z "$as_dir" && as_dir=.
cd9a469c 12045 for ac_exec_ext in '' $ac_executable_extensions; do
12046 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 12047 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
cd9a469c 12048 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 12049 break 2
12050 fi
12051done
cd9a469c 12052 done
12053IFS=$as_save_IFS
b30fcfae 12054
bb612911 12055fi
12056fi
b30fcfae 12057NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
768691b5 12058if test -n "$NM_FOR_TARGET"; then
cd9a469c 12059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12060$as_echo "$NM_FOR_TARGET" >&6; }
bb612911 12061else
cd9a469c 12062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12063$as_echo "no" >&6; }
bb612911 12064fi
b30fcfae 12065
cd9a469c 12066
c47832b1 12067 fi
12068 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12069 done
12070fi
b30fcfae 12071
768691b5 12072if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12073 set dummy nm
12074 if test $build = $target ; then
12075 NM_FOR_TARGET="$2"
bb612911 12076 else
768691b5 12077 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
bb612911 12078 fi
b7ef8464 12079else
12080 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
bb612911 12081fi
12082
ab0da556 12083else
12084 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
c47832b1 12085fi
12086
12087
12088
12089
12090if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12091 if test -n "$with_build_time_tools"; then
cd9a469c 12092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12093$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
ab0da556 12094 if test -x $with_build_time_tools/objdump; then
12095 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12096 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
cd9a469c 12097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12098$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
ab0da556 12099 else
cd9a469c 12100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12101$as_echo "no" >&6; }
ab0da556 12102 fi
c47832b1 12103 elif test $build != $host && test $have_gcc_for_target = yes; then
12104 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
b7ef8464 12105 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12106 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
c47832b1 12107 fi
12108fi
38d7211b 12109if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
c47832b1 12110 # Extract the first word of "objdump", so it can be a program name with args.
12111set dummy objdump; ac_word=$2
cd9a469c 12112{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12113$as_echo_n "checking for $ac_word... " >&6; }
12114if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12115 $as_echo_n "(cached) " >&6
c47832b1 12116else
b30fcfae 12117 case $OBJDUMP_FOR_TARGET in
12118 [\\/]* | ?:[\\/]*)
c47832b1 12119 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12120 ;;
c47832b1 12121 *)
b30fcfae 12122 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12123for as_dir in $gcc_cv_tool_dirs
12124do
12125 IFS=$as_save_IFS
12126 test -z "$as_dir" && as_dir=.
cd9a469c 12127 for ac_exec_ext in '' $ac_executable_extensions; do
12128 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 12129 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
cd9a469c 12130 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 12131 break 2
12132 fi
12133done
cd9a469c 12134 done
12135IFS=$as_save_IFS
b30fcfae 12136
c47832b1 12137 ;;
12138esac
12139fi
b30fcfae 12140OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
c47832b1 12141if test -n "$OBJDUMP_FOR_TARGET"; then
cd9a469c 12142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12143$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
c47832b1 12144else
cd9a469c 12145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12146$as_echo "no" >&6; }
c47832b1 12147fi
12148
cd9a469c 12149
c47832b1 12150fi
12151if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
95a05732 12152
12153
12154if test -n "$OBJDUMP_FOR_TARGET"; then
12155 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12156elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12157 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12158fi
12159
12160if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12161 for ncn_progname in objdump; do
12162 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12163set dummy ${ncn_progname}; ac_word=$2
cd9a469c 12164{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12165$as_echo_n "checking for $ac_word... " >&6; }
12166if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12167 $as_echo_n "(cached) " >&6
95a05732 12168else
12169 if test -n "$OBJDUMP_FOR_TARGET"; then
12170 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12171else
12172as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12173for as_dir in $PATH
12174do
12175 IFS=$as_save_IFS
12176 test -z "$as_dir" && as_dir=.
cd9a469c 12177 for ac_exec_ext in '' $ac_executable_extensions; do
12178 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 12179 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
cd9a469c 12180 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 12181 break 2
12182 fi
12183done
cd9a469c 12184 done
12185IFS=$as_save_IFS
95a05732 12186
12187fi
12188fi
12189OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12190if test -n "$OBJDUMP_FOR_TARGET"; then
cd9a469c 12191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12192$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
95a05732 12193else
cd9a469c 12194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12195$as_echo "no" >&6; }
95a05732 12196fi
12197
cd9a469c 12198
95a05732 12199 done
12200fi
12201
12202if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 12203 for ncn_progname in objdump; do
cd9a469c 12204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12205$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 12206 if test -x $with_build_time_tools/${ncn_progname}; then
12207 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 12208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12209$as_echo "yes" >&6; }
c47832b1 12210 break
12211 else
cd9a469c 12212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12213$as_echo "no" >&6; }
c47832b1 12214 fi
12215 done
12216fi
12217
12218if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12219 for ncn_progname in objdump; do
12220 if test -n "$ncn_target_tool_prefix"; then
12221 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
768691b5 12222set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 12223{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12224$as_echo_n "checking for $ac_word... " >&6; }
12225if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12226 $as_echo_n "(cached) " >&6
ae74ffb7 12227else
12228 if test -n "$OBJDUMP_FOR_TARGET"; then
12229 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12230else
b30fcfae 12231as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12232for as_dir in $PATH
12233do
12234 IFS=$as_save_IFS
12235 test -z "$as_dir" && as_dir=.
cd9a469c 12236 for ac_exec_ext in '' $ac_executable_extensions; do
12237 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 12238 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 12239 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 12240 break 2
12241 fi
12242done
cd9a469c 12243 done
12244IFS=$as_save_IFS
b30fcfae 12245
ae74ffb7 12246fi
12247fi
b30fcfae 12248OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
ae74ffb7 12249if test -n "$OBJDUMP_FOR_TARGET"; then
cd9a469c 12250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12251$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
ae74ffb7 12252else
cd9a469c 12253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12254$as_echo "no" >&6; }
ae74ffb7 12255fi
12256
cd9a469c 12257
c47832b1 12258 fi
12259 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12260 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
ae74ffb7 12261set dummy ${ncn_progname}; ac_word=$2
cd9a469c 12262{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12263$as_echo_n "checking for $ac_word... " >&6; }
12264if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12265 $as_echo_n "(cached) " >&6
ae74ffb7 12266else
12267 if test -n "$OBJDUMP_FOR_TARGET"; then
12268 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12269else
b30fcfae 12270as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12271for as_dir in $PATH
12272do
12273 IFS=$as_save_IFS
12274 test -z "$as_dir" && as_dir=.
cd9a469c 12275 for ac_exec_ext in '' $ac_executable_extensions; do
12276 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 12277 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
cd9a469c 12278 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 12279 break 2
12280 fi
12281done
cd9a469c 12282 done
12283IFS=$as_save_IFS
b30fcfae 12284
ae74ffb7 12285fi
12286fi
b30fcfae 12287OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
ae74ffb7 12288if test -n "$OBJDUMP_FOR_TARGET"; then
cd9a469c 12289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12290$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
ae74ffb7 12291else
cd9a469c 12292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12293$as_echo "no" >&6; }
ae74ffb7 12294fi
b30fcfae 12295
cd9a469c 12296
c47832b1 12297 fi
12298 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12299 done
12300fi
b30fcfae 12301
ae74ffb7 12302if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12303 set dummy objdump
12304 if test $build = $target ; then
12305 OBJDUMP_FOR_TARGET="$2"
12306 else
12307 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12308 fi
b7ef8464 12309else
12310 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
ae74ffb7 12311fi
12312
ab0da556 12313else
12314 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
c47832b1 12315fi
12316
12317
12318
12319
12320if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12321 if test -n "$with_build_time_tools"; then
cd9a469c 12322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12323$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
ab0da556 12324 if test -x $with_build_time_tools/ranlib; then
12325 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12326 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
cd9a469c 12327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12328$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
ab0da556 12329 else
cd9a469c 12330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12331$as_echo "no" >&6; }
ab0da556 12332 fi
c47832b1 12333 elif test $build != $host && test $have_gcc_for_target = yes; then
12334 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
b7ef8464 12335 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12336 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
c47832b1 12337 fi
12338fi
38d7211b 12339if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
c47832b1 12340 # Extract the first word of "ranlib", so it can be a program name with args.
12341set dummy ranlib; ac_word=$2
cd9a469c 12342{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12343$as_echo_n "checking for $ac_word... " >&6; }
12344if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12345 $as_echo_n "(cached) " >&6
c47832b1 12346else
b30fcfae 12347 case $RANLIB_FOR_TARGET in
12348 [\\/]* | ?:[\\/]*)
c47832b1 12349 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12350 ;;
c47832b1 12351 *)
b30fcfae 12352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12353for as_dir in $gcc_cv_tool_dirs
12354do
12355 IFS=$as_save_IFS
12356 test -z "$as_dir" && as_dir=.
cd9a469c 12357 for ac_exec_ext in '' $ac_executable_extensions; do
12358 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 12359 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
cd9a469c 12360 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 12361 break 2
12362 fi
12363done
cd9a469c 12364 done
12365IFS=$as_save_IFS
b30fcfae 12366
c47832b1 12367 ;;
12368esac
12369fi
b30fcfae 12370RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
c47832b1 12371if test -n "$RANLIB_FOR_TARGET"; then
cd9a469c 12372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12373$as_echo "$RANLIB_FOR_TARGET" >&6; }
c47832b1 12374else
cd9a469c 12375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12376$as_echo "no" >&6; }
c47832b1 12377fi
12378
cd9a469c 12379
c47832b1 12380fi
12381if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
95a05732 12382
12383
12384if test -n "$RANLIB_FOR_TARGET"; then
12385 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12386elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12387 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12388fi
12389
12390if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12391 for ncn_progname in ranlib; do
12392 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12393set dummy ${ncn_progname}; ac_word=$2
cd9a469c 12394{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12395$as_echo_n "checking for $ac_word... " >&6; }
12396if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12397 $as_echo_n "(cached) " >&6
95a05732 12398else
12399 if test -n "$RANLIB_FOR_TARGET"; then
12400 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12401else
12402as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12403for as_dir in $PATH
12404do
12405 IFS=$as_save_IFS
12406 test -z "$as_dir" && as_dir=.
cd9a469c 12407 for ac_exec_ext in '' $ac_executable_extensions; do
12408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 12409 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
cd9a469c 12410 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 12411 break 2
12412 fi
12413done
cd9a469c 12414 done
12415IFS=$as_save_IFS
95a05732 12416
12417fi
12418fi
12419RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12420if test -n "$RANLIB_FOR_TARGET"; then
cd9a469c 12421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12422$as_echo "$RANLIB_FOR_TARGET" >&6; }
95a05732 12423else
cd9a469c 12424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12425$as_echo "no" >&6; }
95a05732 12426fi
12427
cd9a469c 12428
95a05732 12429 done
12430fi
12431
12432if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 12433 for ncn_progname in ranlib; do
cd9a469c 12434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12435$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 12436 if test -x $with_build_time_tools/${ncn_progname}; then
12437 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 12438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12439$as_echo "yes" >&6; }
c47832b1 12440 break
12441 else
cd9a469c 12442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12443$as_echo "no" >&6; }
c47832b1 12444 fi
12445 done
12446fi
12447
12448if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12449 for ncn_progname in ranlib; do
12450 if test -n "$ncn_target_tool_prefix"; then
12451 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
ae74ffb7 12452set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 12453{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12454$as_echo_n "checking for $ac_word... " >&6; }
12455if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12456 $as_echo_n "(cached) " >&6
bb612911 12457else
ef8184c7 12458 if test -n "$RANLIB_FOR_TARGET"; then
12459 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
bb612911 12460else
b30fcfae 12461as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12462for as_dir in $PATH
12463do
12464 IFS=$as_save_IFS
12465 test -z "$as_dir" && as_dir=.
cd9a469c 12466 for ac_exec_ext in '' $ac_executable_extensions; do
12467 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 12468 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 12469 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 12470 break 2
12471 fi
12472done
cd9a469c 12473 done
12474IFS=$as_save_IFS
b30fcfae 12475
bb612911 12476fi
12477fi
b30fcfae 12478RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
ef8184c7 12479if test -n "$RANLIB_FOR_TARGET"; then
cd9a469c 12480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12481$as_echo "$RANLIB_FOR_TARGET" >&6; }
bb612911 12482else
cd9a469c 12483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12484$as_echo "no" >&6; }
bb612911 12485fi
12486
cd9a469c 12487
c47832b1 12488 fi
12489 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12490 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
768691b5 12491set dummy ${ncn_progname}; ac_word=$2
cd9a469c 12492{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12493$as_echo_n "checking for $ac_word... " >&6; }
12494if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12495 $as_echo_n "(cached) " >&6
bb612911 12496else
768691b5 12497 if test -n "$RANLIB_FOR_TARGET"; then
12498 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
bb612911 12499else
b30fcfae 12500as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12501for as_dir in $PATH
12502do
12503 IFS=$as_save_IFS
12504 test -z "$as_dir" && as_dir=.
cd9a469c 12505 for ac_exec_ext in '' $ac_executable_extensions; do
12506 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 12507 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
cd9a469c 12508 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 12509 break 2
12510 fi
12511done
cd9a469c 12512 done
12513IFS=$as_save_IFS
b30fcfae 12514
bb612911 12515fi
12516fi
b30fcfae 12517RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
768691b5 12518if test -n "$RANLIB_FOR_TARGET"; then
cd9a469c 12519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12520$as_echo "$RANLIB_FOR_TARGET" >&6; }
bb612911 12521else
cd9a469c 12522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12523$as_echo "no" >&6; }
bb612911 12524fi
b30fcfae 12525
cd9a469c 12526
c47832b1 12527 fi
12528 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12529 done
12530fi
b30fcfae 12531
c47832b1 12532if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12533 set dummy ranlib
12534 if test $build = $target ; then
12535 RANLIB_FOR_TARGET="$2"
12536 else
12537 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
bb612911 12538 fi
b7ef8464 12539else
12540 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
c47832b1 12541fi
768691b5 12542
ab0da556 12543else
12544 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
bb612911 12545fi
12546
c47832b1 12547
12548
12549
3f71364d 12550if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12551 if test -n "$with_build_time_tools"; then
12552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readelf in $with_build_time_tools" >&5
12553$as_echo_n "checking for readelf in $with_build_time_tools... " >&6; }
12554 if test -x $with_build_time_tools/readelf; then
12555 READELF_FOR_TARGET=`cd $with_build_time_tools && pwd`/readelf
12556 ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_READELF_FOR_TARGET" >&5
12558$as_echo "$ac_cv_path_READELF_FOR_TARGET" >&6; }
12559 else
12560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12561$as_echo "no" >&6; }
12562 fi
12563 elif test $build != $host && test $have_gcc_for_target = yes; then
12564 READELF_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=readelf`
12565 test $READELF_FOR_TARGET = readelf && READELF_FOR_TARGET=
12566 test -n "$READELF_FOR_TARGET" && ac_cv_path_READELF_FOR_TARGET=$READELF_FOR_TARGET
12567 fi
12568fi
12569if test -z "$ac_cv_path_READELF_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12570 # Extract the first word of "readelf", so it can be a program name with args.
12571set dummy readelf; ac_word=$2
12572{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12573$as_echo_n "checking for $ac_word... " >&6; }
12574if test "${ac_cv_path_READELF_FOR_TARGET+set}" = set; then :
12575 $as_echo_n "(cached) " >&6
12576else
12577 case $READELF_FOR_TARGET in
12578 [\\/]* | ?:[\\/]*)
12579 ac_cv_path_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test with a path.
12580 ;;
12581 *)
12582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12583for as_dir in $gcc_cv_tool_dirs
12584do
12585 IFS=$as_save_IFS
12586 test -z "$as_dir" && as_dir=.
12587 for ac_exec_ext in '' $ac_executable_extensions; do
12588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12589 ac_cv_path_READELF_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12590 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12591 break 2
12592 fi
12593done
12594 done
12595IFS=$as_save_IFS
12596
12597 ;;
12598esac
12599fi
12600READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12601if test -n "$READELF_FOR_TARGET"; then
12602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12603$as_echo "$READELF_FOR_TARGET" >&6; }
12604else
12605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12606$as_echo "no" >&6; }
12607fi
12608
12609
12610fi
12611if test -z "$ac_cv_path_READELF_FOR_TARGET" ; then
12612
12613
12614if test -n "$READELF_FOR_TARGET"; then
12615 ac_cv_prog_READELF_FOR_TARGET=$READELF_FOR_TARGET
12616elif test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12617 READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12618fi
12619
12620if test -n "$ac_cv_prog_READELF_FOR_TARGET"; then
12621 for ncn_progname in readelf; do
12622 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12623set dummy ${ncn_progname}; ac_word=$2
12624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12625$as_echo_n "checking for $ac_word... " >&6; }
12626if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12627 $as_echo_n "(cached) " >&6
12628else
12629 if test -n "$READELF_FOR_TARGET"; then
12630 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12631else
12632as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12633for as_dir in $PATH
12634do
12635 IFS=$as_save_IFS
12636 test -z "$as_dir" && as_dir=.
12637 for ac_exec_ext in '' $ac_executable_extensions; do
12638 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12639 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12640 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12641 break 2
12642 fi
12643done
12644 done
12645IFS=$as_save_IFS
12646
12647fi
12648fi
12649READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12650if test -n "$READELF_FOR_TARGET"; then
12651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12652$as_echo "$READELF_FOR_TARGET" >&6; }
12653else
12654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12655$as_echo "no" >&6; }
12656fi
12657
12658
12659 done
12660fi
12661
12662if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test -n "$with_build_time_tools"; then
12663 for ncn_progname in readelf; do
12664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12665$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12666 if test -x $with_build_time_tools/${ncn_progname}; then
12667 ac_cv_prog_READELF_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12669$as_echo "yes" >&6; }
12670 break
12671 else
12672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12673$as_echo "no" >&6; }
12674 fi
12675 done
12676fi
12677
12678if test -z "$ac_cv_prog_READELF_FOR_TARGET"; then
12679 for ncn_progname in readelf; do
12680 if test -n "$ncn_target_tool_prefix"; then
12681 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12682set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12683{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12684$as_echo_n "checking for $ac_word... " >&6; }
12685if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12686 $as_echo_n "(cached) " >&6
12687else
12688 if test -n "$READELF_FOR_TARGET"; then
12689 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12690else
12691as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12692for as_dir in $PATH
12693do
12694 IFS=$as_save_IFS
12695 test -z "$as_dir" && as_dir=.
12696 for ac_exec_ext in '' $ac_executable_extensions; do
12697 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12698 ac_cv_prog_READELF_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12699 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12700 break 2
12701 fi
12702done
12703 done
12704IFS=$as_save_IFS
12705
12706fi
12707fi
12708READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12709if test -n "$READELF_FOR_TARGET"; then
12710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12711$as_echo "$READELF_FOR_TARGET" >&6; }
12712else
12713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12714$as_echo "no" >&6; }
12715fi
12716
12717
12718 fi
12719 if test -z "$ac_cv_prog_READELF_FOR_TARGET" && test $build = $target ; then
12720 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12721set dummy ${ncn_progname}; ac_word=$2
12722{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12723$as_echo_n "checking for $ac_word... " >&6; }
12724if test "${ac_cv_prog_READELF_FOR_TARGET+set}" = set; then :
12725 $as_echo_n "(cached) " >&6
12726else
12727 if test -n "$READELF_FOR_TARGET"; then
12728 ac_cv_prog_READELF_FOR_TARGET="$READELF_FOR_TARGET" # Let the user override the test.
12729else
12730as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12731for as_dir in $PATH
12732do
12733 IFS=$as_save_IFS
12734 test -z "$as_dir" && as_dir=.
12735 for ac_exec_ext in '' $ac_executable_extensions; do
12736 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12737 ac_cv_prog_READELF_FOR_TARGET="${ncn_progname}"
12738 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12739 break 2
12740 fi
12741done
12742 done
12743IFS=$as_save_IFS
12744
12745fi
12746fi
12747READELF_FOR_TARGET=$ac_cv_prog_READELF_FOR_TARGET
12748if test -n "$READELF_FOR_TARGET"; then
12749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF_FOR_TARGET" >&5
12750$as_echo "$READELF_FOR_TARGET" >&6; }
12751else
12752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12753$as_echo "no" >&6; }
12754fi
12755
12756
12757 fi
12758 test -n "$ac_cv_prog_READELF_FOR_TARGET" && break
12759 done
12760fi
12761
12762if test -z "$ac_cv_prog_READELF_FOR_TARGET" ; then
12763 set dummy readelf
12764 if test $build = $target ; then
12765 READELF_FOR_TARGET="$2"
12766 else
12767 READELF_FOR_TARGET="${ncn_target_tool_prefix}$2"
12768 fi
12769else
12770 READELF_FOR_TARGET="$ac_cv_prog_READELF_FOR_TARGET"
12771fi
12772
12773else
12774 READELF_FOR_TARGET=$ac_cv_path_READELF_FOR_TARGET
12775fi
12776
12777
12778
12779
c47832b1 12780if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12781 if test -n "$with_build_time_tools"; then
cd9a469c 12782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12783$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
ab0da556 12784 if test -x $with_build_time_tools/strip; then
12785 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12786 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
cd9a469c 12787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12788$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
ab0da556 12789 else
cd9a469c 12790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12791$as_echo "no" >&6; }
ab0da556 12792 fi
c47832b1 12793 elif test $build != $host && test $have_gcc_for_target = yes; then
12794 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
b7ef8464 12795 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12796 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
c47832b1 12797 fi
12798fi
38d7211b 12799if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
c47832b1 12800 # Extract the first word of "strip", so it can be a program name with args.
12801set dummy strip; ac_word=$2
cd9a469c 12802{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12803$as_echo_n "checking for $ac_word... " >&6; }
12804if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12805 $as_echo_n "(cached) " >&6
c47832b1 12806else
b30fcfae 12807 case $STRIP_FOR_TARGET in
12808 [\\/]* | ?:[\\/]*)
c47832b1 12809 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12810 ;;
c47832b1 12811 *)
b30fcfae 12812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12813for as_dir in $gcc_cv_tool_dirs
12814do
12815 IFS=$as_save_IFS
12816 test -z "$as_dir" && as_dir=.
cd9a469c 12817 for ac_exec_ext in '' $ac_executable_extensions; do
12818 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 12819 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
cd9a469c 12820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 12821 break 2
12822 fi
12823done
cd9a469c 12824 done
12825IFS=$as_save_IFS
b30fcfae 12826
c47832b1 12827 ;;
12828esac
12829fi
b30fcfae 12830STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
c47832b1 12831if test -n "$STRIP_FOR_TARGET"; then
cd9a469c 12832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12833$as_echo "$STRIP_FOR_TARGET" >&6; }
c47832b1 12834else
cd9a469c 12835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12836$as_echo "no" >&6; }
c47832b1 12837fi
12838
cd9a469c 12839
c47832b1 12840fi
12841if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
95a05732 12842
12843
12844if test -n "$STRIP_FOR_TARGET"; then
12845 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12846elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12847 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12848fi
12849
12850if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12851 for ncn_progname in strip; do
12852 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12853set dummy ${ncn_progname}; ac_word=$2
cd9a469c 12854{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12855$as_echo_n "checking for $ac_word... " >&6; }
12856if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12857 $as_echo_n "(cached) " >&6
95a05732 12858else
12859 if test -n "$STRIP_FOR_TARGET"; then
12860 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12861else
12862as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12863for as_dir in $PATH
12864do
12865 IFS=$as_save_IFS
12866 test -z "$as_dir" && as_dir=.
cd9a469c 12867 for ac_exec_ext in '' $ac_executable_extensions; do
12868 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 12869 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
cd9a469c 12870 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 12871 break 2
12872 fi
12873done
cd9a469c 12874 done
12875IFS=$as_save_IFS
95a05732 12876
12877fi
12878fi
12879STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12880if test -n "$STRIP_FOR_TARGET"; then
cd9a469c 12881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12882$as_echo "$STRIP_FOR_TARGET" >&6; }
95a05732 12883else
cd9a469c 12884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12885$as_echo "no" >&6; }
95a05732 12886fi
12887
cd9a469c 12888
95a05732 12889 done
12890fi
12891
12892if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 12893 for ncn_progname in strip; do
cd9a469c 12894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12895$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 12896 if test -x $with_build_time_tools/${ncn_progname}; then
12897 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 12898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12899$as_echo "yes" >&6; }
c47832b1 12900 break
12901 else
cd9a469c 12902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12903$as_echo "no" >&6; }
c47832b1 12904 fi
12905 done
12906fi
12907
12908if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
12909 for ncn_progname in strip; do
12910 if test -n "$ncn_target_tool_prefix"; then
12911 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9fec3fa8 12912set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 12913{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12914$as_echo_n "checking for $ac_word... " >&6; }
12915if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12916 $as_echo_n "(cached) " >&6
ae48753c 12917else
12918 if test -n "$STRIP_FOR_TARGET"; then
b30fcfae 12919 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12920else
12921as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12922for as_dir in $PATH
12923do
12924 IFS=$as_save_IFS
12925 test -z "$as_dir" && as_dir=.
cd9a469c 12926 for ac_exec_ext in '' $ac_executable_extensions; do
12927 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 12928 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 12929 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 12930 break 2
12931 fi
12932done
cd9a469c 12933 done
12934IFS=$as_save_IFS
b30fcfae 12935
9fec3fa8 12936fi
12937fi
b30fcfae 12938STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
9fec3fa8 12939if test -n "$STRIP_FOR_TARGET"; then
cd9a469c 12940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12941$as_echo "$STRIP_FOR_TARGET" >&6; }
9fec3fa8 12942else
cd9a469c 12943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12944$as_echo "no" >&6; }
9fec3fa8 12945fi
12946
cd9a469c 12947
c47832b1 12948 fi
12949 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
12950 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9fec3fa8 12951set dummy ${ncn_progname}; ac_word=$2
cd9a469c 12952{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12953$as_echo_n "checking for $ac_word... " >&6; }
12954if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12955 $as_echo_n "(cached) " >&6
9fec3fa8 12956else
12957 if test -n "$STRIP_FOR_TARGET"; then
12958 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12959else
b30fcfae 12960as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12961for as_dir in $PATH
12962do
12963 IFS=$as_save_IFS
12964 test -z "$as_dir" && as_dir=.
cd9a469c 12965 for ac_exec_ext in '' $ac_executable_extensions; do
12966 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 12967 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
cd9a469c 12968 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 12969 break 2
12970 fi
12971done
cd9a469c 12972 done
12973IFS=$as_save_IFS
b30fcfae 12974
9fec3fa8 12975fi
12976fi
b30fcfae 12977STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
9fec3fa8 12978if test -n "$STRIP_FOR_TARGET"; then
cd9a469c 12979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12980$as_echo "$STRIP_FOR_TARGET" >&6; }
9fec3fa8 12981else
cd9a469c 12982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12983$as_echo "no" >&6; }
9fec3fa8 12984fi
b30fcfae 12985
cd9a469c 12986
c47832b1 12987 fi
12988 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12989 done
12990fi
b30fcfae 12991
9fec3fa8 12992if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12993 set dummy strip
12994 if test $build = $target ; then
12995 STRIP_FOR_TARGET="$2"
12996 else
12997 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12998 fi
b7ef8464 12999else
13000 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
9fec3fa8 13001fi
13002
ab0da556 13003else
13004 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
c47832b1 13005fi
13006
13007
13008
13009
13010if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
13011 if test -n "$with_build_time_tools"; then
cd9a469c 13012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
13013$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
ab0da556 13014 if test -x $with_build_time_tools/windres; then
13015 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
13016 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
cd9a469c 13017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
13018$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
ab0da556 13019 else
cd9a469c 13020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13021$as_echo "no" >&6; }
ab0da556 13022 fi
c47832b1 13023 elif test $build != $host && test $have_gcc_for_target = yes; then
13024 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
b7ef8464 13025 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
13026 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
c47832b1 13027 fi
13028fi
38d7211b 13029if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
c47832b1 13030 # Extract the first word of "windres", so it can be a program name with args.
13031set dummy windres; ac_word=$2
cd9a469c 13032{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13033$as_echo_n "checking for $ac_word... " >&6; }
13034if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
13035 $as_echo_n "(cached) " >&6
c47832b1 13036else
b30fcfae 13037 case $WINDRES_FOR_TARGET in
13038 [\\/]* | ?:[\\/]*)
c47832b1 13039 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
13040 ;;
c47832b1 13041 *)
b30fcfae 13042 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13043for as_dir in $gcc_cv_tool_dirs
13044do
13045 IFS=$as_save_IFS
13046 test -z "$as_dir" && as_dir=.
cd9a469c 13047 for ac_exec_ext in '' $ac_executable_extensions; do
13048 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 13049 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
cd9a469c 13050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 13051 break 2
13052 fi
13053done
cd9a469c 13054 done
13055IFS=$as_save_IFS
b30fcfae 13056
c47832b1 13057 ;;
13058esac
13059fi
b30fcfae 13060WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
c47832b1 13061if test -n "$WINDRES_FOR_TARGET"; then
cd9a469c 13062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13063$as_echo "$WINDRES_FOR_TARGET" >&6; }
c47832b1 13064else
cd9a469c 13065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13066$as_echo "no" >&6; }
c47832b1 13067fi
13068
cd9a469c 13069
c47832b1 13070fi
13071if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
95a05732 13072
13073
13074if test -n "$WINDRES_FOR_TARGET"; then
13075 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
13076elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13077 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13078fi
13079
13080if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13081 for ncn_progname in windres; do
13082 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13083set dummy ${ncn_progname}; ac_word=$2
cd9a469c 13084{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13085$as_echo_n "checking for $ac_word... " >&6; }
13086if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13087 $as_echo_n "(cached) " >&6
95a05732 13088else
13089 if test -n "$WINDRES_FOR_TARGET"; then
13090 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13091else
13092as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13093for as_dir in $PATH
13094do
13095 IFS=$as_save_IFS
13096 test -z "$as_dir" && as_dir=.
cd9a469c 13097 for ac_exec_ext in '' $ac_executable_extensions; do
13098 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
95a05732 13099 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
cd9a469c 13100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
95a05732 13101 break 2
13102 fi
13103done
cd9a469c 13104 done
13105IFS=$as_save_IFS
95a05732 13106
13107fi
13108fi
13109WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13110if test -n "$WINDRES_FOR_TARGET"; then
cd9a469c 13111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13112$as_echo "$WINDRES_FOR_TARGET" >&6; }
95a05732 13113else
cd9a469c 13114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13115$as_echo "no" >&6; }
95a05732 13116fi
13117
cd9a469c 13118
95a05732 13119 done
13120fi
13121
13122if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
c47832b1 13123 for ncn_progname in windres; do
cd9a469c 13124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13125$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
ab0da556 13126 if test -x $with_build_time_tools/${ncn_progname}; then
13127 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 13128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13129$as_echo "yes" >&6; }
c47832b1 13130 break
13131 else
cd9a469c 13132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13133$as_echo "no" >&6; }
c47832b1 13134 fi
13135 done
13136fi
13137
13138if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13139 for ncn_progname in windres; do
13140 if test -n "$ncn_target_tool_prefix"; then
13141 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
768691b5 13142set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 13143{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13144$as_echo_n "checking for $ac_word... " >&6; }
13145if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13146 $as_echo_n "(cached) " >&6
bb612911 13147else
ef8184c7 13148 if test -n "$WINDRES_FOR_TARGET"; then
13149 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
bb612911 13150else
b30fcfae 13151as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13152for as_dir in $PATH
13153do
13154 IFS=$as_save_IFS
13155 test -z "$as_dir" && as_dir=.
cd9a469c 13156 for ac_exec_ext in '' $ac_executable_extensions; do
13157 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 13158 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 13159 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 13160 break 2
13161 fi
13162done
cd9a469c 13163 done
13164IFS=$as_save_IFS
b30fcfae 13165
bb612911 13166fi
13167fi
b30fcfae 13168WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
ef8184c7 13169if test -n "$WINDRES_FOR_TARGET"; then
cd9a469c 13170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13171$as_echo "$WINDRES_FOR_TARGET" >&6; }
bb612911 13172else
cd9a469c 13173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13174$as_echo "no" >&6; }
bb612911 13175fi
13176
cd9a469c 13177
c47832b1 13178 fi
13179 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13180 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
768691b5 13181set dummy ${ncn_progname}; ac_word=$2
cd9a469c 13182{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13183$as_echo_n "checking for $ac_word... " >&6; }
13184if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13185 $as_echo_n "(cached) " >&6
bb612911 13186else
768691b5 13187 if test -n "$WINDRES_FOR_TARGET"; then
13188 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
bb612911 13189else
b30fcfae 13190as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13191for as_dir in $PATH
13192do
13193 IFS=$as_save_IFS
13194 test -z "$as_dir" && as_dir=.
cd9a469c 13195 for ac_exec_ext in '' $ac_executable_extensions; do
13196 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
b30fcfae 13197 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
cd9a469c 13198 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b30fcfae 13199 break 2
13200 fi
13201done
cd9a469c 13202 done
13203IFS=$as_save_IFS
b30fcfae 13204
bb612911 13205fi
13206fi
b30fcfae 13207WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
768691b5 13208if test -n "$WINDRES_FOR_TARGET"; then
cd9a469c 13209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13210$as_echo "$WINDRES_FOR_TARGET" >&6; }
bb612911 13211else
cd9a469c 13212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13213$as_echo "no" >&6; }
bb612911 13214fi
b30fcfae 13215
cd9a469c 13216
c47832b1 13217 fi
13218 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13219 done
13220fi
b30fcfae 13221
768691b5 13222if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13223 set dummy windres
13224 if test $build = $target ; then
13225 WINDRES_FOR_TARGET="$2"
bb612911 13226 else
768691b5 13227 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
bb612911 13228 fi
b7ef8464 13229else
13230 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
bb612911 13231fi
13232
ab0da556 13233else
13234 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
c47832b1 13235fi
13236
805e22b2 13237
75d6a0a9 13238
13239
13240if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13241 if test -n "$with_build_time_tools"; then
cd9a469c 13242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13243$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
75d6a0a9 13244 if test -x $with_build_time_tools/windmc; then
13245 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13246 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
cd9a469c 13247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13248$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
75d6a0a9 13249 else
cd9a469c 13250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13251$as_echo "no" >&6; }
75d6a0a9 13252 fi
13253 elif test $build != $host && test $have_gcc_for_target = yes; then
13254 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
b7ef8464 13255 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13256 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
75d6a0a9 13257 fi
13258fi
13259if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13260 # Extract the first word of "windmc", so it can be a program name with args.
13261set dummy windmc; ac_word=$2
cd9a469c 13262{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13263$as_echo_n "checking for $ac_word... " >&6; }
13264if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13265 $as_echo_n "(cached) " >&6
75d6a0a9 13266else
13267 case $WINDMC_FOR_TARGET in
13268 [\\/]* | ?:[\\/]*)
13269 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13270 ;;
13271 *)
13272 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13273for as_dir in $gcc_cv_tool_dirs
13274do
13275 IFS=$as_save_IFS
13276 test -z "$as_dir" && as_dir=.
cd9a469c 13277 for ac_exec_ext in '' $ac_executable_extensions; do
13278 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
75d6a0a9 13279 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
cd9a469c 13280 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
75d6a0a9 13281 break 2
13282 fi
13283done
cd9a469c 13284 done
13285IFS=$as_save_IFS
75d6a0a9 13286
13287 ;;
13288esac
13289fi
13290WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
75d6a0a9 13291if test -n "$WINDMC_FOR_TARGET"; then
cd9a469c 13292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13293$as_echo "$WINDMC_FOR_TARGET" >&6; }
75d6a0a9 13294else
cd9a469c 13295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13296$as_echo "no" >&6; }
75d6a0a9 13297fi
13298
cd9a469c 13299
75d6a0a9 13300fi
13301if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13302
13303
13304if test -n "$WINDMC_FOR_TARGET"; then
13305 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13306elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13307 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13308fi
13309
13310if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13311 for ncn_progname in windmc; do
13312 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13313set dummy ${ncn_progname}; ac_word=$2
cd9a469c 13314{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13315$as_echo_n "checking for $ac_word... " >&6; }
13316if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13317 $as_echo_n "(cached) " >&6
75d6a0a9 13318else
13319 if test -n "$WINDMC_FOR_TARGET"; then
13320 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13321else
13322as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13323for as_dir in $PATH
13324do
13325 IFS=$as_save_IFS
13326 test -z "$as_dir" && as_dir=.
cd9a469c 13327 for ac_exec_ext in '' $ac_executable_extensions; do
13328 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
75d6a0a9 13329 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
cd9a469c 13330 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
75d6a0a9 13331 break 2
13332 fi
13333done
cd9a469c 13334 done
13335IFS=$as_save_IFS
75d6a0a9 13336
13337fi
13338fi
13339WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13340if test -n "$WINDMC_FOR_TARGET"; then
cd9a469c 13341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13342$as_echo "$WINDMC_FOR_TARGET" >&6; }
75d6a0a9 13343else
cd9a469c 13344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13345$as_echo "no" >&6; }
75d6a0a9 13346fi
13347
cd9a469c 13348
75d6a0a9 13349 done
13350fi
13351
13352if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13353 for ncn_progname in windmc; do
cd9a469c 13354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13355$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
75d6a0a9 13356 if test -x $with_build_time_tools/${ncn_progname}; then
13357 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
cd9a469c 13358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13359$as_echo "yes" >&6; }
75d6a0a9 13360 break
13361 else
cd9a469c 13362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13363$as_echo "no" >&6; }
75d6a0a9 13364 fi
13365 done
13366fi
13367
13368if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13369 for ncn_progname in windmc; do
13370 if test -n "$ncn_target_tool_prefix"; then
13371 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13372set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
cd9a469c 13373{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13374$as_echo_n "checking for $ac_word... " >&6; }
13375if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13376 $as_echo_n "(cached) " >&6
75d6a0a9 13377else
13378 if test -n "$WINDMC_FOR_TARGET"; then
13379 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13380else
13381as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13382for as_dir in $PATH
13383do
13384 IFS=$as_save_IFS
13385 test -z "$as_dir" && as_dir=.
cd9a469c 13386 for ac_exec_ext in '' $ac_executable_extensions; do
13387 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
75d6a0a9 13388 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
cd9a469c 13389 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
75d6a0a9 13390 break 2
13391 fi
13392done
cd9a469c 13393 done
13394IFS=$as_save_IFS
75d6a0a9 13395
13396fi
13397fi
13398WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13399if test -n "$WINDMC_FOR_TARGET"; then
cd9a469c 13400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13401$as_echo "$WINDMC_FOR_TARGET" >&6; }
75d6a0a9 13402else
cd9a469c 13403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13404$as_echo "no" >&6; }
75d6a0a9 13405fi
13406
cd9a469c 13407
75d6a0a9 13408 fi
13409 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13410 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13411set dummy ${ncn_progname}; ac_word=$2
cd9a469c 13412{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13413$as_echo_n "checking for $ac_word... " >&6; }
13414if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13415 $as_echo_n "(cached) " >&6
75d6a0a9 13416else
13417 if test -n "$WINDMC_FOR_TARGET"; then
13418 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13419else
13420as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13421for as_dir in $PATH
13422do
13423 IFS=$as_save_IFS
13424 test -z "$as_dir" && as_dir=.
cd9a469c 13425 for ac_exec_ext in '' $ac_executable_extensions; do
13426 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
75d6a0a9 13427 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
cd9a469c 13428 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
75d6a0a9 13429 break 2
13430 fi
13431done
cd9a469c 13432 done
13433IFS=$as_save_IFS
75d6a0a9 13434
13435fi
13436fi
13437WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13438if test -n "$WINDMC_FOR_TARGET"; then
cd9a469c 13439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13440$as_echo "$WINDMC_FOR_TARGET" >&6; }
75d6a0a9 13441else
cd9a469c 13442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13443$as_echo "no" >&6; }
75d6a0a9 13444fi
13445
cd9a469c 13446
75d6a0a9 13447 fi
13448 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13449 done
13450fi
13451
13452if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13453 set dummy windmc
13454 if test $build = $target ; then
13455 WINDMC_FOR_TARGET="$2"
13456 else
13457 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13458 fi
b7ef8464 13459else
13460 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
75d6a0a9 13461fi
13462
13463else
13464 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13465fi
13466
13467
f5aebe3e 13468RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13469
cd9a469c 13470{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13471$as_echo_n "checking where to find the target ar... " >&6; }
f5aebe3e 13472if test "x${build}" != "x${host}" ; then
c47832b1 13473 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13474 # We already found the complete path
a6c599b5 13475 ac_dir=`dirname $AR_FOR_TARGET`
cd9a469c 13476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13477$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 13478 else
13479 # Canadian cross, just use what we found
cd9a469c 13480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13481$as_echo "pre-installed" >&6; }
c47832b1 13482 fi
f5aebe3e 13483else
13484 ok=yes
13485 case " ${configdirs} " in
13486 *" binutils "*) ;;
13487 *) ok=no ;;
13488 esac
b30fcfae 13489
f5aebe3e 13490 if test $ok = yes; then
13491 # An in-tree tool is available and we can use it
13492 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
cd9a469c 13493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13494$as_echo "just compiled" >&6; }
c47832b1 13495 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13496 # We already found the complete path
a6c599b5 13497 ac_dir=`dirname $AR_FOR_TARGET`
cd9a469c 13498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13499$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 13500 elif test "x$target" = "x$host"; then
13501 # We can use an host tool
13502 AR_FOR_TARGET='$(AR)'
cd9a469c 13503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13504$as_echo "host tool" >&6; }
f5aebe3e 13505 else
13506 # We need a cross tool
cd9a469c 13507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13508$as_echo "pre-installed" >&6; }
f5aebe3e 13509 fi
13510fi
a83ffacf 13511
cd9a469c 13512{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13513$as_echo_n "checking where to find the target as... " >&6; }
f5aebe3e 13514if test "x${build}" != "x${host}" ; then
c47832b1 13515 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13516 # We already found the complete path
a6c599b5 13517 ac_dir=`dirname $AS_FOR_TARGET`
cd9a469c 13518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13519$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 13520 else
13521 # Canadian cross, just use what we found
cd9a469c 13522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13523$as_echo "pre-installed" >&6; }
c47832b1 13524 fi
f5aebe3e 13525else
13526 ok=yes
13527 case " ${configdirs} " in
13528 *" gas "*) ;;
13529 *) ok=no ;;
13530 esac
b30fcfae 13531
f5aebe3e 13532 if test $ok = yes; then
13533 # An in-tree tool is available and we can use it
13534 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
cd9a469c 13535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13536$as_echo "just compiled" >&6; }
c47832b1 13537 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13538 # We already found the complete path
a6c599b5 13539 ac_dir=`dirname $AS_FOR_TARGET`
cd9a469c 13540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13541$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 13542 elif test "x$target" = "x$host"; then
13543 # We can use an host tool
13544 AS_FOR_TARGET='$(AS)'
cd9a469c 13545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13546$as_echo "host tool" >&6; }
f5aebe3e 13547 else
13548 # We need a cross tool
cd9a469c 13549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13550$as_echo "pre-installed" >&6; }
f5aebe3e 13551 fi
13552fi
a83ffacf 13553
cd9a469c 13554{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13555$as_echo_n "checking where to find the target cc... " >&6; }
f5aebe3e 13556if test "x${build}" != "x${host}" ; then
c47832b1 13557 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13558 # We already found the complete path
a6c599b5 13559 ac_dir=`dirname $CC_FOR_TARGET`
cd9a469c 13560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13561$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 13562 else
13563 # Canadian cross, just use what we found
cd9a469c 13564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13565$as_echo "pre-installed" >&6; }
c47832b1 13566 fi
f5aebe3e 13567else
13568 ok=yes
13569 case " ${configdirs} " in
13570 *" gcc "*) ;;
13571 *) ok=no ;;
13572 esac
b30fcfae 13573
f5aebe3e 13574 if test $ok = yes; then
13575 # An in-tree tool is available and we can use it
13576 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
cd9a469c 13577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13578$as_echo "just compiled" >&6; }
c47832b1 13579 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13580 # We already found the complete path
a6c599b5 13581 ac_dir=`dirname $CC_FOR_TARGET`
cd9a469c 13582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13583$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 13584 elif test "x$target" = "x$host"; then
13585 # We can use an host tool
13586 CC_FOR_TARGET='$(CC)'
cd9a469c 13587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13588$as_echo "host tool" >&6; }
f5aebe3e 13589 else
13590 # We need a cross tool
cd9a469c 13591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13592$as_echo "pre-installed" >&6; }
f5aebe3e 13593 fi
13594fi
a83ffacf 13595
cd9a469c 13596{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13597$as_echo_n "checking where to find the target c++... " >&6; }
f5aebe3e 13598if test "x${build}" != "x${host}" ; then
c47832b1 13599 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13600 # We already found the complete path
a6c599b5 13601 ac_dir=`dirname $CXX_FOR_TARGET`
cd9a469c 13602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13603$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 13604 else
13605 # Canadian cross, just use what we found
cd9a469c 13606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13607$as_echo "pre-installed" >&6; }
c47832b1 13608 fi
f5aebe3e 13609else
13610 ok=yes
13611 case " ${configdirs} " in
13612 *" gcc "*) ;;
13613 *) ok=no ;;
13614 esac
13615 case ,${enable_languages}, in
13616 *,c++,*) ;;
13617 *) ok=no ;;
13618 esac
13619 if test $ok = yes; then
13620 # An in-tree tool is available and we can use it
174d231c 13621 CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
cd9a469c 13622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13623$as_echo "just compiled" >&6; }
c47832b1 13624 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13625 # We already found the complete path
a6c599b5 13626 ac_dir=`dirname $CXX_FOR_TARGET`
cd9a469c 13627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13628$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 13629 elif test "x$target" = "x$host"; then
13630 # We can use an host tool
13631 CXX_FOR_TARGET='$(CXX)'
cd9a469c 13632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13633$as_echo "host tool" >&6; }
f5aebe3e 13634 else
13635 # We need a cross tool
cd9a469c 13636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13637$as_echo "pre-installed" >&6; }
f5aebe3e 13638 fi
13639fi
a83ffacf 13640
cd9a469c 13641{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13642$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
f5aebe3e 13643if test "x${build}" != "x${host}" ; then
c47832b1 13644 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13645 # We already found the complete path
a6c599b5 13646 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
cd9a469c 13647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13648$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 13649 else
13650 # Canadian cross, just use what we found
cd9a469c 13651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13652$as_echo "pre-installed" >&6; }
c47832b1 13653 fi
f5aebe3e 13654else
13655 ok=yes
13656 case " ${configdirs} " in
13657 *" gcc "*) ;;
13658 *) ok=no ;;
13659 esac
13660 case ,${enable_languages}, in
13661 *,c++,*) ;;
13662 *) ok=no ;;
13663 esac
13664 if test $ok = yes; then
13665 # An in-tree tool is available and we can use it
13666 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'
cd9a469c 13667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13668$as_echo "just compiled" >&6; }
c47832b1 13669 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13670 # We already found the complete path
a6c599b5 13671 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
cd9a469c 13672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13673$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 13674 elif test "x$target" = "x$host"; then
13675 # We can use an host tool
13676 RAW_CXX_FOR_TARGET='$(CXX)'
cd9a469c 13677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13678$as_echo "host tool" >&6; }
f5aebe3e 13679 else
13680 # We need a cross tool
cd9a469c 13681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13682$as_echo "pre-installed" >&6; }
f5aebe3e 13683 fi
13684fi
a83ffacf 13685
cd9a469c 13686{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13687$as_echo_n "checking where to find the target dlltool... " >&6; }
f5aebe3e 13688if test "x${build}" != "x${host}" ; then
c47832b1 13689 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13690 # We already found the complete path
a6c599b5 13691 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
cd9a469c 13692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13693$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 13694 else
13695 # Canadian cross, just use what we found
cd9a469c 13696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13697$as_echo "pre-installed" >&6; }
c47832b1 13698 fi
f5aebe3e 13699else
13700 ok=yes
13701 case " ${configdirs} " in
13702 *" binutils "*) ;;
13703 *) ok=no ;;
13704 esac
b30fcfae 13705
f5aebe3e 13706 if test $ok = yes; then
13707 # An in-tree tool is available and we can use it
13708 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
cd9a469c 13709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13710$as_echo "just compiled" >&6; }
c47832b1 13711 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13712 # We already found the complete path
a6c599b5 13713 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
cd9a469c 13714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13715$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 13716 elif test "x$target" = "x$host"; then
13717 # We can use an host tool
13718 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
cd9a469c 13719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13720$as_echo "host tool" >&6; }
f5aebe3e 13721 else
13722 # We need a cross tool
cd9a469c 13723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13724$as_echo "pre-installed" >&6; }
f5aebe3e 13725 fi
13726fi
a83ffacf 13727
cd9a469c 13728{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13729$as_echo_n "checking where to find the target gcc... " >&6; }
f5aebe3e 13730if test "x${build}" != "x${host}" ; then
c47832b1 13731 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13732 # We already found the complete path
a6c599b5 13733 ac_dir=`dirname $GCC_FOR_TARGET`
cd9a469c 13734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13735$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 13736 else
13737 # Canadian cross, just use what we found
cd9a469c 13738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13739$as_echo "pre-installed" >&6; }
c47832b1 13740 fi
f5aebe3e 13741else
13742 ok=yes
13743 case " ${configdirs} " in
13744 *" gcc "*) ;;
13745 *) ok=no ;;
13746 esac
b30fcfae 13747
f5aebe3e 13748 if test $ok = yes; then
13749 # An in-tree tool is available and we can use it
13750 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
cd9a469c 13751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13752$as_echo "just compiled" >&6; }
c47832b1 13753 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13754 # We already found the complete path
a6c599b5 13755 ac_dir=`dirname $GCC_FOR_TARGET`
cd9a469c 13756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13757$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 13758 elif test "x$target" = "x$host"; then
13759 # We can use an host tool
13760 GCC_FOR_TARGET='$()'
cd9a469c 13761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13762$as_echo "host tool" >&6; }
f5aebe3e 13763 else
13764 # We need a cross tool
cd9a469c 13765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13766$as_echo "pre-installed" >&6; }
f5aebe3e 13767 fi
13768fi
a83ffacf 13769
cd9a469c 13770{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
13771$as_echo_n "checking where to find the target gcj... " >&6; }
f5aebe3e 13772if test "x${build}" != "x${host}" ; then
c47832b1 13773 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13774 # We already found the complete path
a6c599b5 13775 ac_dir=`dirname $GCJ_FOR_TARGET`
cd9a469c 13776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13777$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 13778 else
13779 # Canadian cross, just use what we found
cd9a469c 13780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13781$as_echo "pre-installed" >&6; }
c47832b1 13782 fi
f5aebe3e 13783else
13784 ok=yes
13785 case " ${configdirs} " in
13786 *" gcc "*) ;;
13787 *) ok=no ;;
13788 esac
13789 case ,${enable_languages}, in
13790 *,java,*) ;;
13791 *) ok=no ;;
13792 esac
13793 if test $ok = yes; then
13794 # An in-tree tool is available and we can use it
13795 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
cd9a469c 13796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13797$as_echo "just compiled" >&6; }
c47832b1 13798 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13799 # We already found the complete path
a6c599b5 13800 ac_dir=`dirname $GCJ_FOR_TARGET`
cd9a469c 13801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13802$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 13803 elif test "x$target" = "x$host"; then
13804 # We can use an host tool
13805 GCJ_FOR_TARGET='$(GCJ)'
cd9a469c 13806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13807$as_echo "host tool" >&6; }
f5aebe3e 13808 else
13809 # We need a cross tool
cd9a469c 13810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13811$as_echo "pre-installed" >&6; }
f5aebe3e 13812 fi
13813fi
a83ffacf 13814
cd9a469c 13815{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
13816$as_echo_n "checking where to find the target gfortran... " >&6; }
f5aebe3e 13817if test "x${build}" != "x${host}" ; then
c47832b1 13818 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13819 # We already found the complete path
a6c599b5 13820 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
cd9a469c 13821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13822$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 13823 else
13824 # Canadian cross, just use what we found
cd9a469c 13825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13826$as_echo "pre-installed" >&6; }
c47832b1 13827 fi
f5aebe3e 13828else
13829 ok=yes
13830 case " ${configdirs} " in
13831 *" gcc "*) ;;
13832 *) ok=no ;;
13833 esac
13834 case ,${enable_languages}, in
13835 *,fortran,*) ;;
13836 *) ok=no ;;
13837 esac
13838 if test $ok = yes; then
13839 # An in-tree tool is available and we can use it
13840 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
cd9a469c 13841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13842$as_echo "just compiled" >&6; }
c47832b1 13843 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13844 # We already found the complete path
a6c599b5 13845 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
cd9a469c 13846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13847$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 13848 elif test "x$target" = "x$host"; then
13849 # We can use an host tool
13850 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
cd9a469c 13851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13852$as_echo "host tool" >&6; }
f5aebe3e 13853 else
13854 # We need a cross tool
cd9a469c 13855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13856$as_echo "pre-installed" >&6; }
f5aebe3e 13857 fi
13858fi
a83ffacf 13859
5ff5b630 13860{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
13861$as_echo_n "checking where to find the target gccgo... " >&6; }
13862if test "x${build}" != "x${host}" ; then
13863 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13864 # We already found the complete path
13865 ac_dir=`dirname $GOC_FOR_TARGET`
13866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13867$as_echo "pre-installed in $ac_dir" >&6; }
13868 else
13869 # Canadian cross, just use what we found
13870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13871$as_echo "pre-installed" >&6; }
13872 fi
13873else
13874 ok=yes
13875 case " ${configdirs} " in
13876 *" gcc "*) ;;
13877 *) ok=no ;;
13878 esac
13879 case ,${enable_languages}, in
13880 *,go,*) ;;
13881 *) ok=no ;;
13882 esac
13883 if test $ok = yes; then
13884 # An in-tree tool is available and we can use it
13885 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
13886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13887$as_echo "just compiled" >&6; }
13888 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13889 # We already found the complete path
13890 ac_dir=`dirname $GOC_FOR_TARGET`
13891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13892$as_echo "pre-installed in $ac_dir" >&6; }
13893 elif test "x$target" = "x$host"; then
13894 # We can use an host tool
13895 GOC_FOR_TARGET='$(GOC)'
13896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13897$as_echo "host tool" >&6; }
13898 else
13899 # We need a cross tool
13900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13901$as_echo "pre-installed" >&6; }
13902 fi
13903fi
13904
cd9a469c 13905{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
13906$as_echo_n "checking where to find the target ld... " >&6; }
f5aebe3e 13907if test "x${build}" != "x${host}" ; then
c47832b1 13908 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13909 # We already found the complete path
a6c599b5 13910 ac_dir=`dirname $LD_FOR_TARGET`
cd9a469c 13911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13912$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 13913 else
13914 # Canadian cross, just use what we found
cd9a469c 13915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13916$as_echo "pre-installed" >&6; }
c47832b1 13917 fi
f5aebe3e 13918else
13919 ok=yes
13920 case " ${configdirs} " in
13921 *" ld "*) ;;
13922 *) ok=no ;;
13923 esac
b30fcfae 13924
f5aebe3e 13925 if test $ok = yes; then
13926 # An in-tree tool is available and we can use it
13927 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
cd9a469c 13928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13929$as_echo "just compiled" >&6; }
c47832b1 13930 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13931 # We already found the complete path
a6c599b5 13932 ac_dir=`dirname $LD_FOR_TARGET`
cd9a469c 13933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13934$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 13935 elif test "x$target" = "x$host"; then
13936 # We can use an host tool
13937 LD_FOR_TARGET='$(LD)'
cd9a469c 13938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13939$as_echo "host tool" >&6; }
f5aebe3e 13940 else
13941 # We need a cross tool
cd9a469c 13942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13943$as_echo "pre-installed" >&6; }
f5aebe3e 13944 fi
13945fi
a83ffacf 13946
cd9a469c 13947{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
13948$as_echo_n "checking where to find the target lipo... " >&6; }
f5aebe3e 13949if test "x${build}" != "x${host}" ; then
c47832b1 13950 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13951 # We already found the complete path
a6c599b5 13952 ac_dir=`dirname $LIPO_FOR_TARGET`
cd9a469c 13953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13954$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 13955 else
13956 # Canadian cross, just use what we found
cd9a469c 13957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13958$as_echo "pre-installed" >&6; }
c47832b1 13959 fi
f5aebe3e 13960else
c47832b1 13961 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13962 # We already found the complete path
a6c599b5 13963 ac_dir=`dirname $LIPO_FOR_TARGET`
cd9a469c 13964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13965$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 13966 elif test "x$target" = "x$host"; then
f5aebe3e 13967 # We can use an host tool
13968 LIPO_FOR_TARGET='$(LIPO)'
cd9a469c 13969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13970$as_echo "host tool" >&6; }
f5aebe3e 13971 else
13972 # We need a cross tool
cd9a469c 13973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13974$as_echo "pre-installed" >&6; }
f5aebe3e 13975 fi
13976fi
a83ffacf 13977
cd9a469c 13978{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
13979$as_echo_n "checking where to find the target nm... " >&6; }
f5aebe3e 13980if test "x${build}" != "x${host}" ; then
c47832b1 13981 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13982 # We already found the complete path
a6c599b5 13983 ac_dir=`dirname $NM_FOR_TARGET`
cd9a469c 13984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13985$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 13986 else
13987 # Canadian cross, just use what we found
cd9a469c 13988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13989$as_echo "pre-installed" >&6; }
c47832b1 13990 fi
f5aebe3e 13991else
13992 ok=yes
13993 case " ${configdirs} " in
13994 *" binutils "*) ;;
13995 *) ok=no ;;
13996 esac
b30fcfae 13997
f5aebe3e 13998 if test $ok = yes; then
13999 # An in-tree tool is available and we can use it
14000 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
cd9a469c 14001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14002$as_echo "just compiled" >&6; }
c47832b1 14003 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
14004 # We already found the complete path
a6c599b5 14005 ac_dir=`dirname $NM_FOR_TARGET`
cd9a469c 14006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14007$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 14008 elif test "x$target" = "x$host"; then
14009 # We can use an host tool
14010 NM_FOR_TARGET='$(NM)'
cd9a469c 14011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14012$as_echo "host tool" >&6; }
f5aebe3e 14013 else
14014 # We need a cross tool
cd9a469c 14015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14016$as_echo "pre-installed" >&6; }
f5aebe3e 14017 fi
14018fi
a83ffacf 14019
cd9a469c 14020{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
14021$as_echo_n "checking where to find the target objdump... " >&6; }
f5aebe3e 14022if test "x${build}" != "x${host}" ; then
c47832b1 14023 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14024 # We already found the complete path
a6c599b5 14025 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
cd9a469c 14026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14027$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 14028 else
14029 # Canadian cross, just use what we found
cd9a469c 14030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14031$as_echo "pre-installed" >&6; }
c47832b1 14032 fi
f5aebe3e 14033else
14034 ok=yes
14035 case " ${configdirs} " in
14036 *" binutils "*) ;;
14037 *) ok=no ;;
14038 esac
b30fcfae 14039
f5aebe3e 14040 if test $ok = yes; then
14041 # An in-tree tool is available and we can use it
14042 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
cd9a469c 14043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14044$as_echo "just compiled" >&6; }
c47832b1 14045 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
14046 # We already found the complete path
a6c599b5 14047 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
cd9a469c 14048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14049$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 14050 elif test "x$target" = "x$host"; then
14051 # We can use an host tool
14052 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
cd9a469c 14053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14054$as_echo "host tool" >&6; }
f5aebe3e 14055 else
14056 # We need a cross tool
cd9a469c 14057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14058$as_echo "pre-installed" >&6; }
f5aebe3e 14059 fi
14060fi
a83ffacf 14061
cd9a469c 14062{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
14063$as_echo_n "checking where to find the target ranlib... " >&6; }
f5aebe3e 14064if test "x${build}" != "x${host}" ; then
c47832b1 14065 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14066 # We already found the complete path
a6c599b5 14067 ac_dir=`dirname $RANLIB_FOR_TARGET`
cd9a469c 14068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14069$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 14070 else
14071 # Canadian cross, just use what we found
cd9a469c 14072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14073$as_echo "pre-installed" >&6; }
c47832b1 14074 fi
f5aebe3e 14075else
14076 ok=yes
14077 case " ${configdirs} " in
14078 *" binutils "*) ;;
14079 *) ok=no ;;
14080 esac
b30fcfae 14081
f5aebe3e 14082 if test $ok = yes; then
14083 # An in-tree tool is available and we can use it
14084 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
cd9a469c 14085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14086$as_echo "just compiled" >&6; }
c47832b1 14087 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
14088 # We already found the complete path
a6c599b5 14089 ac_dir=`dirname $RANLIB_FOR_TARGET`
cd9a469c 14090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14091$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 14092 elif test "x$target" = "x$host"; then
14093 # We can use an host tool
14094 RANLIB_FOR_TARGET='$(RANLIB)'
cd9a469c 14095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14096$as_echo "host tool" >&6; }
f5aebe3e 14097 else
14098 # We need a cross tool
cd9a469c 14099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14100$as_echo "pre-installed" >&6; }
f5aebe3e 14101 fi
14102fi
a83ffacf 14103
3f71364d 14104{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target readelf" >&5
14105$as_echo_n "checking where to find the target readelf... " >&6; }
14106if test "x${build}" != "x${host}" ; then
14107 if expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14108 # We already found the complete path
14109 ac_dir=`dirname $READELF_FOR_TARGET`
14110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14111$as_echo "pre-installed in $ac_dir" >&6; }
14112 else
14113 # Canadian cross, just use what we found
14114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14115$as_echo "pre-installed" >&6; }
14116 fi
14117else
14118 ok=yes
14119 case " ${configdirs} " in
14120 *" binutils "*) ;;
14121 *) ok=no ;;
14122 esac
14123
14124 if test $ok = yes; then
14125 # An in-tree tool is available and we can use it
14126 READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf'
14127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14128$as_echo "just compiled" >&6; }
14129 elif expr "x$READELF_FOR_TARGET" : "x/" > /dev/null; then
14130 # We already found the complete path
14131 ac_dir=`dirname $READELF_FOR_TARGET`
14132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14133$as_echo "pre-installed in $ac_dir" >&6; }
14134 elif test "x$target" = "x$host"; then
14135 # We can use an host tool
14136 READELF_FOR_TARGET='$(READELF)'
14137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14138$as_echo "host tool" >&6; }
14139 else
14140 # We need a cross tool
14141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14142$as_echo "pre-installed" >&6; }
14143 fi
14144fi
14145
cd9a469c 14146{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14147$as_echo_n "checking where to find the target strip... " >&6; }
f5aebe3e 14148if test "x${build}" != "x${host}" ; then
c47832b1 14149 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14150 # We already found the complete path
a6c599b5 14151 ac_dir=`dirname $STRIP_FOR_TARGET`
cd9a469c 14152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14153$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 14154 else
14155 # Canadian cross, just use what we found
cd9a469c 14156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14157$as_echo "pre-installed" >&6; }
c47832b1 14158 fi
f5aebe3e 14159else
14160 ok=yes
14161 case " ${configdirs} " in
14162 *" binutils "*) ;;
14163 *) ok=no ;;
14164 esac
b30fcfae 14165
f5aebe3e 14166 if test $ok = yes; then
14167 # An in-tree tool is available and we can use it
2b7a4d59 14168 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
cd9a469c 14169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14170$as_echo "just compiled" >&6; }
c47832b1 14171 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14172 # We already found the complete path
a6c599b5 14173 ac_dir=`dirname $STRIP_FOR_TARGET`
cd9a469c 14174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14175$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 14176 elif test "x$target" = "x$host"; then
14177 # We can use an host tool
14178 STRIP_FOR_TARGET='$(STRIP)'
cd9a469c 14179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14180$as_echo "host tool" >&6; }
f5aebe3e 14181 else
14182 # We need a cross tool
cd9a469c 14183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14184$as_echo "pre-installed" >&6; }
f5aebe3e 14185 fi
14186fi
a83ffacf 14187
cd9a469c 14188{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14189$as_echo_n "checking where to find the target windres... " >&6; }
f5aebe3e 14190if test "x${build}" != "x${host}" ; then
c47832b1 14191 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14192 # We already found the complete path
a6c599b5 14193 ac_dir=`dirname $WINDRES_FOR_TARGET`
cd9a469c 14194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14195$as_echo "pre-installed in $ac_dir" >&6; }
c47832b1 14196 else
14197 # Canadian cross, just use what we found
cd9a469c 14198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14199$as_echo "pre-installed" >&6; }
c47832b1 14200 fi
f5aebe3e 14201else
14202 ok=yes
14203 case " ${configdirs} " in
14204 *" binutils "*) ;;
14205 *) ok=no ;;
14206 esac
b30fcfae 14207
f5aebe3e 14208 if test $ok = yes; then
14209 # An in-tree tool is available and we can use it
14210 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
cd9a469c 14211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14212$as_echo "just compiled" >&6; }
c47832b1 14213 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14214 # We already found the complete path
a6c599b5 14215 ac_dir=`dirname $WINDRES_FOR_TARGET`
cd9a469c 14216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14217$as_echo "pre-installed in $ac_dir" >&6; }
f5aebe3e 14218 elif test "x$target" = "x$host"; then
14219 # We can use an host tool
14220 WINDRES_FOR_TARGET='$(WINDRES)'
cd9a469c 14221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14222$as_echo "host tool" >&6; }
f5aebe3e 14223 else
14224 # We need a cross tool
cd9a469c 14225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14226$as_echo "pre-installed" >&6; }
f5aebe3e 14227 fi
71ab34df 14228fi
49aae208 14229
cd9a469c 14230{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14231$as_echo_n "checking where to find the target windmc... " >&6; }
75d6a0a9 14232if test "x${build}" != "x${host}" ; then
14233 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14234 # We already found the complete path
14235 ac_dir=`dirname $WINDMC_FOR_TARGET`
cd9a469c 14236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14237$as_echo "pre-installed in $ac_dir" >&6; }
75d6a0a9 14238 else
14239 # Canadian cross, just use what we found
cd9a469c 14240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14241$as_echo "pre-installed" >&6; }
75d6a0a9 14242 fi
14243else
14244 ok=yes
14245 case " ${configdirs} " in
14246 *" binutils "*) ;;
14247 *) ok=no ;;
14248 esac
14249
14250 if test $ok = yes; then
14251 # An in-tree tool is available and we can use it
14252 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
cd9a469c 14253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14254$as_echo "just compiled" >&6; }
75d6a0a9 14255 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14256 # We already found the complete path
14257 ac_dir=`dirname $WINDMC_FOR_TARGET`
cd9a469c 14258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14259$as_echo "pre-installed in $ac_dir" >&6; }
75d6a0a9 14260 elif test "x$target" = "x$host"; then
14261 # We can use an host tool
14262 WINDMC_FOR_TARGET='$(WINDMC)'
cd9a469c 14263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14264$as_echo "host tool" >&6; }
75d6a0a9 14265 else
14266 # We need a cross tool
cd9a469c 14267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14268$as_echo "pre-installed" >&6; }
75d6a0a9 14269 fi
14270fi
14271
49aae208 14272
14273
f5aebe3e 14274
a83ffacf 14275
71ab34df 14276# Certain tools may need extra flags.
14277AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14278RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14279NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14280
f5aebe3e 14281# When building target libraries, except in a Canadian cross, we use
14282# the same toolchain as the compiler we just built.
14283COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14284COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14285COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14286if test $host = $build; then
14287 case " $configdirs " in
14288 *" gcc "*)
14289 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14290 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14291 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14292 ;;
14293 esac
14294fi
14295
14296
14297
14298
14299
cd9a469c 14300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14301$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14302# Check whether --enable-maintainer-mode was given.
14303if test "${enable_maintainer_mode+set}" = set; then :
14304 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
3290c0cf 14305else
14306 USE_MAINTAINER_MODE=no
cd9a469c 14307fi
14308
14309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14310$as_echo "$USE_MAINTAINER_MODE" >&6; }
3290c0cf 14311
14312
14313if test "$USE_MAINTAINER_MODE" = yes; then
14314 MAINTAINER_MODE_TRUE=
14315 MAINTAINER_MODE_FALSE='#'
14316else
14317 MAINTAINER_MODE_TRUE='#'
14318 MAINTAINER_MODE_FALSE=
b30fcfae 14319fi
3290c0cf 14320MAINT=$MAINTAINER_MODE_TRUE
14321
2d64c2fd 14322# ---------------------
14323# GCC bootstrap support
14324# ---------------------
14325
14326# Stage specific cflags for build.
14327stage1_cflags="-g"
14328case $build in
14329 vax-*-*)
14330 case ${GCC} in
14331 yes) stage1_cflags="-g -Wa,-J" ;;
14332 *) stage1_cflags="-g -J" ;;
14333 esac ;;
2d64c2fd 14334esac
14335
f508ba97 14336
2d64c2fd 14337
39f34cfc 14338# Enable --enable-checking in stage1 of the compiler.
cd9a469c 14339# Check whether --enable-stage1-checking was given.
14340if test "${enable_stage1_checking+set}" = set; then :
14341 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
39f34cfc 14342else
f6be6a96 14343 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
f03e0ae4 14344 stage1_checking=--enable-checking=yes,types
39f34cfc 14345else
f6be6a96 14346 stage1_checking=--enable-checking=$enable_checking,types
39f34cfc 14347fi
cd9a469c 14348fi
39f34cfc 14349
14350
5084f823 14351
cd9a469c 14352# Enable -Werror in bootstrap stage2 and later.
14353# Check whether --enable-werror was given.
14354if test "${enable_werror+set}" = set; then :
14355 enableval=$enable_werror;
2d64c2fd 14356else
dd979235 14357 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
2d64c2fd 14358 enable_werror=yes
dc914c6d 14359else
14360 enable_werror=no
14361fi
cd9a469c 14362fi
14363
c0c5068d 14364case ${enable_werror} in
14365 yes) stage2_werror_flag="--enable-werror-always" ;;
14366 *) stage2_werror_flag="" ;;
2d64c2fd 14367esac
14368
14369
6fe86052 14370# Specify what files to not compare during bootstrap.
14371
14372compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14373case "$target" in
14374 hppa*64*-*-hpux*) ;;
14375 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
62f0972f 14376 powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;;
6fe86052 14377esac
14378
14379
cd9a469c 14380ac_config_files="$ac_config_files Makefile"
14381
b30fcfae 14382cat >confcache <<\_ACEOF
71ab34df 14383# This file is a shell script that caches the results of configure
14384# tests run on this system so they can be shared between configure
b30fcfae 14385# scripts and configure runs, see configure's option --config-cache.
14386# It is not useful on other systems. If it contains results you don't
14387# want to keep, you may remove or edit it.
71ab34df 14388#
b30fcfae 14389# config.status only pays attention to the cache file if you give it
14390# the --recheck option to rerun configure.
71ab34df 14391#
b30fcfae 14392# `ac_cv_env_foo' variables (set or unset) will be overridden when
14393# loading this file, other *unset* `ac_cv_foo' will be assigned the
14394# following values.
14395
14396_ACEOF
14397
71ab34df 14398# The following way of writing the cache mishandles newlines in values,
14399# but we know of no workaround that is simple, portable, and efficient.
cd9a469c 14400# So, we kill variables containing newlines.
71ab34df 14401# Ultrix sh set writes to stderr and can't be redirected directly,
14402# and sets the high bit in the cache file unless we assign to the vars.
cd9a469c 14403(
14404 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14405 eval ac_val=\$$ac_var
14406 case $ac_val in #(
14407 *${as_nl}*)
14408 case $ac_var in #(
14409 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14410$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14411 esac
14412 case $ac_var in #(
14413 _ | IFS | as_nl) ;; #(
14414 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14415 *) { eval $ac_var=; unset $ac_var;} ;;
14416 esac ;;
14417 esac
14418 done
14419
b30fcfae 14420 (set) 2>&1 |
cd9a469c 14421 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14422 *${as_nl}ac_space=\ *)
14423 # `set' does not quote correctly, so add quotes: double-quote
14424 # substitution turns \\\\ into \\, and sed turns \\ into \.
b30fcfae 14425 sed -n \
14426 "s/'/'\\\\''/g;
14427 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
cd9a469c 14428 ;; #(
b30fcfae 14429 *)
14430 # `set' quotes correctly as required by POSIX, so do not add quotes.
cd9a469c 14431 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b30fcfae 14432 ;;
cd9a469c 14433 esac |
14434 sort
14435) |
b30fcfae 14436 sed '
cd9a469c 14437 /^ac_cv_env_/b end
b30fcfae 14438 t clear
cd9a469c 14439 :clear
b30fcfae 14440 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14441 t end
cd9a469c 14442 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14443 :end' >>confcache
14444if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14445 if test -w "$cache_file"; then
14446 test "x$cache_file" != "x/dev/null" &&
14447 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14448$as_echo "$as_me: updating cache $cache_file" >&6;}
b30fcfae 14449 cat confcache >$cache_file
71ab34df 14450 else
cd9a469c 14451 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14452$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
71ab34df 14453 fi
805e22b2 14454fi
71ab34df 14455rm -f confcache
a8298541 14456
71ab34df 14457test "x$prefix" = xNONE && prefix=$ac_default_prefix
14458# Let make expand exec_prefix.
14459test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
92424a17 14460
71ab34df 14461# Transform confdefs.h into DEFS.
14462# Protect against shell expansion while executing Makefile rules.
14463# Protect against Makefile macro expansion.
b30fcfae 14464#
14465# If the first sed substitution is executed (which looks for macros that
cd9a469c 14466# take arguments), then branch to the quote section. Otherwise,
b30fcfae 14467# look for a macro that doesn't take arguments.
cd9a469c 14468ac_script='
14469:mline
14470/\\$/{
14471 N
14472 s,\\\n,,
14473 b mline
14474}
b30fcfae 14475t clear
cd9a469c 14476:clear
14477s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
b30fcfae 14478t quote
cd9a469c 14479s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
b30fcfae 14480t quote
cd9a469c 14481b any
14482:quote
14483s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14484s/\[/\\&/g
14485s/\]/\\&/g
14486s/\$/$$/g
14487H
14488:any
14489${
14490 g
14491 s/^\n//
14492 s/\n/ /g
14493 p
14494}
14495'
14496DEFS=`sed -n "$ac_script" confdefs.h`
b30fcfae 14497
14498
14499ac_libobjs=
14500ac_ltlibobjs=
14501for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14502 # 1. Remove the extension, and $U if already installed.
cd9a469c 14503 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14504 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14505 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14506 # will be set to the directory where LIBOBJS objects are built.
14507 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14508 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b30fcfae 14509done
14510LIBOBJS=$ac_libobjs
a4af6a58 14511
b30fcfae 14512LTLIBOBJS=$ac_ltlibobjs
a83ffacf 14513
ae48753c 14514
b30fcfae 14515
14516: ${CONFIG_STATUS=./config.status}
cd9a469c 14517ac_write_fail=0
b30fcfae 14518ac_clean_files_save=$ac_clean_files
14519ac_clean_files="$ac_clean_files $CONFIG_STATUS"
cd9a469c 14520{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14521$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14522as_write_fail=0
14523cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b30fcfae 14524#! $SHELL
14525# Generated by $as_me.
71ab34df 14526# Run this file to recreate the current configuration.
71ab34df 14527# Compiler output produced by configure, useful for debugging
b30fcfae 14528# configure, is in config.log if it exists.
a83ffacf 14529
b30fcfae 14530debug=false
14531ac_cs_recheck=false
14532ac_cs_silent=false
b30fcfae 14533
cd9a469c 14534SHELL=\${CONFIG_SHELL-$SHELL}
14535export SHELL
14536_ASEOF
14537cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14538## -------------------- ##
14539## M4sh Initialization. ##
14540## -------------------- ##
14541
14542# Be more Bourne compatible
14543DUALCASE=1; export DUALCASE # for MKS sh
14544if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b30fcfae 14545 emulate sh
14546 NULLCMD=:
cd9a469c 14547 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b30fcfae 14548 # is contrary to our usage. Disable this feature.
14549 alias -g '${1+"$@"}'='"$@"'
cd9a469c 14550 setopt NO_GLOB_SUBST
14551else
14552 case `(set -o) 2>/dev/null` in #(
14553 *posix*) :
14554 set -o posix ;; #(
14555 *) :
14556 ;;
14557esac
b30fcfae 14558fi
b30fcfae 14559
cd9a469c 14560
14561as_nl='
14562'
14563export as_nl
14564# Printing a long string crashes Solaris 7 /usr/bin/printf.
14565as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14566as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14567as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14568# Prefer a ksh shell builtin over an external printf program on Solaris,
14569# but without wasting forks for bash or zsh.
14570if test -z "$BASH_VERSION$ZSH_VERSION" \
14571 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14572 as_echo='print -r --'
14573 as_echo_n='print -rn --'
14574elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14575 as_echo='printf %s\n'
14576 as_echo_n='printf %s'
14577else
14578 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14579 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14580 as_echo_n='/usr/ucb/echo -n'
14581 else
14582 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14583 as_echo_n_body='eval
14584 arg=$1;
14585 case $arg in #(
14586 *"$as_nl"*)
14587 expr "X$arg" : "X\\(.*\\)$as_nl";
14588 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14589 esac;
14590 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14591 '
14592 export as_echo_n_body
14593 as_echo_n='sh -c $as_echo_n_body as_echo'
14594 fi
14595 export as_echo_body
14596 as_echo='sh -c $as_echo_body as_echo'
b30fcfae 14597fi
14598
cd9a469c 14599# The user is always right.
14600if test "${PATH_SEPARATOR+set}" != set; then
14601 PATH_SEPARATOR=:
14602 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14603 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14604 PATH_SEPARATOR=';'
14605 }
14606fi
14607
14608
14609# IFS
14610# We need space, tab and new line, in precisely that order. Quoting is
14611# there to prevent editors from complaining about space-tab.
14612# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14613# splitting by setting IFS to empty value.)
14614IFS=" "" $as_nl"
14615
14616# Find who we are. Look in the path if we contain no directory separator.
14617case $0 in #((
14618 *[\\/]* ) as_myself=$0 ;;
14619 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14620for as_dir in $PATH
14621do
14622 IFS=$as_save_IFS
14623 test -z "$as_dir" && as_dir=.
14624 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14625 done
14626IFS=$as_save_IFS
14627
14628 ;;
14629esac
14630# We did not find ourselves, most probably we were run as `sh COMMAND'
14631# in which case we are not to be found in the path.
14632if test "x$as_myself" = x; then
14633 as_myself=$0
14634fi
14635if test ! -f "$as_myself"; then
14636 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14637 exit 1
14638fi
b30fcfae 14639
cd9a469c 14640# Unset variables that we do not need and which cause bugs (e.g. in
14641# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14642# suppresses any "Segmentation fault" message there. '((' could
14643# trigger a bug in pdksh 5.2.14.
14644for as_var in BASH_ENV ENV MAIL MAILPATH
14645do eval test x\${$as_var+set} = xset \
14646 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14647done
b30fcfae 14648PS1='$ '
14649PS2='> '
14650PS4='+ '
14651
14652# NLS nuisances.
cd9a469c 14653LC_ALL=C
14654export LC_ALL
14655LANGUAGE=C
14656export LANGUAGE
14657
14658# CDPATH.
14659(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14660
14661
14662# as_fn_error ERROR [LINENO LOG_FD]
14663# ---------------------------------
14664# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14665# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14666# script with status $?, using 1 if that was 0.
14667as_fn_error ()
14668{
14669 as_status=$?; test $as_status -eq 0 && as_status=1
14670 if test "$3"; then
14671 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14672 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
b30fcfae 14673 fi
cd9a469c 14674 $as_echo "$as_me: error: $1" >&2
14675 as_fn_exit $as_status
14676} # as_fn_error
14677
14678
14679# as_fn_set_status STATUS
14680# -----------------------
14681# Set $? to STATUS, without forking.
14682as_fn_set_status ()
14683{
14684 return $1
14685} # as_fn_set_status
14686
14687# as_fn_exit STATUS
14688# -----------------
14689# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14690as_fn_exit ()
14691{
14692 set +e
14693 as_fn_set_status $1
14694 exit $1
14695} # as_fn_exit
14696
14697# as_fn_unset VAR
14698# ---------------
14699# Portably unset VAR.
14700as_fn_unset ()
14701{
14702 { eval $1=; unset $1;}
14703}
14704as_unset=as_fn_unset
14705# as_fn_append VAR VALUE
14706# ----------------------
14707# Append the text in VALUE to the end of the definition contained in VAR. Take
14708# advantage of any shell optimizations that allow amortized linear growth over
14709# repeated appends, instead of the typical quadratic growth present in naive
14710# implementations.
14711if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14712 eval 'as_fn_append ()
14713 {
14714 eval $1+=\$2
14715 }'
14716else
14717 as_fn_append ()
14718 {
14719 eval $1=\$$1\$2
14720 }
14721fi # as_fn_append
14722
14723# as_fn_arith ARG...
14724# ------------------
14725# Perform arithmetic evaluation on the ARGs, and store the result in the
14726# global $as_val. Take advantage of shells that can avoid forks. The arguments
14727# must be portable across $(()) and expr.
14728if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14729 eval 'as_fn_arith ()
14730 {
14731 as_val=$(( $* ))
14732 }'
14733else
14734 as_fn_arith ()
14735 {
14736 as_val=`expr "$@" || test $? -eq 1`
14737 }
14738fi # as_fn_arith
14739
b30fcfae 14740
cd9a469c 14741if expr a : '\(a\)' >/dev/null 2>&1 &&
14742 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b30fcfae 14743 as_expr=expr
14744else
14745 as_expr=false
14746fi
14747
cd9a469c 14748if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b30fcfae 14749 as_basename=basename
14750else
14751 as_basename=false
14752fi
14753
cd9a469c 14754if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14755 as_dirname=dirname
14756else
14757 as_dirname=false
14758fi
b30fcfae 14759
cd9a469c 14760as_me=`$as_basename -- "$0" ||
b30fcfae 14761$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14762 X"$0" : 'X\(//\)$' \| \
cd9a469c 14763 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14764$as_echo X/"$0" |
14765 sed '/^.*\/\([^/][^/]*\)\/*$/{
14766 s//\1/
14767 q
14768 }
14769 /^X\/\(\/\/\)$/{
14770 s//\1/
14771 q
14772 }
14773 /^X\/\(\/\).*/{
14774 s//\1/
14775 q
14776 }
14777 s/.*/./; q'`
5084f823 14778
5084f823 14779# Avoid depending upon Character Ranges.
14780as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14781as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14782as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14783as_cr_digits='0123456789'
14784as_cr_alnum=$as_cr_Letters$as_cr_digits
14785
cd9a469c 14786ECHO_C= ECHO_N= ECHO_T=
14787case `echo -n x` in #(((((
14788-n*)
14789 case `echo 'xy\c'` in
14790 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14791 xy) ECHO_C='\c';;
14792 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14793 ECHO_T=' ';;
14794 esac;;
14795*)
14796 ECHO_N='-n';;
b30fcfae 14797esac
14798
cd9a469c 14799rm -f conf$$ conf$$.exe conf$$.file
14800if test -d conf$$.dir; then
14801 rm -f conf$$.dir/conf$$.file
b30fcfae 14802else
cd9a469c 14803 rm -f conf$$.dir
14804 mkdir conf$$.dir 2>/dev/null
b30fcfae 14805fi
cd9a469c 14806if (echo >conf$$.file) 2>/dev/null; then
14807 if ln -s conf$$.file conf$$ 2>/dev/null; then
5084f823 14808 as_ln_s='ln -s'
cd9a469c 14809 # ... but there are two gotchas:
14810 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14811 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14812 # In both cases, we have to default to `cp -p'.
14813 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14814 as_ln_s='cp -p'
14815 elif ln conf$$.file conf$$ 2>/dev/null; then
14816 as_ln_s=ln
14817 else
14818 as_ln_s='cp -p'
5084f823 14819 fi
b30fcfae 14820else
14821 as_ln_s='cp -p'
14822fi
cd9a469c 14823rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14824rmdir conf$$.dir 2>/dev/null
14825
14826
14827# as_fn_mkdir_p
14828# -------------
14829# Create "$as_dir" as a directory, including parents if necessary.
14830as_fn_mkdir_p ()
14831{
14832
14833 case $as_dir in #(
14834 -*) as_dir=./$as_dir;;
14835 esac
14836 test -d "$as_dir" || eval $as_mkdir_p || {
14837 as_dirs=
14838 while :; do
14839 case $as_dir in #(
14840 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14841 *) as_qdir=$as_dir;;
14842 esac
14843 as_dirs="'$as_qdir' $as_dirs"
14844 as_dir=`$as_dirname -- "$as_dir" ||
14845$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14846 X"$as_dir" : 'X\(//\)[^/]' \| \
14847 X"$as_dir" : 'X\(//\)$' \| \
14848 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14849$as_echo X"$as_dir" |
14850 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14851 s//\1/
14852 q
14853 }
14854 /^X\(\/\/\)[^/].*/{
14855 s//\1/
14856 q
14857 }
14858 /^X\(\/\/\)$/{
14859 s//\1/
14860 q
14861 }
14862 /^X\(\/\).*/{
14863 s//\1/
14864 q
14865 }
14866 s/.*/./; q'`
14867 test -d "$as_dir" && break
14868 done
14869 test -z "$as_dirs" || eval "mkdir $as_dirs"
14870 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14871
b30fcfae 14872
cd9a469c 14873} # as_fn_mkdir_p
b30fcfae 14874if mkdir -p . 2>/dev/null; then
cd9a469c 14875 as_mkdir_p='mkdir -p "$as_dir"'
b30fcfae 14876else
14877 test -d ./-p && rmdir ./-p
14878 as_mkdir_p=false
14879fi
14880
cd9a469c 14881if test -x / >/dev/null 2>&1; then
14882 as_test_x='test -x'
14883else
14884 if ls -dL / >/dev/null 2>&1; then
14885 as_ls_L_option=L
14886 else
14887 as_ls_L_option=
14888 fi
14889 as_test_x='
14890 eval sh -c '\''
14891 if test -d "$1"; then
14892 test -d "$1/.";
14893 else
14894 case $1 in #(
14895 -*)set "./$1";;
14896 esac;
14897 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14898 ???[sx]*):;;*)false;;esac;fi
14899 '\'' sh
14900 '
14901fi
14902as_executable_p=$as_test_x
b30fcfae 14903
14904# Sed expression to map a string onto a valid CPP name.
14905as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14906
14907# Sed expression to map a string onto a valid variable name.
14908as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14909
14910
b30fcfae 14911exec 6>&1
cd9a469c 14912## ----------------------------------- ##
14913## Main body of $CONFIG_STATUS script. ##
14914## ----------------------------------- ##
14915_ASEOF
14916test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14917
14918cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14919# Save the log message, to keep $0 and so on meaningful, and to
b30fcfae 14920# report actual input values of CONFIG_FILES etc. instead of their
cd9a469c 14921# values after options handling.
14922ac_log="
b30fcfae 14923This file was extended by $as_me, which was
cd9a469c 14924generated by GNU Autoconf 2.64. Invocation command line was
b30fcfae 14925
14926 CONFIG_FILES = $CONFIG_FILES
14927 CONFIG_HEADERS = $CONFIG_HEADERS
14928 CONFIG_LINKS = $CONFIG_LINKS
14929 CONFIG_COMMANDS = $CONFIG_COMMANDS
14930 $ $0 $@
14931
cd9a469c 14932on `(hostname || uname -n) 2>/dev/null | sed 1q`
14933"
14934
b30fcfae 14935_ACEOF
14936
cd9a469c 14937case $ac_config_files in *"
14938"*) set x $ac_config_files; shift; ac_config_files=$*;;
14939esac
b30fcfae 14940
5084f823 14941
5084f823 14942
cd9a469c 14943cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14944# Files that config.status was made for.
14945config_files="$ac_config_files"
b30fcfae 14946
cd9a469c 14947_ACEOF
5084f823 14948
cd9a469c 14949cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b30fcfae 14950ac_cs_usage="\
cd9a469c 14951\`$as_me' instantiates files and other configuration actions
14952from templates according to the current configuration. Unless the files
14953and actions are specified as TAGs, all are instantiated by default.
b30fcfae 14954
cd9a469c 14955Usage: $0 [OPTION]... [TAG]...
b30fcfae 14956
14957 -h, --help print this help, then exit
cd9a469c 14958 -V, --version print version number and configuration settings, then exit
14959 -q, --quiet, --silent
14960 do not print progress messages
b30fcfae 14961 -d, --debug don't remove temporary files
14962 --recheck update $as_me by reconfiguring in the same conditions
cd9a469c 14963 --file=FILE[:TEMPLATE]
14964 instantiate the configuration file FILE
b30fcfae 14965
14966Configuration files:
14967$config_files
14968
cd9a469c 14969Report bugs to the package provider."
5084f823 14970
cd9a469c 14971_ACEOF
14972cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b30fcfae 14973ac_cs_version="\\
14974config.status
cd9a469c 14975configured by $0, generated by GNU Autoconf 2.64,
14976 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
b30fcfae 14977
cd9a469c 14978Copyright (C) 2009 Free Software Foundation, Inc.
b30fcfae 14979This config.status script is free software; the Free Software Foundation
14980gives unlimited permission to copy, distribute and modify it."
cd9a469c 14981
14982ac_pwd='$ac_pwd'
14983srcdir='$srcdir'
14984INSTALL='$INSTALL'
b181f265 14985AWK='$AWK'
cd9a469c 14986test -n "\$AWK" || AWK=awk
b30fcfae 14987_ACEOF
14988
cd9a469c 14989cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14990# The default lists apply if the user does not specify any file.
b30fcfae 14991ac_need_defaults=:
14992while test $# != 0
b1660f25 14993do
b30fcfae 14994 case $1 in
14995 --*=*)
cd9a469c 14996 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14997 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b30fcfae 14998 ac_shift=:
14999 ;;
cd9a469c 15000 *)
b30fcfae 15001 ac_option=$1
15002 ac_optarg=$2
15003 ac_shift=shift
15004 ;;
b30fcfae 15005 esac
15006
15007 case $ac_option in
15008 # Handling of the options.
71ab34df 15009 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
b30fcfae 15010 ac_cs_recheck=: ;;
cd9a469c 15011 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15012 $as_echo "$ac_cs_version"; exit ;;
15013 --debug | --debu | --deb | --de | --d | -d )
b30fcfae 15014 debug=: ;;
15015 --file | --fil | --fi | --f )
15016 $ac_shift
cd9a469c 15017 case $ac_optarg in
15018 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15019 esac
15020 as_fn_append CONFIG_FILES " '$ac_optarg'"
5084f823 15021 ac_need_defaults=false;;
cd9a469c 15022 --he | --h | --help | --hel | -h )
15023 $as_echo "$ac_cs_usage"; exit ;;
b30fcfae 15024 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15025 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15026 ac_cs_silent=: ;;
15027
15028 # This is an error.
cd9a469c 15029 -*) as_fn_error "unrecognized option: \`$1'
15030Try \`$0 --help' for more information." ;;
b30fcfae 15031
cd9a469c 15032 *) as_fn_append ac_config_targets " $1"
15033 ac_need_defaults=false ;;
b30fcfae 15034
a83ffacf 15035 esac
b30fcfae 15036 shift
a83ffacf 15037done
15038
b30fcfae 15039ac_configure_extra_args=
a83ffacf 15040
b30fcfae 15041if $ac_cs_silent; then
15042 exec 6>/dev/null
15043 ac_configure_extra_args="$ac_configure_extra_args --silent"
15044fi
a83ffacf 15045
b30fcfae 15046_ACEOF
cd9a469c 15047cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b30fcfae 15048if \$ac_cs_recheck; then
cd9a469c 15049 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15050 shift
15051 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15052 CONFIG_SHELL='$SHELL'
15053 export CONFIG_SHELL
15054 exec "\$@"
b30fcfae 15055fi
15056
15057_ACEOF
cd9a469c 15058cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15059exec 5>>config.log
15060{
15061 echo
15062 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15063## Running $as_me. ##
15064_ASBOX
15065 $as_echo "$ac_log"
15066} >&5
b30fcfae 15067
cd9a469c 15068_ACEOF
15069cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8bb79148 15070#
15071# INIT-COMMANDS
15072#
15073extrasub_build="$extrasub_build"
15074 extrasub_host="$extrasub_host"
15075 extrasub_target="$extrasub_target"
15076
cd9a469c 15077_ACEOF
b30fcfae 15078
cd9a469c 15079cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
570af75a 15080
cd9a469c 15081# Handling of arguments.
b30fcfae 15082for ac_config_target in $ac_config_targets
15083do
cd9a469c 15084 case $ac_config_target in
15085 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15086
15087 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
b30fcfae 15088 esac
15089done
15090
cd9a469c 15091
b30fcfae 15092# If the user did not use the arguments to specify the items to instantiate,
15093# then the envvar interface is used. Set only those that are not.
15094# We use the long form for the default assignment because of an extremely
15095# bizarre bug on SunOS 4.1.3.
15096if $ac_need_defaults; then
15097 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15098fi
15099
15100# Have a temporary directory for convenience. Make it in the build tree
cd9a469c 15101# simply because there is no reason against having it here, and in addition,
b30fcfae 15102# creating and moving files from /tmp can sometimes cause problems.
cd9a469c 15103# Hook for its removal unless debugging.
15104# Note that there is a small window in which the directory will not be cleaned:
15105# after its creation but before its name has been assigned to `$tmp'.
b30fcfae 15106$debug ||
15107{
cd9a469c 15108 tmp=
15109 trap 'exit_status=$?
15110 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15111' 0
15112 trap 'as_fn_exit 1' 1 2 13 15
b30fcfae 15113}
b30fcfae 15114# Create a (secure) tmp directory for tmp files.
15115
15116{
cd9a469c 15117 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
b30fcfae 15118 test -n "$tmp" && test -d "$tmp"
15119} ||
15120{
cd9a469c 15121 tmp=./conf$$-$RANDOM
15122 (umask 077 && mkdir "$tmp")
15123} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15124
15125# Set up the scripts for CONFIG_FILES section.
15126# No need to generate them if there are no CONFIG_FILES.
15127# This happens for instance with `./config.status config.h'.
15128if test -n "$CONFIG_FILES"; then
15129
15130if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15131 ac_cs_awk_getline=:
15132 ac_cs_awk_pipe_init=
15133 ac_cs_awk_read_file='
15134 while ((getline aline < (F[key])) > 0)
15135 print(aline)
15136 close(F[key])'
15137 ac_cs_awk_pipe_fini=
15138else
15139 ac_cs_awk_getline=false
15140 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15141 ac_cs_awk_read_file='
15142 print "|#_!!_#|"
15143 print "cat " F[key] " &&"
15144 '$ac_cs_awk_pipe_init
15145 # The final `:' finishes the AND list.
15146 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15147fi
15148ac_cr=`echo X | tr X '\015'`
15149# On cygwin, bash can eat \r inside `` if the user requested igncr.
15150# But we know of no other shell where ac_cr would be empty at this
15151# point, so we can use a bashism as a fallback.
15152if test "x$ac_cr" = x; then
15153 eval ac_cr=\$\'\\r\'
15154fi
15155ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15156if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15157 ac_cs_awk_cr='\r'
15158else
15159 ac_cs_awk_cr=$ac_cr
15160fi
15161
15162echo 'BEGIN {' >"$tmp/subs1.awk" &&
15163_ACEOF
15164
15165# Create commands to substitute file output variables.
b30fcfae 15166{
cd9a469c 15167 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15168 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15169 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15170 echo "_ACAWK" &&
15171 echo "_ACEOF"
15172} >conf$$files.sh &&
15173. ./conf$$files.sh ||
15174 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15175rm -f conf$$files.sh
b30fcfae 15176
cd9a469c 15177{
15178 echo "cat >conf$$subs.awk <<_ACEOF" &&
15179 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15180 echo "_ACEOF"
15181} >conf$$subs.sh ||
15182 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15183ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15184ac_delim='%!_!# '
15185for ac_last_try in false false false false false :; do
15186 . ./conf$$subs.sh ||
15187 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15188
15189 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15190 if test $ac_delim_n = $ac_delim_num; then
15191 break
15192 elif $ac_last_try; then
15193 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15194 else
15195 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15196 fi
15197done
15198rm -f conf$$subs.sh
15199
15200cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15201cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
5084f823 15202_ACEOF
cd9a469c 15203sed -n '
15204h
15205s/^/S["/; s/!.*/"]=/
15206p
15207g
15208s/^[^!]*!//
15209:repl
15210t repl
15211s/'"$ac_delim"'$//
15212t delim
15213:nl
15214h
15215s/\(.\{148\}\).*/\1/
15216t more1
15217s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15218p
15219n
15220b repl
15221:more1
15222s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15223p
15224g
15225s/.\{148\}//
15226t nl
15227:delim
15228h
15229s/\(.\{148\}\).*/\1/
15230t more2
15231s/["\\]/\\&/g; s/^/"/; s/$/"/
15232p
15233b
15234:more2
15235s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15236p
15237g
15238s/.\{148\}//
15239t delim
15240' <conf$$subs.awk | sed '
15241/^[^""]/{
15242 N
15243 s/\n//
15244}
15245' >>$CONFIG_STATUS || ac_write_fail=1
15246rm -f conf$$subs.awk
15247cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15248_ACAWK
15249cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15250 for (key in S) S_is_set[key] = 1
15251 FS = "\a"
15252 \$ac_cs_awk_pipe_init
15253}
15254{
15255 line = $ 0
15256 nfields = split(line, field, "@")
15257 substed = 0
15258 len = length(field[1])
15259 for (i = 2; i < nfields; i++) {
15260 key = field[i]
15261 keylen = length(key)
15262 if (S_is_set[key]) {
15263 value = S[key]
15264 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15265 len += length(value) + length(field[++i])
15266 substed = 1
15267 } else
15268 len += 1 + keylen
15269 }
15270 if (nfields == 3 && !substed) {
15271 key = field[2]
15272 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15273 \$ac_cs_awk_read_file
15274 next
15275 }
15276 }
15277 print line
15278}
15279\$ac_cs_awk_pipe_fini
15280_ACAWK
15281_ACEOF
15282cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15283if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15284 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15285else
15286 cat
15287fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15288 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15289_ACEOF
15290
15291# VPATH may cause trouble with some makes, so we remove $(srcdir),
15292# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15293# trailing colons and then remove the whole line if VPATH becomes empty
15294# (actually we leave an empty line to preserve line numbers).
15295if test "x$srcdir" = x.; then
15296 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15297s/:*\$(srcdir):*/:/
15298s/:*\${srcdir}:*/:/
15299s/:*@srcdir@:*/:/
15300s/^\([^=]*=[ ]*\):*/\1/
15301s/:*$//
15302s/^[^=]*=[ ]*$//
15303}'
15304fi
5084f823 15305
cd9a469c 15306cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15307fi # test -n "$CONFIG_FILES"
5084f823 15308
b30fcfae 15309
cd9a469c 15310eval set X " :F $CONFIG_FILES "
15311shift
15312for ac_tag
15313do
15314 case $ac_tag in
15315 :[FHLC]) ac_mode=$ac_tag; continue;;
15316 esac
15317 case $ac_mode$ac_tag in
15318 :[FHL]*:*);;
15319 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15320 :[FH]-) ac_tag=-:-;;
15321 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15322 esac
15323 ac_save_IFS=$IFS
15324 IFS=:
15325 set x $ac_tag
15326 IFS=$ac_save_IFS
15327 shift
15328 ac_file=$1
15329 shift
a8298541 15330
cd9a469c 15331 case $ac_mode in
15332 :L) ac_source=$1;;
15333 :[FH])
15334 ac_file_inputs=
15335 for ac_f
15336 do
15337 case $ac_f in
15338 -) ac_f="$tmp/stdin";;
15339 *) # Look for the file first in the build tree, then in the source tree
15340 # (if the path is not absolute). The absolute path cannot be DOS-style,
15341 # because $ac_f cannot contain `:'.
15342 test -f "$ac_f" ||
15343 case $ac_f in
15344 [\\/$]*) false;;
15345 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15346 esac ||
15347 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15348 esac
15349 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15350 as_fn_append ac_file_inputs " '$ac_f'"
15351 done
b30fcfae 15352
cd9a469c 15353 # Let's still pretend it is `configure' which instantiates (i.e., don't
15354 # use $as_me), people would be surprised to read:
15355 # /* config.h. Generated by config.status. */
15356 configure_input='Generated from '`
15357 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15358 `' by configure.'
15359 if test x"$ac_file" != x-; then
15360 configure_input="$ac_file. $configure_input"
15361 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15362$as_echo "$as_me: creating $ac_file" >&6;}
5084f823 15363 fi
cd9a469c 15364 # Neutralize special characters interpreted by sed in replacement strings.
15365 case $configure_input in #(
15366 *\&* | *\|* | *\\* )
15367 ac_sed_conf_input=`$as_echo "$configure_input" |
15368 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15369 *) ac_sed_conf_input=$configure_input;;
15370 esac
570af75a 15371
cd9a469c 15372 case $ac_tag in
15373 *:-:* | *:-) cat >"$tmp/stdin" \
15374 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15375 esac
15376 ;;
570af75a 15377 esac
15378
cd9a469c 15379 ac_dir=`$as_dirname -- "$ac_file" ||
b30fcfae 15380$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15381 X"$ac_file" : 'X\(//\)[^/]' \| \
15382 X"$ac_file" : 'X\(//\)$' \| \
cd9a469c 15383 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15384$as_echo X"$ac_file" |
15385 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15386 s//\1/
15387 q
15388 }
15389 /^X\(\/\/\)[^/].*/{
15390 s//\1/
15391 q
15392 }
15393 /^X\(\/\/\)$/{
15394 s//\1/
15395 q
15396 }
15397 /^X\(\/\).*/{
15398 s//\1/
15399 q
15400 }
15401 s/.*/./; q'`
15402 as_dir="$ac_dir"; as_fn_mkdir_p
b30fcfae 15403 ac_builddir=.
a83ffacf 15404
cd9a469c 15405case "$ac_dir" in
15406.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15407*)
15408 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15409 # A ".." for each directory in $ac_dir_suffix.
15410 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15411 case $ac_top_builddir_sub in
15412 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15413 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15414 esac ;;
15415esac
15416ac_abs_top_builddir=$ac_pwd
15417ac_abs_builddir=$ac_pwd$ac_dir_suffix
15418# for backward compatibility:
15419ac_top_builddir=$ac_top_build_prefix
b30fcfae 15420
15421case $srcdir in
cd9a469c 15422 .) # We are building in place.
b30fcfae 15423 ac_srcdir=.
cd9a469c 15424 ac_top_srcdir=$ac_top_builddir_sub
15425 ac_abs_top_srcdir=$ac_pwd ;;
15426 [\\/]* | ?:[\\/]* ) # Absolute name.
b30fcfae 15427 ac_srcdir=$srcdir$ac_dir_suffix;
cd9a469c 15428 ac_top_srcdir=$srcdir
15429 ac_abs_top_srcdir=$srcdir ;;
15430 *) # Relative name.
15431 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15432 ac_top_srcdir=$ac_top_build_prefix$srcdir
15433 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b30fcfae 15434esac
cd9a469c 15435ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b1660f25 15436
a83ffacf 15437
cd9a469c 15438 case $ac_mode in
15439 :F)
15440 #
15441 # CONFIG_FILE
15442 #
b30fcfae 15443
15444 case $INSTALL in
15445 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
cd9a469c 15446 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
71ab34df 15447 esac
cd9a469c 15448_ACEOF
570af75a 15449
cd9a469c 15450cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15451# If the template does not know about datarootdir, expand it.
15452# FIXME: This hack should be removed a few years after 2.60.
15453ac_datarootdir_hack=; ac_datarootdir_seen=
15454ac_sed_dataroot='
15455/datarootdir/ {
15456 p
15457 q
15458}
15459/@datadir@/p
15460/@docdir@/p
15461/@infodir@/p
15462/@localedir@/p
15463/@mandir@/p'
15464case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15465*datarootdir*) ac_datarootdir_seen=yes;;
15466*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15467 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15468$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
570af75a 15469_ACEOF
cd9a469c 15470cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15471 ac_datarootdir_hack='
15472 s&@datadir@&$datadir&g
15473 s&@docdir@&$docdir&g
15474 s&@infodir@&$infodir&g
15475 s&@localedir@&$localedir&g
15476 s&@mandir@&$mandir&g
15477 s&\\\${datarootdir}&$datarootdir&g' ;;
15478esac
15479_ACEOF
15480
15481# Neutralize VPATH when `$srcdir' = `.'.
15482# Shell code in configure.ac might set extrasub.
15483# FIXME: do we really want to maintain this feature?
15484cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15485ac_sed_extra="$ac_vpsub
b30fcfae 15486$extrasub
15487_ACEOF
cd9a469c 15488cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b30fcfae 15489:t
15490/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
cd9a469c 15491s|@configure_input@|$ac_sed_conf_input|;t t
15492s&@top_builddir@&$ac_top_builddir_sub&;t t
15493s&@top_build_prefix@&$ac_top_build_prefix&;t t
15494s&@srcdir@&$ac_srcdir&;t t
15495s&@abs_srcdir@&$ac_abs_srcdir&;t t
15496s&@top_srcdir@&$ac_top_srcdir&;t t
15497s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15498s&@builddir@&$ac_builddir&;t t
15499s&@abs_builddir@&$ac_abs_builddir&;t t
15500s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15501s&@INSTALL@&$ac_INSTALL&;t t
15502$ac_datarootdir_hack
15503"
15504eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15505if $ac_cs_awk_getline; then
15506 $AWK -f "$tmp/subs.awk"
15507else
15508 $AWK -f "$tmp/subs.awk" | $SHELL
15509fi >$tmp/out \
15510 || as_fn_error "could not create $ac_file" "$LINENO" 5
15511
15512test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15513 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15514 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15515 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15516which seems to be undefined. Please make sure it is defined." >&5
15517$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15518which seems to be undefined. Please make sure it is defined." >&2;}
15519
15520 rm -f "$tmp/stdin"
15521 case $ac_file in
15522 -) cat "$tmp/out" && rm -f "$tmp/out";;
15523 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15524 esac \
15525 || as_fn_error "could not create $ac_file" "$LINENO" 5
15526 ;;
570af75a 15527
570af75a 15528
a8298541 15529
cd9a469c 15530 esac
15531
8bb79148 15532
15533 case $ac_file$ac_mode in
15534 "Makefile":F) sed "$extrasub_build" Makefile |
15535 sed "$extrasub_host" |
15536 sed "$extrasub_target" > mf$$
15537 mv -f mf$$ Makefile ;;
15538
15539 esac
cd9a469c 15540done # for ac_tag
15541
15542
15543as_fn_exit 0
b30fcfae 15544_ACEOF
b30fcfae 15545ac_clean_files=$ac_clean_files_save
15546
cd9a469c 15547test $ac_write_fail = 0 ||
15548 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15549
b30fcfae 15550
15551# configure is writing to config.log, and then calls config.status.
15552# config.status does its own redirection, appending to config.log.
15553# Unfortunately, on DOS this fails, as config.log is still kept open
15554# by configure, so config.status won't be able to write to it; its
15555# output is simply discarded. So we exec the FD to /dev/null,
15556# effectively closing config.log, so it can be properly (re)opened and
15557# appended to by config.status. When coming back to configure, we
15558# need to make the FD available again.
15559if test "$no_create" != yes; then
15560 ac_cs_success=:
15561 ac_config_status_args=
15562 test "$silent" = yes &&
15563 ac_config_status_args="$ac_config_status_args --quiet"
15564 exec 5>/dev/null
15565 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15566 exec 5>>config.log
15567 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15568 # would make configure fail if this is the last instruction.
cd9a469c 15569 $ac_cs_success || as_fn_exit $?
15570fi
15571if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15572 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15573$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b30fcfae 15574fi
a8298541 15575