* configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
[deliverable/binutils-gdb.git] / configure
... / ...
CommitLineData
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
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.
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
14
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 :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
31fi
32
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 }
79fi
80
81
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
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
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'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172test \$(( 1 + 1 )) = 2 || exit 1"
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
184do
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."
228 else
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."
233 fi
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
263
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
375 as_expr=expr
376else
377 as_expr=false
378fi
379
380if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
381 as_basename=basename
382else
383 as_basename=false
384fi
385
386if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
387 as_dirname=dirname
388else
389 as_dirname=false
390fi
391
392as_me=`$as_basename -- "$0" ||
393$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
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'`
410
411# Avoid depending upon Character Ranges.
412as_cr_letters='abcdefghijklmnopqrstuvwxyz'
413as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414as_cr_Letters=$as_cr_letters$as_cr_LETTERS
415as_cr_digits='0123456789'
416as_cr_alnum=$as_cr_Letters$as_cr_digits
417
418
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 |
428 sed '
429 s/[$]LINENO.*/&-/
430 t lineno
431 b
432 :lineno
433 N
434 :loop
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
436 t loop
437 s/-\n.*//
438 ' >$as_me.lineno &&
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; }
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
444 # original and so on. Autoconf is especially sensitive to this).
445 . "./$as_me.lineno"
446 # Exit status is that of the last command.
447 exit
448}
449
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';;
461esac
462
463rm -f conf$$ conf$$.exe conf$$.file
464if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
466else
467 rm -f conf$$.dir
468 mkdir conf$$.dir 2>/dev/null
469fi
470if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; then
472 as_ln_s='ln -s'
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'
483 fi
484else
485 as_ln_s='cp -p'
486fi
487rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488rmdir conf$$.dir 2>/dev/null
489
490if mkdir -p . 2>/dev/null; then
491 as_mkdir_p='mkdir -p "$as_dir"'
492else
493 test -d ./-p && rmdir ./-p
494 as_mkdir_p=false
495fi
496
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
519
520# Sed expression to map a string onto a valid CPP name.
521as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
522
523# Sed expression to map a string onto a valid variable name.
524as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
525
526
527exec 7<&0 </dev/null 6>&1
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
534#
535# Initializations.
536#
537ac_default_prefix=/usr/local
538ac_clean_files=
539ac_config_libobj_dir=.
540LIBOBJS=
541cross_compiling=no
542subdirs=
543MFLAGS=
544MAKEFLAGS=
545
546# Identity of this package.
547PACKAGE_NAME=
548PACKAGE_TARNAME=
549PACKAGE_VERSION=
550PACKAGE_STRING=
551PACKAGE_BUGREPORT=
552PACKAGE_URL=
553
554ac_unique_file="move-if-change"
555enable_option_checking=no
556ac_subst_vars='LTLIBOBJS
557LIBOBJS
558compare_exclusions
559stage2_werror_flag
560stage1_checking
561stage1_cflags
562MAINT
563MAINTAINER_MODE_FALSE
564MAINTAINER_MODE_TRUE
565COMPILER_NM_FOR_TARGET
566COMPILER_LD_FOR_TARGET
567COMPILER_AS_FOR_TARGET
568FLAGS_FOR_TARGET
569RAW_CXX_FOR_TARGET
570WINDMC_FOR_TARGET
571WINDRES_FOR_TARGET
572STRIP_FOR_TARGET
573RANLIB_FOR_TARGET
574OBJDUMP_FOR_TARGET
575NM_FOR_TARGET
576LIPO_FOR_TARGET
577LD_FOR_TARGET
578DLLTOOL_FOR_TARGET
579AS_FOR_TARGET
580AR_FOR_TARGET
581GOC_FOR_TARGET
582GFORTRAN_FOR_TARGET
583GCJ_FOR_TARGET
584GCC_FOR_TARGET
585CXX_FOR_TARGET
586CC_FOR_TARGET
587OBJDUMP
588OBJCOPY
589WINDMC
590WINDRES
591STRIP
592RANLIB
593NM
594LIPO
595LD
596DLLTOOL
597AS
598AR
599RUNTEST
600EXPECT
601MAKEINFO
602FLEX
603LEX
604M4
605BISON
606YACC
607config_shell
608WINDRES_FOR_BUILD
609WINDMC_FOR_BUILD
610RANLIB_FOR_BUILD
611NM_FOR_BUILD
612LD_FOR_BUILD
613LDFLAGS_FOR_BUILD
614GOC_FOR_BUILD
615GFORTRAN_FOR_BUILD
616GCJ_FOR_BUILD
617DLLTOOL_FOR_BUILD
618CXX_FOR_BUILD
619CXXFLAGS_FOR_BUILD
620CFLAGS_FOR_BUILD
621CC_FOR_BUILD
622AS_FOR_BUILD
623AR_FOR_BUILD
624target_configdirs
625configdirs
626build_configdirs
627INSTALL_GDB_TK
628GDB_TK
629CONFIGURE_GDB_TK
630build_tooldir
631tooldir
632GCC_SHLIB_SUBDIR
633RPATH_ENVVAR
634target_configargs
635host_configargs
636build_configargs
637BUILD_CONFIG
638CXXFLAGS_FOR_TARGET
639CFLAGS_FOR_TARGET
640DEBUG_PREFIX_CFLAGS_FOR_TARGET
641SYSROOT_CFLAGS_FOR_TARGET
642stage1_languages
643extra_host_libiberty_configure_flags
644clooginc
645clooglibs
646pplinc
647ppllibs
648poststage1_ldflags
649poststage1_libs
650stage1_libs
651stage1_ldflags
652extra_mpc_mpfr_configure_flags
653extra_mpc_gmp_configure_flags
654extra_mpfr_configure_flags
655gmpinc
656gmplibs
657do_compare
658GNATMAKE
659GNATBIND
660ac_ct_CXX
661CXXFLAGS
662CXX
663OBJEXT
664EXEEXT
665ac_ct_CC
666CPPFLAGS
667LDFLAGS
668CFLAGS
669CC
670target_subdir
671host_subdir
672build_subdir
673build_libsubdir
674AWK
675SED
676LN_S
677LN
678INSTALL_DATA
679INSTALL_SCRIPT
680INSTALL_PROGRAM
681target_os
682target_vendor
683target_cpu
684target
685host_os
686host_vendor
687host_cpu
688host
689target_noncanonical
690host_noncanonical
691build_noncanonical
692build_os
693build_vendor
694build_cpu
695build
696TOPLEVEL_CONFIGURE_ARGUMENTS
697target_alias
698host_alias
699build_alias
700LIBS
701ECHO_T
702ECHO_N
703ECHO_C
704DEFS
705mandir
706localedir
707libdir
708psdir
709pdfdir
710dvidir
711htmldir
712infodir
713docdir
714oldincludedir
715includedir
716localstatedir
717sharedstatedir
718sysconfdir
719datadir
720datarootdir
721libexecdir
722sbindir
723bindir
724program_transform_name
725prefix
726exec_prefix
727PACKAGE_URL
728PACKAGE_BUGREPORT
729PACKAGE_STRING
730PACKAGE_VERSION
731PACKAGE_TARNAME
732PACKAGE_NAME
733PATH_SEPARATOR
734SHELL'
735ac_subst_files='serialization_dependencies
736host_makefile_frag
737target_makefile_frag
738alphaieee_frag
739ospace_frag'
740ac_user_opts='
741enable_option_checking
742with_build_libsubdir
743enable_gold
744enable_ld
745enable_libquadmath
746enable_libquadmath_support
747enable_libada
748enable_libssp
749enable_build_with_cxx
750with_mpc
751with_mpc_include
752with_mpc_lib
753with_mpfr_dir
754with_mpfr
755with_mpfr_include
756with_mpfr_lib
757with_gmp_dir
758with_gmp
759with_gmp_include
760with_gmp_lib
761with_host_libstdcxx
762with_stage1_ldflags
763with_stage1_libs
764with_boot_libs
765with_boot_ldflags
766with_ppl
767with_ppl_include
768with_ppl_lib
769enable_ppl_version_check
770with_cloog
771with_cloog_include
772with_cloog_lib
773enable_cloog_backend
774enable_cloog_version_check
775enable_lto
776enable_stage1_languages
777enable_objc_gc
778with_build_sysroot
779with_debug_prefix_map
780enable_bootstrap
781with_build_config
782enable_serial_configure
783with_build_time_tools
784enable_maintainer_mode
785enable_stage1_checking
786enable_werror
787'
788 ac_precious_vars='build_alias
789host_alias
790target_alias
791CC
792CFLAGS
793LDFLAGS
794LIBS
795CPPFLAGS
796CXX
797CXXFLAGS
798CCC
799build_configargs
800host_configargs
801target_configargs
802AR
803AS
804DLLTOOL
805LD
806LIPO
807NM
808RANLIB
809STRIP
810WINDRES
811WINDMC
812OBJCOPY
813OBJDUMP
814CC_FOR_TARGET
815CXX_FOR_TARGET
816GCC_FOR_TARGET
817GCJ_FOR_TARGET
818GFORTRAN_FOR_TARGET
819GOC_FOR_TARGET
820AR_FOR_TARGET
821AS_FOR_TARGET
822DLLTOOL_FOR_TARGET
823LD_FOR_TARGET
824LIPO_FOR_TARGET
825NM_FOR_TARGET
826OBJDUMP_FOR_TARGET
827RANLIB_FOR_TARGET
828STRIP_FOR_TARGET
829WINDRES_FOR_TARGET
830WINDMC_FOR_TARGET'
831
832
833# Initialize some variables set by options.
834ac_init_help=
835ac_init_version=false
836ac_unrecognized_opts=
837ac_unrecognized_sep=
838# The variables have the same names as the options, with
839# dashes changed to underlines.
840cache_file=/dev/null
841exec_prefix=NONE
842no_create=
843no_recursion=
844prefix=NONE
845program_prefix=NONE
846program_suffix=NONE
847program_transform_name=s,x,x,
848silent=
849site=
850srcdir=
851verbose=
852x_includes=NONE
853x_libraries=NONE
854
855# Installation directory options.
856# These are left unexpanded so users can "make install exec_prefix=/foo"
857# and all the variables that are supposed to be based on exec_prefix
858# by default will actually change.
859# Use braces instead of parens because sh, perl, etc. also accept them.
860# (The list follows the same order as the GNU Coding Standards.)
861bindir='${exec_prefix}/bin'
862sbindir='${exec_prefix}/sbin'
863libexecdir='${exec_prefix}/libexec'
864datarootdir='${prefix}/share'
865datadir='${datarootdir}'
866sysconfdir='${prefix}/etc'
867sharedstatedir='${prefix}/com'
868localstatedir='${prefix}/var'
869includedir='${prefix}/include'
870oldincludedir='/usr/include'
871docdir='${datarootdir}/doc/${PACKAGE}'
872infodir='${datarootdir}/info'
873htmldir='${docdir}'
874dvidir='${docdir}'
875pdfdir='${docdir}'
876psdir='${docdir}'
877libdir='${exec_prefix}/lib'
878localedir='${datarootdir}/locale'
879mandir='${datarootdir}/man'
880
881ac_prev=
882ac_dashdash=
883for ac_option
884do
885 # If the previous option needs an argument, assign it.
886 if test -n "$ac_prev"; then
887 eval $ac_prev=\$ac_option
888 ac_prev=
889 continue
890 fi
891
892 case $ac_option in
893 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
894 *) ac_optarg=yes ;;
895 esac
896
897 # Accept the important Cygnus configure options, so we can diagnose typos.
898
899 case $ac_dashdash$ac_option in
900 --)
901 ac_dashdash=yes ;;
902
903 -bindir | --bindir | --bindi | --bind | --bin | --bi)
904 ac_prev=bindir ;;
905 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
906 bindir=$ac_optarg ;;
907
908 -build | --build | --buil | --bui | --bu)
909 ac_prev=build_alias ;;
910 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
911 build_alias=$ac_optarg ;;
912
913 -cache-file | --cache-file | --cache-fil | --cache-fi \
914 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
915 ac_prev=cache_file ;;
916 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
917 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
918 cache_file=$ac_optarg ;;
919
920 --config-cache | -C)
921 cache_file=config.cache ;;
922
923 -datadir | --datadir | --datadi | --datad)
924 ac_prev=datadir ;;
925 -datadir=* | --datadir=* | --datadi=* | --datad=*)
926 datadir=$ac_optarg ;;
927
928 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
929 | --dataroo | --dataro | --datar)
930 ac_prev=datarootdir ;;
931 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
932 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
933 datarootdir=$ac_optarg ;;
934
935 -disable-* | --disable-*)
936 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
937 # Reject names that are not valid shell variable names.
938 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
939 as_fn_error "invalid feature name: $ac_useropt"
940 ac_useropt_orig=$ac_useropt
941 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
942 case $ac_user_opts in
943 *"
944"enable_$ac_useropt"
945"*) ;;
946 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
947 ac_unrecognized_sep=', ';;
948 esac
949 eval enable_$ac_useropt=no ;;
950
951 -docdir | --docdir | --docdi | --doc | --do)
952 ac_prev=docdir ;;
953 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
954 docdir=$ac_optarg ;;
955
956 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
957 ac_prev=dvidir ;;
958 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
959 dvidir=$ac_optarg ;;
960
961 -enable-* | --enable-*)
962 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
963 # Reject names that are not valid shell variable names.
964 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
965 as_fn_error "invalid feature name: $ac_useropt"
966 ac_useropt_orig=$ac_useropt
967 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
968 case $ac_user_opts in
969 *"
970"enable_$ac_useropt"
971"*) ;;
972 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
973 ac_unrecognized_sep=', ';;
974 esac
975 eval enable_$ac_useropt=\$ac_optarg ;;
976
977 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
978 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
979 | --exec | --exe | --ex)
980 ac_prev=exec_prefix ;;
981 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
982 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
983 | --exec=* | --exe=* | --ex=*)
984 exec_prefix=$ac_optarg ;;
985
986 -gas | --gas | --ga | --g)
987 # Obsolete; use --with-gas.
988 with_gas=yes ;;
989
990 -help | --help | --hel | --he | -h)
991 ac_init_help=long ;;
992 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
993 ac_init_help=recursive ;;
994 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
995 ac_init_help=short ;;
996
997 -host | --host | --hos | --ho)
998 ac_prev=host_alias ;;
999 -host=* | --host=* | --hos=* | --ho=*)
1000 host_alias=$ac_optarg ;;
1001
1002 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1003 ac_prev=htmldir ;;
1004 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1005 | --ht=*)
1006 htmldir=$ac_optarg ;;
1007
1008 -includedir | --includedir | --includedi | --included | --include \
1009 | --includ | --inclu | --incl | --inc)
1010 ac_prev=includedir ;;
1011 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1012 | --includ=* | --inclu=* | --incl=* | --inc=*)
1013 includedir=$ac_optarg ;;
1014
1015 -infodir | --infodir | --infodi | --infod | --info | --inf)
1016 ac_prev=infodir ;;
1017 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1018 infodir=$ac_optarg ;;
1019
1020 -libdir | --libdir | --libdi | --libd)
1021 ac_prev=libdir ;;
1022 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1023 libdir=$ac_optarg ;;
1024
1025 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1026 | --libexe | --libex | --libe)
1027 ac_prev=libexecdir ;;
1028 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1029 | --libexe=* | --libex=* | --libe=*)
1030 libexecdir=$ac_optarg ;;
1031
1032 -localedir | --localedir | --localedi | --localed | --locale)
1033 ac_prev=localedir ;;
1034 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1035 localedir=$ac_optarg ;;
1036
1037 -localstatedir | --localstatedir | --localstatedi | --localstated \
1038 | --localstate | --localstat | --localsta | --localst | --locals)
1039 ac_prev=localstatedir ;;
1040 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1041 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1042 localstatedir=$ac_optarg ;;
1043
1044 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1045 ac_prev=mandir ;;
1046 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1047 mandir=$ac_optarg ;;
1048
1049 -nfp | --nfp | --nf)
1050 # Obsolete; use --without-fp.
1051 with_fp=no ;;
1052
1053 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1054 | --no-cr | --no-c | -n)
1055 no_create=yes ;;
1056
1057 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1058 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1059 no_recursion=yes ;;
1060
1061 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1062 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1063 | --oldin | --oldi | --old | --ol | --o)
1064 ac_prev=oldincludedir ;;
1065 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1066 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1067 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1068 oldincludedir=$ac_optarg ;;
1069
1070 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1071 ac_prev=prefix ;;
1072 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1073 prefix=$ac_optarg ;;
1074
1075 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1076 | --program-pre | --program-pr | --program-p)
1077 ac_prev=program_prefix ;;
1078 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1079 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1080 program_prefix=$ac_optarg ;;
1081
1082 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1083 | --program-suf | --program-su | --program-s)
1084 ac_prev=program_suffix ;;
1085 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1086 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1087 program_suffix=$ac_optarg ;;
1088
1089 -program-transform-name | --program-transform-name \
1090 | --program-transform-nam | --program-transform-na \
1091 | --program-transform-n | --program-transform- \
1092 | --program-transform | --program-transfor \
1093 | --program-transfo | --program-transf \
1094 | --program-trans | --program-tran \
1095 | --progr-tra | --program-tr | --program-t)
1096 ac_prev=program_transform_name ;;
1097 -program-transform-name=* | --program-transform-name=* \
1098 | --program-transform-nam=* | --program-transform-na=* \
1099 | --program-transform-n=* | --program-transform-=* \
1100 | --program-transform=* | --program-transfor=* \
1101 | --program-transfo=* | --program-transf=* \
1102 | --program-trans=* | --program-tran=* \
1103 | --progr-tra=* | --program-tr=* | --program-t=*)
1104 program_transform_name=$ac_optarg ;;
1105
1106 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1107 ac_prev=pdfdir ;;
1108 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1109 pdfdir=$ac_optarg ;;
1110
1111 -psdir | --psdir | --psdi | --psd | --ps)
1112 ac_prev=psdir ;;
1113 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1114 psdir=$ac_optarg ;;
1115
1116 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1117 | -silent | --silent | --silen | --sile | --sil)
1118 silent=yes ;;
1119
1120 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1121 ac_prev=sbindir ;;
1122 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1123 | --sbi=* | --sb=*)
1124 sbindir=$ac_optarg ;;
1125
1126 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1127 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1128 | --sharedst | --shareds | --shared | --share | --shar \
1129 | --sha | --sh)
1130 ac_prev=sharedstatedir ;;
1131 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1132 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1133 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1134 | --sha=* | --sh=*)
1135 sharedstatedir=$ac_optarg ;;
1136
1137 -site | --site | --sit)
1138 ac_prev=site ;;
1139 -site=* | --site=* | --sit=*)
1140 site=$ac_optarg ;;
1141
1142 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1143 ac_prev=srcdir ;;
1144 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1145 srcdir=$ac_optarg ;;
1146
1147 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1148 | --syscon | --sysco | --sysc | --sys | --sy)
1149 ac_prev=sysconfdir ;;
1150 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1151 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1152 sysconfdir=$ac_optarg ;;
1153
1154 -target | --target | --targe | --targ | --tar | --ta | --t)
1155 ac_prev=target_alias ;;
1156 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1157 target_alias=$ac_optarg ;;
1158
1159 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1160 verbose=yes ;;
1161
1162 -version | --version | --versio | --versi | --vers | -V)
1163 ac_init_version=: ;;
1164
1165 -with-* | --with-*)
1166 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1167 # Reject names that are not valid shell variable names.
1168 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1169 as_fn_error "invalid package name: $ac_useropt"
1170 ac_useropt_orig=$ac_useropt
1171 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1172 case $ac_user_opts in
1173 *"
1174"with_$ac_useropt"
1175"*) ;;
1176 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1177 ac_unrecognized_sep=', ';;
1178 esac
1179 eval with_$ac_useropt=\$ac_optarg ;;
1180
1181 -without-* | --without-*)
1182 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1183 # Reject names that are not valid shell variable names.
1184 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1185 as_fn_error "invalid package name: $ac_useropt"
1186 ac_useropt_orig=$ac_useropt
1187 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1188 case $ac_user_opts in
1189 *"
1190"with_$ac_useropt"
1191"*) ;;
1192 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1193 ac_unrecognized_sep=', ';;
1194 esac
1195 eval with_$ac_useropt=no ;;
1196
1197 --x)
1198 # Obsolete; use --with-x.
1199 with_x=yes ;;
1200
1201 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1202 | --x-incl | --x-inc | --x-in | --x-i)
1203 ac_prev=x_includes ;;
1204 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1205 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1206 x_includes=$ac_optarg ;;
1207
1208 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1209 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1210 ac_prev=x_libraries ;;
1211 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1212 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1213 x_libraries=$ac_optarg ;;
1214
1215 -*) as_fn_error "unrecognized option: \`$ac_option'
1216Try \`$0 --help' for more information."
1217 ;;
1218
1219 *=*)
1220 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1221 # Reject names that are not valid shell variable names.
1222 case $ac_envvar in #(
1223 '' | [0-9]* | *[!_$as_cr_alnum]* )
1224 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1225 esac
1226 eval $ac_envvar=\$ac_optarg
1227 export $ac_envvar ;;
1228
1229 *)
1230 # FIXME: should be removed in autoconf 3.0.
1231 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1232 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1233 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1234 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1235 ;;
1236
1237 esac
1238done
1239
1240if test -n "$ac_prev"; then
1241 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1242 as_fn_error "missing argument to $ac_option"
1243fi
1244
1245if test -n "$ac_unrecognized_opts"; then
1246 case $enable_option_checking in
1247 no) ;;
1248 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1249 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1250 esac
1251fi
1252
1253# Check all directory arguments for consistency.
1254for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1255 datadir sysconfdir sharedstatedir localstatedir includedir \
1256 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1257 libdir localedir mandir
1258do
1259 eval ac_val=\$$ac_var
1260 # Remove trailing slashes.
1261 case $ac_val in
1262 */ )
1263 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1264 eval $ac_var=\$ac_val;;
1265 esac
1266 # Be sure to have absolute directory names.
1267 case $ac_val in
1268 [\\/$]* | ?:[\\/]* ) continue;;
1269 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1270 esac
1271 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1272done
1273
1274# There might be people who depend on the old broken behavior: `$host'
1275# used to hold the argument of --host etc.
1276# FIXME: To remove some day.
1277build=$build_alias
1278host=$host_alias
1279target=$target_alias
1280
1281# FIXME: To remove some day.
1282if test "x$host_alias" != x; then
1283 if test "x$build_alias" = x; then
1284 cross_compiling=maybe
1285 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1286 If a cross compiler is detected then cross compile mode will be used." >&2
1287 elif test "x$build_alias" != "x$host_alias"; then
1288 cross_compiling=yes
1289 fi
1290fi
1291
1292ac_tool_prefix=
1293test -n "$host_alias" && ac_tool_prefix=$host_alias-
1294
1295test "$silent" = yes && exec 6>/dev/null
1296
1297
1298ac_pwd=`pwd` && test -n "$ac_pwd" &&
1299ac_ls_di=`ls -di .` &&
1300ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1301 as_fn_error "working directory cannot be determined"
1302test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1303 as_fn_error "pwd does not report name of working directory"
1304
1305
1306# Find the source files, if location was not specified.
1307if test -z "$srcdir"; then
1308 ac_srcdir_defaulted=yes
1309 # Try the directory containing this script, then the parent directory.
1310 ac_confdir=`$as_dirname -- "$as_myself" ||
1311$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1312 X"$as_myself" : 'X\(//\)[^/]' \| \
1313 X"$as_myself" : 'X\(//\)$' \| \
1314 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1315$as_echo X"$as_myself" |
1316 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1317 s//\1/
1318 q
1319 }
1320 /^X\(\/\/\)[^/].*/{
1321 s//\1/
1322 q
1323 }
1324 /^X\(\/\/\)$/{
1325 s//\1/
1326 q
1327 }
1328 /^X\(\/\).*/{
1329 s//\1/
1330 q
1331 }
1332 s/.*/./; q'`
1333 srcdir=$ac_confdir
1334 if test ! -r "$srcdir/$ac_unique_file"; then
1335 srcdir=..
1336 fi
1337else
1338 ac_srcdir_defaulted=no
1339fi
1340if test ! -r "$srcdir/$ac_unique_file"; then
1341 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1342 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1343fi
1344ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1345ac_abs_confdir=`(
1346 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1347 pwd)`
1348# When building in place, set srcdir=.
1349if test "$ac_abs_confdir" = "$ac_pwd"; then
1350 srcdir=.
1351fi
1352# Remove unnecessary trailing slashes from srcdir.
1353# Double slashes in file names in object file debugging info
1354# mess up M-x gdb in Emacs.
1355case $srcdir in
1356*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1357esac
1358case $srcdir in
1359 *" "*)
1360 as_fn_error "path to source, $srcdir, contains spaces"
1361 ;;
1362esac
1363ac_subdirs_all=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
1364
1365for ac_var in $ac_precious_vars; do
1366 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1367 eval ac_env_${ac_var}_value=\$${ac_var}
1368 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1369 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1370done
1371
1372#
1373# Report the --help message.
1374#
1375if test "$ac_init_help" = "long"; then
1376 # Omit some internal or obsolete options to make the list less imposing.
1377 # This message is too long to be a string in the A/UX 3.1 sh.
1378 cat <<_ACEOF
1379\`configure' configures this package to adapt to many kinds of systems.
1380
1381Usage: $0 [OPTION]... [VAR=VALUE]...
1382
1383To assign environment variables (e.g., CC, CFLAGS...), specify them as
1384VAR=VALUE. See below for descriptions of some of the useful variables.
1385
1386Defaults for the options are specified in brackets.
1387
1388Configuration:
1389 -h, --help display this help and exit
1390 --help=short display options specific to this package
1391 --help=recursive display the short help of all the included packages
1392 -V, --version display version information and exit
1393 -q, --quiet, --silent do not print \`checking...' messages
1394 --cache-file=FILE cache test results in FILE [disabled]
1395 -C, --config-cache alias for \`--cache-file=config.cache'
1396 -n, --no-create do not create output files
1397 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1398
1399Installation directories:
1400 --prefix=PREFIX install architecture-independent files in PREFIX
1401 [$ac_default_prefix]
1402 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1403 [PREFIX]
1404
1405By default, \`make install' will install all the files in
1406\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1407an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1408for instance \`--prefix=\$HOME'.
1409
1410For better control, use the options below.
1411
1412Fine tuning of the installation directories:
1413 --bindir=DIR user executables [EPREFIX/bin]
1414 --sbindir=DIR system admin executables [EPREFIX/sbin]
1415 --libexecdir=DIR program executables [EPREFIX/libexec]
1416 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1417 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1418 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1419 --libdir=DIR object code libraries [EPREFIX/lib]
1420 --includedir=DIR C header files [PREFIX/include]
1421 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1422 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1423 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1424 --infodir=DIR info documentation [DATAROOTDIR/info]
1425 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1426 --mandir=DIR man documentation [DATAROOTDIR/man]
1427 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1428 --htmldir=DIR html documentation [DOCDIR]
1429 --dvidir=DIR dvi documentation [DOCDIR]
1430 --pdfdir=DIR pdf documentation [DOCDIR]
1431 --psdir=DIR ps documentation [DOCDIR]
1432_ACEOF
1433
1434 cat <<\_ACEOF
1435
1436Program names:
1437 --program-prefix=PREFIX prepend PREFIX to installed program names
1438 --program-suffix=SUFFIX append SUFFIX to installed program names
1439 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1440
1441System types:
1442 --build=BUILD configure for building on BUILD [guessed]
1443 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1444 --target=TARGET configure for building compilers for TARGET [HOST]
1445_ACEOF
1446fi
1447
1448if test -n "$ac_init_help"; then
1449
1450 cat <<\_ACEOF
1451
1452Optional Features:
1453 --disable-option-checking ignore unrecognized --enable/--with options
1454 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1455 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1456 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
1457 --enable-ld[=ARG] build ld [ARG={default,yes,no}]
1458 --disable-libquadmath do not build libquadmath directory
1459 --disable-libquadmath-support
1460 disable libquadmath support for Fortran
1461 --enable-libada build libada directory
1462 --enable-libssp build libssp directory
1463 --enable-build-with-cxx build with C++ compiler instead of C compiler
1464 --disable-ppl-version-check
1465 disable check for PPL version
1466 --enable-cloog-backend[=BACKEND]
1467 set the CLooG BACKEND used to either isl, ppl or
1468 ppl-legacy (default)
1469 --disable-cloog-version-check
1470 disable check for CLooG version
1471 --enable-lto enable link time optimization support
1472 --enable-stage1-languages[=all]
1473 choose additional languages to build during stage1.
1474 Mostly useful for compiler development
1475 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
1476 Objective-C runtime
1477 --enable-bootstrap enable bootstrapping [yes if native build]
1478 --enable-serial-[{host,target,build}-]configure
1479 force sequential configuration of sub-packages for
1480 the host, target or build machine, or all
1481 sub-packages
1482 --enable-maintainer-mode
1483 enable make rules and dependencies not useful (and
1484 sometimes confusing) to the casual installer
1485 --enable-stage1-checking[=all]
1486 choose additional checking for stage1 of the
1487 compiler
1488 --enable-werror enable -Werror in bootstrap stage2 and later
1489
1490Optional Packages:
1491 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1492 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1493 --with-build-libsubdir=DIR Directory where to find libraries for build system
1494 --with-mpc=PATH specify prefix directory for installed MPC package.
1495 Equivalent to --with-mpc-include=PATH/include plus
1496 --with-mpc-lib=PATH/lib
1497 --with-mpc-include=PATH specify directory for installed MPC include files
1498 --with-mpc-lib=PATH specify directory for the installed MPC library
1499 --with-mpfr-dir=PATH this option has been REMOVED
1500 --with-mpfr=PATH specify prefix directory for installed MPFR package.
1501 Equivalent to --with-mpfr-include=PATH/include plus
1502 --with-mpfr-lib=PATH/lib
1503 --with-mpfr-include=PATH
1504 specify directory for installed MPFR include files
1505 --with-mpfr-lib=PATH specify directory for the installed MPFR library
1506 --with-gmp-dir=PATH this option has been REMOVED
1507 --with-gmp=PATH specify prefix directory for the installed GMP
1508 package. Equivalent to
1509 --with-gmp-include=PATH/include plus
1510 --with-gmp-lib=PATH/lib
1511 --with-gmp-include=PATH specify directory for installed GMP include files
1512 --with-gmp-lib=PATH specify directory for the installed GMP library
1513 --with-host-libstdcxx=L use linker arguments L to link with libstdc++ when
1514 linking with PPL
1515 --with-stage1-ldflags=FLAGS
1516 linker flags for stage1
1517 --with-stage1-libs=LIBS libraries for stage1
1518 --with-boot-libs=LIBS libraries for stage2 and later
1519 --with-boot-ldflags=FLAGS
1520 linker flags for stage2 and later
1521 --with-ppl=PATH specify prefix directory for the installed PPL
1522 package. Equivalent to
1523 --with-ppl-include=PATH/include plus
1524 --with-ppl-lib=PATH/lib
1525 --with-ppl-include=PATH specify directory for installed PPL include files
1526 --with-ppl-lib=PATH specify directory for the installed PPL library
1527 --with-cloog=PATH Specify prefix directory for the installed CLooG-PPL
1528 package. Equivalent to
1529 --with-cloog-include=PATH/include plus
1530 --with-cloog-lib=PATH/lib
1531 --with-cloog-include=PATH
1532 Specify directory for installed CLooG include files
1533 --with-cloog-lib=PATH Specify the directory for the installed CLooG
1534 library
1535 --with-build-sysroot=SYSROOT
1536 use sysroot as the system root during the build
1537 --with-debug-prefix-map='A=B C=D ...'
1538 map A to B, C to D ... in debug information
1539 --with-build-config='NAME NAME2...'
1540 use config/NAME.mk build configuration
1541 --with-build-time-tools=PATH
1542 use given path to find target tools during the build
1543
1544Some influential environment variables:
1545 CC C compiler command
1546 CFLAGS C compiler flags
1547 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1548 nonstandard directory <lib dir>
1549 LIBS libraries to pass to the linker, e.g. -l<library>
1550 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1551 you have headers in a nonstandard directory <include dir>
1552 CXX C++ compiler command
1553 CXXFLAGS C++ compiler flags
1554 build_configargs
1555 additional configure arguments for build directories
1556 host_configargs
1557 additional configure arguments for host directories
1558 target_configargs
1559 additional configure arguments for target directories
1560 AR AR for the host
1561 AS AS for the host
1562 DLLTOOL DLLTOOL for the host
1563 LD LD for the host
1564 LIPO LIPO for the host
1565 NM NM for the host
1566 RANLIB RANLIB for the host
1567 STRIP STRIP for the host
1568 WINDRES WINDRES for the host
1569 WINDMC WINDMC for the host
1570 OBJCOPY OBJCOPY for the host
1571 OBJDUMP OBJDUMP for the host
1572 CC_FOR_TARGET
1573 CC for the target
1574 CXX_FOR_TARGET
1575 CXX for the target
1576 GCC_FOR_TARGET
1577 GCC for the target
1578 GCJ_FOR_TARGET
1579 GCJ for the target
1580 GFORTRAN_FOR_TARGET
1581 GFORTRAN for the target
1582 GOC_FOR_TARGET
1583 GOC for the target
1584 AR_FOR_TARGET
1585 AR for the target
1586 AS_FOR_TARGET
1587 AS for the target
1588 DLLTOOL_FOR_TARGET
1589 DLLTOOL for the target
1590 LD_FOR_TARGET
1591 LD for the target
1592 LIPO_FOR_TARGET
1593 LIPO for the target
1594 NM_FOR_TARGET
1595 NM for the target
1596 OBJDUMP_FOR_TARGET
1597 OBJDUMP for the target
1598 RANLIB_FOR_TARGET
1599 RANLIB for the target
1600 STRIP_FOR_TARGET
1601 STRIP for the target
1602 WINDRES_FOR_TARGET
1603 WINDRES for the target
1604 WINDMC_FOR_TARGET
1605 WINDMC for the target
1606
1607Use these variables to override the choices made by `configure' or to help
1608it to find libraries and programs with nonstandard names/locations.
1609
1610Report bugs to the package provider.
1611_ACEOF
1612ac_status=$?
1613fi
1614
1615if test "$ac_init_help" = "recursive"; then
1616 # If there are subdirs, report their specific --help.
1617 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1618 test -d "$ac_dir" ||
1619 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1620 continue
1621 ac_builddir=.
1622
1623case "$ac_dir" in
1624.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1625*)
1626 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1627 # A ".." for each directory in $ac_dir_suffix.
1628 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1629 case $ac_top_builddir_sub in
1630 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1631 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1632 esac ;;
1633esac
1634ac_abs_top_builddir=$ac_pwd
1635ac_abs_builddir=$ac_pwd$ac_dir_suffix
1636# for backward compatibility:
1637ac_top_builddir=$ac_top_build_prefix
1638
1639case $srcdir in
1640 .) # We are building in place.
1641 ac_srcdir=.
1642 ac_top_srcdir=$ac_top_builddir_sub
1643 ac_abs_top_srcdir=$ac_pwd ;;
1644 [\\/]* | ?:[\\/]* ) # Absolute name.
1645 ac_srcdir=$srcdir$ac_dir_suffix;
1646 ac_top_srcdir=$srcdir
1647 ac_abs_top_srcdir=$srcdir ;;
1648 *) # Relative name.
1649 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1650 ac_top_srcdir=$ac_top_build_prefix$srcdir
1651 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1652esac
1653ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1654
1655 cd "$ac_dir" || { ac_status=$?; continue; }
1656 # Check for guested configure.
1657 if test -f "$ac_srcdir/configure.gnu"; then
1658 echo &&
1659 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1660 elif test -f "$ac_srcdir/configure"; then
1661 echo &&
1662 $SHELL "$ac_srcdir/configure" --help=recursive
1663 else
1664 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1665 fi || ac_status=$?
1666 cd "$ac_pwd" || { ac_status=$?; break; }
1667 done
1668fi
1669
1670test -n "$ac_init_help" && exit $ac_status
1671if $ac_init_version; then
1672 cat <<\_ACEOF
1673configure
1674generated by GNU Autoconf 2.64
1675
1676Copyright (C) 2009 Free Software Foundation, Inc.
1677This configure script is free software; the Free Software Foundation
1678gives unlimited permission to copy, distribute and modify it.
1679_ACEOF
1680 exit
1681fi
1682
1683## ------------------------ ##
1684## Autoconf initialization. ##
1685## ------------------------ ##
1686
1687# ac_fn_c_try_compile LINENO
1688# --------------------------
1689# Try to compile conftest.$ac_ext, and return whether this succeeded.
1690ac_fn_c_try_compile ()
1691{
1692 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1693 rm -f conftest.$ac_objext
1694 if { { ac_try="$ac_compile"
1695case "(($ac_try" in
1696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1697 *) ac_try_echo=$ac_try;;
1698esac
1699eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1700$as_echo "$ac_try_echo"; } >&5
1701 (eval "$ac_compile") 2>conftest.err
1702 ac_status=$?
1703 if test -s conftest.err; then
1704 grep -v '^ *+' conftest.err >conftest.er1
1705 cat conftest.er1 >&5
1706 mv -f conftest.er1 conftest.err
1707 fi
1708 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1709 test $ac_status = 0; } && {
1710 test -z "$ac_c_werror_flag" ||
1711 test ! -s conftest.err
1712 } && test -s conftest.$ac_objext; then :
1713 ac_retval=0
1714else
1715 $as_echo "$as_me: failed program was:" >&5
1716sed 's/^/| /' conftest.$ac_ext >&5
1717
1718 ac_retval=1
1719fi
1720 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1721 return $ac_retval
1722
1723} # ac_fn_c_try_compile
1724
1725# ac_fn_cxx_try_compile LINENO
1726# ----------------------------
1727# Try to compile conftest.$ac_ext, and return whether this succeeded.
1728ac_fn_cxx_try_compile ()
1729{
1730 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1731 rm -f conftest.$ac_objext
1732 if { { ac_try="$ac_compile"
1733case "(($ac_try" in
1734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1735 *) ac_try_echo=$ac_try;;
1736esac
1737eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1738$as_echo "$ac_try_echo"; } >&5
1739 (eval "$ac_compile") 2>conftest.err
1740 ac_status=$?
1741 if test -s conftest.err; then
1742 grep -v '^ *+' conftest.err >conftest.er1
1743 cat conftest.er1 >&5
1744 mv -f conftest.er1 conftest.err
1745 fi
1746 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1747 test $ac_status = 0; } && {
1748 test -z "$ac_cxx_werror_flag" ||
1749 test ! -s conftest.err
1750 } && test -s conftest.$ac_objext; then :
1751 ac_retval=0
1752else
1753 $as_echo "$as_me: failed program was:" >&5
1754sed 's/^/| /' conftest.$ac_ext >&5
1755
1756 ac_retval=1
1757fi
1758 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1759 return $ac_retval
1760
1761} # ac_fn_cxx_try_compile
1762
1763# ac_fn_c_try_link LINENO
1764# -----------------------
1765# Try to link conftest.$ac_ext, and return whether this succeeded.
1766ac_fn_c_try_link ()
1767{
1768 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1769 rm -f conftest.$ac_objext conftest$ac_exeext
1770 if { { ac_try="$ac_link"
1771case "(($ac_try" in
1772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1773 *) ac_try_echo=$ac_try;;
1774esac
1775eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1776$as_echo "$ac_try_echo"; } >&5
1777 (eval "$ac_link") 2>conftest.err
1778 ac_status=$?
1779 if test -s conftest.err; then
1780 grep -v '^ *+' conftest.err >conftest.er1
1781 cat conftest.er1 >&5
1782 mv -f conftest.er1 conftest.err
1783 fi
1784 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1785 test $ac_status = 0; } && {
1786 test -z "$ac_c_werror_flag" ||
1787 test ! -s conftest.err
1788 } && test -s conftest$ac_exeext && {
1789 test "$cross_compiling" = yes ||
1790 $as_test_x conftest$ac_exeext
1791 }; then :
1792 ac_retval=0
1793else
1794 $as_echo "$as_me: failed program was:" >&5
1795sed 's/^/| /' conftest.$ac_ext >&5
1796
1797 ac_retval=1
1798fi
1799 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1800 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1801 # interfere with the next link command; also delete a directory that is
1802 # left behind by Apple's compiler. We do this before executing the actions.
1803 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1804 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1805 return $ac_retval
1806
1807} # ac_fn_c_try_link
1808cat >config.log <<_ACEOF
1809This file contains any messages produced by compilers while
1810running configure, to aid debugging if configure makes a mistake.
1811
1812It was created by $as_me, which was
1813generated by GNU Autoconf 2.64. Invocation command line was
1814
1815 $ $0 $@
1816
1817_ACEOF
1818exec 5>>config.log
1819{
1820cat <<_ASUNAME
1821## --------- ##
1822## Platform. ##
1823## --------- ##
1824
1825hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1826uname -m = `(uname -m) 2>/dev/null || echo unknown`
1827uname -r = `(uname -r) 2>/dev/null || echo unknown`
1828uname -s = `(uname -s) 2>/dev/null || echo unknown`
1829uname -v = `(uname -v) 2>/dev/null || echo unknown`
1830
1831/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1832/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1833
1834/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1835/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1836/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1837/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1838/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1839/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1840/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1841
1842_ASUNAME
1843
1844as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1845for as_dir in $PATH
1846do
1847 IFS=$as_save_IFS
1848 test -z "$as_dir" && as_dir=.
1849 $as_echo "PATH: $as_dir"
1850 done
1851IFS=$as_save_IFS
1852
1853} >&5
1854
1855cat >&5 <<_ACEOF
1856
1857
1858## ----------- ##
1859## Core tests. ##
1860## ----------- ##
1861
1862_ACEOF
1863
1864
1865# Keep a trace of the command line.
1866# Strip out --no-create and --no-recursion so they do not pile up.
1867# Strip out --silent because we don't want to record it for future runs.
1868# Also quote any args containing shell meta-characters.
1869# Make two passes to allow for proper duplicate-argument suppression.
1870ac_configure_args=
1871ac_configure_args0=
1872ac_configure_args1=
1873ac_must_keep_next=false
1874for ac_pass in 1 2
1875do
1876 for ac_arg
1877 do
1878 case $ac_arg in
1879 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1880 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1881 | -silent | --silent | --silen | --sile | --sil)
1882 continue ;;
1883 *\'*)
1884 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1885 esac
1886 case $ac_pass in
1887 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1888 2)
1889 as_fn_append ac_configure_args1 " '$ac_arg'"
1890 if test $ac_must_keep_next = true; then
1891 ac_must_keep_next=false # Got value, back to normal.
1892 else
1893 case $ac_arg in
1894 *=* | --config-cache | -C | -disable-* | --disable-* \
1895 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1896 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1897 | -with-* | --with-* | -without-* | --without-* | --x)
1898 case "$ac_configure_args0 " in
1899 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1900 esac
1901 ;;
1902 -* ) ac_must_keep_next=true ;;
1903 esac
1904 fi
1905 as_fn_append ac_configure_args " '$ac_arg'"
1906 ;;
1907 esac
1908 done
1909done
1910{ ac_configure_args0=; unset ac_configure_args0;}
1911{ ac_configure_args1=; unset ac_configure_args1;}
1912
1913# When interrupted or exit'd, cleanup temporary files, and complete
1914# config.log. We remove comments because anyway the quotes in there
1915# would cause problems or look ugly.
1916# WARNING: Use '\'' to represent an apostrophe within the trap.
1917# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1918trap 'exit_status=$?
1919 # Save into config.log some information that might help in debugging.
1920 {
1921 echo
1922
1923 cat <<\_ASBOX
1924## ---------------- ##
1925## Cache variables. ##
1926## ---------------- ##
1927_ASBOX
1928 echo
1929 # The following way of writing the cache mishandles newlines in values,
1930(
1931 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1932 eval ac_val=\$$ac_var
1933 case $ac_val in #(
1934 *${as_nl}*)
1935 case $ac_var in #(
1936 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1937$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1938 esac
1939 case $ac_var in #(
1940 _ | IFS | as_nl) ;; #(
1941 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1942 *) { eval $ac_var=; unset $ac_var;} ;;
1943 esac ;;
1944 esac
1945 done
1946 (set) 2>&1 |
1947 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1948 *${as_nl}ac_space=\ *)
1949 sed -n \
1950 "s/'\''/'\''\\\\'\'''\''/g;
1951 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1952 ;; #(
1953 *)
1954 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1955 ;;
1956 esac |
1957 sort
1958)
1959 echo
1960
1961 cat <<\_ASBOX
1962## ----------------- ##
1963## Output variables. ##
1964## ----------------- ##
1965_ASBOX
1966 echo
1967 for ac_var in $ac_subst_vars
1968 do
1969 eval ac_val=\$$ac_var
1970 case $ac_val in
1971 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1972 esac
1973 $as_echo "$ac_var='\''$ac_val'\''"
1974 done | sort
1975 echo
1976
1977 if test -n "$ac_subst_files"; then
1978 cat <<\_ASBOX
1979## ------------------- ##
1980## File substitutions. ##
1981## ------------------- ##
1982_ASBOX
1983 echo
1984 for ac_var in $ac_subst_files
1985 do
1986 eval ac_val=\$$ac_var
1987 case $ac_val in
1988 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1989 esac
1990 $as_echo "$ac_var='\''$ac_val'\''"
1991 done | sort
1992 echo
1993 fi
1994
1995 if test -s confdefs.h; then
1996 cat <<\_ASBOX
1997## ----------- ##
1998## confdefs.h. ##
1999## ----------- ##
2000_ASBOX
2001 echo
2002 cat confdefs.h
2003 echo
2004 fi
2005 test "$ac_signal" != 0 &&
2006 $as_echo "$as_me: caught signal $ac_signal"
2007 $as_echo "$as_me: exit $exit_status"
2008 } >&5
2009 rm -f core *.core core.conftest.* &&
2010 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2011 exit $exit_status
2012' 0
2013for ac_signal in 1 2 13 15; do
2014 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2015done
2016ac_signal=0
2017
2018# confdefs.h avoids OS command line length limits that DEFS can exceed.
2019rm -f -r conftest* confdefs.h
2020
2021$as_echo "/* confdefs.h */" > confdefs.h
2022
2023# Predefined preprocessor variables.
2024
2025cat >>confdefs.h <<_ACEOF
2026#define PACKAGE_NAME "$PACKAGE_NAME"
2027_ACEOF
2028
2029cat >>confdefs.h <<_ACEOF
2030#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2031_ACEOF
2032
2033cat >>confdefs.h <<_ACEOF
2034#define PACKAGE_VERSION "$PACKAGE_VERSION"
2035_ACEOF
2036
2037cat >>confdefs.h <<_ACEOF
2038#define PACKAGE_STRING "$PACKAGE_STRING"
2039_ACEOF
2040
2041cat >>confdefs.h <<_ACEOF
2042#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2043_ACEOF
2044
2045cat >>confdefs.h <<_ACEOF
2046#define PACKAGE_URL "$PACKAGE_URL"
2047_ACEOF
2048
2049
2050# Let the site file select an alternate cache file if it wants to.
2051# Prefer an explicitly selected file to automatically selected ones.
2052ac_site_file1=NONE
2053ac_site_file2=NONE
2054if test -n "$CONFIG_SITE"; then
2055 ac_site_file1=$CONFIG_SITE
2056elif test "x$prefix" != xNONE; then
2057 ac_site_file1=$prefix/share/config.site
2058 ac_site_file2=$prefix/etc/config.site
2059else
2060 ac_site_file1=$ac_default_prefix/share/config.site
2061 ac_site_file2=$ac_default_prefix/etc/config.site
2062fi
2063for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2064do
2065 test "x$ac_site_file" = xNONE && continue
2066 if test -r "$ac_site_file"; then
2067 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2068$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2069 sed 's/^/| /' "$ac_site_file" >&5
2070 . "$ac_site_file"
2071 fi
2072done
2073
2074if test -r "$cache_file"; then
2075 # Some versions of bash will fail to source /dev/null (special
2076 # files actually), so we avoid doing that.
2077 if test -f "$cache_file"; then
2078 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2079$as_echo "$as_me: loading cache $cache_file" >&6;}
2080 case $cache_file in
2081 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2082 *) . "./$cache_file";;
2083 esac
2084 fi
2085else
2086 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2087$as_echo "$as_me: creating cache $cache_file" >&6;}
2088 >$cache_file
2089fi
2090
2091# Check that the precious variables saved in the cache have kept the same
2092# value.
2093ac_cache_corrupted=false
2094for ac_var in $ac_precious_vars; do
2095 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2096 eval ac_new_set=\$ac_env_${ac_var}_set
2097 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2098 eval ac_new_val=\$ac_env_${ac_var}_value
2099 case $ac_old_set,$ac_new_set in
2100 set,)
2101 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2102$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2103 ac_cache_corrupted=: ;;
2104 ,set)
2105 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2106$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2107 ac_cache_corrupted=: ;;
2108 ,);;
2109 *)
2110 if test "x$ac_old_val" != "x$ac_new_val"; then
2111 # differences in whitespace do not lead to failure.
2112 ac_old_val_w=`echo x $ac_old_val`
2113 ac_new_val_w=`echo x $ac_new_val`
2114 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2115 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2116$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2117 ac_cache_corrupted=:
2118 else
2119 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2120$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2121 eval $ac_var=\$ac_old_val
2122 fi
2123 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2124$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2125 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2126$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2127 fi;;
2128 esac
2129 # Pass precious variables to config.status.
2130 if test "$ac_new_set" = set; then
2131 case $ac_new_val in
2132 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2133 *) ac_arg=$ac_var=$ac_new_val ;;
2134 esac
2135 case " $ac_configure_args " in
2136 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2137 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2138 esac
2139 fi
2140done
2141if $ac_cache_corrupted; then
2142 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2143$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2144 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2145$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2146 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2147fi
2148## -------------------- ##
2149## Main body of script. ##
2150## -------------------- ##
2151
2152ac_ext=c
2153ac_cpp='$CPP $CPPFLAGS'
2154ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2155ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2156ac_compiler_gnu=$ac_cv_c_compiler_gnu
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166progname=$0
2167# if PWD already has a value, it is probably wrong.
2168if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
2169
2170# Export original configure arguments for use by sub-configures.
2171# Quote arguments with shell meta charatcers.
2172TOPLEVEL_CONFIGURE_ARGUMENTS=
2173set -- "$progname" "$@"
2174for ac_arg
2175do
2176 case "$ac_arg" in
2177 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
2178 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
2179 # if the argument is of the form -foo=baz, quote the baz part only
2180 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
2181 *) ;;
2182 esac
2183 # Add the quoted argument to the list.
2184 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
2185done
2186if test "$silent" = yes; then
2187 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
2188fi
2189# Remove the initial space we just introduced and, as these will be
2190# expanded by make, quote '$'.
2191TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
2192
2193
2194# Find the build, host, and target systems.
2195ac_aux_dir=
2196for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2197 for ac_t in install-sh install.sh shtool; do
2198 if test -f "$ac_dir/$ac_t"; then
2199 ac_aux_dir=$ac_dir
2200 ac_install_sh="$ac_aux_dir/$ac_t -c"
2201 break 2
2202 fi
2203 done
2204done
2205if test -z "$ac_aux_dir"; then
2206 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2207fi
2208
2209# These three variables are undocumented and unsupported,
2210# and are intended to be withdrawn in a future Autoconf release.
2211# They can cause serious problems if a builder's source tree is in a directory
2212# whose full name contains unusual characters.
2213ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2214ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2215ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2216
2217
2218# Make sure we can run config.sub.
2219$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2220 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2221
2222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2223$as_echo_n "checking build system type... " >&6; }
2224if test "${ac_cv_build+set}" = set; then :
2225 $as_echo_n "(cached) " >&6
2226else
2227 ac_build_alias=$build_alias
2228test "x$ac_build_alias" = x &&
2229 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2230test "x$ac_build_alias" = x &&
2231 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2232ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2233 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2234
2235fi
2236{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2237$as_echo "$ac_cv_build" >&6; }
2238case $ac_cv_build in
2239*-*-*) ;;
2240*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2241esac
2242build=$ac_cv_build
2243ac_save_IFS=$IFS; IFS='-'
2244set x $ac_cv_build
2245shift
2246build_cpu=$1
2247build_vendor=$2
2248shift; shift
2249# Remember, the first character of IFS is used to create $*,
2250# except with old shells:
2251build_os=$*
2252IFS=$ac_save_IFS
2253case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2254
2255
2256 case ${build_alias} in
2257 "") build_noncanonical=${build} ;;
2258 *) build_noncanonical=${build_alias} ;;
2259esac
2260
2261
2262
2263 case ${host_alias} in
2264 "") host_noncanonical=${build_noncanonical} ;;
2265 *) host_noncanonical=${host_alias} ;;
2266esac
2267
2268
2269
2270 case ${target_alias} in
2271 "") target_noncanonical=${host_noncanonical} ;;
2272 *) target_noncanonical=${target_alias} ;;
2273esac
2274
2275
2276
2277
2278test "$host_noncanonical" = "$target_noncanonical" &&
2279 test "$program_prefix$program_suffix$program_transform_name" = \
2280 NONENONEs,x,x, &&
2281 program_transform_name=s,y,y,
2282
2283{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2284$as_echo_n "checking host system type... " >&6; }
2285if test "${ac_cv_host+set}" = set; then :
2286 $as_echo_n "(cached) " >&6
2287else
2288 if test "x$host_alias" = x; then
2289 ac_cv_host=$ac_cv_build
2290else
2291 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2292 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2293fi
2294
2295fi
2296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2297$as_echo "$ac_cv_host" >&6; }
2298case $ac_cv_host in
2299*-*-*) ;;
2300*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2301esac
2302host=$ac_cv_host
2303ac_save_IFS=$IFS; IFS='-'
2304set x $ac_cv_host
2305shift
2306host_cpu=$1
2307host_vendor=$2
2308shift; shift
2309# Remember, the first character of IFS is used to create $*,
2310# except with old shells:
2311host_os=$*
2312IFS=$ac_save_IFS
2313case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2314
2315
2316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2317$as_echo_n "checking target system type... " >&6; }
2318if test "${ac_cv_target+set}" = set; then :
2319 $as_echo_n "(cached) " >&6
2320else
2321 if test "x$target_alias" = x; then
2322 ac_cv_target=$ac_cv_host
2323else
2324 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2325 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2326fi
2327
2328fi
2329{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2330$as_echo "$ac_cv_target" >&6; }
2331case $ac_cv_target in
2332*-*-*) ;;
2333*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2334esac
2335target=$ac_cv_target
2336ac_save_IFS=$IFS; IFS='-'
2337set x $ac_cv_target
2338shift
2339target_cpu=$1
2340target_vendor=$2
2341shift; shift
2342# Remember, the first character of IFS is used to create $*,
2343# except with old shells:
2344target_os=$*
2345IFS=$ac_save_IFS
2346case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2347
2348
2349# The aliases save the names the user supplied, while $host etc.
2350# will get canonicalized.
2351test -n "$target_alias" &&
2352 test "$program_prefix$program_suffix$program_transform_name" = \
2353 NONENONEs,x,x, &&
2354 program_prefix=${target_alias}-
2355
2356test "$program_prefix" != NONE &&
2357 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2358# Use a double $ so make ignores it.
2359test "$program_suffix" != NONE &&
2360 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2361# Double any \ or $.
2362# By default was `s,x,x', remove it if useless.
2363ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2364program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2365
2366
2367
2368# Get 'install' or 'install-sh' and its variants.
2369# Find a good install program. We prefer a C program (faster),
2370# so one script is as good as another. But avoid the broken or
2371# incompatible versions:
2372# SysV /etc/install, /usr/sbin/install
2373# SunOS /usr/etc/install
2374# IRIX /sbin/install
2375# AIX /bin/install
2376# AmigaOS /C/install, which installs bootblocks on floppy discs
2377# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2378# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2379# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2380# OS/2's system install, which has a completely different semantic
2381# ./install, which can be erroneously created by make from ./install.sh.
2382# Reject install programs that cannot install multiple files.
2383{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2384$as_echo_n "checking for a BSD-compatible install... " >&6; }
2385if test -z "$INSTALL"; then
2386if test "${ac_cv_path_install+set}" = set; then :
2387 $as_echo_n "(cached) " >&6
2388else
2389 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2390for as_dir in $PATH
2391do
2392 IFS=$as_save_IFS
2393 test -z "$as_dir" && as_dir=.
2394 # Account for people who put trailing slashes in PATH elements.
2395case $as_dir/ in #((
2396 ./ | .// | /[cC]/* | \
2397 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2398 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2399 /usr/ucb/* ) ;;
2400 *)
2401 # OSF1 and SCO ODT 3.0 have their own names for install.
2402 # Don't use installbsd from OSF since it installs stuff as root
2403 # by default.
2404 for ac_prog in ginstall scoinst install; do
2405 for ac_exec_ext in '' $ac_executable_extensions; do
2406 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2407 if test $ac_prog = install &&
2408 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2409 # AIX install. It has an incompatible calling convention.
2410 :
2411 elif test $ac_prog = install &&
2412 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2413 # program-specific install script used by HP pwplus--don't use.
2414 :
2415 else
2416 rm -rf conftest.one conftest.two conftest.dir
2417 echo one > conftest.one
2418 echo two > conftest.two
2419 mkdir conftest.dir
2420 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2421 test -s conftest.one && test -s conftest.two &&
2422 test -s conftest.dir/conftest.one &&
2423 test -s conftest.dir/conftest.two
2424 then
2425 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2426 break 3
2427 fi
2428 fi
2429 fi
2430 done
2431 done
2432 ;;
2433esac
2434
2435 done
2436IFS=$as_save_IFS
2437
2438rm -rf conftest.one conftest.two conftest.dir
2439
2440fi
2441 if test "${ac_cv_path_install+set}" = set; then
2442 INSTALL=$ac_cv_path_install
2443 else
2444 # As a last resort, use the slow shell script. Don't cache a
2445 # value for INSTALL within a source directory, because that will
2446 # break other packages using the cache if that directory is
2447 # removed, or if the value is a relative name.
2448 INSTALL=$ac_install_sh
2449 fi
2450fi
2451{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2452$as_echo "$INSTALL" >&6; }
2453
2454# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2455# It thinks the first close brace ends the variable substitution.
2456test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2457
2458test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2459
2460test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2461
2462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
2463$as_echo_n "checking whether ln works... " >&6; }
2464if test "${acx_cv_prog_LN+set}" = set; then :
2465 $as_echo_n "(cached) " >&6
2466else
2467 rm -f conftestdata_t
2468echo >conftestdata_f
2469if ln conftestdata_f conftestdata_t 2>/dev/null
2470then
2471 acx_cv_prog_LN=ln
2472else
2473 acx_cv_prog_LN=no
2474fi
2475rm -f conftestdata_f conftestdata_t
2476
2477fi
2478if test $acx_cv_prog_LN = no; then
2479 LN="cp"
2480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
2481$as_echo "no, using $LN" >&6; }
2482else
2483 LN="$acx_cv_prog_LN"
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2485$as_echo "yes" >&6; }
2486fi
2487
2488{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2489$as_echo_n "checking whether ln -s works... " >&6; }
2490LN_S=$as_ln_s
2491if test "$LN_S" = "ln -s"; then
2492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2493$as_echo "yes" >&6; }
2494else
2495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2496$as_echo "no, using $LN_S" >&6; }
2497fi
2498
2499{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2500$as_echo_n "checking for a sed that does not truncate output... " >&6; }
2501if test "${ac_cv_path_SED+set}" = set; then :
2502 $as_echo_n "(cached) " >&6
2503else
2504 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2505 for ac_i in 1 2 3 4 5 6 7; do
2506 ac_script="$ac_script$as_nl$ac_script"
2507 done
2508 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2509 { ac_script=; unset ac_script;}
2510 if test -z "$SED"; then
2511 ac_path_SED_found=false
2512 # Loop through the user's path and test for each of PROGNAME-LIST
2513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2514for as_dir in $PATH
2515do
2516 IFS=$as_save_IFS
2517 test -z "$as_dir" && as_dir=.
2518 for ac_prog in sed gsed; do
2519 for ac_exec_ext in '' $ac_executable_extensions; do
2520 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
2521 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
2522# Check for GNU ac_path_SED and select it if it is found.
2523 # Check for GNU $ac_path_SED
2524case `"$ac_path_SED" --version 2>&1` in
2525*GNU*)
2526 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2527*)
2528 ac_count=0
2529 $as_echo_n 0123456789 >"conftest.in"
2530 while :
2531 do
2532 cat "conftest.in" "conftest.in" >"conftest.tmp"
2533 mv "conftest.tmp" "conftest.in"
2534 cp "conftest.in" "conftest.nl"
2535 $as_echo '' >> "conftest.nl"
2536 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2537 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2538 as_fn_arith $ac_count + 1 && ac_count=$as_val
2539 if test $ac_count -gt ${ac_path_SED_max-0}; then
2540 # Best one so far, save it but keep looking for a better one
2541 ac_cv_path_SED="$ac_path_SED"
2542 ac_path_SED_max=$ac_count
2543 fi
2544 # 10*(2^10) chars as input seems more than enough
2545 test $ac_count -gt 10 && break
2546 done
2547 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2548esac
2549
2550 $ac_path_SED_found && break 3
2551 done
2552 done
2553 done
2554IFS=$as_save_IFS
2555 if test -z "$ac_cv_path_SED"; then
2556 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
2557 fi
2558else
2559 ac_cv_path_SED=$SED
2560fi
2561
2562fi
2563{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2564$as_echo "$ac_cv_path_SED" >&6; }
2565 SED="$ac_cv_path_SED"
2566 rm -f conftest.sed
2567
2568for ac_prog in gawk mawk nawk awk
2569do
2570 # Extract the first word of "$ac_prog", so it can be a program name with args.
2571set dummy $ac_prog; ac_word=$2
2572{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2573$as_echo_n "checking for $ac_word... " >&6; }
2574if test "${ac_cv_prog_AWK+set}" = set; then :
2575 $as_echo_n "(cached) " >&6
2576else
2577 if test -n "$AWK"; then
2578 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2579else
2580as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2581for as_dir in $PATH
2582do
2583 IFS=$as_save_IFS
2584 test -z "$as_dir" && as_dir=.
2585 for ac_exec_ext in '' $ac_executable_extensions; do
2586 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2587 ac_cv_prog_AWK="$ac_prog"
2588 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2589 break 2
2590 fi
2591done
2592 done
2593IFS=$as_save_IFS
2594
2595fi
2596fi
2597AWK=$ac_cv_prog_AWK
2598if test -n "$AWK"; then
2599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2600$as_echo "$AWK" >&6; }
2601else
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2603$as_echo "no" >&6; }
2604fi
2605
2606
2607 test -n "$AWK" && break
2608done
2609
2610
2611### we might need to use some other shell than /bin/sh for running subshells
2612### If we are on Windows, search for the shell. This will permit people
2613### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
2614### without also having to set CONFIG_SHELL. This code will work when
2615### using bash, which sets OSTYPE.
2616case "${OSTYPE}" in
2617*win32*)
2618 if test x${CONFIG_SHELL} = x ; then
2619 if test ! -f /bin/sh ; then
2620 if test x${SHELL} != x && test -f ${SHELL} ; then
2621 CONFIG_SHELL=${SHELL}
2622 export CONFIG_SHELL
2623 else
2624 for prog in sh sh.exe bash bash.exe; do
2625 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
2626 for dir in $PATH; do
2627 test -z "$dir" && dir=.
2628 if test -f $dir/$prog; then
2629 CONFIG_SHELL=$dir/$prog
2630 export CONFIG_SHELL
2631 break
2632 fi
2633 done
2634 IFS="$save_ifs"
2635 test -n "${CONFIG_SHELL}" && break
2636 done
2637 fi
2638 fi
2639 fi
2640 ;;
2641esac
2642
2643config_shell=${CONFIG_SHELL-/bin/sh}
2644
2645moveifchange=${srcdir}/move-if-change
2646
2647srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
2648
2649# We pass INSTALL explicitly to sub-makes. Make sure that it is not
2650# a relative path.
2651if test "$INSTALL" = "${srcdir}/install-sh -c"; then
2652 INSTALL="${srcpwd}/install-sh -c"
2653fi
2654
2655# Set srcdir to "." if that's what it is.
2656# This is important for multilib support.
2657pwd=`${PWDCMD-pwd}`
2658if test "${pwd}" = "${srcpwd}" ; then
2659 srcdir=.
2660fi
2661
2662topsrcdir=$srcpwd
2663
2664extra_host_args=
2665
2666### To add a new directory to the tree, first choose whether it is a target
2667### or a host dependent tool. Then put it into the appropriate list
2668### (library or tools, host or target), doing a dependency sort.
2669
2670# Subdirs will be configured in the order listed in build_configdirs,
2671# configdirs, or target_configdirs; see the serialization section below.
2672
2673# Dependency sorting is only needed when *configuration* must be done in
2674# a particular order. In all cases a dependency should be specified in
2675# the Makefile, whether or not it's implicitly specified here.
2676
2677# Double entries in build_configdirs, configdirs, or target_configdirs may
2678# cause circular dependencies and break everything horribly.
2679
2680# these library is used by various programs built for the build
2681# environment
2682#
2683build_libs="build-libiberty"
2684
2685# these tools are built for the build environment
2686build_tools="build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes"
2687
2688# these libraries are used by various programs built for the host environment
2689#
2690host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr mpc ppl cloog libelf libiconv"
2691
2692# these tools are built for the host environment
2693# Note, the powerpc-eabi build depends on sim occurring before gdb in order to
2694# know that we are building the simulator.
2695# binutils, gas and ld appear in that order because it makes sense to run
2696# "make check" in that particular order.
2697# If --enable-gold is used, "gold" may replace "ld".
2698host_tools="texinfo byacc flex bison binutils gas ld fixincludes gcc cgen sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools"
2699
2700# libgcj represents the runtime libraries only used by gcj.
2701libgcj="target-libffi \
2702 target-zlib \
2703 target-qthreads \
2704 target-libjava"
2705
2706# these libraries are built for the target environment, and are built after
2707# the host libraries and the host tools (which may be a cross compiler)
2708#
2709target_libraries="target-libgcc \
2710 target-libiberty \
2711 target-libgloss \
2712 target-newlib \
2713 target-libgomp \
2714 target-libstdc++-v3 \
2715 target-libmudflap \
2716 target-libssp \
2717 target-libquadmath \
2718 target-libgfortran \
2719 target-boehm-gc \
2720 ${libgcj} \
2721 target-libobjc \
2722 target-libada \
2723 target-libgo"
2724
2725# these tools are built using the target libraries, and are intended to
2726# run only in the target environment
2727#
2728# note: any program that *uses* libraries that are in the "target_libraries"
2729# list belongs in this list. those programs are also very likely
2730# candidates for the "native_only" list which follows
2731#
2732target_tools="target-examples target-groff target-gperf target-rda"
2733
2734################################################################################
2735
2736## All tools belong in one of the four categories, and are assigned above
2737## We assign ${configdirs} this way to remove all embedded newlines. This
2738## is important because configure will choke if they ever get through.
2739## ${configdirs} is directories we build using the host tools.
2740## ${target_configdirs} is directories we build using the target tools.
2741configdirs=`echo ${host_libs} ${host_tools}`
2742target_configdirs=`echo ${target_libraries} ${target_tools}`
2743build_configdirs=`echo ${build_libs} ${build_tools}`
2744
2745
2746
2747################################################################################
2748
2749srcname="gnu development package"
2750
2751# This gets set non-empty for some net releases of packages.
2752appdirs=""
2753
2754# Define is_cross_compiler to save on calls to 'test'.
2755is_cross_compiler=
2756if test x"${host}" = x"${target}" ; then
2757 is_cross_compiler=no
2758else
2759 is_cross_compiler=yes
2760fi
2761
2762# Find the build and target subdir names.
2763
2764# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2765# have matching libraries, they should use host libraries: Makefile.tpl
2766# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2767# However, they still use the build modules, because the corresponding
2768# host modules (e.g. bison) are only built for the host when bootstrap
2769# finishes. So:
2770# - build_subdir is where we find build modules, and never changes.
2771# - build_libsubdir is where we find build libraries, and can be overridden.
2772
2773# Prefix 'build-' so this never conflicts with target_subdir.
2774build_subdir="build-${build_noncanonical}"
2775
2776# Check whether --with-build-libsubdir was given.
2777if test "${with_build_libsubdir+set}" = set; then :
2778 withval=$with_build_libsubdir; build_libsubdir="$withval"
2779else
2780 build_libsubdir="$build_subdir"
2781fi
2782
2783# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2784if ( test $srcdir = . && test -d gcc ) \
2785 || test -d $srcdir/../host-${host_noncanonical}; then
2786 host_subdir="host-${host_noncanonical}"
2787else
2788 host_subdir=.
2789fi
2790# No prefix.
2791target_subdir=${target_noncanonical}
2792
2793# Be sure to cover against remnants of an in-tree build.
2794if test $srcdir != . && test -d $srcdir/host-${host_noncanonical}; then
2795 as_fn_error "building out of tree but $srcdir contains host-${host_noncanonical}.
2796Use a pristine source tree when building in a separate tree" "$LINENO" 5
2797fi
2798
2799# Skipdirs are removed silently.
2800skipdirs=
2801# Noconfigdirs are removed loudly.
2802noconfigdirs=""
2803
2804use_gnu_ld=
2805# Make sure we don't let GNU ld be added if we didn't want it.
2806if test x$with_gnu_ld = xno ; then
2807 use_gnu_ld=no
2808 noconfigdirs="$noconfigdirs ld gold"
2809fi
2810
2811use_gnu_as=
2812# Make sure we don't let GNU as be added if we didn't want it.
2813if test x$with_gnu_as = xno ; then
2814 use_gnu_as=no
2815 noconfigdirs="$noconfigdirs gas"
2816fi
2817
2818use_included_zlib=
2819# Make sure we don't let ZLIB be added if we didn't want it.
2820if test x$with_system_zlib = xyes ; then
2821 use_included_zlib=no
2822 noconfigdirs="$noconfigdirs zlib"
2823fi
2824
2825# some tools are so dependent upon X11 that if we're not building with X,
2826# it's not even worth trying to configure, much less build, that tool.
2827
2828case ${with_x} in
2829 yes | "") ;; # the default value for this tree is that X11 is available
2830 no)
2831 skipdirs="${skipdirs} tk itcl libgui"
2832 # We won't be able to build gdbtk without X.
2833 enable_gdbtk=no
2834 ;;
2835 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2836esac
2837
2838# Some tools are only suitable for building in a "native" situation.
2839# Remove these if host!=target.
2840native_only="autoconf automake libtool fileutils find gawk gettext gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff target-groff guile perl time ash bash bzip2 prms gnuserv target-gperf"
2841
2842# Similarly, some are only suitable for cross toolchains.
2843# Remove these if host=target.
2844cross_only="target-libgloss target-newlib target-opcodes"
2845
2846case $is_cross_compiler in
2847 no) skipdirs="${skipdirs} ${cross_only}" ;;
2848 yes) skipdirs="${skipdirs} ${native_only}" ;;
2849esac
2850
2851# If both --with-headers and --with-libs are specified, default to
2852# --without-newlib.
2853if test x"${with_headers}" != x && test x"${with_headers}" != xno \
2854 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
2855 if test x"${with_newlib}" = x ; then
2856 with_newlib=no
2857 fi
2858fi
2859
2860# Recognize --with-newlib/--without-newlib.
2861case ${with_newlib} in
2862 no) skipdirs="${skipdirs} target-newlib" ;;
2863 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2864esac
2865
2866# Handle --enable-gold, --enable-ld.
2867# --disable-gold [--enable-ld]
2868# Build only ld. Default option.
2869# --enable-gold [--enable-ld]
2870# Build both gold and ld. Install gold as "ld.gold", install ld
2871# as "ld.bfd" and "ld".
2872# --enable-gold=default [--enable-ld]
2873# Build both gold and ld. Install gold as "ld.gold" and "ld",
2874# install ld as "ld.bfd".
2875# --enable-gold[=default] --disable-ld
2876# Build only gold, which is then installed as both "ld.gold" and "ld".
2877# --enable-gold --enable-ld=default
2878# Build both gold (installed as "ld.gold") and ld (installed as "ld"
2879# and ld.bfd).
2880# In other words, ld is default
2881# --enable-gold=default --enable-ld=default
2882# Error.
2883
2884default_ld=
2885# Check whether --enable-gold was given.
2886if test "${enable_gold+set}" = set; then :
2887 enableval=$enable_gold; ENABLE_GOLD=$enableval
2888else
2889 ENABLE_GOLD=no
2890fi
2891
2892case "${ENABLE_GOLD}" in
2893 yes|default)
2894 # Check for ELF target.
2895 is_elf=no
2896 case "${target}" in
2897 *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
2898 | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
2899 | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-solaris2* | *-*-nto*)
2900 case "${target}" in
2901 *-*-linux*aout* | *-*-linux*oldld*)
2902 ;;
2903 *)
2904 is_elf=yes
2905 ;;
2906 esac
2907 esac
2908
2909 if test "$is_elf" = "yes"; then
2910 # Check for target supported by gold.
2911 case "${target}" in
2912 i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-*)
2913 configdirs="$configdirs gold"
2914 if test x${ENABLE_GOLD} = xdefault; then
2915 default_ld=gold
2916 fi
2917 ENABLE_GOLD=yes
2918 ;;
2919 esac
2920 fi
2921 ;;
2922 no)
2923 ;;
2924 *)
2925 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
2926 ;;
2927esac
2928
2929# Check whether --enable-ld was given.
2930if test "${enable_ld+set}" = set; then :
2931 enableval=$enable_ld; ENABLE_LD=$enableval
2932else
2933 ENABLE_LD=yes
2934fi
2935
2936
2937case "${ENABLE_LD}" in
2938 default)
2939 if test x${default_ld} != x; then
2940 as_fn_error "either gold or ld can be the default ld" "$LINENO" 5
2941 fi
2942 ;;
2943 yes)
2944 ;;
2945 no)
2946 if test x${ENABLE_GOLD} != xyes; then
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: neither ld nor gold are enabled" >&5
2948$as_echo "$as_me: WARNING: neither ld nor gold are enabled" >&2;}
2949 fi
2950 configdirs=`echo " ${configdirs} " | sed -e 's/ ld / /'`
2951 ;;
2952 *)
2953 as_fn_error "invalid --enable-ld argument" "$LINENO" 5
2954 ;;
2955esac
2956
2957# Configure extra directories which are host specific
2958
2959case "${host}" in
2960 *-cygwin*)
2961 configdirs="$configdirs libtermcap" ;;
2962esac
2963
2964# A target can indicate whether a language isn't supported for some reason.
2965# Only spaces may be used in this macro; not newlines or tabs.
2966unsupported_languages=
2967
2968# Remove more programs from consideration, based on the host or
2969# target this usually means that a port of the program doesn't
2970# exist yet.
2971
2972case "${host}" in
2973 hppa*64*-*-*)
2974 noconfigdirs="$noconfigdirs byacc"
2975 ;;
2976 i[3456789]86-*-vsta)
2977 noconfigdirs="$noconfigdirs tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl gnuserv gettext"
2978 ;;
2979 i[3456789]86-*-go32* | i[3456789]86-*-msdosdjgpp*)
2980 noconfigdirs="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
2981 ;;
2982 x86_64-*-mingw*)
2983 noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2984 ;;
2985 i[3456789]86-*-mingw32*)
2986 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
2987 noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2988 ;;
2989 i[3456789]86-*-beos*)
2990 noconfigdirs="$noconfigdirs tk itcl libgui gdb"
2991 ;;
2992 *-*-cygwin*)
2993 noconfigdirs="$noconfigdirs autoconf automake send-pr rcs guile perl"
2994 ;;
2995 *-*-netbsd*)
2996 noconfigdirs="$noconfigdirs rcs"
2997 ;;
2998 ppc*-*-pe)
2999 noconfigdirs="$noconfigdirs patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl gnuserv"
3000 ;;
3001 powerpc-*-beos*)
3002 noconfigdirs="$noconfigdirs tk itcl libgui gdb dejagnu readline"
3003 ;;
3004esac
3005
3006
3007# Check whether --enable-libquadmath was given.
3008if test "${enable_libquadmath+set}" = set; then :
3009 enableval=$enable_libquadmath; ENABLE_LIBQUADMATH=$enableval
3010else
3011 ENABLE_LIBQUADMATH=yes
3012fi
3013
3014if test "${ENABLE_LIBQUADMATH}" = "no" ; then
3015 noconfigdirs="$noconfigdirs target-libquadmath"
3016fi
3017
3018
3019# Check whether --enable-libquadmath-support was given.
3020if test "${enable_libquadmath_support+set}" = set; then :
3021 enableval=$enable_libquadmath_support; ENABLE_LIBQUADMATH_SUPPORT=$enableval
3022else
3023 ENABLE_LIBQUADMATH_SUPPORT=yes
3024fi
3025
3026enable_libquadmath_support=
3027if test "${ENABLE_LIBQUADMATH_SUPPORT}" = "no" ; then
3028 enable_libquadmath_support=no
3029fi
3030
3031
3032# Check whether --enable-libada was given.
3033if test "${enable_libada+set}" = set; then :
3034 enableval=$enable_libada; ENABLE_LIBADA=$enableval
3035else
3036 ENABLE_LIBADA=yes
3037fi
3038
3039if test "${ENABLE_LIBADA}" != "yes" ; then
3040 noconfigdirs="$noconfigdirs gnattools"
3041fi
3042
3043# Check whether --enable-libssp was given.
3044if test "${enable_libssp+set}" = set; then :
3045 enableval=$enable_libssp; ENABLE_LIBSSP=$enableval
3046else
3047 ENABLE_LIBSSP=yes
3048fi
3049
3050
3051# Save it here so that, even in case of --enable-libgcj, if the Java
3052# front-end isn't enabled, we still get libgcj disabled.
3053libgcj_saved=$libgcj
3054case $enable_libgcj in
3055yes)
3056 # If we reset it here, it won't get added to noconfigdirs in the
3057 # target-specific build rules, so it will be forcibly enabled
3058 # (unless the Java language itself isn't enabled).
3059 libgcj=
3060 ;;
3061no)
3062 # Make sure we get it printed in the list of not supported target libs.
3063 # Don't disable libffi, though, other languages use it.
3064 noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
3065 # Clear libgcj_saved so that even if java is enabled libffi won't be
3066 # built.
3067 libgcj_saved=
3068 ;;
3069esac
3070
3071
3072# Disable libmudflap on some systems.
3073if test x$enable_libmudflap = x ; then
3074 case "${target}" in
3075 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux* | *-*-kopensolaris*-gnu)
3076 # Enable libmudflap by default in GNU and friends.
3077 ;;
3078 *-*-freebsd*)
3079 # Enable libmudflap by default in FreeBSD.
3080 ;;
3081 *)
3082 # Disable it by default everywhere else.
3083 noconfigdirs="$noconfigdirs target-libmudflap"
3084 ;;
3085 esac
3086fi
3087
3088# Disable libgomp on non POSIX hosted systems.
3089if test x$enable_libgomp = x ; then
3090 # Enable libgomp by default on hosted POSIX systems.
3091 case "${target}" in
3092 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3093 ;;
3094 *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
3095 ;;
3096 *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11*)
3097 ;;
3098 *-*-darwin* | *-*-aix*)
3099 ;;
3100 *)
3101 noconfigdirs="$noconfigdirs target-libgomp"
3102 ;;
3103 esac
3104fi
3105
3106# Default libgloss CPU subdirectory.
3107libgloss_dir="$target_cpu"
3108
3109case "${target}" in
3110 *-*-chorusos)
3111 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3112 ;;
3113 powerpc-*-darwin*)
3114 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3115 noconfigdirs="$noconfigdirs sim target-rda"
3116 ;;
3117 i[3456789]86-*-darwin*)
3118 noconfigdirs="$noconfigdirs ld gprof"
3119 noconfigdirs="$noconfigdirs sim target-rda"
3120 ;;
3121 x86_64-*-darwin[912]*)
3122 noconfigdirs="$noconfigdirs ld gas gprof"
3123 noconfigdirs="$noconfigdirs sim target-rda"
3124 ;;
3125 *-*-darwin*)
3126 noconfigdirs="$noconfigdirs ld gas gdb gprof"
3127 noconfigdirs="$noconfigdirs sim target-rda"
3128 noconfigdirs="$noconfigdirs ${libgcj}"
3129 ;;
3130 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
3131 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3132 ;;
3133 *-*-freebsd*)
3134 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3135 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
3136 && test -f /usr/local/include/gmp.h; then
3137 with_gmp=/usr/local
3138 fi
3139
3140 # Skip some stuff that's unsupported on some FreeBSD configurations.
3141 case "${target}" in
3142 i*86-*-*) ;;
3143 alpha*-*-*) ;;
3144 x86_64-*-*) ;;
3145 *)
3146 noconfigdirs="$noconfigdirs ${libgcj}"
3147 ;;
3148 esac
3149 ;;
3150 *-*-kaos*)
3151 # Remove unsupported stuff on all kaOS configurations.
3152 skipdirs="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
3153 skipdirs="$skipdirs target-libobjc target-examples target-groff target-gperf"
3154 skipdirs="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
3155 noconfigdirs="$noconfigdirs target-libgloss"
3156 ;;
3157 *-*-netbsd*)
3158 # Skip some stuff on all NetBSD configurations.
3159 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"
3160
3161 # Skip some stuff that's unsupported on some NetBSD configurations.
3162 case "${target}" in
3163 i*86-*-netbsdelf*) ;;
3164 arm*-*-netbsdelf*) ;;
3165 *)
3166 noconfigdirs="$noconfigdirs ${libgcj}"
3167 ;;
3168 esac
3169 ;;
3170 *-*-netware*)
3171 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
3172 ;;
3173 *-*-rtems*)
3174 skipdirs="${skipdirs} target-libiberty"
3175 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3176 ;;
3177 # The tpf target doesn't support gdb yet.
3178 *-*-tpf*)
3179 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
3180 ;;
3181 *-*-uclinux*)
3182 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
3183 ;;
3184 *-*-vxworks*)
3185 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
3186 ;;
3187 alpha*-dec-osf*)
3188 # ld works, but does not support shared libraries.
3189 # newlib is not 64 bit ready. I'm not sure about fileutils.
3190 # gas doesn't generate exception information.
3191 noconfigdirs="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
3192 ;;
3193 alpha*-*-*vms*)
3194 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3195 ;;
3196 alpha*-*-linux*)
3197 # newlib is not 64 bit ready
3198 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3199 ;;
3200 alpha*-*-*)
3201 # newlib is not 64 bit ready
3202 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3203 ;;
3204 am33_2.0-*-linux*)
3205 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
3206 ;;
3207 sh-*-linux*)
3208 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
3209 ;;
3210 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
3211 noconfigdirs="$noconfigdirs ${libgcj}"
3212 noconfigdirs="$noconfigdirs target-examples"
3213 noconfigdirs="$noconfigdirs target-libiberty texinfo send-pr"
3214 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
3215 noconfigdirs="$noconfigdirs expect dejagnu"
3216 # the C++ libraries don't build on top of CE's C libraries
3217 noconfigdirs="$noconfigdirs target-libstdc++-v3"
3218 noconfigdirs="$noconfigdirs target-newlib"
3219 case "${host}" in
3220 *-*-cygwin*) ;; # keep gdb and readline
3221 *) noconfigdirs="$noconfigdirs gdb readline"
3222 ;;
3223 esac
3224 libgloss_dir=wince
3225 ;;
3226 arc-*-*)
3227 noconfigdirs="$noconfigdirs target-libgloss"
3228 ;;
3229 arm-*-coff | strongarm-*-coff | xscale-*-coff)
3230 noconfigdirs="$noconfigdirs ${libgcj}"
3231 libgloss_dir=arm
3232 ;;
3233 arm-*-elf* | strongarm-*-elf* | xscale-*-elf* | arm*-*-eabi* )
3234 noconfigdirs="$noconfigdirs target-libffi target-qthreads"
3235 libgloss_dir=arm
3236 ;;
3237 arm*-*-linux-gnueabi)
3238 noconfigdirs="$noconfigdirs target-qthreads"
3239 case ${with_newlib} in
3240 no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3241 esac
3242 libgloss_dir=arm
3243 ;;
3244 arm*-*-symbianelf*)
3245 noconfigdirs="$noconfigdirs ${libgcj} target-libiberty"
3246 libgloss_dir=arm
3247 ;;
3248 arm-*-pe*)
3249 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3250 ;;
3251 thumb-*-coff)
3252 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3253 ;;
3254 thumb-*-elf)
3255 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3256 ;;
3257 thumb-*-pe)
3258 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3259 ;;
3260 arm-*-riscix*)
3261 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
3262 ;;
3263 avr-*-*)
3264 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj} target-libssp"
3265 ;;
3266 bfin-*-*)
3267 unsupported_languages="$unsupported_languages java"
3268 noconfigdirs="$noconfigdirs target-boehm-gc"
3269 if test x${is_cross_compiler} != xno ; then
3270 target_configdirs="${target_configdirs} target-bsp target-cygmon"
3271 fi
3272 ;;
3273 c4x-*-* | tic4x-*-*)
3274 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3275 ;;
3276 c54x*-*-* | tic54x-*-*)
3277 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
3278 ;;
3279 cr16-*-*)
3280 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3281 ;;
3282 cris-*-* | crisv32-*-*)
3283 unsupported_languages="$unsupported_languages java"
3284 case "${target}" in
3285 *-*-aout)
3286 unsupported_languages="$unsupported_languages fortran"
3287 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3288 *-*-elf) # See PR46792 regarding target-libffi.
3289 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
3290 *-*-linux*)
3291 noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
3292 *)
3293 unsupported_languages="$unsupported_languages fortran"
3294 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
3295 esac
3296 libgloss_dir=cris
3297 ;;
3298 d10v-*-*)
3299 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3300 ;;
3301 d30v-*-*)
3302 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3303 ;;
3304 ep9312-*-elf | ep9312-*-coff)
3305 libgloss_dir=arm
3306 ;;
3307 fr30-*-elf*)
3308 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3309 ;;
3310 frv-*-*)
3311 noconfigdirs="$noconfigdirs ${libgcj}"
3312 ;;
3313 moxie-*-*)
3314 noconfigdirs="$noconfigdirs ${libgcj}"
3315 noconfigdirs="$noconfigdirs gprof"
3316 ;;
3317 h8300*-*-*)
3318 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3319 ;;
3320 h8500-*-*)
3321 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
3322 ;;
3323 hppa1.1-*-osf* | hppa1.1-*-bsd* )
3324 ;;
3325 hppa*64*-*-linux* | parisc*64*-*-linux*)
3326 # In this case, it's because the hppa64-linux target is for
3327 # the kernel only at this point and has no libc, and thus no
3328 # headers, crt*.o, etc., all of which are needed by these.
3329 noconfigdirs="$noconfigdirs target-zlib"
3330 ;;
3331 hppa*-*-linux*)
3332 ;;
3333 hppa*-*-*elf* | \
3334 hppa*-*-lites* | \
3335 hppa*-*-openbsd* | \
3336 hppa*64*-*-*)
3337 noconfigdirs="$noconfigdirs ${libgcj}"
3338 ;;
3339 hppa*-hp-hpux11*)
3340 noconfigdirs="$noconfigdirs ld shellutils"
3341 ;;
3342 hppa*-*-pro*)
3343 libgloss_dir=pa
3344 ;;
3345 hppa*-*-*)
3346 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
3347 # build on HP-UX 10.20.
3348 noconfigdirs="$noconfigdirs ld shellutils ${libgcj}"
3349 ;;
3350 i960-*-*)
3351 noconfigdirs="$noconfigdirs ${libgcj} gdb"
3352 ;;
3353 ia64*-*-elf*)
3354 # No gdb support yet.
3355 noconfigdirs="$noconfigdirs readline mmalloc libgui itcl gdb"
3356 ;;
3357 ia64*-**-hpux*)
3358 # No ld support yet.
3359 noconfigdirs="$noconfigdirs ${libgcj} libgui itcl ld"
3360 ;;
3361 ia64*-*-*vms*)
3362 # No gdb or ld support yet.
3363 noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
3364 ;;
3365 i[3456789]86-*-coff | i[3456789]86-*-elf)
3366 noconfigdirs="$noconfigdirs ${libgcj}"
3367 libgloss_dir=i386
3368 ;;
3369 i[3456789]86-*-linux*)
3370 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
3371 # not build java stuff by default.
3372 case "${target}" in
3373 *-*-*libc1*)
3374 noconfigdirs="$noconfigdirs ${libgcj}";;
3375 esac
3376
3377 # This section makes it possible to build newlib natively on linux.
3378 # If we are using a cross compiler then don't configure newlib.
3379 if test x${is_cross_compiler} != xno ; then
3380 noconfigdirs="$noconfigdirs target-newlib"
3381 fi
3382 noconfigdirs="$noconfigdirs target-libgloss"
3383 # If we are not using a cross compiler, do configure newlib.
3384 # Note however, that newlib will only be configured in this situation
3385 # if the --with-newlib option has been given, because otherwise
3386 # 'target-newlib' will appear in skipdirs.
3387 ;;
3388 i[3456789]86-w64-mingw*)
3389 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
3390 ;;
3391 i[3456789]86-*-mingw*)
3392 target_configdirs="$target_configdirs target-winsup"
3393 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
3394 ;;
3395 x86_64-*-mingw*)
3396 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
3397 ;;
3398 *-*-cygwin*)
3399 target_configdirs="$target_configdirs target-libtermcap target-winsup"
3400 noconfigdirs="$noconfigdirs target-gperf target-libgloss"
3401 # always build newlib if winsup directory is present.
3402 if test -d "$srcdir/winsup/cygwin"; then
3403 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3404 elif test -d "$srcdir/newlib"; then
3405 echo "Warning: winsup/cygwin is missing so newlib can't be built."
3406 fi
3407 ;;
3408 i[3456789]86-*-interix* )
3409 ;;
3410 i[3456789]86-*-pe)
3411 noconfigdirs="$noconfigdirs target-libgloss"
3412 ;;
3413 i[3456789]86-*-sco3.2v5*)
3414 # The linker does not yet know about weak symbols in COFF,
3415 # and is not configured to handle mixed ELF and COFF.
3416 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
3417 ;;
3418 i[3456789]86-*-sco*)
3419 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3420 ;;
3421 i[3456789]86-*-solaris2*)
3422 noconfigdirs="$noconfigdirs target-libgloss"
3423 ;;
3424 i[3456789]86-*-sysv4*)
3425 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
3426 ;;
3427 i[3456789]86-*-beos*)
3428 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3429 ;;
3430 i[3456789]86-*-rdos*)
3431 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3432 ;;
3433 m32r-*-*)
3434 noconfigdirs="$noconfigdirs ${libgcj}"
3435 ;;
3436 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
3437 noconfigdirs="$noconfigdirs target-libiberty"
3438 libgloss_dir=m68hc11
3439 ;;
3440 m68k-*-elf*)
3441 noconfigdirs="$noconfigdirs ${libgcj}"
3442 ;;
3443 m68k-*-coff*)
3444 noconfigdirs="$noconfigdirs ${libgcj}"
3445 ;;
3446 m68*-*-* | fido-*-*)
3447 libgloss_dir=m68k
3448 ;;
3449 mmix-*-*)
3450 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
3451 unsupported_languages="$unsupported_languages fortran java"
3452 ;;
3453 mn10200-*-*)
3454 noconfigdirs="$noconfigdirs ${libgcj}"
3455 ;;
3456 mn10300-*-*)
3457 noconfigdirs="$noconfigdirs ${libgcj}"
3458 ;;
3459 mt-*-*)
3460 noconfigdirs="$noconfigdirs sim"
3461 ;;
3462 picochip-*-*)
3463 noconfigdirs="$noconfigdirs target-libiberty"
3464 ;;
3465 powerpc-*-aix*)
3466 # copied from rs6000-*-* entry
3467 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
3468 ;;
3469 powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
3470 target_configdirs="$target_configdirs target-winsup"
3471 noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
3472 # always build newlib.
3473 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
3474 ;;
3475 # This is temporary until we can link against shared libraries
3476 powerpcle-*-solaris*)
3477 noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
3478 libgloss_dir=rs6000
3479 ;;
3480 powerpc-*-beos*)
3481 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
3482 ;;
3483 powerpc-*-eabi)
3484 noconfigdirs="$noconfigdirs ${libgcj}"
3485 libgloss_dir=rs6000
3486 ;;
3487 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems* )
3488 libgloss_dir=rs6000
3489 ;;
3490 rs6000-*-lynxos*)
3491 noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
3492 ;;
3493 rs6000-*-aix*)
3494 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
3495 ;;
3496 rs6000-*-*)
3497 noconfigdirs="$noconfigdirs gprof ${libgcj}"
3498 ;;
3499 m68k-apollo-*)
3500 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
3501 ;;
3502 microblaze*)
3503 noconfigdirs="$noconfigdirs gprof target-libssp ${libgcj}"
3504 ;;
3505 mips*-sde-elf*)
3506 skipdirs="$skipdirs target-libiberty"
3507 noconfigdirs="$noconfigdirs ${libgcj}"
3508 if test x$with_newlib = xyes; then
3509 noconfigdirs="$noconfigdirs gprof"
3510 fi
3511 libgloss_dir=mips
3512 ;;
3513 mips*-*-irix5*)
3514 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3515 ;;
3516 mips*-*-irix6*)
3517 # Linking libjava exceeds command-line length limits on at least
3518 # IRIX 6.2, but not on IRIX 6.5.
3519 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
3520 # <oldham@codesourcery.com>
3521 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3522 ;;
3523 mips*-*-bsd*)
3524 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
3525 ;;
3526 mips*-*-linux*)
3527 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3528 ;;
3529 mips*-*-*)
3530 noconfigdirs="$noconfigdirs gprof ${libgcj}"
3531 libgloss_dir=mips
3532 ;;
3533 romp-*-*)
3534 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
3535 ;;
3536 sh-*-* | sh64-*-*)
3537 case "${host}" in
3538 i[3456789]86-*-vsta) ;; # don't add gprof back in
3539 i[3456789]86-*-go32*) ;; # don't add gprof back in
3540 i[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
3541 *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
3542 esac
3543 case "${target}" in
3544 sh*-*-elf)
3545 noconfigdirs="$noconfigdirs ${libgcj}" ;;
3546 *)
3547 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;;
3548 esac
3549 ;;
3550 sparclet-*-aout* | sparc86x-*-*)
3551 libgloss_dir=sparc
3552 ;;
3553 sparc-*-elf*)
3554 noconfigdirs="$noconfigdirs ${libgcj}"
3555 ;;
3556 sparc64-*-elf*)
3557 noconfigdirs="$noconfigdirs ${libgcj}"
3558 libgloss_dir=sparc
3559 ;;
3560 sparclite-*-*)
3561 noconfigdirs="$noconfigdirs ${libgcj}"
3562 libgloss_dir=sparc
3563 ;;
3564 sparc-*-sunos4*)
3565 noconfigdirs="$noconfigdirs ${libgcj}"
3566 if test x${is_cross_compiler} != xno ; then
3567 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
3568 else
3569 use_gnu_ld=no
3570 fi
3571 ;;
3572 sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
3573 noconfigdirs="$noconfigdirs ${libgcj}"
3574 ;;
3575 sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
3576 ;;
3577 tic6x-*-*)
3578 noconfigdirs="$noconfigdirs gdb sim ${libgcj}"
3579 ;;
3580 v810-*-*)
3581 noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
3582 ;;
3583 v850*-*-*)
3584 noconfigdirs="$noconfigdirs ${libgcj}"
3585 ;;
3586 vax-*-vms)
3587 noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
3588 ;;
3589 vax-*-*)
3590 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3591 ;;
3592 xtensa*-*-*)
3593 noconfigdirs="$noconfigdirs ${libgcj}"
3594 ;;
3595 ip2k-*-*)
3596 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
3597 ;;
3598 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
3599 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
3600 ;;
3601 *-*-lynxos*)
3602 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
3603 ;;
3604 *-*-*)
3605 noconfigdirs="$noconfigdirs ${libgcj}"
3606 ;;
3607esac
3608
3609# If we aren't building newlib, then don't build libgloss, since libgloss
3610# depends upon some newlib header files.
3611case "${noconfigdirs}" in
3612 *target-libgloss*) ;;
3613 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
3614esac
3615
3616# Work in distributions that contain no compiler tools, like Autoconf.
3617tentative_cc=""
3618host_makefile_frag=/dev/null
3619if test -d ${srcdir}/config ; then
3620case "${host}" in
3621 m68k-hp-hpux*)
3622 # Avoid "too much defining" errors from HPUX compiler.
3623 tentative_cc="cc -Wp,-H256000"
3624 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
3625 # If it's HP/UX ar, this should be harmless.
3626 RANLIB="ar ts"
3627 ;;
3628 m68k-apollo-sysv*)
3629 tentative_cc="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
3630 ;;
3631 m68k-apollo-bsd*)
3632 #None of the Apollo compilers can compile gas or binutils. The preprocessor
3633 # chokes on bfd, the compiler won't let you assign integers to enums, and
3634 # other problems. Defining CC to gcc is a questionable way to say "don't use
3635 # the apollo compiler" (the preferred version of GCC could be called cc,
3636 # or whatever), but I'm not sure leaving CC as cc is any better...
3637 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
3638 # Used to have BISON=yacc.
3639 tentative_cc=gcc
3640 ;;
3641 m88k-dg-dgux*)
3642 tentative_cc="gcc -Wall -ansi -D__using_DGUX"
3643 ;;
3644 m88k-harris-cxux*)
3645 # Under CX/UX, we want to tell the compiler to use ANSI mode.
3646 tentative_cc="cc -Xa"
3647 host_makefile_frag="config/mh-cxux"
3648 ;;
3649 m88k-motorola-sysv*)
3650 ;;
3651 mips*-dec-ultrix*)
3652 tentative_cc="cc -Wf,-XNg1000"
3653 host_makefile_frag="config/mh-decstation"
3654 ;;
3655 mips*-nec-sysv4*)
3656 # The C compiler on NEC MIPS SVR4 needs bigger tables.
3657 tentative_cc="cc -ZXNd=5000 -ZXNg=1000"
3658 host_makefile_frag="config/mh-necv4"
3659 ;;
3660 mips*-sgi-irix4*)
3661 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
3662 # environment. Also bump switch table size so that cp-parse will
3663 # compile. Bump string length limit so linker builds.
3664 tentative_cc="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
3665 ;;
3666 mips*-*-sysv4*)
3667 host_makefile_frag="config/mh-sysv4"
3668 ;;
3669 mips*-*-sysv*)
3670 # This is for a MIPS running RISC/os 4.52C.
3671
3672 # This is needed for GDB, but needs to be in the top-level make because
3673 # if a library is compiled with the bsd headers and gets linked with the
3674 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
3675 # a different size).
3676 # ptrace(2) apparently has problems in the BSD environment. No workaround is
3677 # known except to select the sysv environment. Could we use /proc instead?
3678 # These "sysv environments" and "bsd environments" often end up being a pain.
3679 #
3680 # This is not part of CFLAGS because perhaps not all C compilers have this
3681 # option.
3682 tentative_cc="cc -systype sysv"
3683 ;;
3684 i370-ibm-opened*)
3685 tentative_cc="c89"
3686 ;;
3687 i[3456789]86-*-sysv5*)
3688 host_makefile_frag="config/mh-sysv5"
3689 ;;
3690 i[3456789]86-*-dgux*)
3691 tentative_cc="gcc -Wall -ansi -D__using_DGUX"
3692 host_makefile_frag="config/mh-dgux386"
3693 ;;
3694 i[3456789]86-ncr-sysv4.3*)
3695 # The MetaWare compiler will generate a copyright message unless you
3696 # turn it off by adding the -Hnocopyr flag.
3697 tentative_cc="cc -Hnocopyr"
3698 ;;
3699 i[3456789]86-ncr-sysv4*)
3700 # for an NCR 3000 (i486/SVR4) system.
3701 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
3702 # This compiler not only emits obnoxious copyright messages every time
3703 # you run it, but it chokes and dies on a whole bunch of GNU source
3704 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
3705 tentative_cc="/usr/ccs/ATT/cc"
3706 host_makefile_frag="config/mh-ncr3000"
3707 ;;
3708 i[3456789]86-*-sco3.2v5*)
3709 ;;
3710 i[3456789]86-*-sco*)
3711 # The native C compiler botches some simple uses of const. Unfortunately,
3712 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
3713 tentative_cc="cc -Dconst="
3714 host_makefile_frag="config/mh-sco"
3715 ;;
3716 i[3456789]86-*-udk*)
3717 host_makefile_frag="config/mh-sysv5"
3718 ;;
3719 i[3456789]86-*-solaris2*)
3720 host_makefile_frag="config/mh-sysv4"
3721 ;;
3722 i[3456789]86-*-msdosdjgpp*)
3723 host_makefile_frag="config/mh-djgpp"
3724 ;;
3725 *-cygwin*)
3726
3727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
3728$as_echo_n "checking to see if cat works as expected... " >&6; }
3729echo a >cygwin-cat-check
3730if test `cat cygwin-cat-check` = a ; then
3731 rm cygwin-cat-check
3732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3733$as_echo "yes" >&6; }
3734else
3735 rm cygwin-cat-check
3736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3737$as_echo "no" >&6; }
3738 as_fn_error "The cat command does not ignore carriage return characters.
3739 Please either mount the build directory in binary mode or run the following
3740 commands before running any configure script:
3741set -o igncr
3742export SHELLOPTS
3743 " "$LINENO" 5
3744fi
3745
3746 host_makefile_frag="config/mh-cygwin"
3747 ;;
3748 *-mingw*)
3749 host_makefile_frag="config/mh-mingw"
3750 ;;
3751 *-interix*)
3752 host_makefile_frag="config/mh-interix"
3753 ;;
3754 vax-*-ultrix2*)
3755 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
3756 tentative_cc=gcc
3757 ;;
3758 *-*-solaris2*)
3759 host_makefile_frag="config/mh-solaris"
3760 ;;
3761 m68k-sun-sunos*)
3762 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
3763 # without overflowing the jump tables (-J says to use a 32 bit table)
3764 tentative_cc="cc -J"
3765 ;;
3766 hppa*-hp-hpux10*)
3767 tentative_cc="cc -Wp,-H256000"
3768 host_makefile_frag="config/mh-pa-hpux10"
3769 ;;
3770 hppa*-hp-hpux* | hppa*-*-hiux*)
3771 tentative_cc="cc -Wp,-H256000"
3772 host_makefile_frag="config/mh-pa"
3773 ;;
3774 hppa*-*)
3775 host_makefile_frag="config/mh-pa"
3776 ;;
3777 *-hp-hpux* | *-*-hiux*)
3778 tentative_cc="cc -Wp,-H256000"
3779 ;;
3780 rs6000-*-lynxos*)
3781 # /bin/cc is less than useful for our purposes. Always use GCC
3782 tentative_cc="/usr/cygnus/progressive/bin/gcc"
3783 host_makefile_frag="config/mh-lynxrs6k"
3784 ;;
3785 *-*-darwin*)
3786 host_makefile_frag="config/mh-darwin"
3787 ;;
3788 powerpc-*-aix*)
3789 host_makefile_frag="config/mh-ppc-aix"
3790 ;;
3791 rs6000-*-aix*)
3792 host_makefile_frag="config/mh-ppc-aix"
3793 ;;
3794 *-*-lynxos*)
3795 # /bin/cc is less than useful for our purposes. Always use GCC
3796 tentative_cc="/bin/gcc"
3797 ;;
3798 *-*-sysv4*)
3799 host_makefile_frag="config/mh-sysv4"
3800 ;;
3801 # This is placed last to prevent interfering with the cases above.
3802 i[3456789]86-*-*)
3803 # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
3804 host_makefile_frag="config/mh-x86omitfp"
3805 ;;
3806esac
3807fi
3808
3809# If we aren't going to be using gcc, see if we can extract a definition
3810# of CC from the fragment.
3811# Actually, use the 'pre-extracted' version above.
3812if test -z "${CC}" && test "${build}" = "${host}" ; then
3813 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
3814 found=
3815 for dir in $PATH; do
3816 test -z "$dir" && dir=.
3817 if test -f $dir/gcc; then
3818 found=yes
3819 break
3820 fi
3821 done
3822 IFS="$save_ifs"
3823 if test -z "${found}" && test -n "${tentative_cc}" ; then
3824 CC=$tentative_cc
3825 fi
3826fi
3827
3828if test "${build}" != "${host}" ; then
3829 AR_FOR_BUILD=${AR_FOR_BUILD-ar}
3830 AS_FOR_BUILD=${AS_FOR_BUILD-as}
3831 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
3832 CXX_FOR_BUILD=${CXX_FOR_BUILD-g++}
3833 GCJ_FOR_BUILD=${GCJ_FOR_BUILD-gcj}
3834 GFORTRAN_FOR_BUILD=${GFORTRAN_FOR_BUILD-gfortran}
3835 GOC_FOR_BUILD=${GOC_FOR_BUILD-gccgo}
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)"
3845 CC_FOR_BUILD="\$(CC)"
3846 CXX_FOR_BUILD="\$(CXX)"
3847 GCJ_FOR_BUILD="\$(GCJ)"
3848 GFORTRAN_FOR_BUILD="\$(GFORTRAN)"
3849 GOC_FOR_BUILD="\$(GOC)"
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)"
3856fi
3857
3858ac_ext=c
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
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
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=.
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
3881 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3883 break 2
3884 fi
3885done
3886 done
3887IFS=$as_save_IFS
3888
3889fi
3890fi
3891CC=$ac_cv_prog_CC
3892if test -n "$CC"; then
3893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3894$as_echo "$CC" >&6; }
3895else
3896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3897$as_echo "no" >&6; }
3898fi
3899
3900
3901fi
3902if test -z "$ac_cv_prog_CC"; then
3903 ac_ct_CC=$CC
3904 # Extract the first word of "gcc", so it can be a program name with args.
3905set dummy gcc; ac_word=$2
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
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=.
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
3921 ac_cv_prog_ac_ct_CC="gcc"
3922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3923 break 2
3924 fi
3925done
3926 done
3927IFS=$as_save_IFS
3928
3929fi
3930fi
3931ac_ct_CC=$ac_cv_prog_ac_ct_CC
3932if test -n "$ac_ct_CC"; then
3933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3934$as_echo "$ac_ct_CC" >&6; }
3935else
3936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3937$as_echo "no" >&6; }
3938fi
3939
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
3951else
3952 CC="$ac_cv_prog_CC"
3953fi
3954
3955if test -z "$CC"; then
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.
3958set dummy ${ac_tool_prefix}cc; ac_word=$2
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
3963else
3964 if test -n "$CC"; then
3965 ac_cv_prog_CC="$CC" # Let the user override the test.
3966else
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=.
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
3974 ac_cv_prog_CC="${ac_tool_prefix}cc"
3975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3976 break 2
3977 fi
3978done
3979 done
3980IFS=$as_save_IFS
3981
3982fi
3983fi
3984CC=$ac_cv_prog_CC
3985if test -n "$CC"; then
3986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3987$as_echo "$CC" >&6; }
3988else
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3990$as_echo "no" >&6; }
3991fi
3992
3993
3994 fi
3995fi
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
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
4003else
4004 if test -n "$CC"; then
4005 ac_cv_prog_CC="$CC" # Let the user override the test.
4006else
4007 ac_prog_rejected=no
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=.
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
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"
4020 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4021 break 2
4022 fi
4023done
4024 done
4025IFS=$as_save_IFS
4026
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
4031 if test $# != 0; then
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
4036 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4037 fi
4038fi
4039fi
4040fi
4041CC=$ac_cv_prog_CC
4042if test -n "$CC"; then
4043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4044$as_echo "$CC" >&6; }
4045else
4046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4047$as_echo "no" >&6; }
4048fi
4049
4050
4051fi
4052if test -z "$CC"; then
4053 if test -n "$ac_tool_prefix"; then
4054 for ac_prog in cl.exe
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
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
4062else
4063 if test -n "$CC"; then
4064 ac_cv_prog_CC="$CC" # Let the user override the test.
4065else
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=.
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
4073 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4075 break 2
4076 fi
4077done
4078 done
4079IFS=$as_save_IFS
4080
4081fi
4082fi
4083CC=$ac_cv_prog_CC
4084if test -n "$CC"; then
4085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4086$as_echo "$CC" >&6; }
4087else
4088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4089$as_echo "no" >&6; }
4090fi
4091
4092
4093 test -n "$CC" && break
4094 done
4095fi
4096if test -z "$CC"; then
4097 ac_ct_CC=$CC
4098 for ac_prog in cl.exe
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
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
4106else
4107 if test -n "$ac_ct_CC"; then
4108 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4109else
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=.
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
4117 ac_cv_prog_ac_ct_CC="$ac_prog"
4118 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4119 break 2
4120 fi
4121done
4122 done
4123IFS=$as_save_IFS
4124
4125fi
4126fi
4127ac_ct_CC=$ac_cv_prog_ac_ct_CC
4128if test -n "$ac_ct_CC"; then
4129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4130$as_echo "$ac_ct_CC" >&6; }
4131else
4132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4133$as_echo "no" >&6; }
4134fi
4135
4136
4137 test -n "$ac_ct_CC" && break
4138done
4139
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
4151fi
4152
4153fi
4154
4155
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; }
4160
4161# Provide some information about the compiler.
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
4174 ac_status=$?
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
4185
4186cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4187/* end confdefs.h. */
4188
4189int
4190main ()
4191{
4192
4193 ;
4194 return 0;
4195}
4196_ACEOF
4197ac_clean_files_save=$ac_clean_files
4198ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
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.
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
4227 ac_status=$?
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 ''
4236do
4237 test -f "$ac_file" || continue
4238 case $ac_file in
4239 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4240 ;;
4241 [ab].out )
4242 # We found the default executable, but exeext='' is most
4243 # certainly right.
4244 break;;
4245 *.* )
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.
4255 break;;
4256 * )
4257 break;;
4258 esac
4259done
4260test "$ac_cv_exeext" = no && ac_cv_exeext=
4261
4262else
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
4269sed 's/^/| /' conftest.$ac_ext >&5
4270
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; }; }
4276fi
4277ac_exeext=$ac_cv_exeext
4278
4279# Check that the compiler produces executables we can run. If not, either
4280# the compiler is broken, or we cross compile.
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; }
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'
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
4293 ac_status=$?
4294 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4295 test $ac_status = 0; }; }; then
4296 cross_compiling=no
4297 else
4298 if test "$cross_compiling" = maybe; then
4299 cross_compiling=yes
4300 else
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.
4304If you meant to cross compile, use \`--host'.
4305See \`config.log' for more details." "$LINENO" 5; }
4306 fi
4307 fi
4308fi
4309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4310$as_echo "yes" >&6; }
4311
4312rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4313ac_clean_files=$ac_clean_files_save
4314# Check that the compiler produces executables we can run. If not, either
4315# the compiler is broken, or we cross compile.
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
4331 ac_status=$?
4332 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4333 test $ac_status = 0; }; then :
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
4341 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4342 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4343 break;;
4344 * ) break;;
4345 esac
4346done
4347else
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; }
4352fi
4353rm -f conftest$ac_cv_exeext
4354{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4355$as_echo "$ac_cv_exeext" >&6; }
4356
4357rm -f conftest.$ac_ext
4358EXEEXT=$ac_cv_exeext
4359ac_exeext=$EXEEXT
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
4364else
4365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4366/* end confdefs.h. */
4367
4368int
4369main ()
4370{
4371
4372 ;
4373 return 0;
4374}
4375_ACEOF
4376rm -f conftest.o conftest.obj
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
4385 ac_status=$?
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;
4390 case $ac_file in
4391 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4392 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4393 break;;
4394 esac
4395done
4396else
4397 $as_echo "$as_me: failed program was:" >&5
4398sed 's/^/| /' conftest.$ac_ext >&5
4399
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; }
4404fi
4405rm -f conftest.$ac_cv_objext conftest.$ac_ext
4406fi
4407{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4408$as_echo "$ac_cv_objext" >&6; }
4409OBJEXT=$ac_cv_objext
4410ac_objext=$OBJEXT
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
4415else
4416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4417/* end confdefs.h. */
4418
4419int
4420main ()
4421{
4422#ifndef __GNUC__
4423 choke me
4424#endif
4425
4426 ;
4427 return 0;
4428}
4429_ACEOF
4430if ac_fn_c_try_compile "$LINENO"; then :
4431 ac_compiler_gnu=yes
4432else
4433 ac_compiler_gnu=no
4434fi
4435rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4436ac_cv_c_compiler_gnu=$ac_compiler_gnu
4437
4438fi
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
4446ac_test_CFLAGS=${CFLAGS+set}
4447ac_save_CFLAGS=$CFLAGS
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
4458/* end confdefs.h. */
4459
4460int
4461main ()
4462{
4463
4464 ;
4465 return 0;
4466}
4467_ACEOF
4468if ac_fn_c_try_compile "$LINENO"; then :
4469 ac_cv_prog_cc_g=yes
4470else
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. */
4490
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
4503fi
4504rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4505fi
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; }
4511if test "$ac_test_CFLAGS" = set; then
4512 CFLAGS=$ac_save_CFLAGS
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
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
4530else
4531 ac_cv_prog_cc_c89=no
4532ac_save_CC=$CC
4533cat confdefs.h - <<_ACEOF >conftest.$ac_ext
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
4561 as 'x'. The following induces an error, until -std is added to get
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
4564 that's true only with -std. */
4565int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4566
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
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
4586for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4587 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4588do
4589 CC="$ac_save_CC $ac_arg"
4590 if ac_fn_c_try_compile "$LINENO"; then :
4591 ac_cv_prog_cc_c89=$ac_arg
4592fi
4593rm -f core conftest.err conftest.$ac_objext
4594 test "x$ac_cv_prog_cc_c89" != "xno" && break
4595done
4596rm -f conftest.$ac_ext
4597CC=$ac_save_CC
4598
4599fi
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; } ;;
4608 *)
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; } ;;
4612esac
4613if test "x$ac_cv_prog_cc_c89" != xno; then :
4614
4615fi
4616
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
4623ac_ext=cpp
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
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
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
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
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=.
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
4652 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4654 break 2
4655 fi
4656done
4657 done
4658IFS=$as_save_IFS
4659
4660fi
4661fi
4662CXX=$ac_cv_prog_CXX
4663if test -n "$CXX"; then
4664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4665$as_echo "$CXX" >&6; }
4666else
4667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4668$as_echo "no" >&6; }
4669fi
4670
4671
4672 test -n "$CXX" && break
4673 done
4674fi
4675if test -z "$CXX"; then
4676 ac_ct_CXX=$CXX
4677 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
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
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
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=.
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
4696 ac_cv_prog_ac_ct_CXX="$ac_prog"
4697 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4698 break 2
4699 fi
4700done
4701 done
4702IFS=$as_save_IFS
4703
4704fi
4705fi
4706ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4707if test -n "$ac_ct_CXX"; then
4708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4709$as_echo "$ac_ct_CXX" >&6; }
4710else
4711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4712$as_echo "no" >&6; }
4713fi
4714
4715
4716 test -n "$ac_ct_CXX" && break
4717done
4718
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
4730fi
4731
4732 fi
4733fi
4734# Provide some information about the compiler.
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
4747 ac_status=$?
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
4758
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
4763else
4764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4765/* end confdefs.h. */
4766
4767int
4768main ()
4769{
4770#ifndef __GNUC__
4771 choke me
4772#endif
4773
4774 ;
4775 return 0;
4776}
4777_ACEOF
4778if ac_fn_cxx_try_compile "$LINENO"; then :
4779 ac_compiler_gnu=yes
4780else
4781 ac_compiler_gnu=no
4782fi
4783rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4784ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4785
4786fi
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
4794ac_test_CXXFLAGS=${CXXFLAGS+set}
4795ac_save_CXXFLAGS=$CXXFLAGS
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
4806/* end confdefs.h. */
4807
4808int
4809main ()
4810{
4811
4812 ;
4813 return 0;
4814}
4815_ACEOF
4816if ac_fn_cxx_try_compile "$LINENO"; then :
4817 ac_cv_prog_cxx_g=yes
4818else
4819 CXXFLAGS=""
4820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4821/* end confdefs.h. */
4822
4823int
4824main ()
4825{
4826
4827 ;
4828 return 0;
4829}
4830_ACEOF
4831if ac_fn_cxx_try_compile "$LINENO"; then :
4832
4833else
4834 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4835 CXXFLAGS="-g"
4836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4837/* end confdefs.h. */
4838
4839int
4840main ()
4841{
4842
4843 ;
4844 return 0;
4845}
4846_ACEOF
4847if ac_fn_cxx_try_compile "$LINENO"; then :
4848 ac_cv_prog_cxx_g=yes
4849fi
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
4873fi
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
4898fi
4899
4900
4901
4902
4903if test -n "$ac_tool_prefix"; then
4904 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4905set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
4906{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4907$as_echo_n "checking for $ac_word... " >&6; }
4908if test "${ac_cv_prog_GNATBIND+set}" = set; then :
4909 $as_echo_n "(cached) " >&6
4910else
4911 if test -n "$GNATBIND"; then
4912 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
4913else
4914as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4915for as_dir in $PATH
4916do
4917 IFS=$as_save_IFS
4918 test -z "$as_dir" && as_dir=.
4919 for ac_exec_ext in '' $ac_executable_extensions; do
4920 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4921 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
4922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4923 break 2
4924 fi
4925done
4926 done
4927IFS=$as_save_IFS
4928
4929fi
4930fi
4931GNATBIND=$ac_cv_prog_GNATBIND
4932if test -n "$GNATBIND"; then
4933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATBIND" >&5
4934$as_echo "$GNATBIND" >&6; }
4935else
4936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4937$as_echo "no" >&6; }
4938fi
4939
4940
4941fi
4942if test -z "$ac_cv_prog_GNATBIND"; then
4943 ac_ct_GNATBIND=$GNATBIND
4944 # Extract the first word of "gnatbind", so it can be a program name with args.
4945set dummy gnatbind; ac_word=$2
4946{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4947$as_echo_n "checking for $ac_word... " >&6; }
4948if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then :
4949 $as_echo_n "(cached) " >&6
4950else
4951 if test -n "$ac_ct_GNATBIND"; then
4952 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
4953else
4954as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4955for as_dir in $PATH
4956do
4957 IFS=$as_save_IFS
4958 test -z "$as_dir" && as_dir=.
4959 for ac_exec_ext in '' $ac_executable_extensions; do
4960 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4961 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
4962 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4963 break 2
4964 fi
4965done
4966 done
4967IFS=$as_save_IFS
4968
4969fi
4970fi
4971ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
4972if test -n "$ac_ct_GNATBIND"; then
4973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATBIND" >&5
4974$as_echo "$ac_ct_GNATBIND" >&6; }
4975else
4976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4977$as_echo "no" >&6; }
4978fi
4979
4980 if test "x$ac_ct_GNATBIND" = x; then
4981 GNATBIND="no"
4982 else
4983 case $cross_compiling:$ac_tool_warned in
4984yes:)
4985{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4986$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4987ac_tool_warned=yes ;;
4988esac
4989 GNATBIND=$ac_ct_GNATBIND
4990 fi
4991else
4992 GNATBIND="$ac_cv_prog_GNATBIND"
4993fi
4994
4995if test -n "$ac_tool_prefix"; then
4996 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4997set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
4998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4999$as_echo_n "checking for $ac_word... " >&6; }
5000if test "${ac_cv_prog_GNATMAKE+set}" = set; then :
5001 $as_echo_n "(cached) " >&6
5002else
5003 if test -n "$GNATMAKE"; then
5004 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
5005else
5006as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5007for as_dir in $PATH
5008do
5009 IFS=$as_save_IFS
5010 test -z "$as_dir" && as_dir=.
5011 for ac_exec_ext in '' $ac_executable_extensions; do
5012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5013 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
5014 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5015 break 2
5016 fi
5017done
5018 done
5019IFS=$as_save_IFS
5020
5021fi
5022fi
5023GNATMAKE=$ac_cv_prog_GNATMAKE
5024if test -n "$GNATMAKE"; then
5025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GNATMAKE" >&5
5026$as_echo "$GNATMAKE" >&6; }
5027else
5028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5029$as_echo "no" >&6; }
5030fi
5031
5032
5033fi
5034if test -z "$ac_cv_prog_GNATMAKE"; then
5035 ac_ct_GNATMAKE=$GNATMAKE
5036 # Extract the first word of "gnatmake", so it can be a program name with args.
5037set dummy gnatmake; ac_word=$2
5038{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5039$as_echo_n "checking for $ac_word... " >&6; }
5040if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then :
5041 $as_echo_n "(cached) " >&6
5042else
5043 if test -n "$ac_ct_GNATMAKE"; then
5044 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
5045else
5046as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5047for as_dir in $PATH
5048do
5049 IFS=$as_save_IFS
5050 test -z "$as_dir" && as_dir=.
5051 for ac_exec_ext in '' $ac_executable_extensions; do
5052 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5053 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
5054 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5055 break 2
5056 fi
5057done
5058 done
5059IFS=$as_save_IFS
5060
5061fi
5062fi
5063ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
5064if test -n "$ac_ct_GNATMAKE"; then
5065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GNATMAKE" >&5
5066$as_echo "$ac_ct_GNATMAKE" >&6; }
5067else
5068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5069$as_echo "no" >&6; }
5070fi
5071
5072 if test "x$ac_ct_GNATMAKE" = x; then
5073 GNATMAKE="no"
5074 else
5075 case $cross_compiling:$ac_tool_warned in
5076yes:)
5077{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5078$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5079ac_tool_warned=yes ;;
5080esac
5081 GNATMAKE=$ac_ct_GNATMAKE
5082 fi
5083else
5084 GNATMAKE="$ac_cv_prog_GNATMAKE"
5085fi
5086
5087{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
5088$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
5089if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then :
5090 $as_echo_n "(cached) " >&6
5091else
5092 cat >conftest.adb <<EOF
5093procedure conftest is begin null; end conftest;
5094EOF
5095acx_cv_cc_gcc_supports_ada=no
5096# There is a bug in old released versions of GCC which causes the
5097# driver to exit successfully when the appropriate language module
5098# has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
5099# Therefore we must check for the error message as well as an
5100# unsuccessful exit.
5101# Other compilers, like HP Tru64 UNIX cc, exit successfully when
5102# given a .adb file, but produce no object file. So we must check
5103# if an object file was really produced to guard against this.
5104errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
5105if test x"$errors" = x && test -f conftest.$ac_objext; then
5106 acx_cv_cc_gcc_supports_ada=yes
5107fi
5108rm -f conftest.*
5109fi
5110{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
5111$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
5112
5113if test x$GNATBIND != xno && test x$GNATMAKE != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
5114 have_gnat=yes
5115else
5116 have_gnat=no
5117fi
5118
5119{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
5120$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
5121if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
5122 $as_echo_n "(cached) " >&6
5123else
5124 echo abfoo >t1
5125 echo cdfoo >t2
5126 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
5127 if cmp t1 t2 2 2 > /dev/null 2>&1; then
5128 if cmp t1 t2 1 1 > /dev/null 2>&1; then
5129 :
5130 else
5131 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
5132 fi
5133 fi
5134 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
5135 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
5136 :
5137 else
5138 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
5139 fi
5140 fi
5141 rm t1 t2
5142
5143fi
5144{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
5145$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
5146do_compare="$gcc_cv_prog_cmp_skip"
5147
5148
5149
5150# See if we are building gcc with C++.
5151# Check whether --enable-build-with-cxx was given.
5152if test "${enable_build_with_cxx+set}" = set; then :
5153 enableval=$enable_build_with_cxx; ENABLE_BUILD_WITH_CXX=$enableval
5154else
5155 ENABLE_BUILD_WITH_CXX=no
5156fi
5157
5158
5159# Used for setting $lt_cv_objdir
5160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
5161$as_echo_n "checking for objdir... " >&6; }
5162if test "${lt_cv_objdir+set}" = set; then :
5163 $as_echo_n "(cached) " >&6
5164else
5165 rm -f .libs 2>/dev/null
5166mkdir .libs 2>/dev/null
5167if test -d .libs; then
5168 lt_cv_objdir=.libs
5169else
5170 # MS-DOS does not allow filenames that begin with a dot.
5171 lt_cv_objdir=_libs
5172fi
5173rmdir .libs 2>/dev/null
5174fi
5175{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
5176$as_echo "$lt_cv_objdir" >&6; }
5177objdir=$lt_cv_objdir
5178
5179
5180
5181
5182
5183cat >>confdefs.h <<_ACEOF
5184#define LT_OBJDIR "$lt_cv_objdir/"
5185_ACEOF
5186
5187
5188
5189# Check for GMP, MPFR and MPC
5190gmplibs="-lmpc -lmpfr -lgmp"
5191gmpinc=
5192have_gmp=no
5193
5194# Specify a location for mpc
5195# check for this first so it ends up on the link line before mpfr.
5196
5197# Check whether --with-mpc was given.
5198if test "${with_mpc+set}" = set; then :
5199 withval=$with_mpc;
5200fi
5201
5202
5203# Check whether --with-mpc-include was given.
5204if test "${with_mpc_include+set}" = set; then :
5205 withval=$with_mpc_include;
5206fi
5207
5208
5209# Check whether --with-mpc-lib was given.
5210if test "${with_mpc_lib+set}" = set; then :
5211 withval=$with_mpc_lib;
5212fi
5213
5214
5215if test "x$with_mpc" != x; then
5216 gmplibs="-L$with_mpc/lib $gmplibs"
5217 gmpinc="-I$with_mpc/include $gmpinc"
5218fi
5219if test "x$with_mpc_include" != x; then
5220 gmpinc="-I$with_mpc_include $gmpinc"
5221fi
5222if test "x$with_mpc_lib" != x; then
5223 gmplibs="-L$with_mpc_lib $gmplibs"
5224fi
5225if test "x$with_mpc$with_mpc_include$with_mpc_lib" = x && test -d ${srcdir}/mpc; then
5226 gmplibs='-L$$r/$(HOST_SUBDIR)/mpc/src/'"$lt_cv_objdir $gmplibs"
5227 gmpinc='-I$$s/mpc/src '"$gmpinc"
5228 # Do not test the mpc version. Assume that it is sufficient, since
5229 # it is in the source tree, and the library has not been built yet
5230 # but it would be included on the link line in the version check below
5231 # hence making the test fail.
5232 have_gmp=yes
5233fi
5234
5235# Specify a location for mpfr
5236# check for this first so it ends up on the link line before gmp.
5237
5238# Check whether --with-mpfr-dir was given.
5239if test "${with_mpfr_dir+set}" = set; then :
5240 withval=$with_mpfr_dir; as_fn_error "The --with-mpfr-dir=PATH option has been removed.
5241Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" "$LINENO" 5
5242fi
5243
5244
5245
5246# Check whether --with-mpfr was given.
5247if test "${with_mpfr+set}" = set; then :
5248 withval=$with_mpfr;
5249fi
5250
5251
5252# Check whether --with-mpfr-include was given.
5253if test "${with_mpfr_include+set}" = set; then :
5254 withval=$with_mpfr_include;
5255fi
5256
5257
5258# Check whether --with-mpfr-lib was given.
5259if test "${with_mpfr_lib+set}" = set; then :
5260 withval=$with_mpfr_lib;
5261fi
5262
5263
5264if test "x$with_mpfr" != x; then
5265 gmplibs="-L$with_mpfr/lib $gmplibs"
5266 gmpinc="-I$with_mpfr/include $gmpinc"
5267fi
5268if test "x$with_mpfr_include" != x; then
5269 gmpinc="-I$with_mpfr_include $gmpinc"
5270fi
5271if test "x$with_mpfr_lib" != x; then
5272 gmplibs="-L$with_mpfr_lib $gmplibs"
5273fi
5274if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
5275 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir $gmplibs"
5276 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
5277 extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/'"$lt_cv_objdir"
5278 # Do not test the mpfr version. Assume that it is sufficient, since
5279 # it is in the source tree, and the library has not been built yet
5280 # but it would be included on the link line in the version check below
5281 # hence making the test fail.
5282 have_gmp=yes
5283fi
5284
5285# Specify a location for gmp
5286
5287# Check whether --with-gmp-dir was given.
5288if test "${with_gmp_dir+set}" = set; then :
5289 withval=$with_gmp_dir; as_fn_error "The --with-gmp-dir=PATH option has been removed.
5290Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" "$LINENO" 5
5291fi
5292
5293
5294
5295# Check whether --with-gmp was given.
5296if test "${with_gmp+set}" = set; then :
5297 withval=$with_gmp;
5298fi
5299
5300
5301# Check whether --with-gmp-include was given.
5302if test "${with_gmp_include+set}" = set; then :
5303 withval=$with_gmp_include;
5304fi
5305
5306
5307# Check whether --with-gmp-lib was given.
5308if test "${with_gmp_lib+set}" = set; then :
5309 withval=$with_gmp_lib;
5310fi
5311
5312
5313
5314if test "x$with_gmp" != x; then
5315 gmplibs="-L$with_gmp/lib $gmplibs"
5316 gmpinc="-I$with_gmp/include $gmpinc"
5317fi
5318if test "x$with_gmp_include" != x; then
5319 gmpinc="-I$with_gmp_include $gmpinc"
5320fi
5321if test "x$with_gmp_lib" != x; then
5322 gmplibs="-L$with_gmp_lib $gmplibs"
5323fi
5324if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
5325 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir $gmplibs"
5326 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
5327 extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5328 extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/'"$lt_cv_objdir"
5329 # Do not test the gmp version. Assume that it is sufficient, since
5330 # it is in the source tree, and the library has not been built yet
5331 # but it would be included on the link line in the version check below
5332 # hence making the test fail.
5333 have_gmp=yes
5334fi
5335
5336if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
5337 have_gmp=yes
5338 saved_CFLAGS="$CFLAGS"
5339 CFLAGS="$CFLAGS $gmpinc"
5340 # Check for the recommended and required versions of GMP.
5341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of gmp.h" >&5
5342$as_echo_n "checking for the correct version of gmp.h... " >&6; }
5343
5344cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5345/* end confdefs.h. */
5346#include "gmp.h"
5347int
5348main ()
5349{
5350
5351 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5352 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5353 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,2,0)
5354 choke me
5355 #endif
5356
5357 ;
5358 return 0;
5359}
5360_ACEOF
5361if ac_fn_c_try_compile "$LINENO"; then :
5362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5363/* end confdefs.h. */
5364#include <gmp.h>
5365int
5366main ()
5367{
5368
5369 #define GCC_GMP_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
5370 #define GCC_GMP_VERSION GCC_GMP_VERSION_NUM(__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR,__GNU_MP_VERSION_PATCHLEVEL)
5371 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,2)
5372 choke me
5373 #endif
5374
5375 ;
5376 return 0;
5377}
5378_ACEOF
5379if ac_fn_c_try_compile "$LINENO"; then :
5380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5381$as_echo "yes" >&6; }
5382else
5383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5384$as_echo "buggy but acceptable" >&6; }
5385fi
5386rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5387else
5388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5389$as_echo "no" >&6; }; have_gmp=no
5390fi
5391rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5392
5393 # If we have GMP, check the MPFR version.
5394 if test x"$have_gmp" = xyes; then
5395 # Check for the recommended and required versions of MPFR.
5396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpfr.h" >&5
5397$as_echo_n "checking for the correct version of mpfr.h... " >&6; }
5398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5399/* end confdefs.h. */
5400#include <gmp.h>
5401 #include <mpfr.h>
5402int
5403main ()
5404{
5405
5406 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,1)
5407 choke me
5408 #endif
5409
5410 ;
5411 return 0;
5412}
5413_ACEOF
5414if ac_fn_c_try_compile "$LINENO"; then :
5415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5416/* end confdefs.h. */
5417#include <gmp.h>
5418 #include <mpfr.h>
5419int
5420main ()
5421{
5422
5423 #if MPFR_VERSION < MPFR_VERSION_NUM(2,4,2)
5424 choke me
5425 #endif
5426
5427 ;
5428 return 0;
5429}
5430_ACEOF
5431if ac_fn_c_try_compile "$LINENO"; then :
5432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5433$as_echo "yes" >&6; }
5434else
5435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5436$as_echo "buggy but acceptable" >&6; }
5437fi
5438rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5439else
5440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5441$as_echo "no" >&6; }; have_gmp=no
5442fi
5443rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5444 fi
5445
5446 # Check for the MPC header version.
5447 if test x"$have_gmp" = xyes ; then
5448 # Check for the recommended and required versions of MPC.
5449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of mpc.h" >&5
5450$as_echo_n "checking for the correct version of mpc.h... " >&6; }
5451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5452/* end confdefs.h. */
5453#include <mpc.h>
5454int
5455main ()
5456{
5457
5458 #if MPC_VERSION < MPC_VERSION_NUM(0,8,0)
5459 choke me
5460 #endif
5461
5462 ;
5463 return 0;
5464}
5465_ACEOF
5466if ac_fn_c_try_compile "$LINENO"; then :
5467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5468/* end confdefs.h. */
5469#include <mpc.h>
5470int
5471main ()
5472{
5473
5474 #if MPC_VERSION < MPC_VERSION_NUM(0,8,1)
5475 choke me
5476 #endif
5477
5478 ;
5479 return 0;
5480}
5481_ACEOF
5482if ac_fn_c_try_compile "$LINENO"; then :
5483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5484$as_echo "yes" >&6; }
5485else
5486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: buggy but acceptable" >&5
5487$as_echo "buggy but acceptable" >&6; }
5488fi
5489rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5490else
5491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5492$as_echo "no" >&6; }; have_gmp=no
5493fi
5494rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5495 fi
5496
5497 # Now check the MPFR library.
5498 if test x"$have_gmp" = xyes; then
5499 saved_LIBS="$LIBS"
5500 LIBS="$LIBS $gmplibs"
5501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the correct version of the gmp/mpfr/mpc libraries" >&5
5502$as_echo_n "checking for the correct version of the gmp/mpfr/mpc libraries... " >&6; }
5503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5504/* end confdefs.h. */
5505#include <mpc.h>
5506int
5507main ()
5508{
5509
5510 mpfr_t n;
5511 mpfr_t x;
5512 mpc_t c;
5513 int t;
5514 mpfr_init (n);
5515 mpfr_init (x);
5516 mpfr_atan2 (n, n, x, GMP_RNDN);
5517 mpfr_erfc (n, x, GMP_RNDN);
5518 mpfr_subnormalize (x, t, GMP_RNDN);
5519 mpfr_clear(n);
5520 mpfr_clear(x);
5521 mpc_init2 (c, 53);
5522 mpc_set_ui_ui (c, 1, 1, MPC_RNDNN);
5523 mpc_cosh (c, c, MPC_RNDNN);
5524 mpc_pow (c, c, c, MPC_RNDNN);
5525 mpc_acosh (c, c, MPC_RNDNN);
5526 mpc_clear (c);
5527
5528 ;
5529 return 0;
5530}
5531_ACEOF
5532if ac_fn_c_try_link "$LINENO"; then :
5533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5534$as_echo "yes" >&6; }
5535else
5536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5537$as_echo "no" >&6; }; have_gmp=no
5538fi
5539rm -f core conftest.err conftest.$ac_objext \
5540 conftest$ac_exeext conftest.$ac_ext
5541 LIBS="$saved_LIBS"
5542 fi
5543
5544 CFLAGS="$saved_CFLAGS"
5545
5546# The library versions listed in the error message below should match
5547# the HARD-minimums enforced above.
5548 if test x$have_gmp != xyes; then
5549 as_fn_error "Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
5550Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
5551their locations. Source code for these libraries can be found at
5552their respective hosting sites as well as at
5553ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also
5554http://gcc.gnu.org/install/prerequisites.html for additional info. If
5555you obtained GMP, MPFR and/or MPC from a vendor distribution package,
5556make sure that you have installed both the libraries and the header
5557files. They may be located in separate packages." "$LINENO" 5
5558 fi
5559fi
5560
5561# Flags needed for both GMP, MPFR and/or MPC.
5562
5563
5564
5565
5566
5567
5568# Allow host libstdc++ to be specified for static linking with PPL.
5569
5570# Check whether --with-host-libstdcxx was given.
5571if test "${with_host_libstdcxx+set}" = set; then :
5572 withval=$with_host_libstdcxx;
5573fi
5574
5575
5576case $with_host_libstdcxx in
5577 no|yes)
5578 as_fn_error "-with-host-libstdcxx needs an argument" "$LINENO" 5
5579 ;;
5580esac
5581
5582# Linker flags to use for stage1 or when not boostrapping.
5583
5584# Check whether --with-stage1-ldflags was given.
5585if test "${with_stage1_ldflags+set}" = set; then :
5586 withval=$with_stage1_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5587 stage1_ldflags=
5588 else
5589 stage1_ldflags=$withval
5590 fi
5591else
5592 stage1_ldflags=
5593fi
5594
5595
5596
5597# Libraries to use for stage1 or when not bootstrapping.
5598
5599# Check whether --with-stage1-libs was given.
5600if test "${with_stage1_libs+set}" = set; then :
5601 withval=$with_stage1_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5602 stage1_libs=
5603 else
5604 stage1_libs=$withval
5605 fi
5606else
5607 stage1_libs=$with_host_libstdcxx
5608fi
5609
5610
5611
5612# Libraries to use for stage2 and later builds. This defaults to the
5613# argument passed to --with-host-libstdcxx.
5614
5615# Check whether --with-boot-libs was given.
5616if test "${with_boot_libs+set}" = set; then :
5617 withval=$with_boot_libs; if test "$withval" = "no" -o "$withval" = "yes"; then
5618 poststage1_libs=
5619 else
5620 poststage1_libs=$withval
5621 fi
5622else
5623 poststage1_libs=$with_host_libstdcxx
5624fi
5625
5626
5627
5628# Linker flags to use for stage2 and later builds.
5629
5630# Check whether --with-boot-ldflags was given.
5631if test "${with_boot_ldflags+set}" = set; then :
5632 withval=$with_boot_ldflags; if test "$withval" = "no" -o "$withval" = "yes"; then
5633 poststage1_ldflags=
5634 else
5635 poststage1_ldflags=$withval
5636 fi
5637else
5638 poststage1_ldflags=
5639 # In stages 2 and 3, default to linking libstdc++ and libgcc
5640 # statically. But if the user explicitly specified the libraries to
5641 # use, trust that they are doing what they want.
5642 if test "$poststage1_libs" = ""; then
5643 poststage1_ldflags="-static-libstdc++ -static-libgcc"
5644 fi
5645fi
5646
5647
5648
5649# Check for PPL
5650ppllibs=
5651pplinc=
5652pwllib=
5653
5654
5655# Check whether --with-ppl was given.
5656if test "${with_ppl+set}" = set; then :
5657 withval=$with_ppl;
5658fi
5659
5660
5661# Check whether --with-ppl-include was given.
5662if test "${with_ppl_include+set}" = set; then :
5663 withval=$with_ppl_include;
5664fi
5665
5666
5667# Check whether --with-ppl-lib was given.
5668if test "${with_ppl_lib+set}" = set; then :
5669 withval=$with_ppl_lib;
5670fi
5671
5672
5673# Check whether --enable-ppl-version-check was given.
5674if test "${enable_ppl_version_check+set}" = set; then :
5675 enableval=$enable_ppl_version_check;
5676fi
5677
5678
5679case $with_ppl in
5680 yes | no | "")
5681 ;;
5682 *)
5683 ppllibs="-L$with_ppl/lib"
5684 pplinc="-I$with_ppl/include $pplinc"
5685 if test -d "$with_ppl/lib" && test -d "$with_ppl/include"; then
5686 with_ppl=yes
5687 else
5688 as_fn_error "cannot find directories \"$with_ppl/lib\" or \"$with_ppl/include\"" "$LINENO" 5
5689 fi
5690 ;;
5691esac
5692
5693if test x"$with_ppl_include" != x; then
5694 pplinc="-I$with_ppl_include $pplinc"
5695 with_ppl=yes
5696fi
5697
5698if test "x$with_ppl_lib" != x; then
5699 ppllibs="-L$with_ppl_lib"
5700 with_ppl=yes
5701fi
5702
5703if test x"$with_ppl$with_ppl_include$with_ppl_lib" = x && test -d ${srcdir}/ppl; then
5704 if test x"$enable_watchdog" = xyes; then
5705 pwllib="-lpwl"
5706 fi
5707 ppllibs='-L$$r/$(HOST_SUBDIR)/ppl/interfaces/C/'"$lt_cv_objdir"' -L$$r/$(HOST_SUBDIR)/ppl/src/'"$lt_cv_objdir"
5708 pplinc='-I$$r/$(HOST_SUBDIR)/ppl/src -I$$r/$(HOST_SUBDIR)/ppl/interfaces/C '
5709 enable_ppl_version_check=no
5710 with_ppl=yes
5711fi
5712
5713if test "x$with_ppl" != xno; then
5714 if test "x$pwllib" = x; then
5715 saved_LIBS="$LIBS"
5716 LIBS="$LIBS $ppllibs -lstdc++ -lm"
5717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PWL_handle_timeout in -lpwl" >&5
5718$as_echo_n "checking for PWL_handle_timeout in -lpwl... " >&6; }
5719if test "${ac_cv_lib_pwl_PWL_handle_timeout+set}" = set; then :
5720 $as_echo_n "(cached) " >&6
5721else
5722 ac_check_lib_save_LIBS=$LIBS
5723LIBS="-lpwl $LIBS"
5724cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5725/* end confdefs.h. */
5726
5727/* Override any GCC internal prototype to avoid an error.
5728 Use char because int might match the return type of a GCC
5729 builtin and then its argument prototype would still apply. */
5730#ifdef __cplusplus
5731extern "C"
5732#endif
5733char PWL_handle_timeout ();
5734int
5735main ()
5736{
5737return PWL_handle_timeout ();
5738 ;
5739 return 0;
5740}
5741_ACEOF
5742if ac_fn_c_try_link "$LINENO"; then :
5743 ac_cv_lib_pwl_PWL_handle_timeout=yes
5744else
5745 ac_cv_lib_pwl_PWL_handle_timeout=no
5746fi
5747rm -f core conftest.err conftest.$ac_objext \
5748 conftest$ac_exeext conftest.$ac_ext
5749LIBS=$ac_check_lib_save_LIBS
5750fi
5751{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pwl_PWL_handle_timeout" >&5
5752$as_echo "$ac_cv_lib_pwl_PWL_handle_timeout" >&6; }
5753if test "x$ac_cv_lib_pwl_PWL_handle_timeout" = x""yes; then :
5754 pwllib="-lpwl"
5755fi
5756
5757 LIBS="$saved_LIBS"
5758 fi
5759
5760 ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx"
5761
5762 if test "$enable_ppl_version_check" != no; then
5763 saved_CFLAGS="$CFLAGS"
5764 CFLAGS="$CFLAGS $pplinc $gmpinc"
5765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.11 (revision 0 or later) of PPL" >&5
5766$as_echo_n "checking for version 0.11 (revision 0 or later) of PPL... " >&6; }
5767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5768/* end confdefs.h. */
5769#include "ppl_c.h"
5770int
5771main ()
5772{
5773
5774 #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
5775 choke me
5776 #endif
5777
5778 ;
5779 return 0;
5780}
5781_ACEOF
5782if ac_fn_c_try_compile "$LINENO"; then :
5783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5784$as_echo "yes" >&6; }
5785else
5786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5787$as_echo "no" >&6; }; ppllibs= ; pplinc= ; with_ppl=no
5788fi
5789rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5790 CFLAGS="$saved_CFLAGS"
5791 fi
5792fi
5793
5794# Flags needed for PPL
5795
5796
5797
5798
5799# Check for CLOOG
5800
5801
5802
5803# Check whether --with-cloog was given.
5804if test "${with_cloog+set}" = set; then :
5805 withval=$with_cloog;
5806fi
5807
5808
5809# Check whether --with-cloog-include was given.
5810if test "${with_cloog_include+set}" = set; then :
5811 withval=$with_cloog_include;
5812fi
5813
5814
5815# Check whether --with-cloog-lib was given.
5816if test "${with_cloog_lib+set}" = set; then :
5817 withval=$with_cloog_lib;
5818fi
5819
5820
5821 # Check whether --enable-cloog-backend was given.
5822if test "${enable_cloog_backend+set}" = set; then :
5823 enableval=$enable_cloog_backend; if test "x${enableval}" = "xisl"; then
5824 cloog_backend=isl
5825 elif test "x${enableval}" = "xppl"; then
5826 cloog_backend=ppl
5827 else
5828 cloog_backend=ppl-legacy
5829 fi
5830else
5831 cloog_backend=ppl-legacy
5832fi
5833
5834 # Check whether --enable-cloog-version-check was given.
5835if test "${enable_cloog_version_check+set}" = set; then :
5836 enableval=$enable_cloog_version_check; ENABLE_CLOOG_CHECK=$enableval
5837else
5838 ENABLE_CLOOG_CHECK=yes
5839fi
5840
5841
5842 # Initialize clooglibs and clooginc.
5843 case $with_cloog in
5844 no)
5845 clooglibs=
5846 clooginc=
5847 ;;
5848 "" | yes)
5849 ;;
5850 *)
5851 clooglibs="-L$with_cloog/lib"
5852 clooginc="-I$with_cloog/include"
5853 ;;
5854 esac
5855 if test "x${with_cloog_include}" != x ; then
5856 clooginc="-I$with_cloog_include"
5857 fi
5858 if test "x${with_cloog_lib}" != x; then
5859 clooglibs="-L$with_cloog_lib"
5860 fi
5861
5862
5863
5864
5865
5866if test "x$with_ppl" = "xno"; then
5867
5868
5869
5870 if test "x${with_cloog}" = xno; then
5871 graphite_requested=no
5872 elif test "x${with_cloog}" != x \
5873 || test "x${with_cloog_include}" != x \
5874 || test "x${with_cloog_lib}" != x ; then
5875 graphite_requested=yes
5876 else
5877 graphite_requested=no
5878 fi
5879
5880
5881 if test "${graphite_requested}" = yes; then
5882 as_fn_error "Unable to find a usable PPL. See config.log for details." "$LINENO" 5
5883 fi
5884 with_cloog=no
5885fi
5886if test "x${with_cloog}" = x && test "x${with_cloog_include}" = x \
5887 && test "x${with_cloog_lib}" = x && test -d ${srcdir}/cloog; then
5888 clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
5889 clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include '
5890fi
5891if test "x$with_cloog" != "xno"; then
5892
5893
5894
5895 _cloog_saved_CFLAGS=$CFLAGS
5896 _cloog_saved_CPPFLAGS=$CPPFLAGS
5897 _cloog_saved_LDFLAGS=$LDFLAGS
5898 _cloog_saved_LIBS=$LIBS
5899
5900 _cloogorginc="-DCLOOG_INT_GMP -DCLOOG_ORG"
5901
5902 CFLAGS="${CFLAGS} ${clooginc} ${gmpinc}"
5903 CPPFLAGS="${CPPFLAGS} ${_cloogorginc}"
5904 LDFLAGS="${LDFLAGS} ${clooglibs}"
5905
5906 case $cloog_backend in
5907 "ppl-legacy")
5908 CFLAGS="${CFLAGS} ${pplinc}"
5909 LDFLAGS="${LDFLAGS} ${ppllibs}"
5910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL Legacy" >&5
5911$as_echo_n "checking for installed CLooG PPL Legacy... " >&6; }
5912if test "${gcc_cv_cloog_type+set}" = set; then :
5913 $as_echo_n "(cached) " >&6
5914else
5915 LIBS="-lcloog ${_cloog_saved_LIBS}"
5916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5917/* end confdefs.h. */
5918#include "cloog/cloog.h"
5919int
5920main ()
5921{
5922#ifndef CLOOG_PPL_BACKEND
5923 choke me
5924 #endif
5925 ;
5926 return 0;
5927}
5928_ACEOF
5929if ac_fn_c_try_link "$LINENO"; then :
5930 gcc_cv_cloog_type="PPL Legacy"
5931else
5932 gcc_cv_cloog_type=no
5933fi
5934rm -f core conftest.err conftest.$ac_objext \
5935 conftest$ac_exeext conftest.$ac_ext
5936fi
5937{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5938$as_echo "$gcc_cv_cloog_type" >&6; }
5939 ;;
5940 "isl")
5941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG ISL" >&5
5942$as_echo_n "checking for installed CLooG ISL... " >&6; }
5943if test "${gcc_cv_cloog_type+set}" = set; then :
5944 $as_echo_n "(cached) " >&6
5945else
5946 LIBS="-lcloog-isl ${_cloog_saved_LIBS}"
5947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5948/* end confdefs.h. */
5949#include "cloog/cloog.h"
5950int
5951main ()
5952{
5953cloog_version ()
5954 ;
5955 return 0;
5956}
5957_ACEOF
5958if ac_fn_c_try_link "$LINENO"; then :
5959 gcc_cv_cloog_type="ISL"
5960else
5961 gcc_cv_cloog_type=no
5962fi
5963rm -f core conftest.err conftest.$ac_objext \
5964 conftest$ac_exeext conftest.$ac_ext
5965fi
5966{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5967$as_echo "$gcc_cv_cloog_type" >&6; }
5968 ;;
5969 "ppl")
5970 CFLAGS="${CFLAGS} ${pplinc}"
5971 LDFLAGS="${LDFLAGS} ${ppllibs}"
5972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for installed CLooG PPL" >&5
5973$as_echo_n "checking for installed CLooG PPL... " >&6; }
5974if test "${gcc_cv_cloog_type+set}" = set; then :
5975 $as_echo_n "(cached) " >&6
5976else
5977 LIBS="-lcloog-ppl ${_cloog_saved_LIBS}"
5978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5979/* end confdefs.h. */
5980#include "cloog/cloog.h"
5981 #include "cloog/ppl/cloog.h"
5982int
5983main ()
5984{
5985cloog_version ()
5986 ;
5987 return 0;
5988}
5989_ACEOF
5990if ac_fn_c_try_link "$LINENO"; then :
5991 gcc_cv_cloog_type="PPL"
5992else
5993 gcc_cv_cloog_type=no
5994fi
5995rm -f core conftest.err conftest.$ac_objext \
5996 conftest$ac_exeext conftest.$ac_ext
5997fi
5998{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_type" >&5
5999$as_echo "$gcc_cv_cloog_type" >&6; }
6000 ;;
6001 *)
6002 gcc_cv_cloog_type=""
6003 esac
6004
6005 case $gcc_cv_cloog_type in
6006 "PPL Legacy")
6007 clooginc="${clooginc}"
6008 clooglibs="${clooglibs} -lcloog"
6009 cloog_org=no
6010 ;;
6011 "ISL")
6012 clooginc="${clooginc} ${_cloogorginc}"
6013 clooglibs="${clooglibs} -lcloog-isl -lisl"
6014 cloog_org=yes
6015 ;;
6016 "PPL")
6017 clooginc="${clooginc} ${_cloogorginc}"
6018 clooglibs="${clooglibs} -lcloog-ppl"
6019 cloog_org=yes
6020 ;;
6021 *)
6022 clooglibs=
6023 clooginc=
6024 cloog_org=
6025 ;;
6026 esac
6027
6028 LIBS=$_cloog_saved_LIBS
6029 CFLAGS=$_cloog_saved_CFLAGS
6030 CPPFLAGS=$_cloog_saved_CPPFLAGS
6031 LDFLAGS=$_cloog_saved_LDFLAGS
6032
6033
6034
6035
6036
6037 if test "${ENABLE_CLOOG_CHECK}" = yes ; then
6038 _cloog_saved_CFLAGS=$CFLAGS
6039 _cloog_saved_LDFLAGS=$LDFLAGS
6040
6041 CFLAGS="${_cloog_saved_CFLAGS} ${clooginc} ${pplinc} ${gmpinc}"
6042 LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${ppllibs}"
6043
6044 if test "${cloog_org}" = yes ; then
6045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.16.1 of CLooG" >&5
6046$as_echo_n "checking for version 0.16.1 of CLooG... " >&6; }
6047if test "${gcc_cv_cloog_ct_0_14_0+set}" = set; then :
6048 $as_echo_n "(cached) " >&6
6049else
6050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6051/* end confdefs.h. */
6052#include "cloog/cloog.h"
6053int
6054main ()
6055{
6056#if CLOOG_VERSION_MAJOR != 0 \
6057 || CLOOG_VERSION_MINOR != 16 \
6058 || CLOOG_VERSION_REVISION < 1
6059 choke me
6060 #endif
6061 ;
6062 return 0;
6063}
6064_ACEOF
6065if ac_fn_c_try_compile "$LINENO"; then :
6066 gcc_cv_cloog_ct_0_14_0=yes
6067else
6068 gcc_cv_cloog_ct_0_14_0=no
6069fi
6070rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6071fi
6072{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_14_0" >&5
6073$as_echo "$gcc_cv_cloog_ct_0_14_0" >&6; }
6074 elif test "${cloog_org}" = no ; then
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.15.5 (or later revision) of CLooG" >&5
6076$as_echo_n "checking for version 0.15.5 (or later revision) of CLooG... " >&6; }
6077if test "${gcc_cv_cloog_ct_0_15_5+set}" = set; then :
6078 $as_echo_n "(cached) " >&6
6079else
6080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6081/* end confdefs.h. */
6082#include "cloog/cloog.h"
6083int
6084main ()
6085{
6086#if CLOOG_VERSION_MAJOR != 0 \
6087 || CLOOG_VERSION_MINOR != 15 \
6088 || CLOOG_VERSION_REVISION < 5
6089 choke me
6090 #endif
6091 ;
6092 return 0;
6093}
6094_ACEOF
6095if ac_fn_c_try_compile "$LINENO"; then :
6096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6097/* end confdefs.h. */
6098#include "cloog/cloog.h"
6099int
6100main ()
6101{
6102#if CLOOG_VERSION_MAJOR != 0 \
6103 || CLOOG_VERSION_MINOR != 15 \
6104 || CLOOG_VERSION_REVISION < 9
6105 choke me
6106 #endif
6107 ;
6108 return 0;
6109}
6110_ACEOF
6111if ac_fn_c_try_compile "$LINENO"; then :
6112 gcc_cv_cloog_ct_0_15_5=yes
6113else
6114 gcc_cv_cloog_ct_0_15_5="buggy but acceptable"
6115fi
6116rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6117else
6118 gcc_cv_cloog_ct_0_15_5=no
6119fi
6120rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6121fi
6122{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_cloog_ct_0_15_5" >&5
6123$as_echo "$gcc_cv_cloog_ct_0_15_5" >&6; }
6124 fi
6125
6126 CFLAGS=$_cloog_saved_CFLAGS
6127 LDFLAGS=$_cloog_saved_LDFLAGS
6128 fi
6129
6130
6131
6132
6133
6134
6135
6136 if test "x${with_cloog}" = xno; then
6137 graphite_requested=no
6138 elif test "x${with_cloog}" != x \
6139 || test "x${with_cloog_include}" != x \
6140 || test "x${with_cloog_lib}" != x ; then
6141 graphite_requested=yes
6142 else
6143 graphite_requested=no
6144 fi
6145
6146
6147
6148 if test "${gcc_cv_cloog_ct_0_14_0}" = no \
6149 || test "${gcc_cv_cloog_rt_0_14_0}" = no \
6150 || test "${gcc_cv_cloog_ct_0_15_5}" = no; then
6151 clooglibs=
6152 clooginc=
6153 fi
6154
6155 if test "${graphite_requested}" = yes \
6156 && test "x${clooglibs}" = x \
6157 && test "x${clooginc}" = x ; then
6158
6159 as_fn_error "Unable to find a usable CLooG. See config.log for details." "$LINENO" 5
6160 fi
6161
6162
6163fi
6164
6165# Check for LTO support.
6166# Check whether --enable-lto was given.
6167if test "${enable_lto+set}" = set; then :
6168 enableval=$enable_lto; enable_lto=$enableval
6169else
6170 enable_lto=yes; default_enable_lto=yes
6171fi
6172
6173
6174
6175
6176
6177target_elf=no
6178case $target in
6179 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
6180 *-msdosdjgpp* | *-netware* | *-vms* | *-wince* | *-*-pe* | \
6181 alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux*)
6182 target_elf=no
6183 ;;
6184 *)
6185 target_elf=yes
6186 ;;
6187esac
6188
6189if test $target_elf = yes; then :
6190 # ELF platforms build the lto-plugin always.
6191 build_lto_plugin=yes
6192
6193else
6194 if test x"$default_enable_lto" = x"yes" ; then
6195 case $target in
6196 *-apple-darwin* | *-cygwin* | *-mingw*) ;;
6197 # On other non-ELF platforms, LTO has yet to be validated.
6198 *) enable_lto=no ;;
6199 esac
6200 else
6201 # Apart from ELF platforms, only Windows and Darwin support LTO so far.
6202 # It would also be nice to check the binutils support, but we don't
6203 # have gcc_GAS_CHECK_FEATURE available here. For now, we'll just
6204 # warn during gcc/ subconfigure; unless you're bootstrapping with
6205 # -flto it won't be needed until after installation anyway.
6206 case $target in
6207 *-cygwin* | *-mingw* | *-apple-darwin*) ;;
6208 *) if test x"$enable_lto" = x"yes"; then
6209 as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
6210 fi
6211 ;;
6212 esac
6213 fi
6214 # Among non-ELF, only Windows platforms support the lto-plugin so far.
6215 # Build it unless LTO was explicitly disabled.
6216 case $target in
6217 *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
6218 *) ;;
6219 esac
6220
6221fi
6222
6223
6224
6225# By default, C is the only stage 1 language.
6226stage1_languages=,c,
6227
6228# Target libraries that we bootstrap.
6229bootstrap_target_libs=,target-libgcc,
6230
6231# Figure out what language subdirectories are present.
6232# Look if the user specified --enable-languages="..."; if not, use
6233# the environment variable $LANGUAGES if defined. $LANGUAGES might
6234# go away some day.
6235# NB: embedded tabs in this IF block -- do not untabify
6236if test -d ${srcdir}/gcc; then
6237 if test x"${enable_languages+set}" != xset; then
6238 if test x"${LANGUAGES+set}" = xset; then
6239 enable_languages="${LANGUAGES}"
6240 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
6241 else
6242 enable_languages=all
6243 fi
6244 else
6245 if test x"${enable_languages}" = x ||
6246 test x"${enable_languages}" = xyes;
6247 then
6248 echo configure.in: --enable-languages needs at least one language argument 1>&2
6249 exit 1
6250 fi
6251 fi
6252 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
6253
6254 # 'f95' is the old name for the 'fortran' language. We issue a warning
6255 # and make the substitution.
6256 case ,${enable_languages}, in
6257 *,f95,*)
6258 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
6259 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
6260 ;;
6261 esac
6262
6263 # First scan to see if an enabled language requires some other language.
6264 # We assume that a given config-lang.in will list all the language
6265 # front ends it requires, even if some are required indirectly.
6266 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6267 case ${lang_frag} in
6268 ..) ;;
6269 # The odd quoting in the next line works around
6270 # an apparent bug in bash 1.12 on linux.
6271 ${srcdir}/gcc/[*]/config-lang.in) ;;
6272 *)
6273 # From the config-lang.in, get $language, $lang_requires, and
6274 # $lang_requires_boot_languages.
6275 language=
6276 lang_requires=
6277 lang_requires_boot_languages=
6278 . ${lang_frag}
6279 for other in ${lang_requires} ${lang_requires_boot_languages}; do
6280 case ,${enable_languages}, in
6281 *,$other,*) ;;
6282 *,all,*) ;;
6283 *,$language,*)
6284 echo " \`$other' language required by \`$language'; enabling" 1>&2
6285 enable_languages="${enable_languages},${other}"
6286 ;;
6287 esac
6288 done
6289 for other in ${lang_requires_boot_languages} ; do
6290 if test "$other" != "c"; then
6291 case ,${enable_stage1_languages}, in
6292 *,$other,*) ;;
6293 *,all,*) ;;
6294 *)
6295 case ,${enable_languages}, in
6296 *,$language,*)
6297 echo " '$other' language required by '$language' in stage 1; enabling" 1>&2
6298 enable_stage1_languages="$enable_stage1_languages,${other}"
6299 ;;
6300 esac
6301 ;;
6302 esac
6303 fi
6304 done
6305 ;;
6306 esac
6307 done
6308
6309 new_enable_languages=,c,
6310
6311 # If LTO is enabled, add the LTO front end.
6312 extra_host_libiberty_configure_flags=
6313 if test "$enable_lto" = "yes" ; then
6314 case ,${enable_languages}, in
6315 *,lto,*) ;;
6316 *) enable_languages="${enable_languages},lto" ;;
6317 esac
6318 if test "${build_lto_plugin}" = "yes" ; then
6319 configdirs="$configdirs lto-plugin"
6320 extra_host_libiberty_configure_flags=--enable-shared
6321 fi
6322 fi
6323
6324
6325 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
6326 potential_languages=,c,
6327
6328 enabled_target_libs=
6329 disabled_target_libs=
6330
6331 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
6332 case ${lang_frag} in
6333 ..) ;;
6334 # The odd quoting in the next line works around
6335 # an apparent bug in bash 1.12 on linux.
6336 ${srcdir}/gcc/[*]/config-lang.in) ;;
6337 *)
6338 # From the config-lang.in, get $language, $target_libs,
6339 # $lang_dirs, $boot_language, and $build_by_default
6340 language=
6341 target_libs=
6342 lang_dirs=
6343 subdir_requires=
6344 boot_language=no
6345 build_by_default=yes
6346 . ${lang_frag}
6347 if test x${language} = x; then
6348 echo "${lang_frag} doesn't set \$language." 1>&2
6349 exit 1
6350 fi
6351
6352 if test "$language" = "c++" \
6353 && test "$ENABLE_BUILD_WITH_CXX" = "yes"; then
6354 boot_language=yes
6355 fi
6356
6357 case ,${enable_languages}, in
6358 *,${language},*)
6359 # Language was explicitly selected; include it.
6360 add_this_lang=yes
6361 ;;
6362 *,all,*)
6363 # 'all' was selected, select it if it is a default language
6364 add_this_lang=${build_by_default}
6365 ;;
6366 *)
6367 add_this_lang=no
6368 ;;
6369 esac
6370
6371 # Disable languages that need other directories if these aren't available.
6372 for i in $subdir_requires; do
6373 test -f "$srcdir/gcc/$i/config-lang.in" && continue
6374 case ,${enable_languages}, in
6375 *,${language},*)
6376 # Specifically requested language; tell them.
6377 as_fn_error "The gcc/$i directory contains parts of $language but is missing" "$LINENO" 5
6378 ;;
6379 *)
6380 # Silently disable.
6381 add_this_lang=unsupported
6382 ;;
6383 esac
6384 done
6385
6386 # Disable Ada if no preexisting GNAT is available.
6387 case ,${enable_languages},:${language}:${have_gnat} in
6388 *,${language},*:ada:no)
6389 # Specifically requested language; tell them.
6390 as_fn_error "GNAT is required to build $language" "$LINENO" 5
6391 ;;
6392 *:ada:no)
6393 # Silently disable.
6394 add_this_lang=unsupported
6395 ;;
6396 esac
6397
6398 # Disable a language that is unsupported by the target.
6399 case " $unsupported_languages " in
6400 *" $language "*)
6401 add_this_lang=unsupported
6402 ;;
6403 esac
6404
6405 case $add_this_lang in
6406 unsupported)
6407 # Remove language-dependent dirs.
6408 disabled_target_libs="$disabled_target_libs $target_libs"
6409 noconfigdirs="$noconfigdirs $lang_dirs"
6410 ;;
6411 no)
6412 # Remove language-dependent dirs; still show language as supported.
6413 disabled_target_libs="$disabled_target_libs $target_libs"
6414 noconfigdirs="$noconfigdirs $lang_dirs"
6415 potential_languages="${potential_languages}${language},"
6416 ;;
6417 yes)
6418 new_enable_languages="${new_enable_languages}${language},"
6419 potential_languages="${potential_languages}${language},"
6420 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
6421 enabled_target_libs="$enabled_target_libs $target_libs"
6422 case "${boot_language}:,$enable_stage1_languages," in
6423 yes:* | *:*,$language,* | *:*,yes, | *:*,all,)
6424 # Add to (comma-separated) list of stage 1 languages.
6425 case ",$stage1_languages," in
6426 *,$language,* | ,yes, | ,all,) ;;
6427 *) stage1_languages="${stage1_languages}${language}," ;;
6428 esac
6429 # We need to bootstrap any supporting libraries.
6430 bootstrap_target_libs="${bootstrap_target_libs}${target_libs},"
6431 ;;
6432 esac
6433 ;;
6434 esac
6435 ;;
6436 esac
6437 done
6438
6439 # Add target libraries which are only needed for disabled languages
6440 # to noconfigdirs.
6441 if test -n "$disabled_target_libs"; then
6442 for dir in $disabled_target_libs; do
6443 case " $enabled_target_libs " in
6444 *" ${dir} "*) ;;
6445 *) noconfigdirs="$noconfigdirs $dir" ;;
6446 esac
6447 done
6448 fi
6449
6450 # Check whether --enable-stage1-languages was given.
6451if test "${enable_stage1_languages+set}" = set; then :
6452 enableval=$enable_stage1_languages; case ,${enable_stage1_languages}, in
6453 ,no,|,,)
6454 # Set it to something that will have no effect in the loop below
6455 enable_stage1_languages=c ;;
6456 ,yes,)
6457 enable_stage1_languages=`echo $new_enable_languages | \
6458 sed -e "s/^,//" -e "s/,$//" ` ;;
6459 *,all,*)
6460 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
6461 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
6462 esac
6463
6464 # Add "good" languages from enable_stage1_languages to stage1_languages,
6465 # while "bad" languages go in missing_languages. Leave no duplicates.
6466 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
6467 case $potential_languages in
6468 *,$i,*)
6469 case $stage1_languages in
6470 *,$i,*) ;;
6471 *) stage1_languages="$stage1_languages$i," ;;
6472 esac ;;
6473 *)
6474 case $missing_languages in
6475 *,$i,*) ;;
6476 *) missing_languages="$missing_languages$i," ;;
6477 esac ;;
6478 esac
6479 done
6480fi
6481
6482
6483 # Remove leading/trailing commas that were added for simplicity
6484 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
6485 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
6486 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
6487 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
6488
6489 if test "x$missing_languages" != x; then
6490 as_fn_error "
6491The following requested languages could not be built: ${missing_languages}
6492Supported languages are: ${potential_languages}" "$LINENO" 5
6493 fi
6494 if test "x$new_enable_languages" != "x$enable_languages"; then
6495 echo The following languages will be built: ${new_enable_languages}
6496 enable_languages="$new_enable_languages"
6497 fi
6498
6499
6500 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
6501fi
6502
6503# Handle --disable-<component> generically.
6504for dir in $configdirs $build_configdirs $target_configdirs ; do
6505 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
6506 varname=`echo $dirname | sed -e s/+/_/g`
6507 if eval test x\${enable_${varname}} "=" xno ; then
6508 noconfigdirs="$noconfigdirs $dir"
6509 fi
6510done
6511
6512# Check for Boehm's garbage collector
6513# Check whether --enable-objc-gc was given.
6514if test "${enable_objc_gc+set}" = set; then :
6515 enableval=$enable_objc_gc; case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
6516 *,objc,*:*:yes:*target-boehm-gc*)
6517 as_fn_error "Boehm's garbage collector was requested yet not supported in this configuration" "$LINENO" 5
6518 ;;
6519esac
6520fi
6521
6522
6523# Make sure we only build Boehm's garbage collector if required.
6524case ,${enable_languages},:${enable_objc_gc} in
6525 *,objc,*:yes)
6526 # Keep target-boehm-gc if requested for Objective-C.
6527 ;;
6528 *)
6529 # Otherwise remove target-boehm-gc depending on target-libjava.
6530 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
6531 noconfigdirs="$noconfigdirs target-boehm-gc"
6532 fi
6533 ;;
6534esac
6535
6536# Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
6537# $build_configdirs and $target_configdirs.
6538# If we have the source for $noconfigdirs entries, add them to $notsupp.
6539
6540notsupp=""
6541for dir in . $skipdirs $noconfigdirs ; do
6542 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
6543 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6544 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
6545 if test -r $srcdir/$dirname/configure ; then
6546 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6547 true
6548 else
6549 notsupp="$notsupp $dir"
6550 fi
6551 fi
6552 fi
6553 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6554 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
6555 if test -r $srcdir/$dirname/configure ; then
6556 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6557 true
6558 else
6559 notsupp="$notsupp $dir"
6560 fi
6561 fi
6562 fi
6563 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6564 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
6565 if test -r $srcdir/$dirname/configure ; then
6566 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6567 true
6568 else
6569 notsupp="$notsupp $dir"
6570 fi
6571 fi
6572 fi
6573done
6574
6575# Sometimes the tools are distributed with libiberty but with no other
6576# libraries. In that case, we don't want to build target-libiberty.
6577# Don't let libgcc imply libiberty either.
6578if test -n "${target_configdirs}" ; then
6579 libgcc=
6580 others=
6581 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
6582 if test "$i" = "libgcc"; then
6583 libgcc=target-libgcc
6584 elif test "$i" != "libiberty" ; then
6585 if test -r $srcdir/$i/configure ; then
6586 others=yes;
6587 break;
6588 fi
6589 fi
6590 done
6591 if test -z "${others}" ; then
6592 target_configdirs=$libgcc
6593 fi
6594fi
6595
6596# Quietly strip out all directories which aren't configurable in this tree.
6597# This relies on all configurable subdirectories being autoconfiscated, which
6598# is now the case.
6599build_configdirs_all="$build_configdirs"
6600build_configdirs=
6601for i in ${build_configdirs_all} ; do
6602 j=`echo $i | sed -e s/build-//g`
6603 if test -f ${srcdir}/$j/configure ; then
6604 build_configdirs="${build_configdirs} $i"
6605 fi
6606done
6607
6608configdirs_all="$configdirs"
6609configdirs=
6610for i in ${configdirs_all} ; do
6611 if test -f ${srcdir}/$i/configure ; then
6612 configdirs="${configdirs} $i"
6613 fi
6614done
6615
6616target_configdirs_all="$target_configdirs"
6617target_configdirs=
6618for i in ${target_configdirs_all} ; do
6619 j=`echo $i | sed -e s/target-//g`
6620 if test -f ${srcdir}/$j/configure ; then
6621 target_configdirs="${target_configdirs} $i"
6622 fi
6623done
6624
6625# Produce a warning message for the subdirs we can't configure.
6626# This isn't especially interesting in the Cygnus tree, but in the individual
6627# FSF releases, it's important to let people know when their machine isn't
6628# supported by the one or two programs in a package.
6629
6630if test -n "${notsupp}" && test -z "${norecursion}" ; then
6631 # If $appdirs is non-empty, at least one of those directories must still
6632 # be configured, or we error out. (E.g., if the gas release supports a
6633 # specified target in some subdirs but not the gas subdir, we shouldn't
6634 # pretend that all is well.)
6635 if test -n "$appdirs" ; then
6636 for dir in $appdirs ; do
6637 if test -r $dir/Makefile.in ; then
6638 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
6639 appdirs=""
6640 break
6641 fi
6642 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
6643 appdirs=""
6644 break
6645 fi
6646 fi
6647 done
6648 if test -n "$appdirs" ; then
6649 echo "*** This configuration is not supported by this package." 1>&2
6650 exit 1
6651 fi
6652 fi
6653 # Okay, some application will build, or we don't care to check. Still
6654 # notify of subdirs not getting built.
6655 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
6656 echo " ${notsupp}" 1>&2
6657 echo " (Any other directories should still work fine.)" 1>&2
6658fi
6659
6660case "$host" in
6661 *msdosdjgpp*)
6662 enable_gdbtk=no ;;
6663esac
6664
6665# To find our prefix, in gcc_cv_tool_prefix.
6666
6667# The user is always right.
6668if test "${PATH_SEPARATOR+set}" != set; then
6669 echo "#! /bin/sh" >conf$$.sh
6670 echo "exit 0" >>conf$$.sh
6671 chmod +x conf$$.sh
6672 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6673 PATH_SEPARATOR=';'
6674 else
6675 PATH_SEPARATOR=:
6676 fi
6677 rm -f conf$$.sh
6678fi
6679
6680
6681
6682if test "x$exec_prefix" = xNONE; then
6683 if test "x$prefix" = xNONE; then
6684 gcc_cv_tool_prefix=$ac_default_prefix
6685 else
6686 gcc_cv_tool_prefix=$prefix
6687 fi
6688else
6689 gcc_cv_tool_prefix=$exec_prefix
6690fi
6691
6692# If there is no compiler in the tree, use the PATH only. In any
6693# case, if there is no compiler in the tree nobody should use
6694# AS_FOR_TARGET and LD_FOR_TARGET.
6695if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
6696 gcc_version=`cat $srcdir/gcc/BASE-VER`
6697 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6698 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
6699 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6700 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
6701 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
6702 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
6703else
6704 gcc_cv_tool_dirs=
6705fi
6706
6707if test x$build = x$target && test -n "$md_exec_prefix"; then
6708 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
6709fi
6710
6711
6712
6713copy_dirs=
6714
6715
6716# Check whether --with-build-sysroot was given.
6717if test "${with_build_sysroot+set}" = set; then :
6718 withval=$with_build_sysroot; if test x"$withval" != x ; then
6719 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
6720 fi
6721else
6722 SYSROOT_CFLAGS_FOR_TARGET=
6723fi
6724
6725
6726
6727
6728# Check whether --with-debug-prefix-map was given.
6729if test "${with_debug_prefix_map+set}" = set; then :
6730 withval=$with_debug_prefix_map; if test x"$withval" != x; then
6731 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6732 for debug_map in $withval; do
6733 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
6734 done
6735 fi
6736else
6737 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
6738fi
6739
6740
6741
6742# During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
6743# might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
6744# might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
6745# We want to ensure that TARGET libraries (which we know are built with
6746# gcc) are built with "-O2 -g", so include those options when setting
6747# CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6748if test "x$CFLAGS_FOR_TARGET" = x; then
6749 CFLAGS_FOR_TARGET=$CFLAGS
6750 case " $CFLAGS " in
6751 *" -O2 "*) ;;
6752 *) CFLAGS_FOR_TARGET="-O2 $CFLAGS" ;;
6753 esac
6754 case " $CFLAGS " in
6755 *" -g "* | *" -g3 "*) ;;
6756 *) CFLAGS_FOR_TARGET="-g $CFLAGS" ;;
6757 esac
6758fi
6759
6760
6761if test "x$CXXFLAGS_FOR_TARGET" = x; then
6762 CXXFLAGS_FOR_TARGET=$CXXFLAGS
6763 case " $CXXFLAGS " in
6764 *" -O2 "*) ;;
6765 *) CXXFLAGS_FOR_TARGET="-O2 $CXXFLAGS" ;;
6766 esac
6767 case " $CXXFLAGS " in
6768 *" -g "* | *" -g3 "*) ;;
6769 *) CXXFLAGS_FOR_TARGET="-g $CXXFLAGS" ;;
6770 esac
6771fi
6772
6773
6774# Handle --with-headers=XXX. If the value is not "yes", the contents of
6775# the named directory are copied to $(tooldir)/sys-include.
6776if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
6777 if test x${is_cross_compiler} = xno ; then
6778 echo 1>&2 '***' --with-headers is only supported when cross compiling
6779 exit 1
6780 fi
6781 if test x"${with_headers}" != xyes ; then
6782 x=${gcc_cv_tool_prefix}
6783 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
6784 fi
6785fi
6786
6787# Handle --with-libs=XXX. If the value is not "yes", the contents of
6788# the name directories are copied to $(tooldir)/lib. Multiple directories
6789# are permitted.
6790if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
6791 if test x${is_cross_compiler} = xno ; then
6792 echo 1>&2 '***' --with-libs is only supported when cross compiling
6793 exit 1
6794 fi
6795 if test x"${with_libs}" != xyes ; then
6796 # Copy the libraries in reverse order, so that files in the first named
6797 # library override files in subsequent libraries.
6798 x=${gcc_cv_tool_prefix}
6799 for l in ${with_libs}; do
6800 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
6801 done
6802 fi
6803fi
6804
6805# Set with_gnu_as, with_gnu_ld, and with_system_zlib as appropriate.
6806#
6807# This is done by determining whether or not the appropriate directory
6808# is available, and by checking whether or not specific configurations
6809# have requested that this magic not happen.
6810#
6811# The command line options always override the explicit settings in
6812# configure.in, and the settings in configure.in override this magic.
6813#
6814# If the default for a toolchain is to use GNU as and ld, and you don't
6815# want to do that, then you should use the --without-gnu-as and
6816# --without-gnu-ld options for the configure script. Similarly, if
6817# the default is to use the included zlib and you don't want to do that,
6818# you should use the --with-system-zlib option for the configure script.
6819
6820if test x${use_gnu_as} = x &&
6821 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
6822 with_gnu_as=yes
6823 extra_host_args="$extra_host_args --with-gnu-as"
6824fi
6825
6826if test x${use_gnu_ld} = x &&
6827 echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then
6828 with_gnu_ld=yes
6829 extra_host_args="$extra_host_args --with-gnu-ld"
6830fi
6831
6832if test x${use_included_zlib} = x &&
6833 echo " ${configdirs} " | grep " zlib " > /dev/null 2>&1 ; then
6834 :
6835else
6836 with_system_zlib=yes
6837 extra_host_args="$extra_host_args --with-system-zlib"
6838fi
6839
6840# If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
6841# can detect this case.
6842
6843if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
6844 with_newlib=yes
6845 extra_host_args="$extra_host_args --with-newlib"
6846fi
6847
6848# Handle ${copy_dirs}
6849set fnord ${copy_dirs}
6850shift
6851while test $# != 0 ; do
6852 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
6853 :
6854 else
6855 echo Copying $1 to $2
6856
6857 # Use the install script to create the directory and all required
6858 # parent directories.
6859 if test -d $2 ; then
6860 :
6861 else
6862 echo >config.temp
6863 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
6864 fi
6865
6866 # Copy the directory, assuming we have tar.
6867 # FIXME: Should we use B in the second tar? Not all systems support it.
6868 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
6869
6870 # It is the responsibility of the user to correctly adjust all
6871 # symlinks. If somebody can figure out how to handle them correctly
6872 # here, feel free to add the code.
6873
6874 echo $1 > $2/COPIED
6875 fi
6876 shift; shift
6877done
6878
6879# Determine a target-dependent exec_prefix that the installed
6880# gcc will search in. Keep this list sorted by triplet, with
6881# the *-*-osname triplets last.
6882md_exec_prefix=
6883case "${target}" in
6884 alpha*-*-*vms*)
6885 md_exec_prefix=/gnu/lib/gcc-lib
6886 ;;
6887 i[34567]86-pc-msdosdjgpp*)
6888 md_exec_prefix=/dev/env/DJDIR/bin
6889 ;;
6890 i[34567]86-*-sco3.2v5*)
6891 if test $with_gnu_as = yes; then
6892 md_exec_prefix=/usr/gnu/bin
6893 else
6894 md_exec_prefix=/usr/ccs/bin/elf
6895 fi
6896 ;;
6897
6898 mn10300-*-* | \
6899 powerpc-*-chorusos* | \
6900 powerpc*-*-eabi* | \
6901 powerpc*-*-sysv* | \
6902 powerpc*-*-kaos* | \
6903 s390x-ibm-tpf*)
6904 md_exec_prefix=/usr/ccs/bin
6905 ;;
6906 sparc64-*-elf*)
6907 ;;
6908 v850*-*-*)
6909 md_exec_prefix=/usr/ccs/bin
6910 ;;
6911 xtensa*-*-elf*)
6912 ;;
6913
6914 *-*-beos* | \
6915 *-*-elf* | \
6916 *-*-hpux* | \
6917 *-*-netware* | \
6918 *-*-nto-qnx* | \
6919 *-*-rtems* | \
6920 *-*-solaris2* | \
6921 *-*-sysv[45]* | \
6922 *-*-vxworks* | \
6923 *-wrs-windiss)
6924 md_exec_prefix=/usr/ccs/bin
6925 ;;
6926esac
6927
6928extra_arflags_for_target=
6929extra_nmflags_for_target=
6930extra_ranlibflags_for_target=
6931target_makefile_frag=/dev/null
6932case "${target}" in
6933 mep*-*-*)
6934 target_makefile_frag="config/mt-mep"
6935 ;;
6936 spu-*-*)
6937 target_makefile_frag="config/mt-spu"
6938 ;;
6939 mips*-sde-elf*)
6940 target_makefile_frag="config/mt-sde"
6941 ;;
6942 mipsisa*-*-elfoabi*)
6943 target_makefile_frag="config/mt-mips-elfoabi"
6944 ;;
6945 mips*-*-*linux* | mips*-*-gnu*)
6946 target_makefile_frag="config/mt-mips-gnu"
6947 ;;
6948 *-*-netware*)
6949 target_makefile_frag="config/mt-netware"
6950 ;;
6951 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
6952 target_makefile_frag="config/mt-gnu"
6953 ;;
6954 *-*-aix4.[3456789]* | *-*-aix[56789].*)
6955 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
6956 # commands to handle both 32-bit and 64-bit objects. These flags are
6957 # harmless if we're using GNU nm or ar.
6958 extra_arflags_for_target=" -X32_64"
6959 extra_nmflags_for_target=" -B -X32_64"
6960 ;;
6961 *-*-darwin[3-9]*)
6962 # ranlib before Darwin10 requires the -c flag to look at common symbols.
6963 extra_ranlibflags_for_target=" -c"
6964 ;;
6965 mips*-*-pe | sh*-*-pe | *arm-wince-pe)
6966 target_makefile_frag="config/mt-wince"
6967 ;;
6968esac
6969
6970alphaieee_frag=/dev/null
6971case $target in
6972 alpha*-*-*)
6973 # This just makes sure to use the -mieee option to build target libs.
6974 # This should probably be set individually by each library.
6975 alphaieee_frag="config/mt-alphaieee"
6976 ;;
6977esac
6978
6979# If --enable-target-optspace always use -Os instead of -O2 to build
6980# the target libraries, similarly if it is not specified, use -Os
6981# on selected platforms.
6982ospace_frag=/dev/null
6983case "${enable_target_optspace}:${target}" in
6984 yes:*)
6985 ospace_frag="config/mt-ospace"
6986 ;;
6987 :d30v-*)
6988 ospace_frag="config/mt-d30v"
6989 ;;
6990 :m32r-* | :d10v-* | :fr30-*)
6991 ospace_frag="config/mt-ospace"
6992 ;;
6993 no:* | :*)
6994 ;;
6995 *)
6996 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
6997 ;;
6998esac
6999
7000# Default to using --with-stabs for certain targets.
7001if test x${with_stabs} = x ; then
7002 case "${target}" in
7003 mips*-*-irix[56]*)
7004 ;;
7005 mips*-*-* | alpha*-*-osf*)
7006 with_stabs=yes;
7007 extra_host_args="${extra_host_args} --with-stabs"
7008 ;;
7009 esac
7010fi
7011
7012# hpux11 in 64bit mode has libraries in a weird place. Arrange to find
7013# them automatically.
7014case "${host}" in
7015 hppa*64*-*-hpux11*)
7016 extra_host_args="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
7017 ;;
7018esac
7019
7020# Some systems (e.g., one of the i386-aix systems the gas testers are
7021# using) don't handle "\$" correctly, so don't use it here.
7022tooldir='${exec_prefix}'/${target_noncanonical}
7023build_tooldir=${tooldir}
7024
7025# Create a .gdbinit file which runs the one in srcdir
7026# and tells GDB to look there for source files.
7027
7028if test -r ${srcdir}/.gdbinit ; then
7029 case ${srcdir} in
7030 .) ;;
7031 *) cat > ./.gdbinit <<EOF
7032# ${NO_EDIT}
7033dir ${srcdir}
7034dir .
7035source ${srcdir}/.gdbinit
7036EOF
7037 ;;
7038 esac
7039fi
7040
7041# Make sure that the compiler is able to generate an executable. If it
7042# can't, we are probably in trouble. We don't care whether we can run the
7043# executable--we might be using a cross compiler--we only care whether it
7044# can be created. At this point the main configure script has set CC.
7045we_are_ok=no
7046echo "int main () { return 0; }" > conftest.c
7047${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
7048if test $? = 0 ; then
7049 if test -s conftest || test -s conftest.exe ; then
7050 we_are_ok=yes
7051 fi
7052fi
7053case $we_are_ok in
7054 no)
7055 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
7056 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
7057 rm -f conftest*
7058 exit 1
7059 ;;
7060esac
7061rm -f conftest*
7062
7063# The Solaris /usr/ucb/cc compiler does not appear to work.
7064case "${host}" in
7065 sparc-sun-solaris2*)
7066 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
7067 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
7068 could_use=
7069 test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
7070 if test -d /opt/cygnus/bin ; then
7071 if test "$could_use" = "" ; then
7072 could_use="/opt/cygnus/bin"
7073 else
7074 could_use="$could_use or /opt/cygnus/bin"
7075 fi
7076 fi
7077 if test "$could_use" = "" ; then
7078 echo "Warning: compilation may fail because you're using"
7079 echo "/usr/ucb/cc. You should change your PATH or CC "
7080 echo "variable and rerun configure."
7081 else
7082 echo "Warning: compilation may fail because you're using"
7083 echo "/usr/ucb/cc, when you should use the C compiler from"
7084 echo "$could_use. You should change your"
7085 echo "PATH or CC variable and rerun configure."
7086 fi
7087 fi
7088 ;;
7089esac
7090
7091# Decide which environment variable is used to find dynamic libraries.
7092case "${host}" in
7093 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
7094 *-*-darwin* | *-*-rhapsody* ) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
7095 *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
7096 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
7097esac
7098
7099# On systems where the dynamic library environment variable is PATH,
7100# gcc/ will put dynamic libraries into a subdirectory to avoid adding
7101# built executables to PATH.
7102if test "$RPATH_ENVVAR" = PATH; then
7103 GCC_SHLIB_SUBDIR=/shlib
7104else
7105 GCC_SHLIB_SUBDIR=
7106fi
7107
7108# Record target_configdirs and the configure arguments for target and
7109# build configuration in Makefile.
7110target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
7111build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
7112
7113# If we are building libgomp, bootstrap it.
7114if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
7115 bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
7116fi
7117
7118# Determine whether gdb needs tk/tcl or not.
7119# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
7120# and in that case we want gdb to be built without tk. Ugh!
7121# In fact I believe gdb is the *only* package directly dependent on tk,
7122# so we should be able to put the 'maybe's in unconditionally and
7123# leave out the maybe dependencies when enable_gdbtk is false. I'm not
7124# 100% sure that that's safe though.
7125
7126gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
7127case "$enable_gdbtk" in
7128 no)
7129 GDB_TK="" ;;
7130 yes)
7131 GDB_TK="${gdb_tk}" ;;
7132 *)
7133 # Only add the dependency on gdbtk when GDBtk is part of the gdb
7134 # distro. Eventually someone will fix this and move Insight, nee
7135 # gdbtk to a separate directory.
7136 if test -d ${srcdir}/gdb/gdbtk ; then
7137 GDB_TK="${gdb_tk}"
7138 else
7139 GDB_TK=""
7140 fi
7141 ;;
7142esac
7143CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
7144INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
7145
7146# Strip out unwanted targets.
7147
7148# While at that, we remove Makefiles if we were started for recursive
7149# configuration, so that the top-level Makefile reconfigures them,
7150# like we used to do when configure itself was recursive.
7151
7152# Loop over modules. We used to use the "$extrasub" feature from Autoconf
7153# but now we're fixing up the Makefile ourselves with the additional
7154# commands passed to AC_CONFIG_FILES. Use separate variables
7155# extrasub-{build,host,target} not because there is any reason to split
7156# the substitutions up that way, but only to remain below the limit of
7157# 99 commands in a script, for HP-UX sed.
7158# Do not nest @if/@endif pairs, because configure will not warn you at all.
7159
7160# Check whether --enable-bootstrap was given.
7161if test "${enable_bootstrap+set}" = set; then :
7162 enableval=$enable_bootstrap;
7163else
7164 enable_bootstrap=default
7165fi
7166
7167
7168# Issue errors and warnings for invalid/strange bootstrap combinations.
7169case "$configdirs" in
7170 *gcc*) have_compiler=yes ;;
7171 *) have_compiler=no ;;
7172esac
7173
7174case "$have_compiler:$host:$target:$enable_bootstrap" in
7175 *:*:*:no) ;;
7176
7177 # Default behavior. Enable bootstrap if we have a compiler
7178 # and we are in a native configuration.
7179 yes:$build:$build:default)
7180 enable_bootstrap=yes ;;
7181
7182 *:*:*:default)
7183 enable_bootstrap=no ;;
7184
7185 # We have a compiler and we are in a native configuration, bootstrap is ok
7186 yes:$build:$build:yes)
7187 ;;
7188
7189 # Other configurations, but we have a compiler. Assume the user knows
7190 # what he's doing.
7191 yes:*:*:yes)
7192 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: trying to bootstrap a cross compiler" >&5
7193$as_echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
7194 ;;
7195
7196 # No compiler: if they passed --enable-bootstrap explicitly, fail
7197 no:*:*:yes)
7198 as_fn_error "cannot bootstrap without a compiler" "$LINENO" 5 ;;
7199
7200 # Fail if wrong command line
7201 *)
7202 as_fn_error "invalid option for --enable-bootstrap" "$LINENO" 5
7203 ;;
7204esac
7205
7206case ",$enable_languages,:$ENABLE_BUILD_WITH_CXX:$enable_bootstrap" in
7207 *,c++,*:yes:yes) ;;
7208 *:yes:yes)
7209 as_fn_error "bootstrapping with --enable-build-with-cxx requires c++ in --enable-languages" "$LINENO" 5
7210 ;;
7211esac
7212
7213case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
7214 yes:yes:*\ gold\ *:*,c++,*) ;;
7215 yes:yes:*\ gold\ *:*)
7216 as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
7217 ;;
7218esac
7219
7220# Adjust the toplevel makefile according to whether bootstrap was selected.
7221case $enable_bootstrap in
7222 yes)
7223 bootstrap_suffix=bootstrap
7224 BUILD_CONFIG=bootstrap-debug
7225 ;;
7226 no)
7227 bootstrap_suffix=no-bootstrap
7228 BUILD_CONFIG=
7229 ;;
7230esac
7231
7232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default BUILD_CONFIG" >&5
7233$as_echo_n "checking for default BUILD_CONFIG... " >&6; }
7234
7235
7236# Check whether --with-build-config was given.
7237if test "${with_build_config+set}" = set; then :
7238 withval=$with_build_config; case $with_build_config in
7239 yes) with_build_config= ;;
7240 no) with_build_config= BUILD_CONFIG= ;;
7241 esac
7242fi
7243
7244
7245if test "x${with_build_config}" != x; then
7246 BUILD_CONFIG=$with_build_config
7247else
7248 case $BUILD_CONFIG in
7249 bootstrap-debug)
7250 if echo "int f (void) { return 0; }" > conftest.c &&
7251 ${CC} -c conftest.c &&
7252 mv conftest.o conftest.o.g0 &&
7253 ${CC} -c -g conftest.c &&
7254 mv conftest.o conftest.o.g &&
7255 ${srcdir}/contrib/compare-debug conftest.o.g0 conftest.o.g > /dev/null 2>&1; then
7256 :
7257 else
7258 BUILD_CONFIG=
7259 fi
7260 rm -f conftest.c conftest.o conftest.o.g0 conftest.o.g
7261 ;;
7262 esac
7263fi
7264{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CONFIG" >&5
7265$as_echo "$BUILD_CONFIG" >&6; }
7266
7267
7268extrasub_build=
7269for module in ${build_configdirs} ; do
7270 if test -z "${no_recursion}" \
7271 && test -f ${build_subdir}/${module}/Makefile; then
7272 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
7273 rm -f ${build_subdir}/${module}/Makefile
7274 fi
7275 extrasub_build="$extrasub_build
7276/^@if build-$module\$/d
7277/^@endif build-$module\$/d
7278/^@if build-$module-$bootstrap_suffix\$/d
7279/^@endif build-$module-$bootstrap_suffix\$/d"
7280done
7281extrasub_host=
7282for module in ${configdirs} ; do
7283 if test -z "${no_recursion}"; then
7284 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
7285 if test -f ${file}; then
7286 echo 1>&2 "*** removing ${file} to force reconfigure"
7287 rm -f ${file}
7288 fi
7289 done
7290 fi
7291 extrasub_host="$extrasub_host
7292/^@if $module\$/d
7293/^@endif $module\$/d
7294/^@if $module-$bootstrap_suffix\$/d
7295/^@endif $module-$bootstrap_suffix\$/d"
7296done
7297extrasub_target=
7298for module in ${target_configdirs} ; do
7299 if test -z "${no_recursion}" \
7300 && test -f ${target_subdir}/${module}/Makefile; then
7301 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
7302 rm -f ${target_subdir}/${module}/Makefile
7303 fi
7304
7305 # We only bootstrap target libraries listed in bootstrap_target_libs.
7306 case $bootstrap_target_libs in
7307 *,target-$module,*) target_bootstrap_suffix=$bootstrap_suffix ;;
7308 *) target_bootstrap_suffix=no-bootstrap ;;
7309 esac
7310
7311 extrasub_target="$extrasub_target
7312/^@if target-$module\$/d
7313/^@endif target-$module\$/d
7314/^@if target-$module-$target_bootstrap_suffix\$/d
7315/^@endif target-$module-$target_bootstrap_suffix\$/d"
7316done
7317
7318# Do the final fixup along with target modules.
7319extrasub_target="$extrasub_target
7320/^@if /,/^@endif /d"
7321
7322# Create the serialization dependencies. This uses a temporary file.
7323
7324# Check whether --enable-serial-configure was given.
7325if test "${enable_serial_configure+set}" = set; then :
7326 enableval=$enable_serial_configure;
7327fi
7328
7329
7330case ${enable_serial_configure} in
7331 yes)
7332 enable_serial_build_configure=yes
7333 enable_serial_host_configure=yes
7334 enable_serial_target_configure=yes
7335 ;;
7336esac
7337
7338# These force 'configure's to be done one at a time, to avoid problems
7339# with contention over a shared config.cache.
7340rm -f serdep.tmp
7341echo '# serdep.tmp' > serdep.tmp
7342olditem=
7343test "x${enable_serial_build_configure}" = xyes &&
7344for item in ${build_configdirs} ; do
7345 case ${olditem} in
7346 "") ;;
7347 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
7348 esac
7349 olditem=${item}
7350done
7351olditem=
7352test "x${enable_serial_host_configure}" = xyes &&
7353for item in ${configdirs} ; do
7354 case ${olditem} in
7355 "") ;;
7356 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
7357 esac
7358 olditem=${item}
7359done
7360olditem=
7361test "x${enable_serial_target_configure}" = xyes &&
7362for item in ${target_configdirs} ; do
7363 case ${olditem} in
7364 "") ;;
7365 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
7366 esac
7367 olditem=${item}
7368done
7369serialization_dependencies=serdep.tmp
7370
7371
7372# Base args. Strip norecursion, cache-file, srcdir, host, build,
7373# target, nonopt, and variable assignments. These are the ones we
7374# might not want to pass down to subconfigures. The exception being
7375# --cache-file=/dev/null, which is used to turn off the use of cache
7376# files altogether, and which should be passed on to subconfigures.
7377# Also strip program-prefix, program-suffix, and program-transform-name,
7378# so that we can pass down a consistent program-transform-name.
7379baseargs=
7380tbaseargs=
7381keep_next=no
7382skip_next=no
7383eval "set -- $ac_configure_args"
7384for ac_arg
7385do
7386 if test X"$skip_next" = X"yes"; then
7387 skip_next=no
7388 continue
7389 fi
7390 if test X"$keep_next" = X"yes"; then
7391 case $ac_arg in
7392 *\'*)
7393 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7394 esac
7395 baseargs="$baseargs '$ac_arg'"
7396 tbaseargs="$tbaseargs '$ac_arg'"
7397 keep_next=no
7398 continue
7399 fi
7400
7401 # Handle separated arguments. Based on the logic generated by
7402 # autoconf 2.59.
7403 case $ac_arg in
7404 *=* | --config-cache | -C | -disable-* | --disable-* \
7405 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
7406 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
7407 | -with-* | --with-* | -without-* | --without-* | --x)
7408 separate_arg=no
7409 ;;
7410 -*)
7411 separate_arg=yes
7412 ;;
7413 *)
7414 separate_arg=no
7415 ;;
7416 esac
7417
7418 skip_targ=no
7419 case $ac_arg in
7420
7421 --with-* | --without-*)
7422 libopt=`echo "$ac_arg" | sed -e 's,^--[^-_]*[-_],,' -e 's,=.*$,,'`
7423
7424 case $libopt in
7425 *[-_]include)
7426 lib=`echo "$libopt" | sed 's,[-_]include$,,'`
7427 ;;
7428 *[-_]lib)
7429 lib=`echo "$libopt" | sed 's,[-_]lib$,,'`
7430 ;;
7431 *)
7432 lib=$libopt
7433 ;;
7434 esac
7435
7436
7437 case $lib in
7438 mpc | mpfr | gmp | ppl | cloog)
7439 # If we're processing --with-$lib, --with-$lib-include or
7440 # --with-$lib-lib, for one of the libs above, and target is
7441 # different from host, don't pass the current argument to any
7442 # target library's configure.
7443 if test x$is_cross_compiler = xyes; then
7444 skip_targ=yes
7445 fi
7446 ;;
7447 esac
7448 ;;
7449 esac
7450
7451 case "$ac_arg" in
7452 --cache-file=/dev/null | \
7453 -cache-file=/dev/null )
7454 # Handled here to avoid the test to skip args below.
7455 baseargs="$baseargs '$ac_arg'"
7456 tbaseargs="$tbaseargs '$ac_arg'"
7457 # Assert: $separate_arg should always be no.
7458 keep_next=$separate_arg
7459 ;;
7460 --no*)
7461 continue
7462 ;;
7463 --c* | \
7464 --sr* | \
7465 --ho* | \
7466 --bu* | \
7467 --t* | \
7468 --program-* | \
7469 -cache_file* | \
7470 -srcdir* | \
7471 -host* | \
7472 -build* | \
7473 -target* | \
7474 -program-prefix* | \
7475 -program-suffix* | \
7476 -program-transform-name* )
7477 skip_next=$separate_arg
7478 continue
7479 ;;
7480 -*)
7481 # An option. Add it.
7482 case $ac_arg in
7483 *\'*)
7484 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
7485 esac
7486 baseargs="$baseargs '$ac_arg'"
7487 if test X"$skip_targ" = Xno; then
7488 tbaseargs="$tbaseargs '$ac_arg'"
7489 fi
7490 keep_next=$separate_arg
7491 ;;
7492 *)
7493 # Either a variable assignment, or a nonopt (triplet). Don't
7494 # pass it down; let the Makefile handle this.
7495 continue
7496 ;;
7497 esac
7498done
7499# Remove the initial space we just introduced and, as these will be
7500# expanded by make, quote '$'.
7501baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
7502
7503# Add in --program-transform-name, after --program-prefix and
7504# --program-suffix have been applied to it. Autoconf has already
7505# doubled dollar signs and backslashes in program_transform_name; we want
7506# the backslashes un-doubled, and then the entire thing wrapped in single
7507# quotes, because this will be expanded first by make and then by the shell.
7508# Also, because we want to override the logic in subdir configure scripts to
7509# choose program_transform_name, replace any s,x,x, with s,y,y,.
7510sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
7511${program_transform_name}
7512EOF_SED
7513gcc_transform_name=`cat conftestsed.out`
7514rm -f conftestsed.out
7515baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
7516tbaseargs="$tbaseargs --program-transform-name='${gcc_transform_name}'"
7517if test "$silent" = yes; then
7518 baseargs="$baseargs --silent"
7519 tbaseargs="$tbaseargs --silent"
7520fi
7521baseargs="$baseargs --disable-option-checking"
7522tbaseargs="$tbaseargs --disable-option-checking"
7523
7524# Record and document user additions to sub configure arguments.
7525
7526
7527
7528
7529# For the build-side libraries, we just need to pretend we're native,
7530# and not use the same cache file. Multilibs are neither needed nor
7531# desired.
7532build_configargs="$build_configargs --cache-file=../config.cache ${baseargs}"
7533
7534# For host modules, accept cache file option, or specification as blank.
7535case "${cache_file}" in
7536"") # empty
7537 cache_file_option="" ;;
7538/* | [A-Za-z]:[\\/]* ) # absolute path
7539 cache_file_option="--cache-file=${cache_file}" ;;
7540*) # relative path
7541 cache_file_option="--cache-file=../${cache_file}" ;;
7542esac
7543
7544# Host dirs don't like to share a cache file either, horribly enough.
7545# This seems to be due to autoconf 2.5x stupidity.
7546host_configargs="$host_configargs --cache-file=./config.cache ${extra_host_args} ${baseargs}"
7547
7548target_configargs="$target_configargs ${tbaseargs}"
7549
7550# Passing a --with-cross-host argument lets the target libraries know
7551# whether they are being built with a cross-compiler or being built
7552# native. However, it would be better to use other mechanisms to make the
7553# sorts of decisions they want to make on this basis. Please consider
7554# this option to be deprecated. FIXME.
7555if test x${is_cross_compiler} = xyes ; then
7556 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
7557fi
7558
7559# Default to --enable-multilib.
7560if test x${enable_multilib} = x ; then
7561 target_configargs="--enable-multilib ${target_configargs}"
7562fi
7563
7564# Pass --with-newlib if appropriate. Note that target_configdirs has
7565# changed from the earlier setting of with_newlib.
7566if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
7567 target_configargs="--with-newlib ${target_configargs}"
7568fi
7569
7570# Different target subdirs use different values of certain variables
7571# (notably CXX). Worse, multilibs use *lots* of different values.
7572# Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
7573# it doesn't automatically accept command-line overrides of them.
7574# This means it's not safe for target subdirs to share a cache file,
7575# which is disgusting, but there you have it. Hopefully this can be
7576# fixed in future. It's still worthwhile to use a cache file for each
7577# directory. I think.
7578
7579# Pass the appropriate --build, --host, --target and --cache-file arguments.
7580# We need to pass --target, as newer autoconf's requires consistency
7581# for target_alias and gcc doesn't manage it consistently.
7582target_configargs="--cache-file=./config.cache ${target_configargs}"
7583
7584FLAGS_FOR_TARGET=
7585case " $target_configdirs " in
7586 *" newlib "*)
7587 case " $target_configargs " in
7588 *" --with-newlib "*)
7589 case "$target" in
7590 *-cygwin*)
7591 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/include -isystem $$s/winsup/cygwin/include -isystem $$s/winsup/w32api/include'
7592 ;;
7593 esac
7594
7595 # If we're not building GCC, don't discard standard headers.
7596 if test -d ${srcdir}/gcc; then
7597 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
7598
7599 if test "${build}" != "${host}"; then
7600 # On Canadian crosses, CC_FOR_TARGET will have already been set
7601 # by `configure', so we won't have an opportunity to add -Bgcc/
7602 # to it. This is right: we don't want to search that directory
7603 # for binaries, but we want the header files in there, so add
7604 # them explicitly.
7605 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
7606
7607 # Someone might think of using the pre-installed headers on
7608 # Canadian crosses, in case the installed compiler is not fully
7609 # compatible with the compiler being built. In this case, it
7610 # would be better to flag an error than risking having
7611 # incompatible object files being constructed. We can't
7612 # guarantee that an error will be flagged, but let's hope the
7613 # compiler will do it, when presented with incompatible header
7614 # files.
7615 fi
7616 fi
7617
7618 case "${target}-${is_cross_compiler}" in
7619 i[3456789]86-*-linux*-no)
7620 # Here host == target, so we don't need to build gcc,
7621 # so we don't want to discard standard headers.
7622 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
7623 ;;
7624 *)
7625 # If we're building newlib, use its generic headers last, but search
7626 # for any libc-related directories first (so make it the last -B
7627 # switch).
7628 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
7629
7630 # If we're building libgloss, find the startup file, simulator library
7631 # and linker script.
7632 case " $target_configdirs " in
7633 *" libgloss "*)
7634 # Look for startup file, simulator library and maybe linker script.
7635 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
7636 # Look for libnosys.a in case the target needs it.
7637 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
7638 # Most targets have the linker script in the source directory.
7639 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
7640 ;;
7641 esac
7642 ;;
7643 esac
7644 ;;
7645 esac
7646 ;;
7647esac
7648
7649case "$target" in
7650 x86_64-*mingw* | *-w64-mingw*)
7651 # MinGW-w64 does not use newlib, nor does it use winsup. It may,
7652 # however, use a symlink named 'mingw' in ${prefix} .
7653 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L${prefix}/${target}/lib -L${prefix}/mingw/lib -isystem ${prefix}/${target}/include -isystem ${prefix}/mingw/include'
7654 ;;
7655 *-mingw*)
7656 # MinGW can't be handled as Cygwin above since it does not use newlib.
7657 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/mingw -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/mingw/include -isystem $$s/winsup/w32api/include'
7658 ;;
7659esac
7660
7661# Allow the user to override the flags for
7662# our build compiler if desired.
7663if test x"${build}" = x"${host}" ; then
7664 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
7665 CXXFLAGS_FOR_BUILD=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
7666 LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
7667fi
7668
7669# On Canadian crosses, we'll be searching the right directories for
7670# the previously-installed cross compiler, so don't bother to add
7671# flags for directories within the install tree of the compiler
7672# being built; programs in there won't even run.
7673if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
7674 # Search for pre-installed headers if nothing else fits.
7675 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
7676fi
7677
7678if test "x${use_gnu_ld}" = x &&
7679 echo " ${configdirs} " | grep " ld " > /dev/null ; then
7680 # Arrange for us to find uninstalled linker scripts.
7681 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
7682fi
7683
7684# Search for other target-specific linker scripts and such.
7685case "${target}" in
7686 mep*)
7687 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
7688 ;;
7689esac
7690
7691# Makefile fragments.
7692for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
7693do
7694 eval fragval=\$$frag
7695 if test $fragval != /dev/null; then
7696 eval $frag=${srcdir}/$fragval
7697 fi
7698done
7699
7700
7701
7702
7703
7704# Miscellanea: directories, flags, etc.
7705
7706
7707
7708
7709
7710
7711
7712
7713# Build module lists & subconfigure args.
7714
7715
7716
7717# Host module lists & subconfigure args.
7718
7719
7720
7721
7722# Target module lists & subconfigure args.
7723
7724
7725
7726# Build tools.
7727
7728
7729
7730
7731
7732
7733
7734
7735
7736
7737
7738
7739
7740
7741
7742
7743
7744
7745# Generate default definitions for YACC, M4, LEX and other programs that run
7746# on the build machine. These are used if the Makefile can't locate these
7747# programs in objdir.
7748MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
7749
7750for ac_prog in 'bison -y' byacc yacc
7751do
7752 # Extract the first word of "$ac_prog", so it can be a program name with args.
7753set dummy $ac_prog; ac_word=$2
7754{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7755$as_echo_n "checking for $ac_word... " >&6; }
7756if test "${ac_cv_prog_YACC+set}" = set; then :
7757 $as_echo_n "(cached) " >&6
7758else
7759 if test -n "$YACC"; then
7760 ac_cv_prog_YACC="$YACC" # Let the user override the test.
7761else
7762as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7763for as_dir in $PATH
7764do
7765 IFS=$as_save_IFS
7766 test -z "$as_dir" && as_dir=.
7767 for ac_exec_ext in '' $ac_executable_extensions; do
7768 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7769 ac_cv_prog_YACC="$ac_prog"
7770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7771 break 2
7772 fi
7773done
7774 done
7775IFS=$as_save_IFS
7776
7777fi
7778fi
7779YACC=$ac_cv_prog_YACC
7780if test -n "$YACC"; then
7781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
7782$as_echo "$YACC" >&6; }
7783else
7784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7785$as_echo "no" >&6; }
7786fi
7787
7788
7789 test -n "$YACC" && break
7790done
7791test -n "$YACC" || YACC="$MISSING bison -y"
7792
7793case " $build_configdirs " in
7794 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
7795 *" byacc "*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
7796esac
7797
7798for ac_prog in bison
7799do
7800 # Extract the first word of "$ac_prog", so it can be a program name with args.
7801set dummy $ac_prog; ac_word=$2
7802{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7803$as_echo_n "checking for $ac_word... " >&6; }
7804if test "${ac_cv_prog_BISON+set}" = set; then :
7805 $as_echo_n "(cached) " >&6
7806else
7807 if test -n "$BISON"; then
7808 ac_cv_prog_BISON="$BISON" # Let the user override the test.
7809else
7810as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7811for as_dir in $PATH
7812do
7813 IFS=$as_save_IFS
7814 test -z "$as_dir" && as_dir=.
7815 for ac_exec_ext in '' $ac_executable_extensions; do
7816 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7817 ac_cv_prog_BISON="$ac_prog"
7818 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7819 break 2
7820 fi
7821done
7822 done
7823IFS=$as_save_IFS
7824
7825fi
7826fi
7827BISON=$ac_cv_prog_BISON
7828if test -n "$BISON"; then
7829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
7830$as_echo "$BISON" >&6; }
7831else
7832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7833$as_echo "no" >&6; }
7834fi
7835
7836
7837 test -n "$BISON" && break
7838done
7839test -n "$BISON" || BISON="$MISSING bison"
7840
7841case " $build_configdirs " in
7842 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
7843esac
7844
7845for ac_prog in gm4 gnum4 m4
7846do
7847 # Extract the first word of "$ac_prog", so it can be a program name with args.
7848set dummy $ac_prog; ac_word=$2
7849{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7850$as_echo_n "checking for $ac_word... " >&6; }
7851if test "${ac_cv_prog_M4+set}" = set; then :
7852 $as_echo_n "(cached) " >&6
7853else
7854 if test -n "$M4"; then
7855 ac_cv_prog_M4="$M4" # Let the user override the test.
7856else
7857as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7858for as_dir in $PATH
7859do
7860 IFS=$as_save_IFS
7861 test -z "$as_dir" && as_dir=.
7862 for ac_exec_ext in '' $ac_executable_extensions; do
7863 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7864 ac_cv_prog_M4="$ac_prog"
7865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7866 break 2
7867 fi
7868done
7869 done
7870IFS=$as_save_IFS
7871
7872fi
7873fi
7874M4=$ac_cv_prog_M4
7875if test -n "$M4"; then
7876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7877$as_echo "$M4" >&6; }
7878else
7879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7880$as_echo "no" >&6; }
7881fi
7882
7883
7884 test -n "$M4" && break
7885done
7886test -n "$M4" || M4="$MISSING m4"
7887
7888case " $build_configdirs " in
7889 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
7890esac
7891
7892for ac_prog in flex lex
7893do
7894 # Extract the first word of "$ac_prog", so it can be a program name with args.
7895set dummy $ac_prog; ac_word=$2
7896{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7897$as_echo_n "checking for $ac_word... " >&6; }
7898if test "${ac_cv_prog_LEX+set}" = set; then :
7899 $as_echo_n "(cached) " >&6
7900else
7901 if test -n "$LEX"; then
7902 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7903else
7904as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7905for as_dir in $PATH
7906do
7907 IFS=$as_save_IFS
7908 test -z "$as_dir" && as_dir=.
7909 for ac_exec_ext in '' $ac_executable_extensions; do
7910 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7911 ac_cv_prog_LEX="$ac_prog"
7912 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7913 break 2
7914 fi
7915done
7916 done
7917IFS=$as_save_IFS
7918
7919fi
7920fi
7921LEX=$ac_cv_prog_LEX
7922if test -n "$LEX"; then
7923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7924$as_echo "$LEX" >&6; }
7925else
7926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7927$as_echo "no" >&6; }
7928fi
7929
7930
7931 test -n "$LEX" && break
7932done
7933test -n "$LEX" || LEX="$MISSING flex"
7934
7935case " $build_configdirs " in
7936 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7937 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
7938esac
7939
7940for ac_prog in flex
7941do
7942 # Extract the first word of "$ac_prog", so it can be a program name with args.
7943set dummy $ac_prog; ac_word=$2
7944{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7945$as_echo_n "checking for $ac_word... " >&6; }
7946if test "${ac_cv_prog_FLEX+set}" = set; then :
7947 $as_echo_n "(cached) " >&6
7948else
7949 if test -n "$FLEX"; then
7950 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
7951else
7952as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7953for as_dir in $PATH
7954do
7955 IFS=$as_save_IFS
7956 test -z "$as_dir" && as_dir=.
7957 for ac_exec_ext in '' $ac_executable_extensions; do
7958 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7959 ac_cv_prog_FLEX="$ac_prog"
7960 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7961 break 2
7962 fi
7963done
7964 done
7965IFS=$as_save_IFS
7966
7967fi
7968fi
7969FLEX=$ac_cv_prog_FLEX
7970if test -n "$FLEX"; then
7971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
7972$as_echo "$FLEX" >&6; }
7973else
7974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7975$as_echo "no" >&6; }
7976fi
7977
7978
7979 test -n "$FLEX" && break
7980done
7981test -n "$FLEX" || FLEX="$MISSING flex"
7982
7983case " $build_configdirs " in
7984 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
7985esac
7986
7987for ac_prog in makeinfo
7988do
7989 # Extract the first word of "$ac_prog", so it can be a program name with args.
7990set dummy $ac_prog; ac_word=$2
7991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7992$as_echo_n "checking for $ac_word... " >&6; }
7993if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
7994 $as_echo_n "(cached) " >&6
7995else
7996 if test -n "$MAKEINFO"; then
7997 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
7998else
7999as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8000for as_dir in $PATH
8001do
8002 IFS=$as_save_IFS
8003 test -z "$as_dir" && as_dir=.
8004 for ac_exec_ext in '' $ac_executable_extensions; do
8005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8006 ac_cv_prog_MAKEINFO="$ac_prog"
8007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8008 break 2
8009 fi
8010done
8011 done
8012IFS=$as_save_IFS
8013
8014fi
8015fi
8016MAKEINFO=$ac_cv_prog_MAKEINFO
8017if test -n "$MAKEINFO"; then
8018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
8019$as_echo "$MAKEINFO" >&6; }
8020else
8021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8022$as_echo "no" >&6; }
8023fi
8024
8025
8026 test -n "$MAKEINFO" && break
8027done
8028test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
8029
8030case " $build_configdirs " in
8031 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
8032 *)
8033
8034 # For an installed makeinfo, we require it to be from texinfo 4.7 or
8035 # higher, else we use the "missing" dummy.
8036 if ${MAKEINFO} --version \
8037 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
8038 :
8039 else
8040 MAKEINFO="$MISSING makeinfo"
8041 fi
8042 ;;
8043
8044esac
8045
8046# FIXME: expect and dejagnu may become build tools?
8047
8048for ac_prog in expect
8049do
8050 # Extract the first word of "$ac_prog", so it can be a program name with args.
8051set dummy $ac_prog; ac_word=$2
8052{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8053$as_echo_n "checking for $ac_word... " >&6; }
8054if test "${ac_cv_prog_EXPECT+set}" = set; then :
8055 $as_echo_n "(cached) " >&6
8056else
8057 if test -n "$EXPECT"; then
8058 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
8059else
8060as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8061for as_dir in $PATH
8062do
8063 IFS=$as_save_IFS
8064 test -z "$as_dir" && as_dir=.
8065 for ac_exec_ext in '' $ac_executable_extensions; do
8066 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8067 ac_cv_prog_EXPECT="$ac_prog"
8068 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8069 break 2
8070 fi
8071done
8072 done
8073IFS=$as_save_IFS
8074
8075fi
8076fi
8077EXPECT=$ac_cv_prog_EXPECT
8078if test -n "$EXPECT"; then
8079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
8080$as_echo "$EXPECT" >&6; }
8081else
8082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8083$as_echo "no" >&6; }
8084fi
8085
8086
8087 test -n "$EXPECT" && break
8088done
8089test -n "$EXPECT" || EXPECT="expect"
8090
8091case " $configdirs " in
8092 *" expect "*)
8093 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
8094 ;;
8095esac
8096
8097for ac_prog in runtest
8098do
8099 # Extract the first word of "$ac_prog", so it can be a program name with args.
8100set dummy $ac_prog; ac_word=$2
8101{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8102$as_echo_n "checking for $ac_word... " >&6; }
8103if test "${ac_cv_prog_RUNTEST+set}" = set; then :
8104 $as_echo_n "(cached) " >&6
8105else
8106 if test -n "$RUNTEST"; then
8107 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
8108else
8109as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8110for as_dir in $PATH
8111do
8112 IFS=$as_save_IFS
8113 test -z "$as_dir" && as_dir=.
8114 for ac_exec_ext in '' $ac_executable_extensions; do
8115 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8116 ac_cv_prog_RUNTEST="$ac_prog"
8117 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8118 break 2
8119 fi
8120done
8121 done
8122IFS=$as_save_IFS
8123
8124fi
8125fi
8126RUNTEST=$ac_cv_prog_RUNTEST
8127if test -n "$RUNTEST"; then
8128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RUNTEST" >&5
8129$as_echo "$RUNTEST" >&6; }
8130else
8131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8132$as_echo "no" >&6; }
8133fi
8134
8135
8136 test -n "$RUNTEST" && break
8137done
8138test -n "$RUNTEST" || RUNTEST="runtest"
8139
8140case " $configdirs " in
8141 *" dejagnu "*)
8142 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
8143 ;;
8144esac
8145
8146
8147# Host tools.
8148ncn_tool_prefix=
8149test -n "$host_alias" && ncn_tool_prefix=$host_alias-
8150ncn_target_tool_prefix=
8151test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
8152
8153
8154
8155if test -n "$AR"; then
8156 ac_cv_prog_AR=$AR
8157elif test -n "$ac_cv_prog_AR"; then
8158 AR=$ac_cv_prog_AR
8159fi
8160
8161if test -n "$ac_cv_prog_AR"; then
8162 for ncn_progname in ar; do
8163 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8164set dummy ${ncn_progname}; ac_word=$2
8165{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8166$as_echo_n "checking for $ac_word... " >&6; }
8167if test "${ac_cv_prog_AR+set}" = set; then :
8168 $as_echo_n "(cached) " >&6
8169else
8170 if test -n "$AR"; then
8171 ac_cv_prog_AR="$AR" # Let the user override the test.
8172else
8173as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8174for as_dir in $PATH
8175do
8176 IFS=$as_save_IFS
8177 test -z "$as_dir" && as_dir=.
8178 for ac_exec_ext in '' $ac_executable_extensions; do
8179 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8180 ac_cv_prog_AR="${ncn_progname}"
8181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8182 break 2
8183 fi
8184done
8185 done
8186IFS=$as_save_IFS
8187
8188fi
8189fi
8190AR=$ac_cv_prog_AR
8191if test -n "$AR"; then
8192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8193$as_echo "$AR" >&6; }
8194else
8195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8196$as_echo "no" >&6; }
8197fi
8198
8199
8200 done
8201fi
8202
8203for ncn_progname in ar; do
8204 if test -n "$ncn_tool_prefix"; then
8205 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8206set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8207{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8208$as_echo_n "checking for $ac_word... " >&6; }
8209if test "${ac_cv_prog_AR+set}" = set; then :
8210 $as_echo_n "(cached) " >&6
8211else
8212 if test -n "$AR"; then
8213 ac_cv_prog_AR="$AR" # Let the user override the test.
8214else
8215as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8216for as_dir in $PATH
8217do
8218 IFS=$as_save_IFS
8219 test -z "$as_dir" && as_dir=.
8220 for ac_exec_ext in '' $ac_executable_extensions; do
8221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8222 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
8223 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8224 break 2
8225 fi
8226done
8227 done
8228IFS=$as_save_IFS
8229
8230fi
8231fi
8232AR=$ac_cv_prog_AR
8233if test -n "$AR"; then
8234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8235$as_echo "$AR" >&6; }
8236else
8237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8238$as_echo "no" >&6; }
8239fi
8240
8241
8242 fi
8243 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
8244 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8245set dummy ${ncn_progname}; ac_word=$2
8246{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8247$as_echo_n "checking for $ac_word... " >&6; }
8248if test "${ac_cv_prog_AR+set}" = set; then :
8249 $as_echo_n "(cached) " >&6
8250else
8251 if test -n "$AR"; then
8252 ac_cv_prog_AR="$AR" # Let the user override the test.
8253else
8254as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8255for as_dir in $PATH
8256do
8257 IFS=$as_save_IFS
8258 test -z "$as_dir" && as_dir=.
8259 for ac_exec_ext in '' $ac_executable_extensions; do
8260 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8261 ac_cv_prog_AR="${ncn_progname}"
8262 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8263 break 2
8264 fi
8265done
8266 done
8267IFS=$as_save_IFS
8268
8269fi
8270fi
8271AR=$ac_cv_prog_AR
8272if test -n "$AR"; then
8273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8274$as_echo "$AR" >&6; }
8275else
8276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8277$as_echo "no" >&6; }
8278fi
8279
8280
8281 fi
8282 test -n "$ac_cv_prog_AR" && break
8283done
8284
8285if test -z "$ac_cv_prog_AR" ; then
8286 set dummy ar
8287 if test $build = $host ; then
8288 AR="$2"
8289 else
8290 AR="${ncn_tool_prefix}$2"
8291 fi
8292fi
8293
8294
8295
8296if test -n "$AS"; then
8297 ac_cv_prog_AS=$AS
8298elif test -n "$ac_cv_prog_AS"; then
8299 AS=$ac_cv_prog_AS
8300fi
8301
8302if test -n "$ac_cv_prog_AS"; then
8303 for ncn_progname in as; do
8304 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8305set dummy ${ncn_progname}; ac_word=$2
8306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8307$as_echo_n "checking for $ac_word... " >&6; }
8308if test "${ac_cv_prog_AS+set}" = set; then :
8309 $as_echo_n "(cached) " >&6
8310else
8311 if test -n "$AS"; then
8312 ac_cv_prog_AS="$AS" # Let the user override the test.
8313else
8314as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8315for as_dir in $PATH
8316do
8317 IFS=$as_save_IFS
8318 test -z "$as_dir" && as_dir=.
8319 for ac_exec_ext in '' $ac_executable_extensions; do
8320 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8321 ac_cv_prog_AS="${ncn_progname}"
8322 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8323 break 2
8324 fi
8325done
8326 done
8327IFS=$as_save_IFS
8328
8329fi
8330fi
8331AS=$ac_cv_prog_AS
8332if test -n "$AS"; then
8333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8334$as_echo "$AS" >&6; }
8335else
8336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8337$as_echo "no" >&6; }
8338fi
8339
8340
8341 done
8342fi
8343
8344for ncn_progname in as; do
8345 if test -n "$ncn_tool_prefix"; then
8346 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8347set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8348{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8349$as_echo_n "checking for $ac_word... " >&6; }
8350if test "${ac_cv_prog_AS+set}" = set; then :
8351 $as_echo_n "(cached) " >&6
8352else
8353 if test -n "$AS"; then
8354 ac_cv_prog_AS="$AS" # Let the user override the test.
8355else
8356as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8357for as_dir in $PATH
8358do
8359 IFS=$as_save_IFS
8360 test -z "$as_dir" && as_dir=.
8361 for ac_exec_ext in '' $ac_executable_extensions; do
8362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8363 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
8364 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8365 break 2
8366 fi
8367done
8368 done
8369IFS=$as_save_IFS
8370
8371fi
8372fi
8373AS=$ac_cv_prog_AS
8374if test -n "$AS"; then
8375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8376$as_echo "$AS" >&6; }
8377else
8378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8379$as_echo "no" >&6; }
8380fi
8381
8382
8383 fi
8384 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
8385 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8386set dummy ${ncn_progname}; ac_word=$2
8387{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8388$as_echo_n "checking for $ac_word... " >&6; }
8389if test "${ac_cv_prog_AS+set}" = set; then :
8390 $as_echo_n "(cached) " >&6
8391else
8392 if test -n "$AS"; then
8393 ac_cv_prog_AS="$AS" # Let the user override the test.
8394else
8395as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8396for as_dir in $PATH
8397do
8398 IFS=$as_save_IFS
8399 test -z "$as_dir" && as_dir=.
8400 for ac_exec_ext in '' $ac_executable_extensions; do
8401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8402 ac_cv_prog_AS="${ncn_progname}"
8403 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8404 break 2
8405 fi
8406done
8407 done
8408IFS=$as_save_IFS
8409
8410fi
8411fi
8412AS=$ac_cv_prog_AS
8413if test -n "$AS"; then
8414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
8415$as_echo "$AS" >&6; }
8416else
8417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8418$as_echo "no" >&6; }
8419fi
8420
8421
8422 fi
8423 test -n "$ac_cv_prog_AS" && break
8424done
8425
8426if test -z "$ac_cv_prog_AS" ; then
8427 set dummy as
8428 if test $build = $host ; then
8429 AS="$2"
8430 else
8431 AS="${ncn_tool_prefix}$2"
8432 fi
8433fi
8434
8435
8436
8437if test -n "$DLLTOOL"; then
8438 ac_cv_prog_DLLTOOL=$DLLTOOL
8439elif test -n "$ac_cv_prog_DLLTOOL"; then
8440 DLLTOOL=$ac_cv_prog_DLLTOOL
8441fi
8442
8443if test -n "$ac_cv_prog_DLLTOOL"; then
8444 for ncn_progname in dlltool; do
8445 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8446set dummy ${ncn_progname}; ac_word=$2
8447{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8448$as_echo_n "checking for $ac_word... " >&6; }
8449if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8450 $as_echo_n "(cached) " >&6
8451else
8452 if test -n "$DLLTOOL"; then
8453 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8454else
8455as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8456for as_dir in $PATH
8457do
8458 IFS=$as_save_IFS
8459 test -z "$as_dir" && as_dir=.
8460 for ac_exec_ext in '' $ac_executable_extensions; do
8461 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8462 ac_cv_prog_DLLTOOL="${ncn_progname}"
8463 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8464 break 2
8465 fi
8466done
8467 done
8468IFS=$as_save_IFS
8469
8470fi
8471fi
8472DLLTOOL=$ac_cv_prog_DLLTOOL
8473if test -n "$DLLTOOL"; then
8474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8475$as_echo "$DLLTOOL" >&6; }
8476else
8477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8478$as_echo "no" >&6; }
8479fi
8480
8481
8482 done
8483fi
8484
8485for ncn_progname in dlltool; do
8486 if test -n "$ncn_tool_prefix"; then
8487 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8488set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8489{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8490$as_echo_n "checking for $ac_word... " >&6; }
8491if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8492 $as_echo_n "(cached) " >&6
8493else
8494 if test -n "$DLLTOOL"; then
8495 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8496else
8497as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8498for as_dir in $PATH
8499do
8500 IFS=$as_save_IFS
8501 test -z "$as_dir" && as_dir=.
8502 for ac_exec_ext in '' $ac_executable_extensions; do
8503 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8504 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
8505 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8506 break 2
8507 fi
8508done
8509 done
8510IFS=$as_save_IFS
8511
8512fi
8513fi
8514DLLTOOL=$ac_cv_prog_DLLTOOL
8515if test -n "$DLLTOOL"; then
8516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8517$as_echo "$DLLTOOL" >&6; }
8518else
8519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8520$as_echo "no" >&6; }
8521fi
8522
8523
8524 fi
8525 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
8526 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8527set dummy ${ncn_progname}; ac_word=$2
8528{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8529$as_echo_n "checking for $ac_word... " >&6; }
8530if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
8531 $as_echo_n "(cached) " >&6
8532else
8533 if test -n "$DLLTOOL"; then
8534 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8535else
8536as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8537for as_dir in $PATH
8538do
8539 IFS=$as_save_IFS
8540 test -z "$as_dir" && as_dir=.
8541 for ac_exec_ext in '' $ac_executable_extensions; do
8542 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8543 ac_cv_prog_DLLTOOL="${ncn_progname}"
8544 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8545 break 2
8546 fi
8547done
8548 done
8549IFS=$as_save_IFS
8550
8551fi
8552fi
8553DLLTOOL=$ac_cv_prog_DLLTOOL
8554if test -n "$DLLTOOL"; then
8555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
8556$as_echo "$DLLTOOL" >&6; }
8557else
8558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8559$as_echo "no" >&6; }
8560fi
8561
8562
8563 fi
8564 test -n "$ac_cv_prog_DLLTOOL" && break
8565done
8566
8567if test -z "$ac_cv_prog_DLLTOOL" ; then
8568 set dummy dlltool
8569 if test $build = $host ; then
8570 DLLTOOL="$2"
8571 else
8572 DLLTOOL="${ncn_tool_prefix}$2"
8573 fi
8574fi
8575
8576
8577
8578if test -n "$LD"; then
8579 ac_cv_prog_LD=$LD
8580elif test -n "$ac_cv_prog_LD"; then
8581 LD=$ac_cv_prog_LD
8582fi
8583
8584if test -n "$ac_cv_prog_LD"; then
8585 for ncn_progname in ld; do
8586 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8587set dummy ${ncn_progname}; ac_word=$2
8588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8589$as_echo_n "checking for $ac_word... " >&6; }
8590if test "${ac_cv_prog_LD+set}" = set; then :
8591 $as_echo_n "(cached) " >&6
8592else
8593 if test -n "$LD"; then
8594 ac_cv_prog_LD="$LD" # Let the user override the test.
8595else
8596as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8597for as_dir in $PATH
8598do
8599 IFS=$as_save_IFS
8600 test -z "$as_dir" && as_dir=.
8601 for ac_exec_ext in '' $ac_executable_extensions; do
8602 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8603 ac_cv_prog_LD="${ncn_progname}"
8604 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8605 break 2
8606 fi
8607done
8608 done
8609IFS=$as_save_IFS
8610
8611fi
8612fi
8613LD=$ac_cv_prog_LD
8614if test -n "$LD"; then
8615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8616$as_echo "$LD" >&6; }
8617else
8618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8619$as_echo "no" >&6; }
8620fi
8621
8622
8623 done
8624fi
8625
8626for ncn_progname in ld; do
8627 if test -n "$ncn_tool_prefix"; then
8628 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8629set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8630{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8631$as_echo_n "checking for $ac_word... " >&6; }
8632if test "${ac_cv_prog_LD+set}" = set; then :
8633 $as_echo_n "(cached) " >&6
8634else
8635 if test -n "$LD"; then
8636 ac_cv_prog_LD="$LD" # Let the user override the test.
8637else
8638as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8639for as_dir in $PATH
8640do
8641 IFS=$as_save_IFS
8642 test -z "$as_dir" && as_dir=.
8643 for ac_exec_ext in '' $ac_executable_extensions; do
8644 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8645 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
8646 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8647 break 2
8648 fi
8649done
8650 done
8651IFS=$as_save_IFS
8652
8653fi
8654fi
8655LD=$ac_cv_prog_LD
8656if test -n "$LD"; then
8657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8658$as_echo "$LD" >&6; }
8659else
8660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8661$as_echo "no" >&6; }
8662fi
8663
8664
8665 fi
8666 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
8667 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8668set dummy ${ncn_progname}; ac_word=$2
8669{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8670$as_echo_n "checking for $ac_word... " >&6; }
8671if test "${ac_cv_prog_LD+set}" = set; then :
8672 $as_echo_n "(cached) " >&6
8673else
8674 if test -n "$LD"; then
8675 ac_cv_prog_LD="$LD" # Let the user override the test.
8676else
8677as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8678for as_dir in $PATH
8679do
8680 IFS=$as_save_IFS
8681 test -z "$as_dir" && as_dir=.
8682 for ac_exec_ext in '' $ac_executable_extensions; do
8683 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8684 ac_cv_prog_LD="${ncn_progname}"
8685 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8686 break 2
8687 fi
8688done
8689 done
8690IFS=$as_save_IFS
8691
8692fi
8693fi
8694LD=$ac_cv_prog_LD
8695if test -n "$LD"; then
8696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8697$as_echo "$LD" >&6; }
8698else
8699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8700$as_echo "no" >&6; }
8701fi
8702
8703
8704 fi
8705 test -n "$ac_cv_prog_LD" && break
8706done
8707
8708if test -z "$ac_cv_prog_LD" ; then
8709 set dummy ld
8710 if test $build = $host ; then
8711 LD="$2"
8712 else
8713 LD="${ncn_tool_prefix}$2"
8714 fi
8715fi
8716
8717
8718
8719if test -n "$LIPO"; then
8720 ac_cv_prog_LIPO=$LIPO
8721elif test -n "$ac_cv_prog_LIPO"; then
8722 LIPO=$ac_cv_prog_LIPO
8723fi
8724
8725if test -n "$ac_cv_prog_LIPO"; then
8726 for ncn_progname in lipo; do
8727 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8728set dummy ${ncn_progname}; ac_word=$2
8729{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8730$as_echo_n "checking for $ac_word... " >&6; }
8731if test "${ac_cv_prog_LIPO+set}" = set; then :
8732 $as_echo_n "(cached) " >&6
8733else
8734 if test -n "$LIPO"; then
8735 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8736else
8737as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8738for as_dir in $PATH
8739do
8740 IFS=$as_save_IFS
8741 test -z "$as_dir" && as_dir=.
8742 for ac_exec_ext in '' $ac_executable_extensions; do
8743 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8744 ac_cv_prog_LIPO="${ncn_progname}"
8745 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8746 break 2
8747 fi
8748done
8749 done
8750IFS=$as_save_IFS
8751
8752fi
8753fi
8754LIPO=$ac_cv_prog_LIPO
8755if test -n "$LIPO"; then
8756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8757$as_echo "$LIPO" >&6; }
8758else
8759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8760$as_echo "no" >&6; }
8761fi
8762
8763
8764 done
8765fi
8766
8767for ncn_progname in lipo; do
8768 if test -n "$ncn_tool_prefix"; then
8769 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8770set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8771{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8772$as_echo_n "checking for $ac_word... " >&6; }
8773if test "${ac_cv_prog_LIPO+set}" = set; then :
8774 $as_echo_n "(cached) " >&6
8775else
8776 if test -n "$LIPO"; then
8777 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8778else
8779as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8780for as_dir in $PATH
8781do
8782 IFS=$as_save_IFS
8783 test -z "$as_dir" && as_dir=.
8784 for ac_exec_ext in '' $ac_executable_extensions; do
8785 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8786 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
8787 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8788 break 2
8789 fi
8790done
8791 done
8792IFS=$as_save_IFS
8793
8794fi
8795fi
8796LIPO=$ac_cv_prog_LIPO
8797if test -n "$LIPO"; then
8798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8799$as_echo "$LIPO" >&6; }
8800else
8801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8802$as_echo "no" >&6; }
8803fi
8804
8805
8806 fi
8807 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
8808 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8809set dummy ${ncn_progname}; ac_word=$2
8810{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8811$as_echo_n "checking for $ac_word... " >&6; }
8812if test "${ac_cv_prog_LIPO+set}" = set; then :
8813 $as_echo_n "(cached) " >&6
8814else
8815 if test -n "$LIPO"; then
8816 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8817else
8818as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8819for as_dir in $PATH
8820do
8821 IFS=$as_save_IFS
8822 test -z "$as_dir" && as_dir=.
8823 for ac_exec_ext in '' $ac_executable_extensions; do
8824 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8825 ac_cv_prog_LIPO="${ncn_progname}"
8826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8827 break 2
8828 fi
8829done
8830 done
8831IFS=$as_save_IFS
8832
8833fi
8834fi
8835LIPO=$ac_cv_prog_LIPO
8836if test -n "$LIPO"; then
8837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8838$as_echo "$LIPO" >&6; }
8839else
8840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8841$as_echo "no" >&6; }
8842fi
8843
8844
8845 fi
8846 test -n "$ac_cv_prog_LIPO" && break
8847done
8848
8849if test -z "$ac_cv_prog_LIPO" ; then
8850 set dummy lipo
8851 if test $build = $host ; then
8852 LIPO="$2"
8853 else
8854 LIPO="${ncn_tool_prefix}$2"
8855 fi
8856fi
8857
8858
8859
8860if test -n "$NM"; then
8861 ac_cv_prog_NM=$NM
8862elif test -n "$ac_cv_prog_NM"; then
8863 NM=$ac_cv_prog_NM
8864fi
8865
8866if test -n "$ac_cv_prog_NM"; then
8867 for ncn_progname in nm; do
8868 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8869set dummy ${ncn_progname}; ac_word=$2
8870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8871$as_echo_n "checking for $ac_word... " >&6; }
8872if test "${ac_cv_prog_NM+set}" = set; then :
8873 $as_echo_n "(cached) " >&6
8874else
8875 if test -n "$NM"; then
8876 ac_cv_prog_NM="$NM" # Let the user override the test.
8877else
8878as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8879for as_dir in $PATH
8880do
8881 IFS=$as_save_IFS
8882 test -z "$as_dir" && as_dir=.
8883 for ac_exec_ext in '' $ac_executable_extensions; do
8884 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8885 ac_cv_prog_NM="${ncn_progname}"
8886 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8887 break 2
8888 fi
8889done
8890 done
8891IFS=$as_save_IFS
8892
8893fi
8894fi
8895NM=$ac_cv_prog_NM
8896if test -n "$NM"; then
8897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8898$as_echo "$NM" >&6; }
8899else
8900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8901$as_echo "no" >&6; }
8902fi
8903
8904
8905 done
8906fi
8907
8908for ncn_progname in nm; do
8909 if test -n "$ncn_tool_prefix"; then
8910 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8911set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8912{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8913$as_echo_n "checking for $ac_word... " >&6; }
8914if test "${ac_cv_prog_NM+set}" = set; then :
8915 $as_echo_n "(cached) " >&6
8916else
8917 if test -n "$NM"; then
8918 ac_cv_prog_NM="$NM" # Let the user override the test.
8919else
8920as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8921for as_dir in $PATH
8922do
8923 IFS=$as_save_IFS
8924 test -z "$as_dir" && as_dir=.
8925 for ac_exec_ext in '' $ac_executable_extensions; do
8926 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8927 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
8928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8929 break 2
8930 fi
8931done
8932 done
8933IFS=$as_save_IFS
8934
8935fi
8936fi
8937NM=$ac_cv_prog_NM
8938if test -n "$NM"; then
8939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8940$as_echo "$NM" >&6; }
8941else
8942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8943$as_echo "no" >&6; }
8944fi
8945
8946
8947 fi
8948 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
8949 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8950set dummy ${ncn_progname}; ac_word=$2
8951{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8952$as_echo_n "checking for $ac_word... " >&6; }
8953if test "${ac_cv_prog_NM+set}" = set; then :
8954 $as_echo_n "(cached) " >&6
8955else
8956 if test -n "$NM"; then
8957 ac_cv_prog_NM="$NM" # Let the user override the test.
8958else
8959as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8960for as_dir in $PATH
8961do
8962 IFS=$as_save_IFS
8963 test -z "$as_dir" && as_dir=.
8964 for ac_exec_ext in '' $ac_executable_extensions; do
8965 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8966 ac_cv_prog_NM="${ncn_progname}"
8967 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8968 break 2
8969 fi
8970done
8971 done
8972IFS=$as_save_IFS
8973
8974fi
8975fi
8976NM=$ac_cv_prog_NM
8977if test -n "$NM"; then
8978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
8979$as_echo "$NM" >&6; }
8980else
8981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8982$as_echo "no" >&6; }
8983fi
8984
8985
8986 fi
8987 test -n "$ac_cv_prog_NM" && break
8988done
8989
8990if test -z "$ac_cv_prog_NM" ; then
8991 set dummy nm
8992 if test $build = $host ; then
8993 NM="$2"
8994 else
8995 NM="${ncn_tool_prefix}$2"
8996 fi
8997fi
8998
8999
9000
9001if test -n "$RANLIB"; then
9002 ac_cv_prog_RANLIB=$RANLIB
9003elif test -n "$ac_cv_prog_RANLIB"; then
9004 RANLIB=$ac_cv_prog_RANLIB
9005fi
9006
9007if test -n "$ac_cv_prog_RANLIB"; then
9008 for ncn_progname in ranlib; do
9009 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9010set dummy ${ncn_progname}; ac_word=$2
9011{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9012$as_echo_n "checking for $ac_word... " >&6; }
9013if test "${ac_cv_prog_RANLIB+set}" = set; then :
9014 $as_echo_n "(cached) " >&6
9015else
9016 if test -n "$RANLIB"; then
9017 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9018else
9019as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9020for as_dir in $PATH
9021do
9022 IFS=$as_save_IFS
9023 test -z "$as_dir" && as_dir=.
9024 for ac_exec_ext in '' $ac_executable_extensions; do
9025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9026 ac_cv_prog_RANLIB="${ncn_progname}"
9027 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9028 break 2
9029 fi
9030done
9031 done
9032IFS=$as_save_IFS
9033
9034fi
9035fi
9036RANLIB=$ac_cv_prog_RANLIB
9037if test -n "$RANLIB"; then
9038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9039$as_echo "$RANLIB" >&6; }
9040else
9041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9042$as_echo "no" >&6; }
9043fi
9044
9045
9046 done
9047fi
9048
9049for ncn_progname in ranlib; do
9050 if test -n "$ncn_tool_prefix"; then
9051 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9052set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9053{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9054$as_echo_n "checking for $ac_word... " >&6; }
9055if test "${ac_cv_prog_RANLIB+set}" = set; then :
9056 $as_echo_n "(cached) " >&6
9057else
9058 if test -n "$RANLIB"; then
9059 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9060else
9061as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9062for as_dir in $PATH
9063do
9064 IFS=$as_save_IFS
9065 test -z "$as_dir" && as_dir=.
9066 for ac_exec_ext in '' $ac_executable_extensions; do
9067 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9068 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
9069 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9070 break 2
9071 fi
9072done
9073 done
9074IFS=$as_save_IFS
9075
9076fi
9077fi
9078RANLIB=$ac_cv_prog_RANLIB
9079if test -n "$RANLIB"; then
9080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9081$as_echo "$RANLIB" >&6; }
9082else
9083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9084$as_echo "no" >&6; }
9085fi
9086
9087
9088 fi
9089 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
9090 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9091set dummy ${ncn_progname}; ac_word=$2
9092{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9093$as_echo_n "checking for $ac_word... " >&6; }
9094if test "${ac_cv_prog_RANLIB+set}" = set; then :
9095 $as_echo_n "(cached) " >&6
9096else
9097 if test -n "$RANLIB"; then
9098 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9099else
9100as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9101for as_dir in $PATH
9102do
9103 IFS=$as_save_IFS
9104 test -z "$as_dir" && as_dir=.
9105 for ac_exec_ext in '' $ac_executable_extensions; do
9106 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9107 ac_cv_prog_RANLIB="${ncn_progname}"
9108 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9109 break 2
9110 fi
9111done
9112 done
9113IFS=$as_save_IFS
9114
9115fi
9116fi
9117RANLIB=$ac_cv_prog_RANLIB
9118if test -n "$RANLIB"; then
9119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9120$as_echo "$RANLIB" >&6; }
9121else
9122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9123$as_echo "no" >&6; }
9124fi
9125
9126
9127 fi
9128 test -n "$ac_cv_prog_RANLIB" && break
9129done
9130
9131if test -z "$ac_cv_prog_RANLIB" ; then
9132 RANLIB="true"
9133fi
9134
9135
9136
9137if test -n "$STRIP"; then
9138 ac_cv_prog_STRIP=$STRIP
9139elif test -n "$ac_cv_prog_STRIP"; then
9140 STRIP=$ac_cv_prog_STRIP
9141fi
9142
9143if test -n "$ac_cv_prog_STRIP"; then
9144 for ncn_progname in strip; do
9145 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9146set dummy ${ncn_progname}; ac_word=$2
9147{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9148$as_echo_n "checking for $ac_word... " >&6; }
9149if test "${ac_cv_prog_STRIP+set}" = set; then :
9150 $as_echo_n "(cached) " >&6
9151else
9152 if test -n "$STRIP"; then
9153 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9154else
9155as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9156for as_dir in $PATH
9157do
9158 IFS=$as_save_IFS
9159 test -z "$as_dir" && as_dir=.
9160 for ac_exec_ext in '' $ac_executable_extensions; do
9161 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9162 ac_cv_prog_STRIP="${ncn_progname}"
9163 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9164 break 2
9165 fi
9166done
9167 done
9168IFS=$as_save_IFS
9169
9170fi
9171fi
9172STRIP=$ac_cv_prog_STRIP
9173if test -n "$STRIP"; then
9174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9175$as_echo "$STRIP" >&6; }
9176else
9177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9178$as_echo "no" >&6; }
9179fi
9180
9181
9182 done
9183fi
9184
9185for ncn_progname in strip; do
9186 if test -n "$ncn_tool_prefix"; then
9187 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9188set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9189{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9190$as_echo_n "checking for $ac_word... " >&6; }
9191if test "${ac_cv_prog_STRIP+set}" = set; then :
9192 $as_echo_n "(cached) " >&6
9193else
9194 if test -n "$STRIP"; then
9195 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9196else
9197as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9198for as_dir in $PATH
9199do
9200 IFS=$as_save_IFS
9201 test -z "$as_dir" && as_dir=.
9202 for ac_exec_ext in '' $ac_executable_extensions; do
9203 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9204 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
9205 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9206 break 2
9207 fi
9208done
9209 done
9210IFS=$as_save_IFS
9211
9212fi
9213fi
9214STRIP=$ac_cv_prog_STRIP
9215if test -n "$STRIP"; then
9216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9217$as_echo "$STRIP" >&6; }
9218else
9219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9220$as_echo "no" >&6; }
9221fi
9222
9223
9224 fi
9225 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
9226 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9227set dummy ${ncn_progname}; ac_word=$2
9228{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9229$as_echo_n "checking for $ac_word... " >&6; }
9230if test "${ac_cv_prog_STRIP+set}" = set; then :
9231 $as_echo_n "(cached) " >&6
9232else
9233 if test -n "$STRIP"; then
9234 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9235else
9236as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9237for as_dir in $PATH
9238do
9239 IFS=$as_save_IFS
9240 test -z "$as_dir" && as_dir=.
9241 for ac_exec_ext in '' $ac_executable_extensions; do
9242 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9243 ac_cv_prog_STRIP="${ncn_progname}"
9244 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9245 break 2
9246 fi
9247done
9248 done
9249IFS=$as_save_IFS
9250
9251fi
9252fi
9253STRIP=$ac_cv_prog_STRIP
9254if test -n "$STRIP"; then
9255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9256$as_echo "$STRIP" >&6; }
9257else
9258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9259$as_echo "no" >&6; }
9260fi
9261
9262
9263 fi
9264 test -n "$ac_cv_prog_STRIP" && break
9265done
9266
9267if test -z "$ac_cv_prog_STRIP" ; then
9268 STRIP="true"
9269fi
9270
9271
9272
9273if test -n "$WINDRES"; then
9274 ac_cv_prog_WINDRES=$WINDRES
9275elif test -n "$ac_cv_prog_WINDRES"; then
9276 WINDRES=$ac_cv_prog_WINDRES
9277fi
9278
9279if test -n "$ac_cv_prog_WINDRES"; then
9280 for ncn_progname in windres; do
9281 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9282set dummy ${ncn_progname}; ac_word=$2
9283{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9284$as_echo_n "checking for $ac_word... " >&6; }
9285if test "${ac_cv_prog_WINDRES+set}" = set; then :
9286 $as_echo_n "(cached) " >&6
9287else
9288 if test -n "$WINDRES"; then
9289 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9290else
9291as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9292for as_dir in $PATH
9293do
9294 IFS=$as_save_IFS
9295 test -z "$as_dir" && as_dir=.
9296 for ac_exec_ext in '' $ac_executable_extensions; do
9297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9298 ac_cv_prog_WINDRES="${ncn_progname}"
9299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9300 break 2
9301 fi
9302done
9303 done
9304IFS=$as_save_IFS
9305
9306fi
9307fi
9308WINDRES=$ac_cv_prog_WINDRES
9309if test -n "$WINDRES"; then
9310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9311$as_echo "$WINDRES" >&6; }
9312else
9313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9314$as_echo "no" >&6; }
9315fi
9316
9317
9318 done
9319fi
9320
9321for ncn_progname in windres; do
9322 if test -n "$ncn_tool_prefix"; then
9323 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9324set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9325{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9326$as_echo_n "checking for $ac_word... " >&6; }
9327if test "${ac_cv_prog_WINDRES+set}" = set; then :
9328 $as_echo_n "(cached) " >&6
9329else
9330 if test -n "$WINDRES"; then
9331 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9332else
9333as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9334for as_dir in $PATH
9335do
9336 IFS=$as_save_IFS
9337 test -z "$as_dir" && as_dir=.
9338 for ac_exec_ext in '' $ac_executable_extensions; do
9339 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9340 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
9341 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9342 break 2
9343 fi
9344done
9345 done
9346IFS=$as_save_IFS
9347
9348fi
9349fi
9350WINDRES=$ac_cv_prog_WINDRES
9351if test -n "$WINDRES"; then
9352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9353$as_echo "$WINDRES" >&6; }
9354else
9355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9356$as_echo "no" >&6; }
9357fi
9358
9359
9360 fi
9361 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
9362 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9363set dummy ${ncn_progname}; ac_word=$2
9364{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9365$as_echo_n "checking for $ac_word... " >&6; }
9366if test "${ac_cv_prog_WINDRES+set}" = set; then :
9367 $as_echo_n "(cached) " >&6
9368else
9369 if test -n "$WINDRES"; then
9370 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
9371else
9372as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9373for as_dir in $PATH
9374do
9375 IFS=$as_save_IFS
9376 test -z "$as_dir" && as_dir=.
9377 for ac_exec_ext in '' $ac_executable_extensions; do
9378 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9379 ac_cv_prog_WINDRES="${ncn_progname}"
9380 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9381 break 2
9382 fi
9383done
9384 done
9385IFS=$as_save_IFS
9386
9387fi
9388fi
9389WINDRES=$ac_cv_prog_WINDRES
9390if test -n "$WINDRES"; then
9391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
9392$as_echo "$WINDRES" >&6; }
9393else
9394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9395$as_echo "no" >&6; }
9396fi
9397
9398
9399 fi
9400 test -n "$ac_cv_prog_WINDRES" && break
9401done
9402
9403if test -z "$ac_cv_prog_WINDRES" ; then
9404 set dummy windres
9405 if test $build = $host ; then
9406 WINDRES="$2"
9407 else
9408 WINDRES="${ncn_tool_prefix}$2"
9409 fi
9410fi
9411
9412
9413
9414if test -n "$WINDMC"; then
9415 ac_cv_prog_WINDMC=$WINDMC
9416elif test -n "$ac_cv_prog_WINDMC"; then
9417 WINDMC=$ac_cv_prog_WINDMC
9418fi
9419
9420if test -n "$ac_cv_prog_WINDMC"; then
9421 for ncn_progname in windmc; do
9422 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9423set dummy ${ncn_progname}; ac_word=$2
9424{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9425$as_echo_n "checking for $ac_word... " >&6; }
9426if test "${ac_cv_prog_WINDMC+set}" = set; then :
9427 $as_echo_n "(cached) " >&6
9428else
9429 if test -n "$WINDMC"; then
9430 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9431else
9432as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9433for as_dir in $PATH
9434do
9435 IFS=$as_save_IFS
9436 test -z "$as_dir" && as_dir=.
9437 for ac_exec_ext in '' $ac_executable_extensions; do
9438 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9439 ac_cv_prog_WINDMC="${ncn_progname}"
9440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9441 break 2
9442 fi
9443done
9444 done
9445IFS=$as_save_IFS
9446
9447fi
9448fi
9449WINDMC=$ac_cv_prog_WINDMC
9450if test -n "$WINDMC"; then
9451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9452$as_echo "$WINDMC" >&6; }
9453else
9454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9455$as_echo "no" >&6; }
9456fi
9457
9458
9459 done
9460fi
9461
9462for ncn_progname in windmc; do
9463 if test -n "$ncn_tool_prefix"; then
9464 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9465set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9467$as_echo_n "checking for $ac_word... " >&6; }
9468if test "${ac_cv_prog_WINDMC+set}" = set; then :
9469 $as_echo_n "(cached) " >&6
9470else
9471 if test -n "$WINDMC"; then
9472 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9473else
9474as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9475for as_dir in $PATH
9476do
9477 IFS=$as_save_IFS
9478 test -z "$as_dir" && as_dir=.
9479 for ac_exec_ext in '' $ac_executable_extensions; do
9480 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9481 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
9482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9483 break 2
9484 fi
9485done
9486 done
9487IFS=$as_save_IFS
9488
9489fi
9490fi
9491WINDMC=$ac_cv_prog_WINDMC
9492if test -n "$WINDMC"; then
9493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9494$as_echo "$WINDMC" >&6; }
9495else
9496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9497$as_echo "no" >&6; }
9498fi
9499
9500
9501 fi
9502 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
9503 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9504set dummy ${ncn_progname}; ac_word=$2
9505{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9506$as_echo_n "checking for $ac_word... " >&6; }
9507if test "${ac_cv_prog_WINDMC+set}" = set; then :
9508 $as_echo_n "(cached) " >&6
9509else
9510 if test -n "$WINDMC"; then
9511 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
9512else
9513as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9514for as_dir in $PATH
9515do
9516 IFS=$as_save_IFS
9517 test -z "$as_dir" && as_dir=.
9518 for ac_exec_ext in '' $ac_executable_extensions; do
9519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9520 ac_cv_prog_WINDMC="${ncn_progname}"
9521 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9522 break 2
9523 fi
9524done
9525 done
9526IFS=$as_save_IFS
9527
9528fi
9529fi
9530WINDMC=$ac_cv_prog_WINDMC
9531if test -n "$WINDMC"; then
9532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC" >&5
9533$as_echo "$WINDMC" >&6; }
9534else
9535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9536$as_echo "no" >&6; }
9537fi
9538
9539
9540 fi
9541 test -n "$ac_cv_prog_WINDMC" && break
9542done
9543
9544if test -z "$ac_cv_prog_WINDMC" ; then
9545 set dummy windmc
9546 if test $build = $host ; then
9547 WINDMC="$2"
9548 else
9549 WINDMC="${ncn_tool_prefix}$2"
9550 fi
9551fi
9552
9553
9554
9555if test -n "$OBJCOPY"; then
9556 ac_cv_prog_OBJCOPY=$OBJCOPY
9557elif test -n "$ac_cv_prog_OBJCOPY"; then
9558 OBJCOPY=$ac_cv_prog_OBJCOPY
9559fi
9560
9561if test -n "$ac_cv_prog_OBJCOPY"; then
9562 for ncn_progname in objcopy; do
9563 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9564set dummy ${ncn_progname}; ac_word=$2
9565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9566$as_echo_n "checking for $ac_word... " >&6; }
9567if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9568 $as_echo_n "(cached) " >&6
9569else
9570 if test -n "$OBJCOPY"; then
9571 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9572else
9573as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9574for as_dir in $PATH
9575do
9576 IFS=$as_save_IFS
9577 test -z "$as_dir" && as_dir=.
9578 for ac_exec_ext in '' $ac_executable_extensions; do
9579 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9580 ac_cv_prog_OBJCOPY="${ncn_progname}"
9581 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9582 break 2
9583 fi
9584done
9585 done
9586IFS=$as_save_IFS
9587
9588fi
9589fi
9590OBJCOPY=$ac_cv_prog_OBJCOPY
9591if test -n "$OBJCOPY"; then
9592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9593$as_echo "$OBJCOPY" >&6; }
9594else
9595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9596$as_echo "no" >&6; }
9597fi
9598
9599
9600 done
9601fi
9602
9603for ncn_progname in objcopy; do
9604 if test -n "$ncn_tool_prefix"; then
9605 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9606set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9607{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9608$as_echo_n "checking for $ac_word... " >&6; }
9609if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9610 $as_echo_n "(cached) " >&6
9611else
9612 if test -n "$OBJCOPY"; then
9613 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9614else
9615as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9616for as_dir in $PATH
9617do
9618 IFS=$as_save_IFS
9619 test -z "$as_dir" && as_dir=.
9620 for ac_exec_ext in '' $ac_executable_extensions; do
9621 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9622 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
9623 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9624 break 2
9625 fi
9626done
9627 done
9628IFS=$as_save_IFS
9629
9630fi
9631fi
9632OBJCOPY=$ac_cv_prog_OBJCOPY
9633if test -n "$OBJCOPY"; then
9634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9635$as_echo "$OBJCOPY" >&6; }
9636else
9637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9638$as_echo "no" >&6; }
9639fi
9640
9641
9642 fi
9643 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
9644 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9645set dummy ${ncn_progname}; ac_word=$2
9646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9647$as_echo_n "checking for $ac_word... " >&6; }
9648if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
9649 $as_echo_n "(cached) " >&6
9650else
9651 if test -n "$OBJCOPY"; then
9652 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
9653else
9654as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9655for as_dir in $PATH
9656do
9657 IFS=$as_save_IFS
9658 test -z "$as_dir" && as_dir=.
9659 for ac_exec_ext in '' $ac_executable_extensions; do
9660 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9661 ac_cv_prog_OBJCOPY="${ncn_progname}"
9662 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9663 break 2
9664 fi
9665done
9666 done
9667IFS=$as_save_IFS
9668
9669fi
9670fi
9671OBJCOPY=$ac_cv_prog_OBJCOPY
9672if test -n "$OBJCOPY"; then
9673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
9674$as_echo "$OBJCOPY" >&6; }
9675else
9676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9677$as_echo "no" >&6; }
9678fi
9679
9680
9681 fi
9682 test -n "$ac_cv_prog_OBJCOPY" && break
9683done
9684
9685if test -z "$ac_cv_prog_OBJCOPY" ; then
9686 set dummy objcopy
9687 if test $build = $host ; then
9688 OBJCOPY="$2"
9689 else
9690 OBJCOPY="${ncn_tool_prefix}$2"
9691 fi
9692fi
9693
9694
9695
9696if test -n "$OBJDUMP"; then
9697 ac_cv_prog_OBJDUMP=$OBJDUMP
9698elif test -n "$ac_cv_prog_OBJDUMP"; then
9699 OBJDUMP=$ac_cv_prog_OBJDUMP
9700fi
9701
9702if test -n "$ac_cv_prog_OBJDUMP"; then
9703 for ncn_progname in objdump; do
9704 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9705set dummy ${ncn_progname}; ac_word=$2
9706{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9707$as_echo_n "checking for $ac_word... " >&6; }
9708if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9709 $as_echo_n "(cached) " >&6
9710else
9711 if test -n "$OBJDUMP"; then
9712 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9713else
9714as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9715for as_dir in $PATH
9716do
9717 IFS=$as_save_IFS
9718 test -z "$as_dir" && as_dir=.
9719 for ac_exec_ext in '' $ac_executable_extensions; do
9720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9721 ac_cv_prog_OBJDUMP="${ncn_progname}"
9722 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9723 break 2
9724 fi
9725done
9726 done
9727IFS=$as_save_IFS
9728
9729fi
9730fi
9731OBJDUMP=$ac_cv_prog_OBJDUMP
9732if test -n "$OBJDUMP"; then
9733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9734$as_echo "$OBJDUMP" >&6; }
9735else
9736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9737$as_echo "no" >&6; }
9738fi
9739
9740
9741 done
9742fi
9743
9744for ncn_progname in objdump; do
9745 if test -n "$ncn_tool_prefix"; then
9746 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
9747set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
9748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9749$as_echo_n "checking for $ac_word... " >&6; }
9750if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9751 $as_echo_n "(cached) " >&6
9752else
9753 if test -n "$OBJDUMP"; then
9754 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9755else
9756as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9757for as_dir in $PATH
9758do
9759 IFS=$as_save_IFS
9760 test -z "$as_dir" && as_dir=.
9761 for ac_exec_ext in '' $ac_executable_extensions; do
9762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9763 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
9764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9765 break 2
9766 fi
9767done
9768 done
9769IFS=$as_save_IFS
9770
9771fi
9772fi
9773OBJDUMP=$ac_cv_prog_OBJDUMP
9774if test -n "$OBJDUMP"; then
9775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9776$as_echo "$OBJDUMP" >&6; }
9777else
9778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9779$as_echo "no" >&6; }
9780fi
9781
9782
9783 fi
9784 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
9785 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9786set dummy ${ncn_progname}; ac_word=$2
9787{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9788$as_echo_n "checking for $ac_word... " >&6; }
9789if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
9790 $as_echo_n "(cached) " >&6
9791else
9792 if test -n "$OBJDUMP"; then
9793 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
9794else
9795as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9796for as_dir in $PATH
9797do
9798 IFS=$as_save_IFS
9799 test -z "$as_dir" && as_dir=.
9800 for ac_exec_ext in '' $ac_executable_extensions; do
9801 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9802 ac_cv_prog_OBJDUMP="${ncn_progname}"
9803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9804 break 2
9805 fi
9806done
9807 done
9808IFS=$as_save_IFS
9809
9810fi
9811fi
9812OBJDUMP=$ac_cv_prog_OBJDUMP
9813if test -n "$OBJDUMP"; then
9814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
9815$as_echo "$OBJDUMP" >&6; }
9816else
9817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9818$as_echo "no" >&6; }
9819fi
9820
9821
9822 fi
9823 test -n "$ac_cv_prog_OBJDUMP" && break
9824done
9825
9826if test -z "$ac_cv_prog_OBJDUMP" ; then
9827 set dummy objdump
9828 if test $build = $host ; then
9829 OBJDUMP="$2"
9830 else
9831 OBJDUMP="${ncn_tool_prefix}$2"
9832 fi
9833fi
9834
9835
9836
9837
9838
9839
9840# Target tools.
9841
9842# Check whether --with-build-time-tools was given.
9843if test "${with_build_time_tools+set}" = set; then :
9844 withval=$with_build_time_tools; case x"$withval" in
9845 x/*) ;;
9846 *)
9847 with_build_time_tools=
9848 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
9849$as_echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
9850 ;;
9851 esac
9852else
9853 with_build_time_tools=
9854fi
9855
9856
9857
9858
9859if test -n "$CC_FOR_TARGET"; then
9860 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
9861elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9862 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9863fi
9864
9865if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
9866 for ncn_progname in cc gcc; do
9867 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9868set dummy ${ncn_progname}; ac_word=$2
9869{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9870$as_echo_n "checking for $ac_word... " >&6; }
9871if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9872 $as_echo_n "(cached) " >&6
9873else
9874 if test -n "$CC_FOR_TARGET"; then
9875 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9876else
9877as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9878for as_dir in $PATH
9879do
9880 IFS=$as_save_IFS
9881 test -z "$as_dir" && as_dir=.
9882 for ac_exec_ext in '' $ac_executable_extensions; do
9883 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9884 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9885 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9886 break 2
9887 fi
9888done
9889 done
9890IFS=$as_save_IFS
9891
9892fi
9893fi
9894CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9895if test -n "$CC_FOR_TARGET"; then
9896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9897$as_echo "$CC_FOR_TARGET" >&6; }
9898else
9899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9900$as_echo "no" >&6; }
9901fi
9902
9903
9904 done
9905fi
9906
9907if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
9908 for ncn_progname in cc gcc; do
9909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
9910$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
9911 if test -x $with_build_time_tools/${ncn_progname}; then
9912 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9914$as_echo "yes" >&6; }
9915 break
9916 else
9917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9918$as_echo "no" >&6; }
9919 fi
9920 done
9921fi
9922
9923if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
9924 for ncn_progname in cc gcc; do
9925 if test -n "$ncn_target_tool_prefix"; then
9926 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9927set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9928{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9929$as_echo_n "checking for $ac_word... " >&6; }
9930if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9931 $as_echo_n "(cached) " >&6
9932else
9933 if test -n "$CC_FOR_TARGET"; then
9934 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9935else
9936as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9937for as_dir in $PATH
9938do
9939 IFS=$as_save_IFS
9940 test -z "$as_dir" && as_dir=.
9941 for ac_exec_ext in '' $ac_executable_extensions; do
9942 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9943 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9944 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9945 break 2
9946 fi
9947done
9948 done
9949IFS=$as_save_IFS
9950
9951fi
9952fi
9953CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9954if test -n "$CC_FOR_TARGET"; then
9955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9956$as_echo "$CC_FOR_TARGET" >&6; }
9957else
9958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9959$as_echo "no" >&6; }
9960fi
9961
9962
9963 fi
9964 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
9965 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9966set dummy ${ncn_progname}; ac_word=$2
9967{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9968$as_echo_n "checking for $ac_word... " >&6; }
9969if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then :
9970 $as_echo_n "(cached) " >&6
9971else
9972 if test -n "$CC_FOR_TARGET"; then
9973 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
9974else
9975as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9976for as_dir in $PATH
9977do
9978 IFS=$as_save_IFS
9979 test -z "$as_dir" && as_dir=.
9980 for ac_exec_ext in '' $ac_executable_extensions; do
9981 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9982 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
9983 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9984 break 2
9985 fi
9986done
9987 done
9988IFS=$as_save_IFS
9989
9990fi
9991fi
9992CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
9993if test -n "$CC_FOR_TARGET"; then
9994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_TARGET" >&5
9995$as_echo "$CC_FOR_TARGET" >&6; }
9996else
9997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9998$as_echo "no" >&6; }
9999fi
10000
10001
10002 fi
10003 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
10004 done
10005fi
10006
10007if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
10008 set dummy cc gcc
10009 if test $build = $target ; then
10010 CC_FOR_TARGET="$2"
10011 else
10012 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10013 fi
10014else
10015 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
10016fi
10017
10018
10019
10020if test -n "$CXX_FOR_TARGET"; then
10021 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
10022elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10023 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10024fi
10025
10026if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
10027 for ncn_progname in c++ g++ cxx gxx; do
10028 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10029set dummy ${ncn_progname}; ac_word=$2
10030{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10031$as_echo_n "checking for $ac_word... " >&6; }
10032if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10033 $as_echo_n "(cached) " >&6
10034else
10035 if test -n "$CXX_FOR_TARGET"; then
10036 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10037else
10038as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10039for as_dir in $PATH
10040do
10041 IFS=$as_save_IFS
10042 test -z "$as_dir" && as_dir=.
10043 for ac_exec_ext in '' $ac_executable_extensions; do
10044 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10045 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10047 break 2
10048 fi
10049done
10050 done
10051IFS=$as_save_IFS
10052
10053fi
10054fi
10055CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10056if test -n "$CXX_FOR_TARGET"; then
10057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10058$as_echo "$CXX_FOR_TARGET" >&6; }
10059else
10060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10061$as_echo "no" >&6; }
10062fi
10063
10064
10065 done
10066fi
10067
10068if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
10069 for ncn_progname in c++ g++ cxx gxx; do
10070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10071$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10072 if test -x $with_build_time_tools/${ncn_progname}; then
10073 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10075$as_echo "yes" >&6; }
10076 break
10077 else
10078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10079$as_echo "no" >&6; }
10080 fi
10081 done
10082fi
10083
10084if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
10085 for ncn_progname in c++ g++ cxx gxx; do
10086 if test -n "$ncn_target_tool_prefix"; then
10087 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10088set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10090$as_echo_n "checking for $ac_word... " >&6; }
10091if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10092 $as_echo_n "(cached) " >&6
10093else
10094 if test -n "$CXX_FOR_TARGET"; then
10095 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10096else
10097as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10098for as_dir in $PATH
10099do
10100 IFS=$as_save_IFS
10101 test -z "$as_dir" && as_dir=.
10102 for ac_exec_ext in '' $ac_executable_extensions; do
10103 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10104 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10106 break 2
10107 fi
10108done
10109 done
10110IFS=$as_save_IFS
10111
10112fi
10113fi
10114CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10115if test -n "$CXX_FOR_TARGET"; then
10116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10117$as_echo "$CXX_FOR_TARGET" >&6; }
10118else
10119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10120$as_echo "no" >&6; }
10121fi
10122
10123
10124 fi
10125 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
10126 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10127set dummy ${ncn_progname}; ac_word=$2
10128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10129$as_echo_n "checking for $ac_word... " >&6; }
10130if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then :
10131 $as_echo_n "(cached) " >&6
10132else
10133 if test -n "$CXX_FOR_TARGET"; then
10134 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
10135else
10136as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10137for as_dir in $PATH
10138do
10139 IFS=$as_save_IFS
10140 test -z "$as_dir" && as_dir=.
10141 for ac_exec_ext in '' $ac_executable_extensions; do
10142 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10143 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
10144 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10145 break 2
10146 fi
10147done
10148 done
10149IFS=$as_save_IFS
10150
10151fi
10152fi
10153CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
10154if test -n "$CXX_FOR_TARGET"; then
10155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX_FOR_TARGET" >&5
10156$as_echo "$CXX_FOR_TARGET" >&6; }
10157else
10158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10159$as_echo "no" >&6; }
10160fi
10161
10162
10163 fi
10164 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
10165 done
10166fi
10167
10168if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
10169 set dummy c++ g++ cxx gxx
10170 if test $build = $target ; then
10171 CXX_FOR_TARGET="$2"
10172 else
10173 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
10174 fi
10175else
10176 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
10177fi
10178
10179
10180
10181if test -n "$GCC_FOR_TARGET"; then
10182 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
10183elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10184 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10185fi
10186
10187if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
10188 for ncn_progname in gcc; do
10189 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10190set dummy ${ncn_progname}; ac_word=$2
10191{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10192$as_echo_n "checking for $ac_word... " >&6; }
10193if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10194 $as_echo_n "(cached) " >&6
10195else
10196 if test -n "$GCC_FOR_TARGET"; then
10197 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10198else
10199as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10200for as_dir in $PATH
10201do
10202 IFS=$as_save_IFS
10203 test -z "$as_dir" && as_dir=.
10204 for ac_exec_ext in '' $ac_executable_extensions; do
10205 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10206 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10207 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10208 break 2
10209 fi
10210done
10211 done
10212IFS=$as_save_IFS
10213
10214fi
10215fi
10216GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10217if test -n "$GCC_FOR_TARGET"; then
10218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10219$as_echo "$GCC_FOR_TARGET" >&6; }
10220else
10221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10222$as_echo "no" >&6; }
10223fi
10224
10225
10226 done
10227fi
10228
10229if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10230 for ncn_progname in gcc; do
10231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10232$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10233 if test -x $with_build_time_tools/${ncn_progname}; then
10234 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10236$as_echo "yes" >&6; }
10237 break
10238 else
10239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10240$as_echo "no" >&6; }
10241 fi
10242 done
10243fi
10244
10245if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
10246 for ncn_progname in gcc; do
10247 if test -n "$ncn_target_tool_prefix"; then
10248 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10249set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10250{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10251$as_echo_n "checking for $ac_word... " >&6; }
10252if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10253 $as_echo_n "(cached) " >&6
10254else
10255 if test -n "$GCC_FOR_TARGET"; then
10256 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10257else
10258as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10259for as_dir in $PATH
10260do
10261 IFS=$as_save_IFS
10262 test -z "$as_dir" && as_dir=.
10263 for ac_exec_ext in '' $ac_executable_extensions; do
10264 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10265 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10266 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10267 break 2
10268 fi
10269done
10270 done
10271IFS=$as_save_IFS
10272
10273fi
10274fi
10275GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10276if test -n "$GCC_FOR_TARGET"; then
10277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10278$as_echo "$GCC_FOR_TARGET" >&6; }
10279else
10280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10281$as_echo "no" >&6; }
10282fi
10283
10284
10285 fi
10286 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
10287 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10288set dummy ${ncn_progname}; ac_word=$2
10289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10290$as_echo_n "checking for $ac_word... " >&6; }
10291if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then :
10292 $as_echo_n "(cached) " >&6
10293else
10294 if test -n "$GCC_FOR_TARGET"; then
10295 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
10296else
10297as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10298for as_dir in $PATH
10299do
10300 IFS=$as_save_IFS
10301 test -z "$as_dir" && as_dir=.
10302 for ac_exec_ext in '' $ac_executable_extensions; do
10303 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10304 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
10305 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10306 break 2
10307 fi
10308done
10309 done
10310IFS=$as_save_IFS
10311
10312fi
10313fi
10314GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
10315if test -n "$GCC_FOR_TARGET"; then
10316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_FOR_TARGET" >&5
10317$as_echo "$GCC_FOR_TARGET" >&6; }
10318else
10319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10320$as_echo "no" >&6; }
10321fi
10322
10323
10324 fi
10325 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
10326 done
10327fi
10328
10329if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
10330 GCC_FOR_TARGET="${CC_FOR_TARGET}"
10331else
10332 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
10333fi
10334
10335
10336
10337if test -n "$GCJ_FOR_TARGET"; then
10338 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
10339elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10340 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10341fi
10342
10343if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
10344 for ncn_progname in gcj; do
10345 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10346set dummy ${ncn_progname}; ac_word=$2
10347{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10348$as_echo_n "checking for $ac_word... " >&6; }
10349if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10350 $as_echo_n "(cached) " >&6
10351else
10352 if test -n "$GCJ_FOR_TARGET"; then
10353 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10354else
10355as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10356for as_dir in $PATH
10357do
10358 IFS=$as_save_IFS
10359 test -z "$as_dir" && as_dir=.
10360 for ac_exec_ext in '' $ac_executable_extensions; do
10361 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10362 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10363 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10364 break 2
10365 fi
10366done
10367 done
10368IFS=$as_save_IFS
10369
10370fi
10371fi
10372GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10373if test -n "$GCJ_FOR_TARGET"; then
10374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10375$as_echo "$GCJ_FOR_TARGET" >&6; }
10376else
10377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10378$as_echo "no" >&6; }
10379fi
10380
10381
10382 done
10383fi
10384
10385if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
10386 for ncn_progname in gcj; do
10387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10388$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10389 if test -x $with_build_time_tools/${ncn_progname}; then
10390 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10392$as_echo "yes" >&6; }
10393 break
10394 else
10395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10396$as_echo "no" >&6; }
10397 fi
10398 done
10399fi
10400
10401if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
10402 for ncn_progname in gcj; do
10403 if test -n "$ncn_target_tool_prefix"; then
10404 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10405set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10406{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10407$as_echo_n "checking for $ac_word... " >&6; }
10408if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10409 $as_echo_n "(cached) " >&6
10410else
10411 if test -n "$GCJ_FOR_TARGET"; then
10412 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10413else
10414as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10415for as_dir in $PATH
10416do
10417 IFS=$as_save_IFS
10418 test -z "$as_dir" && as_dir=.
10419 for ac_exec_ext in '' $ac_executable_extensions; do
10420 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10421 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10422 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10423 break 2
10424 fi
10425done
10426 done
10427IFS=$as_save_IFS
10428
10429fi
10430fi
10431GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10432if test -n "$GCJ_FOR_TARGET"; then
10433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10434$as_echo "$GCJ_FOR_TARGET" >&6; }
10435else
10436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10437$as_echo "no" >&6; }
10438fi
10439
10440
10441 fi
10442 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
10443 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10444set dummy ${ncn_progname}; ac_word=$2
10445{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10446$as_echo_n "checking for $ac_word... " >&6; }
10447if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then :
10448 $as_echo_n "(cached) " >&6
10449else
10450 if test -n "$GCJ_FOR_TARGET"; then
10451 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
10452else
10453as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10454for as_dir in $PATH
10455do
10456 IFS=$as_save_IFS
10457 test -z "$as_dir" && as_dir=.
10458 for ac_exec_ext in '' $ac_executable_extensions; do
10459 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10460 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
10461 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10462 break 2
10463 fi
10464done
10465 done
10466IFS=$as_save_IFS
10467
10468fi
10469fi
10470GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
10471if test -n "$GCJ_FOR_TARGET"; then
10472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCJ_FOR_TARGET" >&5
10473$as_echo "$GCJ_FOR_TARGET" >&6; }
10474else
10475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10476$as_echo "no" >&6; }
10477fi
10478
10479
10480 fi
10481 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
10482 done
10483fi
10484
10485if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
10486 set dummy gcj
10487 if test $build = $target ; then
10488 GCJ_FOR_TARGET="$2"
10489 else
10490 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
10491 fi
10492else
10493 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
10494fi
10495
10496
10497
10498if test -n "$GFORTRAN_FOR_TARGET"; then
10499 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
10500elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10501 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10502fi
10503
10504if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10505 for ncn_progname in gfortran; do
10506 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10507set dummy ${ncn_progname}; ac_word=$2
10508{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10509$as_echo_n "checking for $ac_word... " >&6; }
10510if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10511 $as_echo_n "(cached) " >&6
10512else
10513 if test -n "$GFORTRAN_FOR_TARGET"; then
10514 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10515else
10516as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10517for as_dir in $PATH
10518do
10519 IFS=$as_save_IFS
10520 test -z "$as_dir" && as_dir=.
10521 for ac_exec_ext in '' $ac_executable_extensions; do
10522 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10523 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10524 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10525 break 2
10526 fi
10527done
10528 done
10529IFS=$as_save_IFS
10530
10531fi
10532fi
10533GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10534if test -n "$GFORTRAN_FOR_TARGET"; then
10535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10536$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10537else
10538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10539$as_echo "no" >&6; }
10540fi
10541
10542
10543 done
10544fi
10545
10546if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
10547 for ncn_progname in gfortran; do
10548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10549$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10550 if test -x $with_build_time_tools/${ncn_progname}; then
10551 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10553$as_echo "yes" >&6; }
10554 break
10555 else
10556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10557$as_echo "no" >&6; }
10558 fi
10559 done
10560fi
10561
10562if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
10563 for ncn_progname in gfortran; do
10564 if test -n "$ncn_target_tool_prefix"; then
10565 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10566set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10567{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10568$as_echo_n "checking for $ac_word... " >&6; }
10569if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10570 $as_echo_n "(cached) " >&6
10571else
10572 if test -n "$GFORTRAN_FOR_TARGET"; then
10573 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10574else
10575as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10576for as_dir in $PATH
10577do
10578 IFS=$as_save_IFS
10579 test -z "$as_dir" && as_dir=.
10580 for ac_exec_ext in '' $ac_executable_extensions; do
10581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10582 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10583 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10584 break 2
10585 fi
10586done
10587 done
10588IFS=$as_save_IFS
10589
10590fi
10591fi
10592GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10593if test -n "$GFORTRAN_FOR_TARGET"; then
10594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10595$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10596else
10597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10598$as_echo "no" >&6; }
10599fi
10600
10601
10602 fi
10603 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
10604 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10605set dummy ${ncn_progname}; ac_word=$2
10606{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10607$as_echo_n "checking for $ac_word... " >&6; }
10608if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then :
10609 $as_echo_n "(cached) " >&6
10610else
10611 if test -n "$GFORTRAN_FOR_TARGET"; then
10612 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
10613else
10614as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10615for as_dir in $PATH
10616do
10617 IFS=$as_save_IFS
10618 test -z "$as_dir" && as_dir=.
10619 for ac_exec_ext in '' $ac_executable_extensions; do
10620 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10621 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
10622 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10623 break 2
10624 fi
10625done
10626 done
10627IFS=$as_save_IFS
10628
10629fi
10630fi
10631GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
10632if test -n "$GFORTRAN_FOR_TARGET"; then
10633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GFORTRAN_FOR_TARGET" >&5
10634$as_echo "$GFORTRAN_FOR_TARGET" >&6; }
10635else
10636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10637$as_echo "no" >&6; }
10638fi
10639
10640
10641 fi
10642 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
10643 done
10644fi
10645
10646if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
10647 set dummy gfortran
10648 if test $build = $target ; then
10649 GFORTRAN_FOR_TARGET="$2"
10650 else
10651 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
10652 fi
10653else
10654 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
10655fi
10656
10657
10658
10659if test -n "$GOC_FOR_TARGET"; then
10660 ac_cv_prog_GOC_FOR_TARGET=$GOC_FOR_TARGET
10661elif test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10662 GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10663fi
10664
10665if test -n "$ac_cv_prog_GOC_FOR_TARGET"; then
10666 for ncn_progname in gccgo; do
10667 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10668set dummy ${ncn_progname}; ac_word=$2
10669{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10670$as_echo_n "checking for $ac_word... " >&6; }
10671if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10672 $as_echo_n "(cached) " >&6
10673else
10674 if test -n "$GOC_FOR_TARGET"; then
10675 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10676else
10677as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10678for as_dir in $PATH
10679do
10680 IFS=$as_save_IFS
10681 test -z "$as_dir" && as_dir=.
10682 for ac_exec_ext in '' $ac_executable_extensions; do
10683 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10684 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10685 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10686 break 2
10687 fi
10688done
10689 done
10690IFS=$as_save_IFS
10691
10692fi
10693fi
10694GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10695if test -n "$GOC_FOR_TARGET"; then
10696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10697$as_echo "$GOC_FOR_TARGET" >&6; }
10698else
10699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10700$as_echo "no" >&6; }
10701fi
10702
10703
10704 done
10705fi
10706
10707if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test -n "$with_build_time_tools"; then
10708 for ncn_progname in gccgo; do
10709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10710$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10711 if test -x $with_build_time_tools/${ncn_progname}; then
10712 ac_cv_prog_GOC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10714$as_echo "yes" >&6; }
10715 break
10716 else
10717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10718$as_echo "no" >&6; }
10719 fi
10720 done
10721fi
10722
10723if test -z "$ac_cv_prog_GOC_FOR_TARGET"; then
10724 for ncn_progname in gccgo; do
10725 if test -n "$ncn_target_tool_prefix"; then
10726 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10727set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10728{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10729$as_echo_n "checking for $ac_word... " >&6; }
10730if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10731 $as_echo_n "(cached) " >&6
10732else
10733 if test -n "$GOC_FOR_TARGET"; then
10734 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10735else
10736as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10737for as_dir in $PATH
10738do
10739 IFS=$as_save_IFS
10740 test -z "$as_dir" && as_dir=.
10741 for ac_exec_ext in '' $ac_executable_extensions; do
10742 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10743 ac_cv_prog_GOC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10744 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10745 break 2
10746 fi
10747done
10748 done
10749IFS=$as_save_IFS
10750
10751fi
10752fi
10753GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10754if test -n "$GOC_FOR_TARGET"; then
10755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10756$as_echo "$GOC_FOR_TARGET" >&6; }
10757else
10758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10759$as_echo "no" >&6; }
10760fi
10761
10762
10763 fi
10764 if test -z "$ac_cv_prog_GOC_FOR_TARGET" && test $build = $target ; then
10765 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10766set dummy ${ncn_progname}; ac_word=$2
10767{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10768$as_echo_n "checking for $ac_word... " >&6; }
10769if test "${ac_cv_prog_GOC_FOR_TARGET+set}" = set; then :
10770 $as_echo_n "(cached) " >&6
10771else
10772 if test -n "$GOC_FOR_TARGET"; then
10773 ac_cv_prog_GOC_FOR_TARGET="$GOC_FOR_TARGET" # Let the user override the test.
10774else
10775as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10776for as_dir in $PATH
10777do
10778 IFS=$as_save_IFS
10779 test -z "$as_dir" && as_dir=.
10780 for ac_exec_ext in '' $ac_executable_extensions; do
10781 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10782 ac_cv_prog_GOC_FOR_TARGET="${ncn_progname}"
10783 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10784 break 2
10785 fi
10786done
10787 done
10788IFS=$as_save_IFS
10789
10790fi
10791fi
10792GOC_FOR_TARGET=$ac_cv_prog_GOC_FOR_TARGET
10793if test -n "$GOC_FOR_TARGET"; then
10794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC_FOR_TARGET" >&5
10795$as_echo "$GOC_FOR_TARGET" >&6; }
10796else
10797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10798$as_echo "no" >&6; }
10799fi
10800
10801
10802 fi
10803 test -n "$ac_cv_prog_GOC_FOR_TARGET" && break
10804 done
10805fi
10806
10807if test -z "$ac_cv_prog_GOC_FOR_TARGET" ; then
10808 set dummy gccgo
10809 if test $build = $target ; then
10810 GOC_FOR_TARGET="$2"
10811 else
10812 GOC_FOR_TARGET="${ncn_target_tool_prefix}$2"
10813 fi
10814else
10815 GOC_FOR_TARGET="$ac_cv_prog_GOC_FOR_TARGET"
10816fi
10817
10818
10819
10820cat > conftest.c << \EOF
10821#ifdef __GNUC__
10822 gcc_yay;
10823#endif
10824EOF
10825if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
10826 have_gcc_for_target=yes
10827else
10828 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
10829 have_gcc_for_target=no
10830fi
10831rm conftest.c
10832
10833
10834
10835
10836if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10837 if test -n "$with_build_time_tools"; then
10838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ar in $with_build_time_tools" >&5
10839$as_echo_n "checking for ar in $with_build_time_tools... " >&6; }
10840 if test -x $with_build_time_tools/ar; then
10841 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
10842 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AR_FOR_TARGET" >&5
10844$as_echo "$ac_cv_path_AR_FOR_TARGET" >&6; }
10845 else
10846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10847$as_echo "no" >&6; }
10848 fi
10849 elif test $build != $host && test $have_gcc_for_target = yes; then
10850 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
10851 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
10852 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
10853 fi
10854fi
10855if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10856 # Extract the first word of "ar", so it can be a program name with args.
10857set dummy ar; ac_word=$2
10858{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10859$as_echo_n "checking for $ac_word... " >&6; }
10860if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then :
10861 $as_echo_n "(cached) " >&6
10862else
10863 case $AR_FOR_TARGET in
10864 [\\/]* | ?:[\\/]*)
10865 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
10866 ;;
10867 *)
10868 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10869for as_dir in $gcc_cv_tool_dirs
10870do
10871 IFS=$as_save_IFS
10872 test -z "$as_dir" && as_dir=.
10873 for ac_exec_ext in '' $ac_executable_extensions; do
10874 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10875 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10876 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10877 break 2
10878 fi
10879done
10880 done
10881IFS=$as_save_IFS
10882
10883 ;;
10884esac
10885fi
10886AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
10887if test -n "$AR_FOR_TARGET"; then
10888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10889$as_echo "$AR_FOR_TARGET" >&6; }
10890else
10891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10892$as_echo "no" >&6; }
10893fi
10894
10895
10896fi
10897if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
10898
10899
10900if test -n "$AR_FOR_TARGET"; then
10901 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
10902elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10903 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10904fi
10905
10906if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
10907 for ncn_progname in ar; do
10908 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10909set dummy ${ncn_progname}; ac_word=$2
10910{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10911$as_echo_n "checking for $ac_word... " >&6; }
10912if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10913 $as_echo_n "(cached) " >&6
10914else
10915 if test -n "$AR_FOR_TARGET"; then
10916 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10917else
10918as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10919for as_dir in $PATH
10920do
10921 IFS=$as_save_IFS
10922 test -z "$as_dir" && as_dir=.
10923 for ac_exec_ext in '' $ac_executable_extensions; do
10924 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10925 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
10926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10927 break 2
10928 fi
10929done
10930 done
10931IFS=$as_save_IFS
10932
10933fi
10934fi
10935AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10936if test -n "$AR_FOR_TARGET"; then
10937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10938$as_echo "$AR_FOR_TARGET" >&6; }
10939else
10940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10941$as_echo "no" >&6; }
10942fi
10943
10944
10945 done
10946fi
10947
10948if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
10949 for ncn_progname in ar; do
10950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
10951$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
10952 if test -x $with_build_time_tools/${ncn_progname}; then
10953 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10955$as_echo "yes" >&6; }
10956 break
10957 else
10958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10959$as_echo "no" >&6; }
10960 fi
10961 done
10962fi
10963
10964if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
10965 for ncn_progname in ar; do
10966 if test -n "$ncn_target_tool_prefix"; then
10967 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10968set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10969{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10970$as_echo_n "checking for $ac_word... " >&6; }
10971if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
10972 $as_echo_n "(cached) " >&6
10973else
10974 if test -n "$AR_FOR_TARGET"; then
10975 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
10976else
10977as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10978for as_dir in $PATH
10979do
10980 IFS=$as_save_IFS
10981 test -z "$as_dir" && as_dir=.
10982 for ac_exec_ext in '' $ac_executable_extensions; do
10983 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10984 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10985 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10986 break 2
10987 fi
10988done
10989 done
10990IFS=$as_save_IFS
10991
10992fi
10993fi
10994AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
10995if test -n "$AR_FOR_TARGET"; then
10996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
10997$as_echo "$AR_FOR_TARGET" >&6; }
10998else
10999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11000$as_echo "no" >&6; }
11001fi
11002
11003
11004 fi
11005 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
11006 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11007set dummy ${ncn_progname}; ac_word=$2
11008{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11009$as_echo_n "checking for $ac_word... " >&6; }
11010if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then :
11011 $as_echo_n "(cached) " >&6
11012else
11013 if test -n "$AR_FOR_TARGET"; then
11014 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
11015else
11016as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11017for as_dir in $PATH
11018do
11019 IFS=$as_save_IFS
11020 test -z "$as_dir" && as_dir=.
11021 for ac_exec_ext in '' $ac_executable_extensions; do
11022 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11023 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
11024 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11025 break 2
11026 fi
11027done
11028 done
11029IFS=$as_save_IFS
11030
11031fi
11032fi
11033AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
11034if test -n "$AR_FOR_TARGET"; then
11035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR_FOR_TARGET" >&5
11036$as_echo "$AR_FOR_TARGET" >&6; }
11037else
11038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11039$as_echo "no" >&6; }
11040fi
11041
11042
11043 fi
11044 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
11045 done
11046fi
11047
11048if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
11049 set dummy ar
11050 if test $build = $target ; then
11051 AR_FOR_TARGET="$2"
11052 else
11053 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
11054 fi
11055else
11056 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
11057fi
11058
11059else
11060 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
11061fi
11062
11063
11064
11065
11066if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11067 if test -n "$with_build_time_tools"; then
11068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as in $with_build_time_tools" >&5
11069$as_echo_n "checking for as in $with_build_time_tools... " >&6; }
11070 if test -x $with_build_time_tools/as; then
11071 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
11072 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
11073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_AS_FOR_TARGET" >&5
11074$as_echo "$ac_cv_path_AS_FOR_TARGET" >&6; }
11075 else
11076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11077$as_echo "no" >&6; }
11078 fi
11079 elif test $build != $host && test $have_gcc_for_target = yes; then
11080 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
11081 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
11082 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
11083 fi
11084fi
11085if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11086 # Extract the first word of "as", so it can be a program name with args.
11087set dummy as; ac_word=$2
11088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11089$as_echo_n "checking for $ac_word... " >&6; }
11090if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then :
11091 $as_echo_n "(cached) " >&6
11092else
11093 case $AS_FOR_TARGET in
11094 [\\/]* | ?:[\\/]*)
11095 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
11096 ;;
11097 *)
11098 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11099for as_dir in $gcc_cv_tool_dirs
11100do
11101 IFS=$as_save_IFS
11102 test -z "$as_dir" && as_dir=.
11103 for ac_exec_ext in '' $ac_executable_extensions; do
11104 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11105 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11106 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11107 break 2
11108 fi
11109done
11110 done
11111IFS=$as_save_IFS
11112
11113 ;;
11114esac
11115fi
11116AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11117if test -n "$AS_FOR_TARGET"; then
11118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11119$as_echo "$AS_FOR_TARGET" >&6; }
11120else
11121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11122$as_echo "no" >&6; }
11123fi
11124
11125
11126fi
11127if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
11128
11129
11130if test -n "$AS_FOR_TARGET"; then
11131 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
11132elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11133 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11134fi
11135
11136if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
11137 for ncn_progname in as; do
11138 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11139set dummy ${ncn_progname}; ac_word=$2
11140{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11141$as_echo_n "checking for $ac_word... " >&6; }
11142if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11143 $as_echo_n "(cached) " >&6
11144else
11145 if test -n "$AS_FOR_TARGET"; then
11146 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11147else
11148as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11149for as_dir in $PATH
11150do
11151 IFS=$as_save_IFS
11152 test -z "$as_dir" && as_dir=.
11153 for ac_exec_ext in '' $ac_executable_extensions; do
11154 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11155 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11156 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11157 break 2
11158 fi
11159done
11160 done
11161IFS=$as_save_IFS
11162
11163fi
11164fi
11165AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11166if test -n "$AS_FOR_TARGET"; then
11167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11168$as_echo "$AS_FOR_TARGET" >&6; }
11169else
11170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11171$as_echo "no" >&6; }
11172fi
11173
11174
11175 done
11176fi
11177
11178if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
11179 for ncn_progname in as; do
11180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11181$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11182 if test -x $with_build_time_tools/${ncn_progname}; then
11183 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11185$as_echo "yes" >&6; }
11186 break
11187 else
11188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11189$as_echo "no" >&6; }
11190 fi
11191 done
11192fi
11193
11194if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
11195 for ncn_progname in as; do
11196 if test -n "$ncn_target_tool_prefix"; then
11197 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11198set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11199{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11200$as_echo_n "checking for $ac_word... " >&6; }
11201if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11202 $as_echo_n "(cached) " >&6
11203else
11204 if test -n "$AS_FOR_TARGET"; then
11205 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11206else
11207as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11208for as_dir in $PATH
11209do
11210 IFS=$as_save_IFS
11211 test -z "$as_dir" && as_dir=.
11212 for ac_exec_ext in '' $ac_executable_extensions; do
11213 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11214 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11215 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11216 break 2
11217 fi
11218done
11219 done
11220IFS=$as_save_IFS
11221
11222fi
11223fi
11224AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11225if test -n "$AS_FOR_TARGET"; then
11226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11227$as_echo "$AS_FOR_TARGET" >&6; }
11228else
11229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11230$as_echo "no" >&6; }
11231fi
11232
11233
11234 fi
11235 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
11236 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11237set dummy ${ncn_progname}; ac_word=$2
11238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11239$as_echo_n "checking for $ac_word... " >&6; }
11240if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then :
11241 $as_echo_n "(cached) " >&6
11242else
11243 if test -n "$AS_FOR_TARGET"; then
11244 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
11245else
11246as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11247for as_dir in $PATH
11248do
11249 IFS=$as_save_IFS
11250 test -z "$as_dir" && as_dir=.
11251 for ac_exec_ext in '' $ac_executable_extensions; do
11252 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11253 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
11254 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11255 break 2
11256 fi
11257done
11258 done
11259IFS=$as_save_IFS
11260
11261fi
11262fi
11263AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
11264if test -n "$AS_FOR_TARGET"; then
11265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS_FOR_TARGET" >&5
11266$as_echo "$AS_FOR_TARGET" >&6; }
11267else
11268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11269$as_echo "no" >&6; }
11270fi
11271
11272
11273 fi
11274 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
11275 done
11276fi
11277
11278if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
11279 set dummy as
11280 if test $build = $target ; then
11281 AS_FOR_TARGET="$2"
11282 else
11283 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
11284 fi
11285else
11286 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
11287fi
11288
11289else
11290 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
11291fi
11292
11293
11294
11295
11296if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11297 if test -n "$with_build_time_tools"; then
11298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlltool in $with_build_time_tools" >&5
11299$as_echo_n "checking for dlltool in $with_build_time_tools... " >&6; }
11300 if test -x $with_build_time_tools/dlltool; then
11301 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
11302 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
11304$as_echo "$ac_cv_path_DLLTOOL_FOR_TARGET" >&6; }
11305 else
11306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11307$as_echo "no" >&6; }
11308 fi
11309 elif test $build != $host && test $have_gcc_for_target = yes; then
11310 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
11311 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
11312 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11313 fi
11314fi
11315if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11316 # Extract the first word of "dlltool", so it can be a program name with args.
11317set dummy dlltool; ac_word=$2
11318{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11319$as_echo_n "checking for $ac_word... " >&6; }
11320if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then :
11321 $as_echo_n "(cached) " >&6
11322else
11323 case $DLLTOOL_FOR_TARGET in
11324 [\\/]* | ?:[\\/]*)
11325 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
11326 ;;
11327 *)
11328 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11329for as_dir in $gcc_cv_tool_dirs
11330do
11331 IFS=$as_save_IFS
11332 test -z "$as_dir" && as_dir=.
11333 for ac_exec_ext in '' $ac_executable_extensions; do
11334 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11335 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11336 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11337 break 2
11338 fi
11339done
11340 done
11341IFS=$as_save_IFS
11342
11343 ;;
11344esac
11345fi
11346DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11347if test -n "$DLLTOOL_FOR_TARGET"; then
11348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11349$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11350else
11351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11352$as_echo "no" >&6; }
11353fi
11354
11355
11356fi
11357if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
11358
11359
11360if test -n "$DLLTOOL_FOR_TARGET"; then
11361 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
11362elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11363 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11364fi
11365
11366if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11367 for ncn_progname in dlltool; do
11368 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11369set dummy ${ncn_progname}; ac_word=$2
11370{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11371$as_echo_n "checking for $ac_word... " >&6; }
11372if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11373 $as_echo_n "(cached) " >&6
11374else
11375 if test -n "$DLLTOOL_FOR_TARGET"; then
11376 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11377else
11378as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11379for as_dir in $PATH
11380do
11381 IFS=$as_save_IFS
11382 test -z "$as_dir" && as_dir=.
11383 for ac_exec_ext in '' $ac_executable_extensions; do
11384 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11385 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11386 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11387 break 2
11388 fi
11389done
11390 done
11391IFS=$as_save_IFS
11392
11393fi
11394fi
11395DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11396if test -n "$DLLTOOL_FOR_TARGET"; then
11397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11398$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11399else
11400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11401$as_echo "no" >&6; }
11402fi
11403
11404
11405 done
11406fi
11407
11408if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
11409 for ncn_progname in dlltool; do
11410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11411$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11412 if test -x $with_build_time_tools/${ncn_progname}; then
11413 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11415$as_echo "yes" >&6; }
11416 break
11417 else
11418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11419$as_echo "no" >&6; }
11420 fi
11421 done
11422fi
11423
11424if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
11425 for ncn_progname in dlltool; do
11426 if test -n "$ncn_target_tool_prefix"; then
11427 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11428set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11429{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11430$as_echo_n "checking for $ac_word... " >&6; }
11431if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11432 $as_echo_n "(cached) " >&6
11433else
11434 if test -n "$DLLTOOL_FOR_TARGET"; then
11435 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11436else
11437as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11438for as_dir in $PATH
11439do
11440 IFS=$as_save_IFS
11441 test -z "$as_dir" && as_dir=.
11442 for ac_exec_ext in '' $ac_executable_extensions; do
11443 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11444 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11445 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11446 break 2
11447 fi
11448done
11449 done
11450IFS=$as_save_IFS
11451
11452fi
11453fi
11454DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11455if test -n "$DLLTOOL_FOR_TARGET"; then
11456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11457$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11458else
11459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11460$as_echo "no" >&6; }
11461fi
11462
11463
11464 fi
11465 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
11466 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11467set dummy ${ncn_progname}; ac_word=$2
11468{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11469$as_echo_n "checking for $ac_word... " >&6; }
11470if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then :
11471 $as_echo_n "(cached) " >&6
11472else
11473 if test -n "$DLLTOOL_FOR_TARGET"; then
11474 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
11475else
11476as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11477for as_dir in $PATH
11478do
11479 IFS=$as_save_IFS
11480 test -z "$as_dir" && as_dir=.
11481 for ac_exec_ext in '' $ac_executable_extensions; do
11482 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11483 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
11484 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11485 break 2
11486 fi
11487done
11488 done
11489IFS=$as_save_IFS
11490
11491fi
11492fi
11493DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
11494if test -n "$DLLTOOL_FOR_TARGET"; then
11495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL_FOR_TARGET" >&5
11496$as_echo "$DLLTOOL_FOR_TARGET" >&6; }
11497else
11498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11499$as_echo "no" >&6; }
11500fi
11501
11502
11503 fi
11504 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
11505 done
11506fi
11507
11508if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
11509 set dummy dlltool
11510 if test $build = $target ; then
11511 DLLTOOL_FOR_TARGET="$2"
11512 else
11513 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
11514 fi
11515else
11516 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
11517fi
11518
11519else
11520 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
11521fi
11522
11523
11524
11525
11526if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11527 if test -n "$with_build_time_tools"; then
11528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld in $with_build_time_tools" >&5
11529$as_echo_n "checking for ld in $with_build_time_tools... " >&6; }
11530 if test -x $with_build_time_tools/ld; then
11531 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
11532 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LD_FOR_TARGET" >&5
11534$as_echo "$ac_cv_path_LD_FOR_TARGET" >&6; }
11535 else
11536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11537$as_echo "no" >&6; }
11538 fi
11539 elif test $build != $host && test $have_gcc_for_target = yes; then
11540 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
11541 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
11542 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
11543 fi
11544fi
11545if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11546 # Extract the first word of "ld", so it can be a program name with args.
11547set dummy ld; ac_word=$2
11548{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11549$as_echo_n "checking for $ac_word... " >&6; }
11550if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then :
11551 $as_echo_n "(cached) " >&6
11552else
11553 case $LD_FOR_TARGET in
11554 [\\/]* | ?:[\\/]*)
11555 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
11556 ;;
11557 *)
11558 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11559for as_dir in $gcc_cv_tool_dirs
11560do
11561 IFS=$as_save_IFS
11562 test -z "$as_dir" && as_dir=.
11563 for ac_exec_ext in '' $ac_executable_extensions; do
11564 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11565 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11566 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11567 break 2
11568 fi
11569done
11570 done
11571IFS=$as_save_IFS
11572
11573 ;;
11574esac
11575fi
11576LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11577if test -n "$LD_FOR_TARGET"; then
11578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11579$as_echo "$LD_FOR_TARGET" >&6; }
11580else
11581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11582$as_echo "no" >&6; }
11583fi
11584
11585
11586fi
11587if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
11588
11589
11590if test -n "$LD_FOR_TARGET"; then
11591 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
11592elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11593 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11594fi
11595
11596if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
11597 for ncn_progname in ld; do
11598 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11599set dummy ${ncn_progname}; ac_word=$2
11600{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11601$as_echo_n "checking for $ac_word... " >&6; }
11602if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11603 $as_echo_n "(cached) " >&6
11604else
11605 if test -n "$LD_FOR_TARGET"; then
11606 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11607else
11608as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11609for as_dir in $PATH
11610do
11611 IFS=$as_save_IFS
11612 test -z "$as_dir" && as_dir=.
11613 for ac_exec_ext in '' $ac_executable_extensions; do
11614 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11615 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11616 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11617 break 2
11618 fi
11619done
11620 done
11621IFS=$as_save_IFS
11622
11623fi
11624fi
11625LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11626if test -n "$LD_FOR_TARGET"; then
11627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11628$as_echo "$LD_FOR_TARGET" >&6; }
11629else
11630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11631$as_echo "no" >&6; }
11632fi
11633
11634
11635 done
11636fi
11637
11638if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
11639 for ncn_progname in ld; do
11640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11641$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11642 if test -x $with_build_time_tools/${ncn_progname}; then
11643 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11645$as_echo "yes" >&6; }
11646 break
11647 else
11648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11649$as_echo "no" >&6; }
11650 fi
11651 done
11652fi
11653
11654if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
11655 for ncn_progname in ld; do
11656 if test -n "$ncn_target_tool_prefix"; then
11657 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11658set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11659{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11660$as_echo_n "checking for $ac_word... " >&6; }
11661if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11662 $as_echo_n "(cached) " >&6
11663else
11664 if test -n "$LD_FOR_TARGET"; then
11665 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11666else
11667as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11668for as_dir in $PATH
11669do
11670 IFS=$as_save_IFS
11671 test -z "$as_dir" && as_dir=.
11672 for ac_exec_ext in '' $ac_executable_extensions; do
11673 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11674 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11675 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11676 break 2
11677 fi
11678done
11679 done
11680IFS=$as_save_IFS
11681
11682fi
11683fi
11684LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11685if test -n "$LD_FOR_TARGET"; then
11686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11687$as_echo "$LD_FOR_TARGET" >&6; }
11688else
11689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11690$as_echo "no" >&6; }
11691fi
11692
11693
11694 fi
11695 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
11696 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11697set dummy ${ncn_progname}; ac_word=$2
11698{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11699$as_echo_n "checking for $ac_word... " >&6; }
11700if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then :
11701 $as_echo_n "(cached) " >&6
11702else
11703 if test -n "$LD_FOR_TARGET"; then
11704 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
11705else
11706as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11707for as_dir in $PATH
11708do
11709 IFS=$as_save_IFS
11710 test -z "$as_dir" && as_dir=.
11711 for ac_exec_ext in '' $ac_executable_extensions; do
11712 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11713 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
11714 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11715 break 2
11716 fi
11717done
11718 done
11719IFS=$as_save_IFS
11720
11721fi
11722fi
11723LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
11724if test -n "$LD_FOR_TARGET"; then
11725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_FOR_TARGET" >&5
11726$as_echo "$LD_FOR_TARGET" >&6; }
11727else
11728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11729$as_echo "no" >&6; }
11730fi
11731
11732
11733 fi
11734 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
11735 done
11736fi
11737
11738if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
11739 set dummy ld
11740 if test $build = $target ; then
11741 LD_FOR_TARGET="$2"
11742 else
11743 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
11744 fi
11745else
11746 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
11747fi
11748
11749else
11750 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
11751fi
11752
11753
11754
11755
11756if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11757 if test -n "$with_build_time_tools"; then
11758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lipo in $with_build_time_tools" >&5
11759$as_echo_n "checking for lipo in $with_build_time_tools... " >&6; }
11760 if test -x $with_build_time_tools/lipo; then
11761 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
11762 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
11764$as_echo "$ac_cv_path_LIPO_FOR_TARGET" >&6; }
11765 else
11766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11767$as_echo "no" >&6; }
11768 fi
11769 elif test $build != $host && test $have_gcc_for_target = yes; then
11770 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
11771 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
11772 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11773 fi
11774fi
11775if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11776 # Extract the first word of "lipo", so it can be a program name with args.
11777set dummy lipo; ac_word=$2
11778{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11779$as_echo_n "checking for $ac_word... " >&6; }
11780if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then :
11781 $as_echo_n "(cached) " >&6
11782else
11783 case $LIPO_FOR_TARGET in
11784 [\\/]* | ?:[\\/]*)
11785 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
11786 ;;
11787 *)
11788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11789for as_dir in $gcc_cv_tool_dirs
11790do
11791 IFS=$as_save_IFS
11792 test -z "$as_dir" && as_dir=.
11793 for ac_exec_ext in '' $ac_executable_extensions; do
11794 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11795 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11796 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11797 break 2
11798 fi
11799done
11800 done
11801IFS=$as_save_IFS
11802
11803 ;;
11804esac
11805fi
11806LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11807if test -n "$LIPO_FOR_TARGET"; then
11808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11809$as_echo "$LIPO_FOR_TARGET" >&6; }
11810else
11811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11812$as_echo "no" >&6; }
11813fi
11814
11815
11816fi
11817if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
11818
11819
11820if test -n "$LIPO_FOR_TARGET"; then
11821 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
11822elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11823 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11824fi
11825
11826if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
11827 for ncn_progname in lipo; do
11828 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11829set dummy ${ncn_progname}; ac_word=$2
11830{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11831$as_echo_n "checking for $ac_word... " >&6; }
11832if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11833 $as_echo_n "(cached) " >&6
11834else
11835 if test -n "$LIPO_FOR_TARGET"; then
11836 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11837else
11838as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11839for as_dir in $PATH
11840do
11841 IFS=$as_save_IFS
11842 test -z "$as_dir" && as_dir=.
11843 for ac_exec_ext in '' $ac_executable_extensions; do
11844 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11845 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11846 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11847 break 2
11848 fi
11849done
11850 done
11851IFS=$as_save_IFS
11852
11853fi
11854fi
11855LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11856if test -n "$LIPO_FOR_TARGET"; then
11857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11858$as_echo "$LIPO_FOR_TARGET" >&6; }
11859else
11860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11861$as_echo "no" >&6; }
11862fi
11863
11864
11865 done
11866fi
11867
11868if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
11869 for ncn_progname in lipo; do
11870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
11871$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
11872 if test -x $with_build_time_tools/${ncn_progname}; then
11873 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11875$as_echo "yes" >&6; }
11876 break
11877 else
11878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11879$as_echo "no" >&6; }
11880 fi
11881 done
11882fi
11883
11884if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
11885 for ncn_progname in lipo; do
11886 if test -n "$ncn_target_tool_prefix"; then
11887 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11888set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11889{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11890$as_echo_n "checking for $ac_word... " >&6; }
11891if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11892 $as_echo_n "(cached) " >&6
11893else
11894 if test -n "$LIPO_FOR_TARGET"; then
11895 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11896else
11897as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11898for as_dir in $PATH
11899do
11900 IFS=$as_save_IFS
11901 test -z "$as_dir" && as_dir=.
11902 for ac_exec_ext in '' $ac_executable_extensions; do
11903 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11904 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11906 break 2
11907 fi
11908done
11909 done
11910IFS=$as_save_IFS
11911
11912fi
11913fi
11914LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11915if test -n "$LIPO_FOR_TARGET"; then
11916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11917$as_echo "$LIPO_FOR_TARGET" >&6; }
11918else
11919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11920$as_echo "no" >&6; }
11921fi
11922
11923
11924 fi
11925 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
11926 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11927set dummy ${ncn_progname}; ac_word=$2
11928{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11929$as_echo_n "checking for $ac_word... " >&6; }
11930if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then :
11931 $as_echo_n "(cached) " >&6
11932else
11933 if test -n "$LIPO_FOR_TARGET"; then
11934 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
11935else
11936as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11937for as_dir in $PATH
11938do
11939 IFS=$as_save_IFS
11940 test -z "$as_dir" && as_dir=.
11941 for ac_exec_ext in '' $ac_executable_extensions; do
11942 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11943 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
11944 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11945 break 2
11946 fi
11947done
11948 done
11949IFS=$as_save_IFS
11950
11951fi
11952fi
11953LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
11954if test -n "$LIPO_FOR_TARGET"; then
11955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO_FOR_TARGET" >&5
11956$as_echo "$LIPO_FOR_TARGET" >&6; }
11957else
11958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11959$as_echo "no" >&6; }
11960fi
11961
11962
11963 fi
11964 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
11965 done
11966fi
11967
11968if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
11969 set dummy lipo
11970 if test $build = $target ; then
11971 LIPO_FOR_TARGET="$2"
11972 else
11973 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
11974 fi
11975else
11976 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
11977fi
11978
11979else
11980 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
11981fi
11982
11983
11984
11985
11986if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
11987 if test -n "$with_build_time_tools"; then
11988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nm in $with_build_time_tools" >&5
11989$as_echo_n "checking for nm in $with_build_time_tools... " >&6; }
11990 if test -x $with_build_time_tools/nm; then
11991 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
11992 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
11993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_NM_FOR_TARGET" >&5
11994$as_echo "$ac_cv_path_NM_FOR_TARGET" >&6; }
11995 else
11996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11997$as_echo "no" >&6; }
11998 fi
11999 elif test $build != $host && test $have_gcc_for_target = yes; then
12000 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
12001 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
12002 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
12003 fi
12004fi
12005if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12006 # Extract the first word of "nm", so it can be a program name with args.
12007set dummy nm; ac_word=$2
12008{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12009$as_echo_n "checking for $ac_word... " >&6; }
12010if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then :
12011 $as_echo_n "(cached) " >&6
12012else
12013 case $NM_FOR_TARGET in
12014 [\\/]* | ?:[\\/]*)
12015 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
12016 ;;
12017 *)
12018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12019for as_dir in $gcc_cv_tool_dirs
12020do
12021 IFS=$as_save_IFS
12022 test -z "$as_dir" && as_dir=.
12023 for ac_exec_ext in '' $ac_executable_extensions; do
12024 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12025 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12026 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12027 break 2
12028 fi
12029done
12030 done
12031IFS=$as_save_IFS
12032
12033 ;;
12034esac
12035fi
12036NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12037if test -n "$NM_FOR_TARGET"; then
12038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12039$as_echo "$NM_FOR_TARGET" >&6; }
12040else
12041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12042$as_echo "no" >&6; }
12043fi
12044
12045
12046fi
12047if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
12048
12049
12050if test -n "$NM_FOR_TARGET"; then
12051 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
12052elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12053 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12054fi
12055
12056if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
12057 for ncn_progname in nm; do
12058 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12059set dummy ${ncn_progname}; ac_word=$2
12060{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12061$as_echo_n "checking for $ac_word... " >&6; }
12062if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12063 $as_echo_n "(cached) " >&6
12064else
12065 if test -n "$NM_FOR_TARGET"; then
12066 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12067else
12068as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12069for as_dir in $PATH
12070do
12071 IFS=$as_save_IFS
12072 test -z "$as_dir" && as_dir=.
12073 for ac_exec_ext in '' $ac_executable_extensions; do
12074 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12075 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12076 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12077 break 2
12078 fi
12079done
12080 done
12081IFS=$as_save_IFS
12082
12083fi
12084fi
12085NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12086if test -n "$NM_FOR_TARGET"; then
12087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12088$as_echo "$NM_FOR_TARGET" >&6; }
12089else
12090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12091$as_echo "no" >&6; }
12092fi
12093
12094
12095 done
12096fi
12097
12098if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
12099 for ncn_progname in nm; do
12100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12101$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12102 if test -x $with_build_time_tools/${ncn_progname}; then
12103 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12105$as_echo "yes" >&6; }
12106 break
12107 else
12108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12109$as_echo "no" >&6; }
12110 fi
12111 done
12112fi
12113
12114if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
12115 for ncn_progname in nm; do
12116 if test -n "$ncn_target_tool_prefix"; then
12117 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12118set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12119{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12120$as_echo_n "checking for $ac_word... " >&6; }
12121if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12122 $as_echo_n "(cached) " >&6
12123else
12124 if test -n "$NM_FOR_TARGET"; then
12125 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12126else
12127as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12128for as_dir in $PATH
12129do
12130 IFS=$as_save_IFS
12131 test -z "$as_dir" && as_dir=.
12132 for ac_exec_ext in '' $ac_executable_extensions; do
12133 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12134 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12135 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12136 break 2
12137 fi
12138done
12139 done
12140IFS=$as_save_IFS
12141
12142fi
12143fi
12144NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12145if test -n "$NM_FOR_TARGET"; then
12146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12147$as_echo "$NM_FOR_TARGET" >&6; }
12148else
12149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12150$as_echo "no" >&6; }
12151fi
12152
12153
12154 fi
12155 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
12156 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12157set dummy ${ncn_progname}; ac_word=$2
12158{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12159$as_echo_n "checking for $ac_word... " >&6; }
12160if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then :
12161 $as_echo_n "(cached) " >&6
12162else
12163 if test -n "$NM_FOR_TARGET"; then
12164 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
12165else
12166as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12167for as_dir in $PATH
12168do
12169 IFS=$as_save_IFS
12170 test -z "$as_dir" && as_dir=.
12171 for ac_exec_ext in '' $ac_executable_extensions; do
12172 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12173 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
12174 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12175 break 2
12176 fi
12177done
12178 done
12179IFS=$as_save_IFS
12180
12181fi
12182fi
12183NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
12184if test -n "$NM_FOR_TARGET"; then
12185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM_FOR_TARGET" >&5
12186$as_echo "$NM_FOR_TARGET" >&6; }
12187else
12188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12189$as_echo "no" >&6; }
12190fi
12191
12192
12193 fi
12194 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
12195 done
12196fi
12197
12198if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
12199 set dummy nm
12200 if test $build = $target ; then
12201 NM_FOR_TARGET="$2"
12202 else
12203 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
12204 fi
12205else
12206 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
12207fi
12208
12209else
12210 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
12211fi
12212
12213
12214
12215
12216if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12217 if test -n "$with_build_time_tools"; then
12218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdump in $with_build_time_tools" >&5
12219$as_echo_n "checking for objdump in $with_build_time_tools... " >&6; }
12220 if test -x $with_build_time_tools/objdump; then
12221 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
12222 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
12224$as_echo "$ac_cv_path_OBJDUMP_FOR_TARGET" >&6; }
12225 else
12226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12227$as_echo "no" >&6; }
12228 fi
12229 elif test $build != $host && test $have_gcc_for_target = yes; then
12230 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
12231 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
12232 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12233 fi
12234fi
12235if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12236 # Extract the first word of "objdump", so it can be a program name with args.
12237set dummy objdump; ac_word=$2
12238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12239$as_echo_n "checking for $ac_word... " >&6; }
12240if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then :
12241 $as_echo_n "(cached) " >&6
12242else
12243 case $OBJDUMP_FOR_TARGET in
12244 [\\/]* | ?:[\\/]*)
12245 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
12246 ;;
12247 *)
12248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12249for as_dir in $gcc_cv_tool_dirs
12250do
12251 IFS=$as_save_IFS
12252 test -z "$as_dir" && as_dir=.
12253 for ac_exec_ext in '' $ac_executable_extensions; do
12254 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12255 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12256 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12257 break 2
12258 fi
12259done
12260 done
12261IFS=$as_save_IFS
12262
12263 ;;
12264esac
12265fi
12266OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12267if test -n "$OBJDUMP_FOR_TARGET"; then
12268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12269$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12270else
12271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12272$as_echo "no" >&6; }
12273fi
12274
12275
12276fi
12277if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
12278
12279
12280if test -n "$OBJDUMP_FOR_TARGET"; then
12281 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
12282elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12283 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12284fi
12285
12286if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12287 for ncn_progname in objdump; do
12288 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12289set dummy ${ncn_progname}; ac_word=$2
12290{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12291$as_echo_n "checking for $ac_word... " >&6; }
12292if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12293 $as_echo_n "(cached) " >&6
12294else
12295 if test -n "$OBJDUMP_FOR_TARGET"; then
12296 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12297else
12298as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12299for as_dir in $PATH
12300do
12301 IFS=$as_save_IFS
12302 test -z "$as_dir" && as_dir=.
12303 for ac_exec_ext in '' $ac_executable_extensions; do
12304 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12305 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12306 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12307 break 2
12308 fi
12309done
12310 done
12311IFS=$as_save_IFS
12312
12313fi
12314fi
12315OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12316if test -n "$OBJDUMP_FOR_TARGET"; then
12317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12318$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12319else
12320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12321$as_echo "no" >&6; }
12322fi
12323
12324
12325 done
12326fi
12327
12328if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12329 for ncn_progname in objdump; do
12330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12331$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12332 if test -x $with_build_time_tools/${ncn_progname}; then
12333 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12335$as_echo "yes" >&6; }
12336 break
12337 else
12338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12339$as_echo "no" >&6; }
12340 fi
12341 done
12342fi
12343
12344if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
12345 for ncn_progname in objdump; do
12346 if test -n "$ncn_target_tool_prefix"; then
12347 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12348set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12349{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12350$as_echo_n "checking for $ac_word... " >&6; }
12351if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12352 $as_echo_n "(cached) " >&6
12353else
12354 if test -n "$OBJDUMP_FOR_TARGET"; then
12355 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12356else
12357as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12358for as_dir in $PATH
12359do
12360 IFS=$as_save_IFS
12361 test -z "$as_dir" && as_dir=.
12362 for ac_exec_ext in '' $ac_executable_extensions; do
12363 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12364 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12366 break 2
12367 fi
12368done
12369 done
12370IFS=$as_save_IFS
12371
12372fi
12373fi
12374OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12375if test -n "$OBJDUMP_FOR_TARGET"; then
12376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12377$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12378else
12379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12380$as_echo "no" >&6; }
12381fi
12382
12383
12384 fi
12385 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
12386 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12387set dummy ${ncn_progname}; ac_word=$2
12388{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12389$as_echo_n "checking for $ac_word... " >&6; }
12390if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then :
12391 $as_echo_n "(cached) " >&6
12392else
12393 if test -n "$OBJDUMP_FOR_TARGET"; then
12394 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
12395else
12396as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12397for as_dir in $PATH
12398do
12399 IFS=$as_save_IFS
12400 test -z "$as_dir" && as_dir=.
12401 for ac_exec_ext in '' $ac_executable_extensions; do
12402 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12403 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
12404 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12405 break 2
12406 fi
12407done
12408 done
12409IFS=$as_save_IFS
12410
12411fi
12412fi
12413OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
12414if test -n "$OBJDUMP_FOR_TARGET"; then
12415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP_FOR_TARGET" >&5
12416$as_echo "$OBJDUMP_FOR_TARGET" >&6; }
12417else
12418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12419$as_echo "no" >&6; }
12420fi
12421
12422
12423 fi
12424 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
12425 done
12426fi
12427
12428if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
12429 set dummy objdump
12430 if test $build = $target ; then
12431 OBJDUMP_FOR_TARGET="$2"
12432 else
12433 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12434 fi
12435else
12436 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
12437fi
12438
12439else
12440 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
12441fi
12442
12443
12444
12445
12446if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12447 if test -n "$with_build_time_tools"; then
12448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ranlib in $with_build_time_tools" >&5
12449$as_echo_n "checking for ranlib in $with_build_time_tools... " >&6; }
12450 if test -x $with_build_time_tools/ranlib; then
12451 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
12452 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
12454$as_echo "$ac_cv_path_RANLIB_FOR_TARGET" >&6; }
12455 else
12456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12457$as_echo "no" >&6; }
12458 fi
12459 elif test $build != $host && test $have_gcc_for_target = yes; then
12460 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
12461 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
12462 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12463 fi
12464fi
12465if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12466 # Extract the first word of "ranlib", so it can be a program name with args.
12467set dummy ranlib; ac_word=$2
12468{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12469$as_echo_n "checking for $ac_word... " >&6; }
12470if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then :
12471 $as_echo_n "(cached) " >&6
12472else
12473 case $RANLIB_FOR_TARGET in
12474 [\\/]* | ?:[\\/]*)
12475 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
12476 ;;
12477 *)
12478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12479for as_dir in $gcc_cv_tool_dirs
12480do
12481 IFS=$as_save_IFS
12482 test -z "$as_dir" && as_dir=.
12483 for ac_exec_ext in '' $ac_executable_extensions; do
12484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12485 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12486 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12487 break 2
12488 fi
12489done
12490 done
12491IFS=$as_save_IFS
12492
12493 ;;
12494esac
12495fi
12496RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12497if test -n "$RANLIB_FOR_TARGET"; then
12498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12499$as_echo "$RANLIB_FOR_TARGET" >&6; }
12500else
12501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12502$as_echo "no" >&6; }
12503fi
12504
12505
12506fi
12507if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
12508
12509
12510if test -n "$RANLIB_FOR_TARGET"; then
12511 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
12512elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12513 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12514fi
12515
12516if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12517 for ncn_progname in ranlib; do
12518 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12519set dummy ${ncn_progname}; ac_word=$2
12520{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12521$as_echo_n "checking for $ac_word... " >&6; }
12522if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12523 $as_echo_n "(cached) " >&6
12524else
12525 if test -n "$RANLIB_FOR_TARGET"; then
12526 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12527else
12528as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12529for as_dir in $PATH
12530do
12531 IFS=$as_save_IFS
12532 test -z "$as_dir" && as_dir=.
12533 for ac_exec_ext in '' $ac_executable_extensions; do
12534 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12535 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12536 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12537 break 2
12538 fi
12539done
12540 done
12541IFS=$as_save_IFS
12542
12543fi
12544fi
12545RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12546if test -n "$RANLIB_FOR_TARGET"; then
12547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12548$as_echo "$RANLIB_FOR_TARGET" >&6; }
12549else
12550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12551$as_echo "no" >&6; }
12552fi
12553
12554
12555 done
12556fi
12557
12558if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
12559 for ncn_progname in ranlib; do
12560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12561$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12562 if test -x $with_build_time_tools/${ncn_progname}; then
12563 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12565$as_echo "yes" >&6; }
12566 break
12567 else
12568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12569$as_echo "no" >&6; }
12570 fi
12571 done
12572fi
12573
12574if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
12575 for ncn_progname in ranlib; do
12576 if test -n "$ncn_target_tool_prefix"; then
12577 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12578set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12579{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12580$as_echo_n "checking for $ac_word... " >&6; }
12581if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12582 $as_echo_n "(cached) " >&6
12583else
12584 if test -n "$RANLIB_FOR_TARGET"; then
12585 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12586else
12587as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12588for as_dir in $PATH
12589do
12590 IFS=$as_save_IFS
12591 test -z "$as_dir" && as_dir=.
12592 for ac_exec_ext in '' $ac_executable_extensions; do
12593 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12594 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12595 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12596 break 2
12597 fi
12598done
12599 done
12600IFS=$as_save_IFS
12601
12602fi
12603fi
12604RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12605if test -n "$RANLIB_FOR_TARGET"; then
12606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12607$as_echo "$RANLIB_FOR_TARGET" >&6; }
12608else
12609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12610$as_echo "no" >&6; }
12611fi
12612
12613
12614 fi
12615 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
12616 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12617set dummy ${ncn_progname}; ac_word=$2
12618{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12619$as_echo_n "checking for $ac_word... " >&6; }
12620if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then :
12621 $as_echo_n "(cached) " >&6
12622else
12623 if test -n "$RANLIB_FOR_TARGET"; then
12624 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
12625else
12626as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12627for as_dir in $PATH
12628do
12629 IFS=$as_save_IFS
12630 test -z "$as_dir" && as_dir=.
12631 for ac_exec_ext in '' $ac_executable_extensions; do
12632 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12633 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
12634 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12635 break 2
12636 fi
12637done
12638 done
12639IFS=$as_save_IFS
12640
12641fi
12642fi
12643RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
12644if test -n "$RANLIB_FOR_TARGET"; then
12645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB_FOR_TARGET" >&5
12646$as_echo "$RANLIB_FOR_TARGET" >&6; }
12647else
12648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12649$as_echo "no" >&6; }
12650fi
12651
12652
12653 fi
12654 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
12655 done
12656fi
12657
12658if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
12659 set dummy ranlib
12660 if test $build = $target ; then
12661 RANLIB_FOR_TARGET="$2"
12662 else
12663 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
12664 fi
12665else
12666 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
12667fi
12668
12669else
12670 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
12671fi
12672
12673
12674
12675
12676if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12677 if test -n "$with_build_time_tools"; then
12678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strip in $with_build_time_tools" >&5
12679$as_echo_n "checking for strip in $with_build_time_tools... " >&6; }
12680 if test -x $with_build_time_tools/strip; then
12681 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
12682 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
12684$as_echo "$ac_cv_path_STRIP_FOR_TARGET" >&6; }
12685 else
12686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12687$as_echo "no" >&6; }
12688 fi
12689 elif test $build != $host && test $have_gcc_for_target = yes; then
12690 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
12691 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
12692 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12693 fi
12694fi
12695if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12696 # Extract the first word of "strip", so it can be a program name with args.
12697set dummy strip; ac_word=$2
12698{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12699$as_echo_n "checking for $ac_word... " >&6; }
12700if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then :
12701 $as_echo_n "(cached) " >&6
12702else
12703 case $STRIP_FOR_TARGET in
12704 [\\/]* | ?:[\\/]*)
12705 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
12706 ;;
12707 *)
12708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12709for as_dir in $gcc_cv_tool_dirs
12710do
12711 IFS=$as_save_IFS
12712 test -z "$as_dir" && as_dir=.
12713 for ac_exec_ext in '' $ac_executable_extensions; do
12714 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12715 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12716 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12717 break 2
12718 fi
12719done
12720 done
12721IFS=$as_save_IFS
12722
12723 ;;
12724esac
12725fi
12726STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12727if test -n "$STRIP_FOR_TARGET"; then
12728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12729$as_echo "$STRIP_FOR_TARGET" >&6; }
12730else
12731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12732$as_echo "no" >&6; }
12733fi
12734
12735
12736fi
12737if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
12738
12739
12740if test -n "$STRIP_FOR_TARGET"; then
12741 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
12742elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12743 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12744fi
12745
12746if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
12747 for ncn_progname in strip; do
12748 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12749set dummy ${ncn_progname}; ac_word=$2
12750{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12751$as_echo_n "checking for $ac_word... " >&6; }
12752if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12753 $as_echo_n "(cached) " >&6
12754else
12755 if test -n "$STRIP_FOR_TARGET"; then
12756 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12757else
12758as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12759for as_dir in $PATH
12760do
12761 IFS=$as_save_IFS
12762 test -z "$as_dir" && as_dir=.
12763 for ac_exec_ext in '' $ac_executable_extensions; do
12764 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12765 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12766 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12767 break 2
12768 fi
12769done
12770 done
12771IFS=$as_save_IFS
12772
12773fi
12774fi
12775STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12776if test -n "$STRIP_FOR_TARGET"; then
12777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12778$as_echo "$STRIP_FOR_TARGET" >&6; }
12779else
12780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12781$as_echo "no" >&6; }
12782fi
12783
12784
12785 done
12786fi
12787
12788if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
12789 for ncn_progname in strip; do
12790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
12791$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
12792 if test -x $with_build_time_tools/${ncn_progname}; then
12793 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
12794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12795$as_echo "yes" >&6; }
12796 break
12797 else
12798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12799$as_echo "no" >&6; }
12800 fi
12801 done
12802fi
12803
12804if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
12805 for ncn_progname in strip; do
12806 if test -n "$ncn_target_tool_prefix"; then
12807 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
12808set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
12809{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12810$as_echo_n "checking for $ac_word... " >&6; }
12811if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12812 $as_echo_n "(cached) " >&6
12813else
12814 if test -n "$STRIP_FOR_TARGET"; then
12815 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12816else
12817as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12818for as_dir in $PATH
12819do
12820 IFS=$as_save_IFS
12821 test -z "$as_dir" && as_dir=.
12822 for ac_exec_ext in '' $ac_executable_extensions; do
12823 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12824 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
12825 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12826 break 2
12827 fi
12828done
12829 done
12830IFS=$as_save_IFS
12831
12832fi
12833fi
12834STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12835if test -n "$STRIP_FOR_TARGET"; then
12836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12837$as_echo "$STRIP_FOR_TARGET" >&6; }
12838else
12839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12840$as_echo "no" >&6; }
12841fi
12842
12843
12844 fi
12845 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
12846 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12847set dummy ${ncn_progname}; ac_word=$2
12848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12849$as_echo_n "checking for $ac_word... " >&6; }
12850if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then :
12851 $as_echo_n "(cached) " >&6
12852else
12853 if test -n "$STRIP_FOR_TARGET"; then
12854 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
12855else
12856as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12857for as_dir in $PATH
12858do
12859 IFS=$as_save_IFS
12860 test -z "$as_dir" && as_dir=.
12861 for ac_exec_ext in '' $ac_executable_extensions; do
12862 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12863 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
12864 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12865 break 2
12866 fi
12867done
12868 done
12869IFS=$as_save_IFS
12870
12871fi
12872fi
12873STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
12874if test -n "$STRIP_FOR_TARGET"; then
12875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP_FOR_TARGET" >&5
12876$as_echo "$STRIP_FOR_TARGET" >&6; }
12877else
12878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12879$as_echo "no" >&6; }
12880fi
12881
12882
12883 fi
12884 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
12885 done
12886fi
12887
12888if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
12889 set dummy strip
12890 if test $build = $target ; then
12891 STRIP_FOR_TARGET="$2"
12892 else
12893 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
12894 fi
12895else
12896 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
12897fi
12898
12899else
12900 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
12901fi
12902
12903
12904
12905
12906if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12907 if test -n "$with_build_time_tools"; then
12908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windres in $with_build_time_tools" >&5
12909$as_echo_n "checking for windres in $with_build_time_tools... " >&6; }
12910 if test -x $with_build_time_tools/windres; then
12911 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
12912 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
12914$as_echo "$ac_cv_path_WINDRES_FOR_TARGET" >&6; }
12915 else
12916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12917$as_echo "no" >&6; }
12918 fi
12919 elif test $build != $host && test $have_gcc_for_target = yes; then
12920 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
12921 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
12922 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12923 fi
12924fi
12925if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
12926 # Extract the first word of "windres", so it can be a program name with args.
12927set dummy windres; ac_word=$2
12928{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12929$as_echo_n "checking for $ac_word... " >&6; }
12930if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then :
12931 $as_echo_n "(cached) " >&6
12932else
12933 case $WINDRES_FOR_TARGET in
12934 [\\/]* | ?:[\\/]*)
12935 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
12936 ;;
12937 *)
12938 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12939for as_dir in $gcc_cv_tool_dirs
12940do
12941 IFS=$as_save_IFS
12942 test -z "$as_dir" && as_dir=.
12943 for ac_exec_ext in '' $ac_executable_extensions; do
12944 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12945 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
12946 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12947 break 2
12948 fi
12949done
12950 done
12951IFS=$as_save_IFS
12952
12953 ;;
12954esac
12955fi
12956WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
12957if test -n "$WINDRES_FOR_TARGET"; then
12958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
12959$as_echo "$WINDRES_FOR_TARGET" >&6; }
12960else
12961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12962$as_echo "no" >&6; }
12963fi
12964
12965
12966fi
12967if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
12968
12969
12970if test -n "$WINDRES_FOR_TARGET"; then
12971 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
12972elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12973 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
12974fi
12975
12976if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
12977 for ncn_progname in windres; do
12978 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
12979set dummy ${ncn_progname}; ac_word=$2
12980{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12981$as_echo_n "checking for $ac_word... " >&6; }
12982if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
12983 $as_echo_n "(cached) " >&6
12984else
12985 if test -n "$WINDRES_FOR_TARGET"; then
12986 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
12987else
12988as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12989for as_dir in $PATH
12990do
12991 IFS=$as_save_IFS
12992 test -z "$as_dir" && as_dir=.
12993 for ac_exec_ext in '' $ac_executable_extensions; do
12994 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12995 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
12996 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12997 break 2
12998 fi
12999done
13000 done
13001IFS=$as_save_IFS
13002
13003fi
13004fi
13005WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13006if test -n "$WINDRES_FOR_TARGET"; then
13007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13008$as_echo "$WINDRES_FOR_TARGET" >&6; }
13009else
13010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13011$as_echo "no" >&6; }
13012fi
13013
13014
13015 done
13016fi
13017
13018if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
13019 for ncn_progname in windres; do
13020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13021$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13022 if test -x $with_build_time_tools/${ncn_progname}; then
13023 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13025$as_echo "yes" >&6; }
13026 break
13027 else
13028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13029$as_echo "no" >&6; }
13030 fi
13031 done
13032fi
13033
13034if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
13035 for ncn_progname in windres; do
13036 if test -n "$ncn_target_tool_prefix"; then
13037 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13038set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13040$as_echo_n "checking for $ac_word... " >&6; }
13041if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13042 $as_echo_n "(cached) " >&6
13043else
13044 if test -n "$WINDRES_FOR_TARGET"; then
13045 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13046else
13047as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13048for as_dir in $PATH
13049do
13050 IFS=$as_save_IFS
13051 test -z "$as_dir" && as_dir=.
13052 for ac_exec_ext in '' $ac_executable_extensions; do
13053 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13054 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13056 break 2
13057 fi
13058done
13059 done
13060IFS=$as_save_IFS
13061
13062fi
13063fi
13064WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13065if test -n "$WINDRES_FOR_TARGET"; then
13066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13067$as_echo "$WINDRES_FOR_TARGET" >&6; }
13068else
13069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13070$as_echo "no" >&6; }
13071fi
13072
13073
13074 fi
13075 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
13076 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13077set dummy ${ncn_progname}; ac_word=$2
13078{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13079$as_echo_n "checking for $ac_word... " >&6; }
13080if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then :
13081 $as_echo_n "(cached) " >&6
13082else
13083 if test -n "$WINDRES_FOR_TARGET"; then
13084 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
13085else
13086as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13087for as_dir in $PATH
13088do
13089 IFS=$as_save_IFS
13090 test -z "$as_dir" && as_dir=.
13091 for ac_exec_ext in '' $ac_executable_extensions; do
13092 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13093 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
13094 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13095 break 2
13096 fi
13097done
13098 done
13099IFS=$as_save_IFS
13100
13101fi
13102fi
13103WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
13104if test -n "$WINDRES_FOR_TARGET"; then
13105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES_FOR_TARGET" >&5
13106$as_echo "$WINDRES_FOR_TARGET" >&6; }
13107else
13108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13109$as_echo "no" >&6; }
13110fi
13111
13112
13113 fi
13114 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
13115 done
13116fi
13117
13118if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
13119 set dummy windres
13120 if test $build = $target ; then
13121 WINDRES_FOR_TARGET="$2"
13122 else
13123 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
13124 fi
13125else
13126 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
13127fi
13128
13129else
13130 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
13131fi
13132
13133
13134
13135
13136if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13137 if test -n "$with_build_time_tools"; then
13138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for windmc in $with_build_time_tools" >&5
13139$as_echo_n "checking for windmc in $with_build_time_tools... " >&6; }
13140 if test -x $with_build_time_tools/windmc; then
13141 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
13142 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
13144$as_echo "$ac_cv_path_WINDMC_FOR_TARGET" >&6; }
13145 else
13146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13147$as_echo "no" >&6; }
13148 fi
13149 elif test $build != $host && test $have_gcc_for_target = yes; then
13150 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
13151 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
13152 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13153 fi
13154fi
13155if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
13156 # Extract the first word of "windmc", so it can be a program name with args.
13157set dummy windmc; ac_word=$2
13158{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13159$as_echo_n "checking for $ac_word... " >&6; }
13160if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then :
13161 $as_echo_n "(cached) " >&6
13162else
13163 case $WINDMC_FOR_TARGET in
13164 [\\/]* | ?:[\\/]*)
13165 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
13166 ;;
13167 *)
13168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13169for as_dir in $gcc_cv_tool_dirs
13170do
13171 IFS=$as_save_IFS
13172 test -z "$as_dir" && as_dir=.
13173 for ac_exec_ext in '' $ac_executable_extensions; do
13174 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13175 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
13176 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13177 break 2
13178 fi
13179done
13180 done
13181IFS=$as_save_IFS
13182
13183 ;;
13184esac
13185fi
13186WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13187if test -n "$WINDMC_FOR_TARGET"; then
13188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13189$as_echo "$WINDMC_FOR_TARGET" >&6; }
13190else
13191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13192$as_echo "no" >&6; }
13193fi
13194
13195
13196fi
13197if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
13198
13199
13200if test -n "$WINDMC_FOR_TARGET"; then
13201 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
13202elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13203 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13204fi
13205
13206if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13207 for ncn_progname in windmc; do
13208 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13209set dummy ${ncn_progname}; ac_word=$2
13210{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13211$as_echo_n "checking for $ac_word... " >&6; }
13212if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13213 $as_echo_n "(cached) " >&6
13214else
13215 if test -n "$WINDMC_FOR_TARGET"; then
13216 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13217else
13218as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13219for as_dir in $PATH
13220do
13221 IFS=$as_save_IFS
13222 test -z "$as_dir" && as_dir=.
13223 for ac_exec_ext in '' $ac_executable_extensions; do
13224 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13225 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13226 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13227 break 2
13228 fi
13229done
13230 done
13231IFS=$as_save_IFS
13232
13233fi
13234fi
13235WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13236if test -n "$WINDMC_FOR_TARGET"; then
13237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13238$as_echo "$WINDMC_FOR_TARGET" >&6; }
13239else
13240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13241$as_echo "no" >&6; }
13242fi
13243
13244
13245 done
13246fi
13247
13248if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
13249 for ncn_progname in windmc; do
13250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ncn_progname} in $with_build_time_tools" >&5
13251$as_echo_n "checking for ${ncn_progname} in $with_build_time_tools... " >&6; }
13252 if test -x $with_build_time_tools/${ncn_progname}; then
13253 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
13254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13255$as_echo "yes" >&6; }
13256 break
13257 else
13258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13259$as_echo "no" >&6; }
13260 fi
13261 done
13262fi
13263
13264if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
13265 for ncn_progname in windmc; do
13266 if test -n "$ncn_target_tool_prefix"; then
13267 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
13268set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
13269{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13270$as_echo_n "checking for $ac_word... " >&6; }
13271if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13272 $as_echo_n "(cached) " >&6
13273else
13274 if test -n "$WINDMC_FOR_TARGET"; then
13275 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13276else
13277as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13278for as_dir in $PATH
13279do
13280 IFS=$as_save_IFS
13281 test -z "$as_dir" && as_dir=.
13282 for ac_exec_ext in '' $ac_executable_extensions; do
13283 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13284 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
13285 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13286 break 2
13287 fi
13288done
13289 done
13290IFS=$as_save_IFS
13291
13292fi
13293fi
13294WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13295if test -n "$WINDMC_FOR_TARGET"; then
13296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13297$as_echo "$WINDMC_FOR_TARGET" >&6; }
13298else
13299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13300$as_echo "no" >&6; }
13301fi
13302
13303
13304 fi
13305 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
13306 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
13307set dummy ${ncn_progname}; ac_word=$2
13308{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13309$as_echo_n "checking for $ac_word... " >&6; }
13310if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then :
13311 $as_echo_n "(cached) " >&6
13312else
13313 if test -n "$WINDMC_FOR_TARGET"; then
13314 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
13315else
13316as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13317for as_dir in $PATH
13318do
13319 IFS=$as_save_IFS
13320 test -z "$as_dir" && as_dir=.
13321 for ac_exec_ext in '' $ac_executable_extensions; do
13322 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13323 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
13324 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13325 break 2
13326 fi
13327done
13328 done
13329IFS=$as_save_IFS
13330
13331fi
13332fi
13333WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
13334if test -n "$WINDMC_FOR_TARGET"; then
13335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDMC_FOR_TARGET" >&5
13336$as_echo "$WINDMC_FOR_TARGET" >&6; }
13337else
13338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13339$as_echo "no" >&6; }
13340fi
13341
13342
13343 fi
13344 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
13345 done
13346fi
13347
13348if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
13349 set dummy windmc
13350 if test $build = $target ; then
13351 WINDMC_FOR_TARGET="$2"
13352 else
13353 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
13354 fi
13355else
13356 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
13357fi
13358
13359else
13360 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
13361fi
13362
13363
13364RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
13365
13366{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ar" >&5
13367$as_echo_n "checking where to find the target ar... " >&6; }
13368if test "x${build}" != "x${host}" ; then
13369 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13370 # We already found the complete path
13371 ac_dir=`dirname $AR_FOR_TARGET`
13372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13373$as_echo "pre-installed in $ac_dir" >&6; }
13374 else
13375 # Canadian cross, just use what we found
13376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13377$as_echo "pre-installed" >&6; }
13378 fi
13379else
13380 ok=yes
13381 case " ${configdirs} " in
13382 *" binutils "*) ;;
13383 *) ok=no ;;
13384 esac
13385
13386 if test $ok = yes; then
13387 # An in-tree tool is available and we can use it
13388 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
13389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13390$as_echo "just compiled" >&6; }
13391 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
13392 # We already found the complete path
13393 ac_dir=`dirname $AR_FOR_TARGET`
13394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13395$as_echo "pre-installed in $ac_dir" >&6; }
13396 elif test "x$target" = "x$host"; then
13397 # We can use an host tool
13398 AR_FOR_TARGET='$(AR)'
13399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13400$as_echo "host tool" >&6; }
13401 else
13402 # We need a cross tool
13403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13404$as_echo "pre-installed" >&6; }
13405 fi
13406fi
13407
13408{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target as" >&5
13409$as_echo_n "checking where to find the target as... " >&6; }
13410if test "x${build}" != "x${host}" ; then
13411 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13412 # We already found the complete path
13413 ac_dir=`dirname $AS_FOR_TARGET`
13414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13415$as_echo "pre-installed in $ac_dir" >&6; }
13416 else
13417 # Canadian cross, just use what we found
13418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13419$as_echo "pre-installed" >&6; }
13420 fi
13421else
13422 ok=yes
13423 case " ${configdirs} " in
13424 *" gas "*) ;;
13425 *) ok=no ;;
13426 esac
13427
13428 if test $ok = yes; then
13429 # An in-tree tool is available and we can use it
13430 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
13431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13432$as_echo "just compiled" >&6; }
13433 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
13434 # We already found the complete path
13435 ac_dir=`dirname $AS_FOR_TARGET`
13436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13437$as_echo "pre-installed in $ac_dir" >&6; }
13438 elif test "x$target" = "x$host"; then
13439 # We can use an host tool
13440 AS_FOR_TARGET='$(AS)'
13441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13442$as_echo "host tool" >&6; }
13443 else
13444 # We need a cross tool
13445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13446$as_echo "pre-installed" >&6; }
13447 fi
13448fi
13449
13450{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target cc" >&5
13451$as_echo_n "checking where to find the target cc... " >&6; }
13452if test "x${build}" != "x${host}" ; then
13453 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13454 # We already found the complete path
13455 ac_dir=`dirname $CC_FOR_TARGET`
13456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13457$as_echo "pre-installed in $ac_dir" >&6; }
13458 else
13459 # Canadian cross, just use what we found
13460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13461$as_echo "pre-installed" >&6; }
13462 fi
13463else
13464 ok=yes
13465 case " ${configdirs} " in
13466 *" gcc "*) ;;
13467 *) ok=no ;;
13468 esac
13469
13470 if test $ok = yes; then
13471 # An in-tree tool is available and we can use it
13472 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13474$as_echo "just compiled" >&6; }
13475 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
13476 # We already found the complete path
13477 ac_dir=`dirname $CC_FOR_TARGET`
13478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13479$as_echo "pre-installed in $ac_dir" >&6; }
13480 elif test "x$target" = "x$host"; then
13481 # We can use an host tool
13482 CC_FOR_TARGET='$(CC)'
13483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13484$as_echo "host tool" >&6; }
13485 else
13486 # We need a cross tool
13487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13488$as_echo "pre-installed" >&6; }
13489 fi
13490fi
13491
13492{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++" >&5
13493$as_echo_n "checking where to find the target c++... " >&6; }
13494if test "x${build}" != "x${host}" ; then
13495 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13496 # We already found the complete path
13497 ac_dir=`dirname $CXX_FOR_TARGET`
13498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13499$as_echo "pre-installed in $ac_dir" >&6; }
13500 else
13501 # Canadian cross, just use what we found
13502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13503$as_echo "pre-installed" >&6; }
13504 fi
13505else
13506 ok=yes
13507 case " ${configdirs} " in
13508 *" gcc "*) ;;
13509 *) ok=no ;;
13510 esac
13511 case ,${enable_languages}, in
13512 *,c++,*) ;;
13513 *) ok=no ;;
13514 esac
13515 if test $ok = yes; then
13516 # An in-tree tool is available and we can use it
13517 CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
13518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13519$as_echo "just compiled" >&6; }
13520 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
13521 # We already found the complete path
13522 ac_dir=`dirname $CXX_FOR_TARGET`
13523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13524$as_echo "pre-installed in $ac_dir" >&6; }
13525 elif test "x$target" = "x$host"; then
13526 # We can use an host tool
13527 CXX_FOR_TARGET='$(CXX)'
13528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13529$as_echo "host tool" >&6; }
13530 else
13531 # We need a cross tool
13532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13533$as_echo "pre-installed" >&6; }
13534 fi
13535fi
13536
13537{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target c++ for libstdc++" >&5
13538$as_echo_n "checking where to find the target c++ for libstdc++... " >&6; }
13539if test "x${build}" != "x${host}" ; then
13540 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13541 # We already found the complete path
13542 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13544$as_echo "pre-installed in $ac_dir" >&6; }
13545 else
13546 # Canadian cross, just use what we found
13547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13548$as_echo "pre-installed" >&6; }
13549 fi
13550else
13551 ok=yes
13552 case " ${configdirs} " in
13553 *" gcc "*) ;;
13554 *) ok=no ;;
13555 esac
13556 case ,${enable_languages}, in
13557 *,c++,*) ;;
13558 *) ok=no ;;
13559 esac
13560 if test $ok = yes; then
13561 # An in-tree tool is available and we can use it
13562 RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc -B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
13563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13564$as_echo "just compiled" >&6; }
13565 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
13566 # We already found the complete path
13567 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
13568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13569$as_echo "pre-installed in $ac_dir" >&6; }
13570 elif test "x$target" = "x$host"; then
13571 # We can use an host tool
13572 RAW_CXX_FOR_TARGET='$(CXX)'
13573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13574$as_echo "host tool" >&6; }
13575 else
13576 # We need a cross tool
13577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13578$as_echo "pre-installed" >&6; }
13579 fi
13580fi
13581
13582{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target dlltool" >&5
13583$as_echo_n "checking where to find the target dlltool... " >&6; }
13584if test "x${build}" != "x${host}" ; then
13585 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13586 # We already found the complete path
13587 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13589$as_echo "pre-installed in $ac_dir" >&6; }
13590 else
13591 # Canadian cross, just use what we found
13592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13593$as_echo "pre-installed" >&6; }
13594 fi
13595else
13596 ok=yes
13597 case " ${configdirs} " in
13598 *" binutils "*) ;;
13599 *) ok=no ;;
13600 esac
13601
13602 if test $ok = yes; then
13603 # An in-tree tool is available and we can use it
13604 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
13605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13606$as_echo "just compiled" >&6; }
13607 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
13608 # We already found the complete path
13609 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
13610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13611$as_echo "pre-installed in $ac_dir" >&6; }
13612 elif test "x$target" = "x$host"; then
13613 # We can use an host tool
13614 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
13615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13616$as_echo "host tool" >&6; }
13617 else
13618 # We need a cross tool
13619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13620$as_echo "pre-installed" >&6; }
13621 fi
13622fi
13623
13624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcc" >&5
13625$as_echo_n "checking where to find the target gcc... " >&6; }
13626if test "x${build}" != "x${host}" ; then
13627 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13628 # We already found the complete path
13629 ac_dir=`dirname $GCC_FOR_TARGET`
13630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13631$as_echo "pre-installed in $ac_dir" >&6; }
13632 else
13633 # Canadian cross, just use what we found
13634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13635$as_echo "pre-installed" >&6; }
13636 fi
13637else
13638 ok=yes
13639 case " ${configdirs} " in
13640 *" gcc "*) ;;
13641 *) ok=no ;;
13642 esac
13643
13644 if test $ok = yes; then
13645 # An in-tree tool is available and we can use it
13646 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
13647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13648$as_echo "just compiled" >&6; }
13649 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
13650 # We already found the complete path
13651 ac_dir=`dirname $GCC_FOR_TARGET`
13652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13653$as_echo "pre-installed in $ac_dir" >&6; }
13654 elif test "x$target" = "x$host"; then
13655 # We can use an host tool
13656 GCC_FOR_TARGET='$()'
13657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13658$as_echo "host tool" >&6; }
13659 else
13660 # We need a cross tool
13661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13662$as_echo "pre-installed" >&6; }
13663 fi
13664fi
13665
13666{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gcj" >&5
13667$as_echo_n "checking where to find the target gcj... " >&6; }
13668if test "x${build}" != "x${host}" ; then
13669 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13670 # We already found the complete path
13671 ac_dir=`dirname $GCJ_FOR_TARGET`
13672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13673$as_echo "pre-installed in $ac_dir" >&6; }
13674 else
13675 # Canadian cross, just use what we found
13676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13677$as_echo "pre-installed" >&6; }
13678 fi
13679else
13680 ok=yes
13681 case " ${configdirs} " in
13682 *" gcc "*) ;;
13683 *) ok=no ;;
13684 esac
13685 case ,${enable_languages}, in
13686 *,java,*) ;;
13687 *) ok=no ;;
13688 esac
13689 if test $ok = yes; then
13690 # An in-tree tool is available and we can use it
13691 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
13692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13693$as_echo "just compiled" >&6; }
13694 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
13695 # We already found the complete path
13696 ac_dir=`dirname $GCJ_FOR_TARGET`
13697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13698$as_echo "pre-installed in $ac_dir" >&6; }
13699 elif test "x$target" = "x$host"; then
13700 # We can use an host tool
13701 GCJ_FOR_TARGET='$(GCJ)'
13702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13703$as_echo "host tool" >&6; }
13704 else
13705 # We need a cross tool
13706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13707$as_echo "pre-installed" >&6; }
13708 fi
13709fi
13710
13711{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gfortran" >&5
13712$as_echo_n "checking where to find the target gfortran... " >&6; }
13713if test "x${build}" != "x${host}" ; then
13714 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13715 # We already found the complete path
13716 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13718$as_echo "pre-installed in $ac_dir" >&6; }
13719 else
13720 # Canadian cross, just use what we found
13721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13722$as_echo "pre-installed" >&6; }
13723 fi
13724else
13725 ok=yes
13726 case " ${configdirs} " in
13727 *" gcc "*) ;;
13728 *) ok=no ;;
13729 esac
13730 case ,${enable_languages}, in
13731 *,fortran,*) ;;
13732 *) ok=no ;;
13733 esac
13734 if test $ok = yes; then
13735 # An in-tree tool is available and we can use it
13736 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
13737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13738$as_echo "just compiled" >&6; }
13739 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
13740 # We already found the complete path
13741 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
13742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13743$as_echo "pre-installed in $ac_dir" >&6; }
13744 elif test "x$target" = "x$host"; then
13745 # We can use an host tool
13746 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
13747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13748$as_echo "host tool" >&6; }
13749 else
13750 # We need a cross tool
13751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13752$as_echo "pre-installed" >&6; }
13753 fi
13754fi
13755
13756{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target gccgo" >&5
13757$as_echo_n "checking where to find the target gccgo... " >&6; }
13758if test "x${build}" != "x${host}" ; then
13759 if expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13760 # We already found the complete path
13761 ac_dir=`dirname $GOC_FOR_TARGET`
13762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13763$as_echo "pre-installed in $ac_dir" >&6; }
13764 else
13765 # Canadian cross, just use what we found
13766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13767$as_echo "pre-installed" >&6; }
13768 fi
13769else
13770 ok=yes
13771 case " ${configdirs} " in
13772 *" gcc "*) ;;
13773 *) ok=no ;;
13774 esac
13775 case ,${enable_languages}, in
13776 *,go,*) ;;
13777 *) ok=no ;;
13778 esac
13779 if test $ok = yes; then
13780 # An in-tree tool is available and we can use it
13781 GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/'
13782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13783$as_echo "just compiled" >&6; }
13784 elif expr "x$GOC_FOR_TARGET" : "x/" > /dev/null; then
13785 # We already found the complete path
13786 ac_dir=`dirname $GOC_FOR_TARGET`
13787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13788$as_echo "pre-installed in $ac_dir" >&6; }
13789 elif test "x$target" = "x$host"; then
13790 # We can use an host tool
13791 GOC_FOR_TARGET='$(GOC)'
13792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13793$as_echo "host tool" >&6; }
13794 else
13795 # We need a cross tool
13796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13797$as_echo "pre-installed" >&6; }
13798 fi
13799fi
13800
13801{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ld" >&5
13802$as_echo_n "checking where to find the target ld... " >&6; }
13803if test "x${build}" != "x${host}" ; then
13804 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13805 # We already found the complete path
13806 ac_dir=`dirname $LD_FOR_TARGET`
13807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13808$as_echo "pre-installed in $ac_dir" >&6; }
13809 else
13810 # Canadian cross, just use what we found
13811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13812$as_echo "pre-installed" >&6; }
13813 fi
13814else
13815 ok=yes
13816 case " ${configdirs} " in
13817 *" ld "*) ;;
13818 *) ok=no ;;
13819 esac
13820
13821 if test $ok = yes; then
13822 # An in-tree tool is available and we can use it
13823 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
13824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13825$as_echo "just compiled" >&6; }
13826 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
13827 # We already found the complete path
13828 ac_dir=`dirname $LD_FOR_TARGET`
13829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13830$as_echo "pre-installed in $ac_dir" >&6; }
13831 elif test "x$target" = "x$host"; then
13832 # We can use an host tool
13833 LD_FOR_TARGET='$(LD)'
13834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13835$as_echo "host tool" >&6; }
13836 else
13837 # We need a cross tool
13838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13839$as_echo "pre-installed" >&6; }
13840 fi
13841fi
13842
13843{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target lipo" >&5
13844$as_echo_n "checking where to find the target lipo... " >&6; }
13845if test "x${build}" != "x${host}" ; then
13846 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13847 # We already found the complete path
13848 ac_dir=`dirname $LIPO_FOR_TARGET`
13849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13850$as_echo "pre-installed in $ac_dir" >&6; }
13851 else
13852 # Canadian cross, just use what we found
13853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13854$as_echo "pre-installed" >&6; }
13855 fi
13856else
13857 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
13858 # We already found the complete path
13859 ac_dir=`dirname $LIPO_FOR_TARGET`
13860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13861$as_echo "pre-installed in $ac_dir" >&6; }
13862 elif test "x$target" = "x$host"; then
13863 # We can use an host tool
13864 LIPO_FOR_TARGET='$(LIPO)'
13865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13866$as_echo "host tool" >&6; }
13867 else
13868 # We need a cross tool
13869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13870$as_echo "pre-installed" >&6; }
13871 fi
13872fi
13873
13874{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target nm" >&5
13875$as_echo_n "checking where to find the target nm... " >&6; }
13876if test "x${build}" != "x${host}" ; then
13877 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13878 # We already found the complete path
13879 ac_dir=`dirname $NM_FOR_TARGET`
13880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13881$as_echo "pre-installed in $ac_dir" >&6; }
13882 else
13883 # Canadian cross, just use what we found
13884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13885$as_echo "pre-installed" >&6; }
13886 fi
13887else
13888 ok=yes
13889 case " ${configdirs} " in
13890 *" binutils "*) ;;
13891 *) ok=no ;;
13892 esac
13893
13894 if test $ok = yes; then
13895 # An in-tree tool is available and we can use it
13896 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
13897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13898$as_echo "just compiled" >&6; }
13899 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
13900 # We already found the complete path
13901 ac_dir=`dirname $NM_FOR_TARGET`
13902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13903$as_echo "pre-installed in $ac_dir" >&6; }
13904 elif test "x$target" = "x$host"; then
13905 # We can use an host tool
13906 NM_FOR_TARGET='$(NM)'
13907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13908$as_echo "host tool" >&6; }
13909 else
13910 # We need a cross tool
13911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13912$as_echo "pre-installed" >&6; }
13913 fi
13914fi
13915
13916{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target objdump" >&5
13917$as_echo_n "checking where to find the target objdump... " >&6; }
13918if test "x${build}" != "x${host}" ; then
13919 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13920 # We already found the complete path
13921 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
13922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13923$as_echo "pre-installed in $ac_dir" >&6; }
13924 else
13925 # Canadian cross, just use what we found
13926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13927$as_echo "pre-installed" >&6; }
13928 fi
13929else
13930 ok=yes
13931 case " ${configdirs} " in
13932 *" binutils "*) ;;
13933 *) ok=no ;;
13934 esac
13935
13936 if test $ok = yes; then
13937 # An in-tree tool is available and we can use it
13938 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
13939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13940$as_echo "just compiled" >&6; }
13941 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
13942 # We already found the complete path
13943 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
13944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13945$as_echo "pre-installed in $ac_dir" >&6; }
13946 elif test "x$target" = "x$host"; then
13947 # We can use an host tool
13948 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
13949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13950$as_echo "host tool" >&6; }
13951 else
13952 # We need a cross tool
13953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13954$as_echo "pre-installed" >&6; }
13955 fi
13956fi
13957
13958{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target ranlib" >&5
13959$as_echo_n "checking where to find the target ranlib... " >&6; }
13960if test "x${build}" != "x${host}" ; then
13961 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13962 # We already found the complete path
13963 ac_dir=`dirname $RANLIB_FOR_TARGET`
13964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13965$as_echo "pre-installed in $ac_dir" >&6; }
13966 else
13967 # Canadian cross, just use what we found
13968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13969$as_echo "pre-installed" >&6; }
13970 fi
13971else
13972 ok=yes
13973 case " ${configdirs} " in
13974 *" binutils "*) ;;
13975 *) ok=no ;;
13976 esac
13977
13978 if test $ok = yes; then
13979 # An in-tree tool is available and we can use it
13980 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
13981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
13982$as_echo "just compiled" >&6; }
13983 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
13984 # We already found the complete path
13985 ac_dir=`dirname $RANLIB_FOR_TARGET`
13986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
13987$as_echo "pre-installed in $ac_dir" >&6; }
13988 elif test "x$target" = "x$host"; then
13989 # We can use an host tool
13990 RANLIB_FOR_TARGET='$(RANLIB)'
13991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
13992$as_echo "host tool" >&6; }
13993 else
13994 # We need a cross tool
13995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
13996$as_echo "pre-installed" >&6; }
13997 fi
13998fi
13999
14000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target strip" >&5
14001$as_echo_n "checking where to find the target strip... " >&6; }
14002if test "x${build}" != "x${host}" ; then
14003 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14004 # We already found the complete path
14005 ac_dir=`dirname $STRIP_FOR_TARGET`
14006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14007$as_echo "pre-installed in $ac_dir" >&6; }
14008 else
14009 # Canadian cross, just use what we found
14010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14011$as_echo "pre-installed" >&6; }
14012 fi
14013else
14014 ok=yes
14015 case " ${configdirs} " in
14016 *" binutils "*) ;;
14017 *) ok=no ;;
14018 esac
14019
14020 if test $ok = yes; then
14021 # An in-tree tool is available and we can use it
14022 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
14023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14024$as_echo "just compiled" >&6; }
14025 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
14026 # We already found the complete path
14027 ac_dir=`dirname $STRIP_FOR_TARGET`
14028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14029$as_echo "pre-installed in $ac_dir" >&6; }
14030 elif test "x$target" = "x$host"; then
14031 # We can use an host tool
14032 STRIP_FOR_TARGET='$(STRIP)'
14033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14034$as_echo "host tool" >&6; }
14035 else
14036 # We need a cross tool
14037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14038$as_echo "pre-installed" >&6; }
14039 fi
14040fi
14041
14042{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windres" >&5
14043$as_echo_n "checking where to find the target windres... " >&6; }
14044if test "x${build}" != "x${host}" ; then
14045 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14046 # We already found the complete path
14047 ac_dir=`dirname $WINDRES_FOR_TARGET`
14048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14049$as_echo "pre-installed in $ac_dir" >&6; }
14050 else
14051 # Canadian cross, just use what we found
14052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14053$as_echo "pre-installed" >&6; }
14054 fi
14055else
14056 ok=yes
14057 case " ${configdirs} " in
14058 *" binutils "*) ;;
14059 *) ok=no ;;
14060 esac
14061
14062 if test $ok = yes; then
14063 # An in-tree tool is available and we can use it
14064 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
14065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14066$as_echo "just compiled" >&6; }
14067 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
14068 # We already found the complete path
14069 ac_dir=`dirname $WINDRES_FOR_TARGET`
14070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14071$as_echo "pre-installed in $ac_dir" >&6; }
14072 elif test "x$target" = "x$host"; then
14073 # We can use an host tool
14074 WINDRES_FOR_TARGET='$(WINDRES)'
14075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14076$as_echo "host tool" >&6; }
14077 else
14078 # We need a cross tool
14079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14080$as_echo "pre-installed" >&6; }
14081 fi
14082fi
14083
14084{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the target windmc" >&5
14085$as_echo_n "checking where to find the target windmc... " >&6; }
14086if test "x${build}" != "x${host}" ; then
14087 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14088 # We already found the complete path
14089 ac_dir=`dirname $WINDMC_FOR_TARGET`
14090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14091$as_echo "pre-installed in $ac_dir" >&6; }
14092 else
14093 # Canadian cross, just use what we found
14094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14095$as_echo "pre-installed" >&6; }
14096 fi
14097else
14098 ok=yes
14099 case " ${configdirs} " in
14100 *" binutils "*) ;;
14101 *) ok=no ;;
14102 esac
14103
14104 if test $ok = yes; then
14105 # An in-tree tool is available and we can use it
14106 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
14107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
14108$as_echo "just compiled" >&6; }
14109 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
14110 # We already found the complete path
14111 ac_dir=`dirname $WINDMC_FOR_TARGET`
14112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed in $ac_dir" >&5
14113$as_echo "pre-installed in $ac_dir" >&6; }
14114 elif test "x$target" = "x$host"; then
14115 # We can use an host tool
14116 WINDMC_FOR_TARGET='$(WINDMC)'
14117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5
14118$as_echo "host tool" >&6; }
14119 else
14120 # We need a cross tool
14121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: pre-installed" >&5
14122$as_echo "pre-installed" >&6; }
14123 fi
14124fi
14125
14126
14127
14128
14129
14130# Certain tools may need extra flags.
14131AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
14132RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
14133NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
14134
14135# When building target libraries, except in a Canadian cross, we use
14136# the same toolchain as the compiler we just built.
14137COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
14138COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
14139COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
14140if test $host = $build; then
14141 case " $configdirs " in
14142 *" gcc "*)
14143 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
14144 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
14145 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
14146 ;;
14147 esac
14148fi
14149
14150
14151
14152
14153
14154{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14155$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14156# Check whether --enable-maintainer-mode was given.
14157if test "${enable_maintainer_mode+set}" = set; then :
14158 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
14159else
14160 USE_MAINTAINER_MODE=no
14161fi
14162
14163{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14164$as_echo "$USE_MAINTAINER_MODE" >&6; }
14165
14166
14167if test "$USE_MAINTAINER_MODE" = yes; then
14168 MAINTAINER_MODE_TRUE=
14169 MAINTAINER_MODE_FALSE='#'
14170else
14171 MAINTAINER_MODE_TRUE='#'
14172 MAINTAINER_MODE_FALSE=
14173fi
14174MAINT=$MAINTAINER_MODE_TRUE
14175
14176# ---------------------
14177# GCC bootstrap support
14178# ---------------------
14179
14180# Stage specific cflags for build.
14181stage1_cflags="-g"
14182case $build in
14183 vax-*-*)
14184 case ${GCC} in
14185 yes) stage1_cflags="-g -Wa,-J" ;;
14186 *) stage1_cflags="-g -J" ;;
14187 esac ;;
14188esac
14189
14190# This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
14191if test "$GCC" = yes -a "$ENABLE_BUILD_WITH_CXX" != yes; then
14192 saved_CFLAGS="$CFLAGS"
14193
14194 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
14195 CFLAGS="$CFLAGS -fkeep-inline-functions"
14196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fkeep-inline-functions is supported" >&5
14197$as_echo_n "checking whether -fkeep-inline-functions is supported... " >&6; }
14198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14199/* end confdefs.h. */
14200
14201#if (__GNUC__ < 3) \
14202 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
14203 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
14204#error http://gcc.gnu.org/PR29382
14205#endif
14206
14207int
14208main ()
14209{
14210
14211 ;
14212 return 0;
14213}
14214_ACEOF
14215if ac_fn_c_try_compile "$LINENO"; then :
14216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14217$as_echo "yes" >&6; }; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
14218else
14219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14220$as_echo "no" >&6; }
14221fi
14222rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14223
14224 CFLAGS="$saved_CFLAGS"
14225fi
14226
14227
14228
14229# Enable --enable-checking in stage1 of the compiler.
14230# Check whether --enable-stage1-checking was given.
14231if test "${enable_stage1_checking+set}" = set; then :
14232 enableval=$enable_stage1_checking; stage1_checking=--enable-checking=${enable_stage1_checking}
14233else
14234 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
14235 stage1_checking=--enable-checking=yes,types
14236else
14237 stage1_checking=--enable-checking=$enable_checking,types
14238fi
14239fi
14240
14241
14242
14243# Enable -Werror in bootstrap stage2 and later.
14244# Check whether --enable-werror was given.
14245if test "${enable_werror+set}" = set; then :
14246 enableval=$enable_werror;
14247else
14248 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
14249 enable_werror=yes
14250else
14251 enable_werror=no
14252fi
14253fi
14254
14255case ${enable_werror} in
14256 yes) stage2_werror_flag="--enable-werror-always" ;;
14257 *) stage2_werror_flag="" ;;
14258esac
14259
14260
14261# Specify what files to not compare during bootstrap.
14262
14263compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*"
14264case "$target" in
14265 hppa*64*-*-hpux*) ;;
14266 hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;;
14267esac
14268case " $configdirs " in
14269*" ppl "*) compare_exclusions="$compare_exclusions | ppl/src/ppl-config.o" ;;
14270esac
14271
14272
14273ac_config_files="$ac_config_files Makefile"
14274
14275cat >confcache <<\_ACEOF
14276# This file is a shell script that caches the results of configure
14277# tests run on this system so they can be shared between configure
14278# scripts and configure runs, see configure's option --config-cache.
14279# It is not useful on other systems. If it contains results you don't
14280# want to keep, you may remove or edit it.
14281#
14282# config.status only pays attention to the cache file if you give it
14283# the --recheck option to rerun configure.
14284#
14285# `ac_cv_env_foo' variables (set or unset) will be overridden when
14286# loading this file, other *unset* `ac_cv_foo' will be assigned the
14287# following values.
14288
14289_ACEOF
14290
14291# The following way of writing the cache mishandles newlines in values,
14292# but we know of no workaround that is simple, portable, and efficient.
14293# So, we kill variables containing newlines.
14294# Ultrix sh set writes to stderr and can't be redirected directly,
14295# and sets the high bit in the cache file unless we assign to the vars.
14296(
14297 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14298 eval ac_val=\$$ac_var
14299 case $ac_val in #(
14300 *${as_nl}*)
14301 case $ac_var in #(
14302 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14303$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14304 esac
14305 case $ac_var in #(
14306 _ | IFS | as_nl) ;; #(
14307 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14308 *) { eval $ac_var=; unset $ac_var;} ;;
14309 esac ;;
14310 esac
14311 done
14312
14313 (set) 2>&1 |
14314 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14315 *${as_nl}ac_space=\ *)
14316 # `set' does not quote correctly, so add quotes: double-quote
14317 # substitution turns \\\\ into \\, and sed turns \\ into \.
14318 sed -n \
14319 "s/'/'\\\\''/g;
14320 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14321 ;; #(
14322 *)
14323 # `set' quotes correctly as required by POSIX, so do not add quotes.
14324 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14325 ;;
14326 esac |
14327 sort
14328) |
14329 sed '
14330 /^ac_cv_env_/b end
14331 t clear
14332 :clear
14333 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14334 t end
14335 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14336 :end' >>confcache
14337if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14338 if test -w "$cache_file"; then
14339 test "x$cache_file" != "x/dev/null" &&
14340 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14341$as_echo "$as_me: updating cache $cache_file" >&6;}
14342 cat confcache >$cache_file
14343 else
14344 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14345$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14346 fi
14347fi
14348rm -f confcache
14349
14350test "x$prefix" = xNONE && prefix=$ac_default_prefix
14351# Let make expand exec_prefix.
14352test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14353
14354# Transform confdefs.h into DEFS.
14355# Protect against shell expansion while executing Makefile rules.
14356# Protect against Makefile macro expansion.
14357#
14358# If the first sed substitution is executed (which looks for macros that
14359# take arguments), then branch to the quote section. Otherwise,
14360# look for a macro that doesn't take arguments.
14361ac_script='
14362:mline
14363/\\$/{
14364 N
14365 s,\\\n,,
14366 b mline
14367}
14368t clear
14369:clear
14370s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
14371t quote
14372s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
14373t quote
14374b any
14375:quote
14376s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
14377s/\[/\\&/g
14378s/\]/\\&/g
14379s/\$/$$/g
14380H
14381:any
14382${
14383 g
14384 s/^\n//
14385 s/\n/ /g
14386 p
14387}
14388'
14389DEFS=`sed -n "$ac_script" confdefs.h`
14390
14391
14392ac_libobjs=
14393ac_ltlibobjs=
14394for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14395 # 1. Remove the extension, and $U if already installed.
14396 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14397 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14398 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14399 # will be set to the directory where LIBOBJS objects are built.
14400 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14401 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14402done
14403LIBOBJS=$ac_libobjs
14404
14405LTLIBOBJS=$ac_ltlibobjs
14406
14407
14408
14409: ${CONFIG_STATUS=./config.status}
14410ac_write_fail=0
14411ac_clean_files_save=$ac_clean_files
14412ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14413{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14414$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14415as_write_fail=0
14416cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14417#! $SHELL
14418# Generated by $as_me.
14419# Run this file to recreate the current configuration.
14420# Compiler output produced by configure, useful for debugging
14421# configure, is in config.log if it exists.
14422
14423debug=false
14424ac_cs_recheck=false
14425ac_cs_silent=false
14426
14427SHELL=\${CONFIG_SHELL-$SHELL}
14428export SHELL
14429_ASEOF
14430cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14431## -------------------- ##
14432## M4sh Initialization. ##
14433## -------------------- ##
14434
14435# Be more Bourne compatible
14436DUALCASE=1; export DUALCASE # for MKS sh
14437if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14438 emulate sh
14439 NULLCMD=:
14440 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14441 # is contrary to our usage. Disable this feature.
14442 alias -g '${1+"$@"}'='"$@"'
14443 setopt NO_GLOB_SUBST
14444else
14445 case `(set -o) 2>/dev/null` in #(
14446 *posix*) :
14447 set -o posix ;; #(
14448 *) :
14449 ;;
14450esac
14451fi
14452
14453
14454as_nl='
14455'
14456export as_nl
14457# Printing a long string crashes Solaris 7 /usr/bin/printf.
14458as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14459as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14460as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14461# Prefer a ksh shell builtin over an external printf program on Solaris,
14462# but without wasting forks for bash or zsh.
14463if test -z "$BASH_VERSION$ZSH_VERSION" \
14464 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14465 as_echo='print -r --'
14466 as_echo_n='print -rn --'
14467elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14468 as_echo='printf %s\n'
14469 as_echo_n='printf %s'
14470else
14471 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14472 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14473 as_echo_n='/usr/ucb/echo -n'
14474 else
14475 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14476 as_echo_n_body='eval
14477 arg=$1;
14478 case $arg in #(
14479 *"$as_nl"*)
14480 expr "X$arg" : "X\\(.*\\)$as_nl";
14481 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14482 esac;
14483 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14484 '
14485 export as_echo_n_body
14486 as_echo_n='sh -c $as_echo_n_body as_echo'
14487 fi
14488 export as_echo_body
14489 as_echo='sh -c $as_echo_body as_echo'
14490fi
14491
14492# The user is always right.
14493if test "${PATH_SEPARATOR+set}" != set; then
14494 PATH_SEPARATOR=:
14495 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14496 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14497 PATH_SEPARATOR=';'
14498 }
14499fi
14500
14501
14502# IFS
14503# We need space, tab and new line, in precisely that order. Quoting is
14504# there to prevent editors from complaining about space-tab.
14505# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14506# splitting by setting IFS to empty value.)
14507IFS=" "" $as_nl"
14508
14509# Find who we are. Look in the path if we contain no directory separator.
14510case $0 in #((
14511 *[\\/]* ) as_myself=$0 ;;
14512 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14513for as_dir in $PATH
14514do
14515 IFS=$as_save_IFS
14516 test -z "$as_dir" && as_dir=.
14517 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14518 done
14519IFS=$as_save_IFS
14520
14521 ;;
14522esac
14523# We did not find ourselves, most probably we were run as `sh COMMAND'
14524# in which case we are not to be found in the path.
14525if test "x$as_myself" = x; then
14526 as_myself=$0
14527fi
14528if test ! -f "$as_myself"; then
14529 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14530 exit 1
14531fi
14532
14533# Unset variables that we do not need and which cause bugs (e.g. in
14534# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14535# suppresses any "Segmentation fault" message there. '((' could
14536# trigger a bug in pdksh 5.2.14.
14537for as_var in BASH_ENV ENV MAIL MAILPATH
14538do eval test x\${$as_var+set} = xset \
14539 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14540done
14541PS1='$ '
14542PS2='> '
14543PS4='+ '
14544
14545# NLS nuisances.
14546LC_ALL=C
14547export LC_ALL
14548LANGUAGE=C
14549export LANGUAGE
14550
14551# CDPATH.
14552(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14553
14554
14555# as_fn_error ERROR [LINENO LOG_FD]
14556# ---------------------------------
14557# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14558# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14559# script with status $?, using 1 if that was 0.
14560as_fn_error ()
14561{
14562 as_status=$?; test $as_status -eq 0 && as_status=1
14563 if test "$3"; then
14564 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14565 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14566 fi
14567 $as_echo "$as_me: error: $1" >&2
14568 as_fn_exit $as_status
14569} # as_fn_error
14570
14571
14572# as_fn_set_status STATUS
14573# -----------------------
14574# Set $? to STATUS, without forking.
14575as_fn_set_status ()
14576{
14577 return $1
14578} # as_fn_set_status
14579
14580# as_fn_exit STATUS
14581# -----------------
14582# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14583as_fn_exit ()
14584{
14585 set +e
14586 as_fn_set_status $1
14587 exit $1
14588} # as_fn_exit
14589
14590# as_fn_unset VAR
14591# ---------------
14592# Portably unset VAR.
14593as_fn_unset ()
14594{
14595 { eval $1=; unset $1;}
14596}
14597as_unset=as_fn_unset
14598# as_fn_append VAR VALUE
14599# ----------------------
14600# Append the text in VALUE to the end of the definition contained in VAR. Take
14601# advantage of any shell optimizations that allow amortized linear growth over
14602# repeated appends, instead of the typical quadratic growth present in naive
14603# implementations.
14604if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14605 eval 'as_fn_append ()
14606 {
14607 eval $1+=\$2
14608 }'
14609else
14610 as_fn_append ()
14611 {
14612 eval $1=\$$1\$2
14613 }
14614fi # as_fn_append
14615
14616# as_fn_arith ARG...
14617# ------------------
14618# Perform arithmetic evaluation on the ARGs, and store the result in the
14619# global $as_val. Take advantage of shells that can avoid forks. The arguments
14620# must be portable across $(()) and expr.
14621if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14622 eval 'as_fn_arith ()
14623 {
14624 as_val=$(( $* ))
14625 }'
14626else
14627 as_fn_arith ()
14628 {
14629 as_val=`expr "$@" || test $? -eq 1`
14630 }
14631fi # as_fn_arith
14632
14633
14634if expr a : '\(a\)' >/dev/null 2>&1 &&
14635 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14636 as_expr=expr
14637else
14638 as_expr=false
14639fi
14640
14641if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14642 as_basename=basename
14643else
14644 as_basename=false
14645fi
14646
14647if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14648 as_dirname=dirname
14649else
14650 as_dirname=false
14651fi
14652
14653as_me=`$as_basename -- "$0" ||
14654$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14655 X"$0" : 'X\(//\)$' \| \
14656 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14657$as_echo X/"$0" |
14658 sed '/^.*\/\([^/][^/]*\)\/*$/{
14659 s//\1/
14660 q
14661 }
14662 /^X\/\(\/\/\)$/{
14663 s//\1/
14664 q
14665 }
14666 /^X\/\(\/\).*/{
14667 s//\1/
14668 q
14669 }
14670 s/.*/./; q'`
14671
14672# Avoid depending upon Character Ranges.
14673as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14674as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14675as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14676as_cr_digits='0123456789'
14677as_cr_alnum=$as_cr_Letters$as_cr_digits
14678
14679ECHO_C= ECHO_N= ECHO_T=
14680case `echo -n x` in #(((((
14681-n*)
14682 case `echo 'xy\c'` in
14683 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14684 xy) ECHO_C='\c';;
14685 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14686 ECHO_T=' ';;
14687 esac;;
14688*)
14689 ECHO_N='-n';;
14690esac
14691
14692rm -f conf$$ conf$$.exe conf$$.file
14693if test -d conf$$.dir; then
14694 rm -f conf$$.dir/conf$$.file
14695else
14696 rm -f conf$$.dir
14697 mkdir conf$$.dir 2>/dev/null
14698fi
14699if (echo >conf$$.file) 2>/dev/null; then
14700 if ln -s conf$$.file conf$$ 2>/dev/null; then
14701 as_ln_s='ln -s'
14702 # ... but there are two gotchas:
14703 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14704 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14705 # In both cases, we have to default to `cp -p'.
14706 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14707 as_ln_s='cp -p'
14708 elif ln conf$$.file conf$$ 2>/dev/null; then
14709 as_ln_s=ln
14710 else
14711 as_ln_s='cp -p'
14712 fi
14713else
14714 as_ln_s='cp -p'
14715fi
14716rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14717rmdir conf$$.dir 2>/dev/null
14718
14719
14720# as_fn_mkdir_p
14721# -------------
14722# Create "$as_dir" as a directory, including parents if necessary.
14723as_fn_mkdir_p ()
14724{
14725
14726 case $as_dir in #(
14727 -*) as_dir=./$as_dir;;
14728 esac
14729 test -d "$as_dir" || eval $as_mkdir_p || {
14730 as_dirs=
14731 while :; do
14732 case $as_dir in #(
14733 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14734 *) as_qdir=$as_dir;;
14735 esac
14736 as_dirs="'$as_qdir' $as_dirs"
14737 as_dir=`$as_dirname -- "$as_dir" ||
14738$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14739 X"$as_dir" : 'X\(//\)[^/]' \| \
14740 X"$as_dir" : 'X\(//\)$' \| \
14741 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14742$as_echo X"$as_dir" |
14743 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14744 s//\1/
14745 q
14746 }
14747 /^X\(\/\/\)[^/].*/{
14748 s//\1/
14749 q
14750 }
14751 /^X\(\/\/\)$/{
14752 s//\1/
14753 q
14754 }
14755 /^X\(\/\).*/{
14756 s//\1/
14757 q
14758 }
14759 s/.*/./; q'`
14760 test -d "$as_dir" && break
14761 done
14762 test -z "$as_dirs" || eval "mkdir $as_dirs"
14763 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14764
14765
14766} # as_fn_mkdir_p
14767if mkdir -p . 2>/dev/null; then
14768 as_mkdir_p='mkdir -p "$as_dir"'
14769else
14770 test -d ./-p && rmdir ./-p
14771 as_mkdir_p=false
14772fi
14773
14774if test -x / >/dev/null 2>&1; then
14775 as_test_x='test -x'
14776else
14777 if ls -dL / >/dev/null 2>&1; then
14778 as_ls_L_option=L
14779 else
14780 as_ls_L_option=
14781 fi
14782 as_test_x='
14783 eval sh -c '\''
14784 if test -d "$1"; then
14785 test -d "$1/.";
14786 else
14787 case $1 in #(
14788 -*)set "./$1";;
14789 esac;
14790 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14791 ???[sx]*):;;*)false;;esac;fi
14792 '\'' sh
14793 '
14794fi
14795as_executable_p=$as_test_x
14796
14797# Sed expression to map a string onto a valid CPP name.
14798as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14799
14800# Sed expression to map a string onto a valid variable name.
14801as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14802
14803
14804exec 6>&1
14805## ----------------------------------- ##
14806## Main body of $CONFIG_STATUS script. ##
14807## ----------------------------------- ##
14808_ASEOF
14809test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14810
14811cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14812# Save the log message, to keep $0 and so on meaningful, and to
14813# report actual input values of CONFIG_FILES etc. instead of their
14814# values after options handling.
14815ac_log="
14816This file was extended by $as_me, which was
14817generated by GNU Autoconf 2.64. Invocation command line was
14818
14819 CONFIG_FILES = $CONFIG_FILES
14820 CONFIG_HEADERS = $CONFIG_HEADERS
14821 CONFIG_LINKS = $CONFIG_LINKS
14822 CONFIG_COMMANDS = $CONFIG_COMMANDS
14823 $ $0 $@
14824
14825on `(hostname || uname -n) 2>/dev/null | sed 1q`
14826"
14827
14828_ACEOF
14829
14830case $ac_config_files in *"
14831"*) set x $ac_config_files; shift; ac_config_files=$*;;
14832esac
14833
14834
14835
14836cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14837# Files that config.status was made for.
14838config_files="$ac_config_files"
14839
14840_ACEOF
14841
14842cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14843ac_cs_usage="\
14844\`$as_me' instantiates files and other configuration actions
14845from templates according to the current configuration. Unless the files
14846and actions are specified as TAGs, all are instantiated by default.
14847
14848Usage: $0 [OPTION]... [TAG]...
14849
14850 -h, --help print this help, then exit
14851 -V, --version print version number and configuration settings, then exit
14852 -q, --quiet, --silent
14853 do not print progress messages
14854 -d, --debug don't remove temporary files
14855 --recheck update $as_me by reconfiguring in the same conditions
14856 --file=FILE[:TEMPLATE]
14857 instantiate the configuration file FILE
14858
14859Configuration files:
14860$config_files
14861
14862Report bugs to the package provider."
14863
14864_ACEOF
14865cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14866ac_cs_version="\\
14867config.status
14868configured by $0, generated by GNU Autoconf 2.64,
14869 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14870
14871Copyright (C) 2009 Free Software Foundation, Inc.
14872This config.status script is free software; the Free Software Foundation
14873gives unlimited permission to copy, distribute and modify it."
14874
14875ac_pwd='$ac_pwd'
14876srcdir='$srcdir'
14877INSTALL='$INSTALL'
14878AWK='$AWK'
14879test -n "\$AWK" || AWK=awk
14880_ACEOF
14881
14882cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14883# The default lists apply if the user does not specify any file.
14884ac_need_defaults=:
14885while test $# != 0
14886do
14887 case $1 in
14888 --*=*)
14889 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14890 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14891 ac_shift=:
14892 ;;
14893 *)
14894 ac_option=$1
14895 ac_optarg=$2
14896 ac_shift=shift
14897 ;;
14898 esac
14899
14900 case $ac_option in
14901 # Handling of the options.
14902 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14903 ac_cs_recheck=: ;;
14904 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14905 $as_echo "$ac_cs_version"; exit ;;
14906 --debug | --debu | --deb | --de | --d | -d )
14907 debug=: ;;
14908 --file | --fil | --fi | --f )
14909 $ac_shift
14910 case $ac_optarg in
14911 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14912 esac
14913 as_fn_append CONFIG_FILES " '$ac_optarg'"
14914 ac_need_defaults=false;;
14915 --he | --h | --help | --hel | -h )
14916 $as_echo "$ac_cs_usage"; exit ;;
14917 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14918 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14919 ac_cs_silent=: ;;
14920
14921 # This is an error.
14922 -*) as_fn_error "unrecognized option: \`$1'
14923Try \`$0 --help' for more information." ;;
14924
14925 *) as_fn_append ac_config_targets " $1"
14926 ac_need_defaults=false ;;
14927
14928 esac
14929 shift
14930done
14931
14932ac_configure_extra_args=
14933
14934if $ac_cs_silent; then
14935 exec 6>/dev/null
14936 ac_configure_extra_args="$ac_configure_extra_args --silent"
14937fi
14938
14939_ACEOF
14940cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14941if \$ac_cs_recheck; then
14942 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14943 shift
14944 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14945 CONFIG_SHELL='$SHELL'
14946 export CONFIG_SHELL
14947 exec "\$@"
14948fi
14949
14950_ACEOF
14951cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14952exec 5>>config.log
14953{
14954 echo
14955 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14956## Running $as_me. ##
14957_ASBOX
14958 $as_echo "$ac_log"
14959} >&5
14960
14961_ACEOF
14962cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14963#
14964# INIT-COMMANDS
14965#
14966extrasub_build="$extrasub_build"
14967 extrasub_host="$extrasub_host"
14968 extrasub_target="$extrasub_target"
14969
14970_ACEOF
14971
14972cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14973
14974# Handling of arguments.
14975for ac_config_target in $ac_config_targets
14976do
14977 case $ac_config_target in
14978 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14979
14980 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14981 esac
14982done
14983
14984
14985# If the user did not use the arguments to specify the items to instantiate,
14986# then the envvar interface is used. Set only those that are not.
14987# We use the long form for the default assignment because of an extremely
14988# bizarre bug on SunOS 4.1.3.
14989if $ac_need_defaults; then
14990 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14991fi
14992
14993# Have a temporary directory for convenience. Make it in the build tree
14994# simply because there is no reason against having it here, and in addition,
14995# creating and moving files from /tmp can sometimes cause problems.
14996# Hook for its removal unless debugging.
14997# Note that there is a small window in which the directory will not be cleaned:
14998# after its creation but before its name has been assigned to `$tmp'.
14999$debug ||
15000{
15001 tmp=
15002 trap 'exit_status=$?
15003 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15004' 0
15005 trap 'as_fn_exit 1' 1 2 13 15
15006}
15007# Create a (secure) tmp directory for tmp files.
15008
15009{
15010 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15011 test -n "$tmp" && test -d "$tmp"
15012} ||
15013{
15014 tmp=./conf$$-$RANDOM
15015 (umask 077 && mkdir "$tmp")
15016} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15017
15018# Set up the scripts for CONFIG_FILES section.
15019# No need to generate them if there are no CONFIG_FILES.
15020# This happens for instance with `./config.status config.h'.
15021if test -n "$CONFIG_FILES"; then
15022
15023if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15024 ac_cs_awk_getline=:
15025 ac_cs_awk_pipe_init=
15026 ac_cs_awk_read_file='
15027 while ((getline aline < (F[key])) > 0)
15028 print(aline)
15029 close(F[key])'
15030 ac_cs_awk_pipe_fini=
15031else
15032 ac_cs_awk_getline=false
15033 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15034 ac_cs_awk_read_file='
15035 print "|#_!!_#|"
15036 print "cat " F[key] " &&"
15037 '$ac_cs_awk_pipe_init
15038 # The final `:' finishes the AND list.
15039 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15040fi
15041ac_cr=`echo X | tr X '\015'`
15042# On cygwin, bash can eat \r inside `` if the user requested igncr.
15043# But we know of no other shell where ac_cr would be empty at this
15044# point, so we can use a bashism as a fallback.
15045if test "x$ac_cr" = x; then
15046 eval ac_cr=\$\'\\r\'
15047fi
15048ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15049if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15050 ac_cs_awk_cr='\r'
15051else
15052 ac_cs_awk_cr=$ac_cr
15053fi
15054
15055echo 'BEGIN {' >"$tmp/subs1.awk" &&
15056_ACEOF
15057
15058# Create commands to substitute file output variables.
15059{
15060 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15061 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15062 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15063 echo "_ACAWK" &&
15064 echo "_ACEOF"
15065} >conf$$files.sh &&
15066. ./conf$$files.sh ||
15067 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15068rm -f conf$$files.sh
15069
15070{
15071 echo "cat >conf$$subs.awk <<_ACEOF" &&
15072 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15073 echo "_ACEOF"
15074} >conf$$subs.sh ||
15075 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15076ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15077ac_delim='%!_!# '
15078for ac_last_try in false false false false false :; do
15079 . ./conf$$subs.sh ||
15080 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15081
15082 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15083 if test $ac_delim_n = $ac_delim_num; then
15084 break
15085 elif $ac_last_try; then
15086 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15087 else
15088 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15089 fi
15090done
15091rm -f conf$$subs.sh
15092
15093cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15094cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15095_ACEOF
15096sed -n '
15097h
15098s/^/S["/; s/!.*/"]=/
15099p
15100g
15101s/^[^!]*!//
15102:repl
15103t repl
15104s/'"$ac_delim"'$//
15105t delim
15106:nl
15107h
15108s/\(.\{148\}\).*/\1/
15109t more1
15110s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15111p
15112n
15113b repl
15114:more1
15115s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15116p
15117g
15118s/.\{148\}//
15119t nl
15120:delim
15121h
15122s/\(.\{148\}\).*/\1/
15123t more2
15124s/["\\]/\\&/g; s/^/"/; s/$/"/
15125p
15126b
15127:more2
15128s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15129p
15130g
15131s/.\{148\}//
15132t delim
15133' <conf$$subs.awk | sed '
15134/^[^""]/{
15135 N
15136 s/\n//
15137}
15138' >>$CONFIG_STATUS || ac_write_fail=1
15139rm -f conf$$subs.awk
15140cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15141_ACAWK
15142cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15143 for (key in S) S_is_set[key] = 1
15144 FS = "\a"
15145 \$ac_cs_awk_pipe_init
15146}
15147{
15148 line = $ 0
15149 nfields = split(line, field, "@")
15150 substed = 0
15151 len = length(field[1])
15152 for (i = 2; i < nfields; i++) {
15153 key = field[i]
15154 keylen = length(key)
15155 if (S_is_set[key]) {
15156 value = S[key]
15157 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15158 len += length(value) + length(field[++i])
15159 substed = 1
15160 } else
15161 len += 1 + keylen
15162 }
15163 if (nfields == 3 && !substed) {
15164 key = field[2]
15165 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15166 \$ac_cs_awk_read_file
15167 next
15168 }
15169 }
15170 print line
15171}
15172\$ac_cs_awk_pipe_fini
15173_ACAWK
15174_ACEOF
15175cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15176if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15177 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15178else
15179 cat
15180fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15181 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15182_ACEOF
15183
15184# VPATH may cause trouble with some makes, so we remove $(srcdir),
15185# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15186# trailing colons and then remove the whole line if VPATH becomes empty
15187# (actually we leave an empty line to preserve line numbers).
15188if test "x$srcdir" = x.; then
15189 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15190s/:*\$(srcdir):*/:/
15191s/:*\${srcdir}:*/:/
15192s/:*@srcdir@:*/:/
15193s/^\([^=]*=[ ]*\):*/\1/
15194s/:*$//
15195s/^[^=]*=[ ]*$//
15196}'
15197fi
15198
15199cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15200fi # test -n "$CONFIG_FILES"
15201
15202
15203eval set X " :F $CONFIG_FILES "
15204shift
15205for ac_tag
15206do
15207 case $ac_tag in
15208 :[FHLC]) ac_mode=$ac_tag; continue;;
15209 esac
15210 case $ac_mode$ac_tag in
15211 :[FHL]*:*);;
15212 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15213 :[FH]-) ac_tag=-:-;;
15214 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15215 esac
15216 ac_save_IFS=$IFS
15217 IFS=:
15218 set x $ac_tag
15219 IFS=$ac_save_IFS
15220 shift
15221 ac_file=$1
15222 shift
15223
15224 case $ac_mode in
15225 :L) ac_source=$1;;
15226 :[FH])
15227 ac_file_inputs=
15228 for ac_f
15229 do
15230 case $ac_f in
15231 -) ac_f="$tmp/stdin";;
15232 *) # Look for the file first in the build tree, then in the source tree
15233 # (if the path is not absolute). The absolute path cannot be DOS-style,
15234 # because $ac_f cannot contain `:'.
15235 test -f "$ac_f" ||
15236 case $ac_f in
15237 [\\/$]*) false;;
15238 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15239 esac ||
15240 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15241 esac
15242 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15243 as_fn_append ac_file_inputs " '$ac_f'"
15244 done
15245
15246 # Let's still pretend it is `configure' which instantiates (i.e., don't
15247 # use $as_me), people would be surprised to read:
15248 # /* config.h. Generated by config.status. */
15249 configure_input='Generated from '`
15250 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15251 `' by configure.'
15252 if test x"$ac_file" != x-; then
15253 configure_input="$ac_file. $configure_input"
15254 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15255$as_echo "$as_me: creating $ac_file" >&6;}
15256 fi
15257 # Neutralize special characters interpreted by sed in replacement strings.
15258 case $configure_input in #(
15259 *\&* | *\|* | *\\* )
15260 ac_sed_conf_input=`$as_echo "$configure_input" |
15261 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15262 *) ac_sed_conf_input=$configure_input;;
15263 esac
15264
15265 case $ac_tag in
15266 *:-:* | *:-) cat >"$tmp/stdin" \
15267 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15268 esac
15269 ;;
15270 esac
15271
15272 ac_dir=`$as_dirname -- "$ac_file" ||
15273$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15274 X"$ac_file" : 'X\(//\)[^/]' \| \
15275 X"$ac_file" : 'X\(//\)$' \| \
15276 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15277$as_echo X"$ac_file" |
15278 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15279 s//\1/
15280 q
15281 }
15282 /^X\(\/\/\)[^/].*/{
15283 s//\1/
15284 q
15285 }
15286 /^X\(\/\/\)$/{
15287 s//\1/
15288 q
15289 }
15290 /^X\(\/\).*/{
15291 s//\1/
15292 q
15293 }
15294 s/.*/./; q'`
15295 as_dir="$ac_dir"; as_fn_mkdir_p
15296 ac_builddir=.
15297
15298case "$ac_dir" in
15299.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15300*)
15301 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15302 # A ".." for each directory in $ac_dir_suffix.
15303 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15304 case $ac_top_builddir_sub in
15305 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15306 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15307 esac ;;
15308esac
15309ac_abs_top_builddir=$ac_pwd
15310ac_abs_builddir=$ac_pwd$ac_dir_suffix
15311# for backward compatibility:
15312ac_top_builddir=$ac_top_build_prefix
15313
15314case $srcdir in
15315 .) # We are building in place.
15316 ac_srcdir=.
15317 ac_top_srcdir=$ac_top_builddir_sub
15318 ac_abs_top_srcdir=$ac_pwd ;;
15319 [\\/]* | ?:[\\/]* ) # Absolute name.
15320 ac_srcdir=$srcdir$ac_dir_suffix;
15321 ac_top_srcdir=$srcdir
15322 ac_abs_top_srcdir=$srcdir ;;
15323 *) # Relative name.
15324 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15325 ac_top_srcdir=$ac_top_build_prefix$srcdir
15326 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15327esac
15328ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15329
15330
15331 case $ac_mode in
15332 :F)
15333 #
15334 # CONFIG_FILE
15335 #
15336
15337 case $INSTALL in
15338 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15339 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15340 esac
15341_ACEOF
15342
15343cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15344# If the template does not know about datarootdir, expand it.
15345# FIXME: This hack should be removed a few years after 2.60.
15346ac_datarootdir_hack=; ac_datarootdir_seen=
15347ac_sed_dataroot='
15348/datarootdir/ {
15349 p
15350 q
15351}
15352/@datadir@/p
15353/@docdir@/p
15354/@infodir@/p
15355/@localedir@/p
15356/@mandir@/p'
15357case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15358*datarootdir*) ac_datarootdir_seen=yes;;
15359*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15360 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15361$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15362_ACEOF
15363cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15364 ac_datarootdir_hack='
15365 s&@datadir@&$datadir&g
15366 s&@docdir@&$docdir&g
15367 s&@infodir@&$infodir&g
15368 s&@localedir@&$localedir&g
15369 s&@mandir@&$mandir&g
15370 s&\\\${datarootdir}&$datarootdir&g' ;;
15371esac
15372_ACEOF
15373
15374# Neutralize VPATH when `$srcdir' = `.'.
15375# Shell code in configure.ac might set extrasub.
15376# FIXME: do we really want to maintain this feature?
15377cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15378ac_sed_extra="$ac_vpsub
15379$extrasub
15380_ACEOF
15381cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15382:t
15383/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15384s|@configure_input@|$ac_sed_conf_input|;t t
15385s&@top_builddir@&$ac_top_builddir_sub&;t t
15386s&@top_build_prefix@&$ac_top_build_prefix&;t t
15387s&@srcdir@&$ac_srcdir&;t t
15388s&@abs_srcdir@&$ac_abs_srcdir&;t t
15389s&@top_srcdir@&$ac_top_srcdir&;t t
15390s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15391s&@builddir@&$ac_builddir&;t t
15392s&@abs_builddir@&$ac_abs_builddir&;t t
15393s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15394s&@INSTALL@&$ac_INSTALL&;t t
15395$ac_datarootdir_hack
15396"
15397eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15398if $ac_cs_awk_getline; then
15399 $AWK -f "$tmp/subs.awk"
15400else
15401 $AWK -f "$tmp/subs.awk" | $SHELL
15402fi >$tmp/out \
15403 || as_fn_error "could not create $ac_file" "$LINENO" 5
15404
15405test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15406 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15407 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15408 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15409which seems to be undefined. Please make sure it is defined." >&5
15410$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15411which seems to be undefined. Please make sure it is defined." >&2;}
15412
15413 rm -f "$tmp/stdin"
15414 case $ac_file in
15415 -) cat "$tmp/out" && rm -f "$tmp/out";;
15416 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15417 esac \
15418 || as_fn_error "could not create $ac_file" "$LINENO" 5
15419 ;;
15420
15421
15422
15423 esac
15424
15425
15426 case $ac_file$ac_mode in
15427 "Makefile":F) sed "$extrasub_build" Makefile |
15428 sed "$extrasub_host" |
15429 sed "$extrasub_target" > mf$$
15430 mv -f mf$$ Makefile ;;
15431
15432 esac
15433done # for ac_tag
15434
15435
15436as_fn_exit 0
15437_ACEOF
15438ac_clean_files=$ac_clean_files_save
15439
15440test $ac_write_fail = 0 ||
15441 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15442
15443
15444# configure is writing to config.log, and then calls config.status.
15445# config.status does its own redirection, appending to config.log.
15446# Unfortunately, on DOS this fails, as config.log is still kept open
15447# by configure, so config.status won't be able to write to it; its
15448# output is simply discarded. So we exec the FD to /dev/null,
15449# effectively closing config.log, so it can be properly (re)opened and
15450# appended to by config.status. When coming back to configure, we
15451# need to make the FD available again.
15452if test "$no_create" != yes; then
15453 ac_cs_success=:
15454 ac_config_status_args=
15455 test "$silent" = yes &&
15456 ac_config_status_args="$ac_config_status_args --quiet"
15457 exec 5>/dev/null
15458 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15459 exec 5>>config.log
15460 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15461 # would make configure fail if this is the last instruction.
15462 $ac_cs_success || as_fn_exit $?
15463fi
15464if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15465 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15466$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15467fi
15468
This page took 0.086733 seconds and 4 git commands to generate.