2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59.
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
22 DUALCASE=1; export DUALCASE # for MKS sh
24 # Support unset when possible.
25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var
51 # Required to use basename.
52 if expr a : '\(a\)' >/dev/null 2>&1; then
58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
65 # Name of the executable.
66 as_me=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits='0123456789'
84 as_cr_alnum=$as_cr_Letters$as_cr_digits
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" || {
105 # Find who we are. Look in the path if we contain no path at all
108 *[\\/]* ) as_myself=$0 ;;
109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x; then
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
128 case $CONFIG_SHELL in
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
138 if ("$as_dir/$as_base" -c '
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146 CONFIG_SHELL=$as_dir/$as_base
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 s,^['$as_cr_digits']*\n,,
174 chmod +x $as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
182 # Exit status is that of the last command.
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c*,-n*) ECHO_N= ECHO_C='
190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
194 if expr a : '\(a\)' >/dev/null 2>&1; then
200 rm -f conf$$ conf$$.exe conf$$.file
202 if ln -s conf$$.file conf$$ 2>/dev/null; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe; then
206 # Don't use ln at all; we don't have any links
211 elif ln conf$$.file conf$$ 2>/dev/null; then
216 rm -f conf$$ conf$$.exe conf$$.file
218 if mkdir -p . 2>/dev/null; then
221 test -d ./-p && rmdir ./-p
225 as_executable_p="test -f"
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
235 # We need space, tab and new line, in precisely that order.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
254 ac_default_prefix=/usr/local
255 ac_config_libobj_dir=.
260 SHELL=${CONFIG_SHELL-/bin/sh}
262 # Maximum number of lines to put in a shell here document.
263 # This variable seems obsolete. It should probably be removed, and
264 # only ac_max_sed_lines should be used.
265 : ${ac_max_here_lines=38}
267 # Identity of this package.
274 ac_unique_file="move-if-change"
275 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os build_noncanonical host_noncanonical target_noncanonical host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN LN_S TOPLEVEL_CONFIGURE_ARGUMENTS build_libsubdir build_subdir host_subdir target_subdir CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX GNATBIND ac_ct_GNATBIND GNATMAKE ac_ct_GNATMAKE do_compare gmplibs gmpinc stage1_languages SYSROOT_CFLAGS_FOR_TARGET DEBUG_PREFIX_CFLAGS_FOR_TARGET RPATH_ENVVAR tooldir build_tooldir CONFIGURE_GDB_TK GDB_TK INSTALL_GDB_TK build_configargs build_configdirs host_configargs configdirs target_configargs CC_FOR_BUILD config_shell YACC BISON M4 LEX FLEX MAKEINFO EXPECT RUNTEST AR AS DLLTOOL LD LIPO NM RANLIB STRIP WINDRES WINDMC OBJCOPY OBJDUMP CFLAGS_FOR_BUILD CC_FOR_TARGET CXX_FOR_TARGET GCC_FOR_TARGET GCJ_FOR_TARGET GFORTRAN_FOR_TARGET AR_FOR_TARGET AS_FOR_TARGET DLLTOOL_FOR_TARGET LD_FOR_TARGET LIPO_FOR_TARGET NM_FOR_TARGET OBJDUMP_FOR_TARGET RANLIB_FOR_TARGET STRIP_FOR_TARGET WINDRES_FOR_TARGET WINDMC_FOR_TARGET RAW_CXX_FOR_TARGET FLAGS_FOR_TARGET COMPILER_AS_FOR_TARGET COMPILER_LD_FOR_TARGET COMPILER_NM_FOR_TARGET MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT stage1_cflags stage1_checking stage2_werror_flag datarootdir docdir pdfdir htmldir LIBOBJS LTLIBOBJS'
276 ac_subst_files='serialization_dependencies host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag'
278 # Initialize some variables set by options.
280 ac_init_version=false
281 # The variables have the same names as the options, with
282 # dashes changed to underlines.
290 program_transform_name=s,x,x,
298 # Installation directory options.
299 # These are left unexpanded so users can "make install exec_prefix=/foo"
300 # and all the variables that are supposed to be based on exec_prefix
301 # by default will actually change.
302 # Use braces instead of parens because sh, perl, etc. also accept them.
303 bindir='${exec_prefix}/bin'
304 sbindir='${exec_prefix}/sbin'
305 libexecdir='${exec_prefix}/libexec'
306 datadir='${prefix}/share'
307 sysconfdir='${prefix}/etc'
308 sharedstatedir='${prefix}/com'
309 localstatedir='${prefix}/var'
310 libdir='${exec_prefix}/lib'
311 includedir='${prefix}/include'
312 oldincludedir='/usr/include'
313 infodir='${prefix}/info'
314 mandir='${prefix}/man'
319 # If the previous option needs an argument, assign it.
320 if test -n "$ac_prev"; then
321 eval "$ac_prev=\$ac_option"
326 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
328 # Accept the important Cygnus configure options, so we can diagnose typos.
332 -bindir | --bindir | --bindi | --bind | --bin | --bi)
334 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
337 -build | --build | --buil | --bui | --bu)
338 ac_prev=build_alias ;;
339 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
340 build_alias=$ac_optarg ;;
342 -cache-file | --cache-file | --cache-fil | --cache-fi \
343 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
344 ac_prev=cache_file ;;
345 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
346 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
347 cache_file=$ac_optarg ;;
350 cache_file=config.cache ;;
352 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
354 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
356 datadir=$ac_optarg ;;
358 -disable-* | --disable-*)
359 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
360 # Reject names that are not valid shell variable names.
361 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
362 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
363 { (exit 1); exit 1; }; }
364 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
365 eval "enable_$ac_feature=no" ;;
367 -enable-* | --enable-*)
368 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
369 # Reject names that are not valid shell variable names.
370 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
371 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
372 { (exit 1); exit 1; }; }
373 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
375 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
378 eval "enable_$ac_feature='$ac_optarg'" ;;
380 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
381 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
382 | --exec | --exe | --ex)
383 ac_prev=exec_prefix ;;
384 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
385 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
386 | --exec=* | --exe=* | --ex=*)
387 exec_prefix=$ac_optarg ;;
389 -gas | --gas | --ga | --g)
390 # Obsolete; use --with-gas.
393 -help | --help | --hel | --he | -h)
395 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
396 ac_init_help=recursive ;;
397 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
398 ac_init_help=short ;;
400 -host | --host | --hos | --ho)
401 ac_prev=host_alias ;;
402 -host=* | --host=* | --hos=* | --ho=*)
403 host_alias=$ac_optarg ;;
405 -includedir | --includedir | --includedi | --included | --include \
406 | --includ | --inclu | --incl | --inc)
407 ac_prev=includedir ;;
408 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
409 | --includ=* | --inclu=* | --incl=* | --inc=*)
410 includedir=$ac_optarg ;;
412 -infodir | --infodir | --infodi | --infod | --info | --inf)
414 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
415 infodir=$ac_optarg ;;
417 -libdir | --libdir | --libdi | --libd)
419 -libdir=* | --libdir=* | --libdi=* | --libd=*)
422 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
423 | --libexe | --libex | --libe)
424 ac_prev=libexecdir ;;
425 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
426 | --libexe=* | --libex=* | --libe=*)
427 libexecdir=$ac_optarg ;;
429 -localstatedir | --localstatedir | --localstatedi | --localstated \
430 | --localstate | --localstat | --localsta | --localst \
431 | --locals | --local | --loca | --loc | --lo)
432 ac_prev=localstatedir ;;
433 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
434 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
435 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
436 localstatedir=$ac_optarg ;;
438 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
440 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
444 # Obsolete; use --without-fp.
447 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
448 | --no-cr | --no-c | -n)
451 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
452 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
455 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
456 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
457 | --oldin | --oldi | --old | --ol | --o)
458 ac_prev=oldincludedir ;;
459 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
460 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
461 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
462 oldincludedir=$ac_optarg ;;
464 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
466 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
469 -program-prefix | --program-prefix | --program-prefi | --program-pref \
470 | --program-pre | --program-pr | --program-p)
471 ac_prev=program_prefix ;;
472 -program-prefix=* | --program-prefix=* | --program-prefi=* \
473 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
474 program_prefix=$ac_optarg ;;
476 -program-suffix | --program-suffix | --program-suffi | --program-suff \
477 | --program-suf | --program-su | --program-s)
478 ac_prev=program_suffix ;;
479 -program-suffix=* | --program-suffix=* | --program-suffi=* \
480 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
481 program_suffix=$ac_optarg ;;
483 -program-transform-name | --program-transform-name \
484 | --program-transform-nam | --program-transform-na \
485 | --program-transform-n | --program-transform- \
486 | --program-transform | --program-transfor \
487 | --program-transfo | --program-transf \
488 | --program-trans | --program-tran \
489 | --progr-tra | --program-tr | --program-t)
490 ac_prev=program_transform_name ;;
491 -program-transform-name=* | --program-transform-name=* \
492 | --program-transform-nam=* | --program-transform-na=* \
493 | --program-transform-n=* | --program-transform-=* \
494 | --program-transform=* | --program-transfor=* \
495 | --program-transfo=* | --program-transf=* \
496 | --program-trans=* | --program-tran=* \
497 | --progr-tra=* | --program-tr=* | --program-t=*)
498 program_transform_name=$ac_optarg ;;
500 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
501 | -silent | --silent | --silen | --sile | --sil)
504 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
506 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
508 sbindir=$ac_optarg ;;
510 -sharedstatedir | --sharedstatedir | --sharedstatedi \
511 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
512 | --sharedst | --shareds | --shared | --share | --shar \
514 ac_prev=sharedstatedir ;;
515 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
516 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
517 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
519 sharedstatedir=$ac_optarg ;;
521 -site | --site | --sit)
523 -site=* | --site=* | --sit=*)
526 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
528 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
531 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
532 | --syscon | --sysco | --sysc | --sys | --sy)
533 ac_prev=sysconfdir ;;
534 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
535 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
536 sysconfdir=$ac_optarg ;;
538 -target | --target | --targe | --targ | --tar | --ta | --t)
539 ac_prev=target_alias ;;
540 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
541 target_alias=$ac_optarg ;;
543 -v | -verbose | --verbose | --verbos | --verbo | --verb)
546 -version | --version | --versio | --versi | --vers | -V)
550 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
551 # Reject names that are not valid shell variable names.
552 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
553 { echo "$as_me: error: invalid package name: $ac_package" >&2
554 { (exit 1); exit 1; }; }
555 ac_package=`echo $ac_package| sed 's/-/_/g'`
557 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
560 eval "with_$ac_package='$ac_optarg'" ;;
562 -without-* | --without-*)
563 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
564 # Reject names that are not valid shell variable names.
565 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
566 { echo "$as_me: error: invalid package name: $ac_package" >&2
567 { (exit 1); exit 1; }; }
568 ac_package=`echo $ac_package | sed 's/-/_/g'`
569 eval "with_$ac_package=no" ;;
572 # Obsolete; use --with-x.
575 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
576 | --x-incl | --x-inc | --x-in | --x-i)
577 ac_prev=x_includes ;;
578 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
579 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
580 x_includes=$ac_optarg ;;
582 -x-libraries | --x-libraries | --x-librarie | --x-librari \
583 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
584 ac_prev=x_libraries ;;
585 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
586 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
587 x_libraries=$ac_optarg ;;
589 -*) { echo "$as_me: error: unrecognized option: $ac_option
590 Try \`$0 --help' for more information." >&2
591 { (exit 1); exit 1; }; }
595 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
596 # Reject names that are not valid shell variable names.
597 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
598 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
599 { (exit 1); exit 1; }; }
600 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
601 eval "$ac_envvar='$ac_optarg'"
605 # FIXME: should be removed in autoconf 3.0.
606 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
607 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
608 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
609 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
615 if test -n "$ac_prev"; then
616 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
617 { echo "$as_me: error: missing argument to $ac_option" >&2
618 { (exit 1); exit 1; }; }
621 # Be sure to have absolute paths.
622 for ac_var in exec_prefix prefix
624 eval ac_val=$`echo $ac_var`
626 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
627 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
628 { (exit 1); exit 1; }; };;
632 # Be sure to have absolute paths.
633 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
634 localstatedir libdir includedir oldincludedir infodir mandir
636 eval ac_val=$`echo $ac_var`
638 [\\/$]* | ?:[\\/]* ) ;;
639 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
640 { (exit 1); exit 1; }; };;
644 # There might be people who depend on the old broken behavior: `$host'
645 # used to hold the argument of --host etc.
646 # FIXME: To remove some day.
651 # FIXME: To remove some day.
652 if test "x$host_alias" != x; then
653 if test "x$build_alias" = x; then
654 cross_compiling=maybe
655 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
656 If a cross compiler is detected then cross compile mode will be used." >&2
657 elif test "x$build_alias" != "x$host_alias"; then
663 test -n "$host_alias" && ac_tool_prefix=$host_alias-
665 test "$silent" = yes && exec 6>/dev/null
668 # Find the source files, if location was not specified.
669 if test -z "$srcdir"; then
670 ac_srcdir_defaulted=yes
671 # Try the directory containing this script, then its parent.
672 ac_confdir=`(dirname "$0") 2>/dev/null ||
673 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
674 X"$0" : 'X\(//\)[^/]' \| \
675 X"$0" : 'X\(//\)$' \| \
676 X"$0" : 'X\(/\)' \| \
677 . : '\(.\)' 2>/dev/null ||
679 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
680 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
681 /^X\(\/\/\)$/{ s//\1/; q; }
682 /^X\(\/\).*/{ s//\1/; q; }
685 if test ! -r $srcdir/$ac_unique_file; then
689 ac_srcdir_defaulted=no
691 if test ! -r $srcdir/$ac_unique_file; then
692 if test "$ac_srcdir_defaulted" = yes; then
693 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
694 { (exit 1); exit 1; }; }
696 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
697 { (exit 1); exit 1; }; }
700 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
701 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
702 { (exit 1); exit 1; }; }
703 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
704 ac_env_build_alias_set=${build_alias+set}
705 ac_env_build_alias_value=$build_alias
706 ac_cv_env_build_alias_set=${build_alias+set}
707 ac_cv_env_build_alias_value=$build_alias
708 ac_env_host_alias_set=${host_alias+set}
709 ac_env_host_alias_value=$host_alias
710 ac_cv_env_host_alias_set=${host_alias+set}
711 ac_cv_env_host_alias_value=$host_alias
712 ac_env_target_alias_set=${target_alias+set}
713 ac_env_target_alias_value=$target_alias
714 ac_cv_env_target_alias_set=${target_alias+set}
715 ac_cv_env_target_alias_value=$target_alias
716 ac_env_CC_set=${CC+set}
718 ac_cv_env_CC_set=${CC+set}
719 ac_cv_env_CC_value=$CC
720 ac_env_CFLAGS_set=${CFLAGS+set}
721 ac_env_CFLAGS_value=$CFLAGS
722 ac_cv_env_CFLAGS_set=${CFLAGS+set}
723 ac_cv_env_CFLAGS_value=$CFLAGS
724 ac_env_LDFLAGS_set=${LDFLAGS+set}
725 ac_env_LDFLAGS_value=$LDFLAGS
726 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
727 ac_cv_env_LDFLAGS_value=$LDFLAGS
728 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
729 ac_env_CPPFLAGS_value=$CPPFLAGS
730 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
731 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
732 ac_env_CXX_set=${CXX+set}
733 ac_env_CXX_value=$CXX
734 ac_cv_env_CXX_set=${CXX+set}
735 ac_cv_env_CXX_value=$CXX
736 ac_env_CXXFLAGS_set=${CXXFLAGS+set}
737 ac_env_CXXFLAGS_value=$CXXFLAGS
738 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
739 ac_cv_env_CXXFLAGS_value=$CXXFLAGS
740 ac_env_AR_set=${AR+set}
742 ac_cv_env_AR_set=${AR+set}
743 ac_cv_env_AR_value=$AR
744 ac_env_AS_set=${AS+set}
746 ac_cv_env_AS_set=${AS+set}
747 ac_cv_env_AS_value=$AS
748 ac_env_DLLTOOL_set=${DLLTOOL+set}
749 ac_env_DLLTOOL_value=$DLLTOOL
750 ac_cv_env_DLLTOOL_set=${DLLTOOL+set}
751 ac_cv_env_DLLTOOL_value=$DLLTOOL
752 ac_env_LD_set=${LD+set}
754 ac_cv_env_LD_set=${LD+set}
755 ac_cv_env_LD_value=$LD
756 ac_env_LIPO_set=${LIPO+set}
757 ac_env_LIPO_value=$LIPO
758 ac_cv_env_LIPO_set=${LIPO+set}
759 ac_cv_env_LIPO_value=$LIPO
760 ac_env_NM_set=${NM+set}
762 ac_cv_env_NM_set=${NM+set}
763 ac_cv_env_NM_value=$NM
764 ac_env_RANLIB_set=${RANLIB+set}
765 ac_env_RANLIB_value=$RANLIB
766 ac_cv_env_RANLIB_set=${RANLIB+set}
767 ac_cv_env_RANLIB_value=$RANLIB
768 ac_env_STRIP_set=${STRIP+set}
769 ac_env_STRIP_value=$STRIP
770 ac_cv_env_STRIP_set=${STRIP+set}
771 ac_cv_env_STRIP_value=$STRIP
772 ac_env_WINDRES_set=${WINDRES+set}
773 ac_env_WINDRES_value=$WINDRES
774 ac_cv_env_WINDRES_set=${WINDRES+set}
775 ac_cv_env_WINDRES_value=$WINDRES
776 ac_env_WINDMC_set=${WINDMC+set}
777 ac_env_WINDMC_value=$WINDMC
778 ac_cv_env_WINDMC_set=${WINDMC+set}
779 ac_cv_env_WINDMC_value=$WINDMC
780 ac_env_OBJCOPY_set=${OBJCOPY+set}
781 ac_env_OBJCOPY_value=$OBJCOPY
782 ac_cv_env_OBJCOPY_set=${OBJCOPY+set}
783 ac_cv_env_OBJCOPY_value=$OBJCOPY
784 ac_env_OBJDUMP_set=${OBJDUMP+set}
785 ac_env_OBJDUMP_value=$OBJDUMP
786 ac_cv_env_OBJDUMP_set=${OBJDUMP+set}
787 ac_cv_env_OBJDUMP_value=$OBJDUMP
788 ac_env_CC_FOR_TARGET_set=${CC_FOR_TARGET+set}
789 ac_env_CC_FOR_TARGET_value=$CC_FOR_TARGET
790 ac_cv_env_CC_FOR_TARGET_set=${CC_FOR_TARGET+set}
791 ac_cv_env_CC_FOR_TARGET_value=$CC_FOR_TARGET
792 ac_env_CXX_FOR_TARGET_set=${CXX_FOR_TARGET+set}
793 ac_env_CXX_FOR_TARGET_value=$CXX_FOR_TARGET
794 ac_cv_env_CXX_FOR_TARGET_set=${CXX_FOR_TARGET+set}
795 ac_cv_env_CXX_FOR_TARGET_value=$CXX_FOR_TARGET
796 ac_env_GCC_FOR_TARGET_set=${GCC_FOR_TARGET+set}
797 ac_env_GCC_FOR_TARGET_value=$GCC_FOR_TARGET
798 ac_cv_env_GCC_FOR_TARGET_set=${GCC_FOR_TARGET+set}
799 ac_cv_env_GCC_FOR_TARGET_value=$GCC_FOR_TARGET
800 ac_env_GCJ_FOR_TARGET_set=${GCJ_FOR_TARGET+set}
801 ac_env_GCJ_FOR_TARGET_value=$GCJ_FOR_TARGET
802 ac_cv_env_GCJ_FOR_TARGET_set=${GCJ_FOR_TARGET+set}
803 ac_cv_env_GCJ_FOR_TARGET_value=$GCJ_FOR_TARGET
804 ac_env_GFORTRAN_FOR_TARGET_set=${GFORTRAN_FOR_TARGET+set}
805 ac_env_GFORTRAN_FOR_TARGET_value=$GFORTRAN_FOR_TARGET
806 ac_cv_env_GFORTRAN_FOR_TARGET_set=${GFORTRAN_FOR_TARGET+set}
807 ac_cv_env_GFORTRAN_FOR_TARGET_value=$GFORTRAN_FOR_TARGET
808 ac_env_AR_FOR_TARGET_set=${AR_FOR_TARGET+set}
809 ac_env_AR_FOR_TARGET_value=$AR_FOR_TARGET
810 ac_cv_env_AR_FOR_TARGET_set=${AR_FOR_TARGET+set}
811 ac_cv_env_AR_FOR_TARGET_value=$AR_FOR_TARGET
812 ac_env_AS_FOR_TARGET_set=${AS_FOR_TARGET+set}
813 ac_env_AS_FOR_TARGET_value=$AS_FOR_TARGET
814 ac_cv_env_AS_FOR_TARGET_set=${AS_FOR_TARGET+set}
815 ac_cv_env_AS_FOR_TARGET_value=$AS_FOR_TARGET
816 ac_env_DLLTOOL_FOR_TARGET_set=${DLLTOOL_FOR_TARGET+set}
817 ac_env_DLLTOOL_FOR_TARGET_value=$DLLTOOL_FOR_TARGET
818 ac_cv_env_DLLTOOL_FOR_TARGET_set=${DLLTOOL_FOR_TARGET+set}
819 ac_cv_env_DLLTOOL_FOR_TARGET_value=$DLLTOOL_FOR_TARGET
820 ac_env_LD_FOR_TARGET_set=${LD_FOR_TARGET+set}
821 ac_env_LD_FOR_TARGET_value=$LD_FOR_TARGET
822 ac_cv_env_LD_FOR_TARGET_set=${LD_FOR_TARGET+set}
823 ac_cv_env_LD_FOR_TARGET_value=$LD_FOR_TARGET
824 ac_env_LIPO_FOR_TARGET_set=${LIPO_FOR_TARGET+set}
825 ac_env_LIPO_FOR_TARGET_value=$LIPO_FOR_TARGET
826 ac_cv_env_LIPO_FOR_TARGET_set=${LIPO_FOR_TARGET+set}
827 ac_cv_env_LIPO_FOR_TARGET_value=$LIPO_FOR_TARGET
828 ac_env_NM_FOR_TARGET_set=${NM_FOR_TARGET+set}
829 ac_env_NM_FOR_TARGET_value=$NM_FOR_TARGET
830 ac_cv_env_NM_FOR_TARGET_set=${NM_FOR_TARGET+set}
831 ac_cv_env_NM_FOR_TARGET_value=$NM_FOR_TARGET
832 ac_env_OBJDUMP_FOR_TARGET_set=${OBJDUMP_FOR_TARGET+set}
833 ac_env_OBJDUMP_FOR_TARGET_value=$OBJDUMP_FOR_TARGET
834 ac_cv_env_OBJDUMP_FOR_TARGET_set=${OBJDUMP_FOR_TARGET+set}
835 ac_cv_env_OBJDUMP_FOR_TARGET_value=$OBJDUMP_FOR_TARGET
836 ac_env_RANLIB_FOR_TARGET_set=${RANLIB_FOR_TARGET+set}
837 ac_env_RANLIB_FOR_TARGET_value=$RANLIB_FOR_TARGET
838 ac_cv_env_RANLIB_FOR_TARGET_set=${RANLIB_FOR_TARGET+set}
839 ac_cv_env_RANLIB_FOR_TARGET_value=$RANLIB_FOR_TARGET
840 ac_env_STRIP_FOR_TARGET_set=${STRIP_FOR_TARGET+set}
841 ac_env_STRIP_FOR_TARGET_value=$STRIP_FOR_TARGET
842 ac_cv_env_STRIP_FOR_TARGET_set=${STRIP_FOR_TARGET+set}
843 ac_cv_env_STRIP_FOR_TARGET_value=$STRIP_FOR_TARGET
844 ac_env_WINDRES_FOR_TARGET_set=${WINDRES_FOR_TARGET+set}
845 ac_env_WINDRES_FOR_TARGET_value=$WINDRES_FOR_TARGET
846 ac_cv_env_WINDRES_FOR_TARGET_set=${WINDRES_FOR_TARGET+set}
847 ac_cv_env_WINDRES_FOR_TARGET_value=$WINDRES_FOR_TARGET
848 ac_env_WINDMC_FOR_TARGET_set=${WINDMC_FOR_TARGET+set}
849 ac_env_WINDMC_FOR_TARGET_value=$WINDMC_FOR_TARGET
850 ac_cv_env_WINDMC_FOR_TARGET_set=${WINDMC_FOR_TARGET+set}
851 ac_cv_env_WINDMC_FOR_TARGET_value=$WINDMC_FOR_TARGET
854 # Report the --help message.
856 if test "$ac_init_help" = "long"; then
857 # Omit some internal or obsolete options to make the list less imposing.
858 # This message is too long to be a string in the A/UX 3.1 sh.
860 \`configure' configures this package to adapt to many kinds of systems.
862 Usage: $0 [OPTION]... [VAR=VALUE]...
864 To assign environment variables (e.g., CC, CFLAGS...), specify them as
865 VAR=VALUE. See below for descriptions of some of the useful variables.
867 Defaults for the options are specified in brackets.
870 -h, --help display this help and exit
871 --help=short display options specific to this package
872 --help=recursive display the short help of all the included packages
873 -V, --version display version information and exit
874 -q, --quiet, --silent do not print \`checking...' messages
875 --cache-file=FILE cache test results in FILE [disabled]
876 -C, --config-cache alias for \`--cache-file=config.cache'
877 -n, --no-create do not create output files
878 --srcdir=DIR find the sources in DIR [configure dir or \`..']
883 Installation directories:
884 --prefix=PREFIX install architecture-independent files in PREFIX
886 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
889 By default, \`make install' will install all the files in
890 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
891 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
892 for instance \`--prefix=\$HOME'.
894 For better control, use the options below.
896 Fine tuning of the installation directories:
897 --bindir=DIR user executables [EPREFIX/bin]
898 --sbindir=DIR system admin executables [EPREFIX/sbin]
899 --libexecdir=DIR program executables [EPREFIX/libexec]
900 --datadir=DIR read-only architecture-independent data [PREFIX/share]
901 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
902 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
903 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
904 --libdir=DIR object code libraries [EPREFIX/lib]
905 --includedir=DIR C header files [PREFIX/include]
906 --oldincludedir=DIR C header files for non-gcc [/usr/include]
907 --infodir=DIR info documentation [PREFIX/info]
908 --mandir=DIR man documentation [PREFIX/man]
914 --program-prefix=PREFIX prepend PREFIX to installed program names
915 --program-suffix=SUFFIX append SUFFIX to installed program names
916 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
919 --build=BUILD configure for building on BUILD [guessed]
920 --host=HOST cross-compile to build programs to run on HOST [BUILD]
921 --target=TARGET configure for building compilers for TARGET [HOST]
925 if test -n "$ac_init_help"; then
930 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
931 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
932 --enable-libada build libada directory
933 --enable-libssp build libssp directory
934 --enable-stage1-languages[=all] choose additional languages to build during
935 stage1. Mostly useful for compiler development.
936 --enable-objc-gc enable use of Boehm's garbage collector with the
937 GNU Objective-C runtime
938 --enable-bootstrap enable bootstrapping [yes if native build]
939 --enable-serial-[{host,target,build}-]configure
940 force sequential configuration of
941 sub-packages for the host, target or build
942 machine, or all sub-packages
943 --enable-maintainer-mode enable make rules and dependencies not useful
944 (and sometimes confusing) to the casual installer
945 --enable-stage1-checking[=all] choose additional checking for stage1
947 --enable-werror enable -Werror in bootstrap stage2 and later
950 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
951 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
952 --with-build-libsubdir=DIR Directory where to find libraries for build system
953 --with-mpfr-dir=PATH this option has been REMOVED
954 --with-mpfr=PATH specify prefix directory for installed MPFR package.
955 Equivalent to --with-mpfr-include=PATH/include
956 plus --with-mpfr-lib=PATH/lib
957 --with-mpfr-include=PATH
958 specify directory for installed MPFR include files
959 --with-mpfr-lib=PATH specify directory for the installed MPFR library
960 --with-gmp-dir=PATH this option has been REMOVED
961 --with-gmp=PATH specify prefix directory for the installed GMP package.
962 Equivalent to --with-gmp-include=PATH/include
963 plus --with-gmp-lib=PATH/lib
964 --with-gmp-include=PATH specify directory for installed GMP include files
965 --with-gmp-lib=PATH specify directory for the installed GMP library
966 --with-build-sysroot=SYSROOT
967 use sysroot as the system root during the build
968 --with-debug-prefix-map='A=B C=D ...'
969 map A to B, C to D ... in debug information
970 --with-build-time-tools=PATH
971 use given path to find target tools during the build
972 --with-datarootdir use datarootdir as the data root directory.
973 --with-docdir install documentation in this directory.
974 --with-pdfdir install pdf in this directory.
975 --with-htmldir install html in this directory.
977 Some influential environment variables:
978 CC C compiler command
979 CFLAGS C compiler flags
980 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
981 nonstandard directory <lib dir>
982 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
983 headers in a nonstandard directory <include dir>
984 CXX C++ compiler command
985 CXXFLAGS C++ compiler flags
988 DLLTOOL DLLTOOL for the host
990 LIPO LIPO for the host
992 RANLIB RANLIB for the host
993 STRIP STRIP for the host
994 WINDRES WINDRES for the host
995 WINDMC WINDMC for the host
996 OBJCOPY OBJCOPY for the host
997 OBJDUMP OBJDUMP for the host
1007 GFORTRAN for the target
1013 DLLTOOL for the target
1021 OBJDUMP for the target
1023 RANLIB for the target
1025 STRIP for the target
1027 WINDRES for the target
1029 WINDMC for the target
1031 Use these variables to override the choices made by `configure' or to help
1032 it to find libraries and programs with nonstandard names/locations.
1037 if test "$ac_init_help" = "recursive"; then
1038 # If there are subdirs, report their specific --help.
1040 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1041 test -d $ac_dir || continue
1044 if test "$ac_dir" != .; then
1045 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1046 # A "../" for each directory in $ac_dir_suffix.
1047 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1049 ac_dir_suffix= ac_top_builddir=
1053 .) # No --srcdir option. We are building in place.
1055 if test -z "$ac_top_builddir"; then
1058 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1060 [\\/]* | ?:[\\/]* ) # Absolute path.
1061 ac_srcdir=$srcdir$ac_dir_suffix;
1062 ac_top_srcdir=$srcdir ;;
1064 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1065 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1068 # Do not use `cd foo && pwd` to compute absolute paths, because
1069 # the directories may not exist.
1071 .) ac_abs_builddir="$ac_dir";;
1074 .) ac_abs_builddir=`pwd`;;
1075 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1076 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1079 case $ac_abs_builddir in
1080 .) ac_abs_top_builddir=${ac_top_builddir}.;;
1082 case ${ac_top_builddir}. in
1083 .) ac_abs_top_builddir=$ac_abs_builddir;;
1084 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1085 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1088 case $ac_abs_builddir in
1089 .) ac_abs_srcdir=$ac_srcdir;;
1092 .) ac_abs_srcdir=$ac_abs_builddir;;
1093 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1094 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1097 case $ac_abs_builddir in
1098 .) ac_abs_top_srcdir=$ac_top_srcdir;;
1100 case $ac_top_srcdir in
1101 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1102 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1103 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1108 # Check for guested configure; otherwise get Cygnus style configure.
1109 if test -f $ac_srcdir/configure.gnu; then
1111 $SHELL $ac_srcdir/configure.gnu --help=recursive
1112 elif test -f $ac_srcdir/configure; then
1114 $SHELL $ac_srcdir/configure --help=recursive
1115 elif test -f $ac_srcdir/configure.ac ||
1116 test -f $ac_srcdir/configure.in; then
1118 $ac_configure --help
1120 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1126 test -n "$ac_init_help" && exit 0
1127 if $ac_init_version; then
1130 Copyright (C) 2003 Free Software Foundation, Inc.
1131 This configure script is free software; the Free Software Foundation
1132 gives unlimited permission to copy, distribute and modify it.
1138 This file contains any messages produced by compilers while
1139 running configure, to aid debugging if configure makes a mistake.
1141 It was created by $as_me, which was
1142 generated by GNU Autoconf 2.59. Invocation command line was
1153 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1154 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1155 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1156 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1157 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1159 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1160 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1162 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1163 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1164 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1165 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1166 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1167 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1168 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1172 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1176 test -z "$as_dir" && as_dir=.
1177 echo "PATH: $as_dir"
1192 # Keep a trace of the command line.
1193 # Strip out --no-create and --no-recursion so they do not pile up.
1194 # Strip out --silent because we don't want to record it for future runs.
1195 # Also quote any args containing shell meta-characters.
1196 # Make two passes to allow for proper duplicate-argument suppression.
1201 ac_must_keep_next=false
1207 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1208 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1209 | -silent | --silent | --silen | --sile | --sil)
1211 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1212 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1215 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1217 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1218 if test $ac_must_keep_next = true; then
1219 ac_must_keep_next=false # Got value, back to normal.
1222 *=* | --config-cache | -C | -disable-* | --disable-* \
1223 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1224 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1225 | -with-* | --with-* | -without-* | --without-* | --x)
1226 case "$ac_configure_args0 " in
1227 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1230 -* ) ac_must_keep_next=true ;;
1233 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1234 # Get rid of the leading space.
1240 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1241 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1243 # When interrupted or exit'd, cleanup temporary files, and complete
1244 # config.log. We remove comments because anyway the quotes in there
1245 # would cause problems or look ugly.
1246 # WARNING: Be sure not to use single quotes in there, as some shells,
1247 # such as our DU 5.0 friend, will then `close' the trap.
1248 trap 'exit_status=$?
1249 # Save into config.log some information that might help in debugging.
1254 ## ---------------- ##
1255 ## Cache variables. ##
1256 ## ---------------- ##
1259 # The following way of writing the cache mishandles newlines in values,
1262 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1265 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1266 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1270 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1277 ## ----------------- ##
1278 ## Output variables. ##
1279 ## ----------------- ##
1282 for ac_var in $ac_subst_vars
1284 eval ac_val=$`echo $ac_var`
1285 echo "$ac_var='"'"'$ac_val'"'"'"
1289 if test -n "$ac_subst_files"; then
1296 for ac_var in $ac_subst_files
1298 eval ac_val=$`echo $ac_var`
1299 echo "$ac_var='"'"'$ac_val'"'"'"
1304 if test -s confdefs.h; then
1311 sed "/^$/d" confdefs.h | sort
1314 test "$ac_signal" != 0 &&
1315 echo "$as_me: caught signal $ac_signal"
1316 echo "$as_me: exit $exit_status"
1318 rm -f core *.core &&
1319 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1322 for ac_signal in 1 2 13 15; do
1323 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1327 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1328 rm -rf conftest* confdefs.h
1329 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1332 # Predefined preprocessor variables.
1334 cat >>confdefs.h <<_ACEOF
1335 #define PACKAGE_NAME "$PACKAGE_NAME"
1339 cat >>confdefs.h <<_ACEOF
1340 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1344 cat >>confdefs.h <<_ACEOF
1345 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1349 cat >>confdefs.h <<_ACEOF
1350 #define PACKAGE_STRING "$PACKAGE_STRING"
1354 cat >>confdefs.h <<_ACEOF
1355 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1359 # Let the site file select an alternate cache file if it wants to.
1360 # Prefer explicitly selected file to automatically selected ones.
1361 if test -z "$CONFIG_SITE"; then
1362 if test "x$prefix" != xNONE; then
1363 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1365 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1368 for ac_site_file in $CONFIG_SITE; do
1369 if test -r "$ac_site_file"; then
1370 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1371 echo "$as_me: loading site script $ac_site_file" >&6;}
1372 sed 's/^/| /' "$ac_site_file" >&5
1377 if test -r "$cache_file"; then
1378 # Some versions of bash will fail to source /dev/null (special
1379 # files actually), so we avoid doing that.
1380 if test -f "$cache_file"; then
1381 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1382 echo "$as_me: loading cache $cache_file" >&6;}
1384 [\\/]* | ?:[\\/]* ) . $cache_file;;
1385 *) . ./$cache_file;;
1389 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1390 echo "$as_me: creating cache $cache_file" >&6;}
1394 # Check that the precious variables saved in the cache have kept the same
1396 ac_cache_corrupted=false
1397 for ac_var in `(set) 2>&1 |
1398 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1399 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1400 eval ac_new_set=\$ac_env_${ac_var}_set
1401 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1402 eval ac_new_val="\$ac_env_${ac_var}_value"
1403 case $ac_old_set,$ac_new_set in
1405 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1406 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1407 ac_cache_corrupted=: ;;
1409 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1410 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1411 ac_cache_corrupted=: ;;
1414 if test "x$ac_old_val" != "x$ac_new_val"; then
1415 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1416 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1417 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1418 echo "$as_me: former value: $ac_old_val" >&2;}
1419 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1420 echo "$as_me: current value: $ac_new_val" >&2;}
1421 ac_cache_corrupted=:
1424 # Pass precious variables to config.status.
1425 if test "$ac_new_set" = set; then
1427 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1428 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1429 *) ac_arg=$ac_var=$ac_new_val ;;
1431 case " $ac_configure_args " in
1432 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1433 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1437 if $ac_cache_corrupted; then
1438 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1439 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1440 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1441 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1442 { (exit 1); exit 1; }; }
1446 ac_cpp='$CPP $CPPFLAGS'
1447 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1448 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1449 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1471 # Find the build, host, and target systems.
1473 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1474 if test -f $ac_dir/install-sh; then
1476 ac_install_sh="$ac_aux_dir/install-sh -c"
1478 elif test -f $ac_dir/install.sh; then
1480 ac_install_sh="$ac_aux_dir/install.sh -c"
1482 elif test -f $ac_dir/shtool; then
1484 ac_install_sh="$ac_aux_dir/shtool install -c"
1488 if test -z "$ac_aux_dir"; then
1489 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1490 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1491 { (exit 1); exit 1; }; }
1493 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1494 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1495 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1497 # Make sure we can run config.sub.
1498 $ac_config_sub sun4 >/dev/null 2>&1 ||
1499 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1500 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1501 { (exit 1); exit 1; }; }
1503 echo "$as_me:$LINENO: checking build system type" >&5
1504 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1505 if test "${ac_cv_build+set}" = set; then
1506 echo $ECHO_N "(cached) $ECHO_C" >&6
1508 ac_cv_build_alias=$build_alias
1509 test -z "$ac_cv_build_alias" &&
1510 ac_cv_build_alias=`$ac_config_guess`
1511 test -z "$ac_cv_build_alias" &&
1512 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1513 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1514 { (exit 1); exit 1; }; }
1515 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1516 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1517 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1518 { (exit 1); exit 1; }; }
1521 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1522 echo "${ECHO_T}$ac_cv_build" >&6
1524 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1525 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1526 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1529 case ${build_alias} in
1530 "") build_noncanonical=${build} ;;
1531 *) build_noncanonical=${build_alias} ;;
1536 case ${host_alias} in
1537 "") host_noncanonical=${build_noncanonical} ;;
1538 *) host_noncanonical=${host_alias} ;;
1543 case ${target_alias} in
1544 "") target_noncanonical=${host_noncanonical} ;;
1545 *) target_noncanonical=${target_alias} ;;
1551 test "$host_noncanonical" = "$target_noncanonical" &&
1552 test "$program_prefix$program_suffix$program_transform_name" = \
1554 program_transform_name=s,y,y,
1556 echo "$as_me:$LINENO: checking host system type" >&5
1557 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1558 if test "${ac_cv_host+set}" = set; then
1559 echo $ECHO_N "(cached) $ECHO_C" >&6
1561 ac_cv_host_alias=$host_alias
1562 test -z "$ac_cv_host_alias" &&
1563 ac_cv_host_alias=$ac_cv_build_alias
1564 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1565 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1566 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1567 { (exit 1); exit 1; }; }
1570 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1571 echo "${ECHO_T}$ac_cv_host" >&6
1573 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1574 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1575 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1578 echo "$as_me:$LINENO: checking target system type" >&5
1579 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1580 if test "${ac_cv_target+set}" = set; then
1581 echo $ECHO_N "(cached) $ECHO_C" >&6
1583 ac_cv_target_alias=$target_alias
1584 test "x$ac_cv_target_alias" = "x" &&
1585 ac_cv_target_alias=$ac_cv_host_alias
1586 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1587 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1588 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1589 { (exit 1); exit 1; }; }
1592 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1593 echo "${ECHO_T}$ac_cv_target" >&6
1594 target=$ac_cv_target
1595 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1596 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1597 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1600 # The aliases save the names the user supplied, while $host etc.
1601 # will get canonicalized.
1602 test -n "$target_alias" &&
1603 test "$program_prefix$program_suffix$program_transform_name" = \
1605 program_prefix=${target_alias}-
1606 test "$program_prefix" != NONE &&
1607 program_transform_name="s,^,$program_prefix,;$program_transform_name"
1608 # Use a double $ so make ignores it.
1609 test "$program_suffix" != NONE &&
1610 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1611 # Double any \ or $. echo might interpret backslashes.
1612 # By default was `s,x,x', remove it if useless.
1613 cat <<\_ACEOF >conftest.sed
1614 s/[\\$]/&&/g;s/;s,x,x,$//
1616 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1621 # Get 'install' or 'install-sh' and its variants.
1622 # Find a good install program. We prefer a C program (faster),
1623 # so one script is as good as another. But avoid the broken or
1624 # incompatible versions:
1625 # SysV /etc/install, /usr/sbin/install
1626 # SunOS /usr/etc/install
1627 # IRIX /sbin/install
1629 # AmigaOS /C/install, which installs bootblocks on floppy discs
1630 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1631 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1632 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1633 # OS/2's system install, which has a completely different semantic
1634 # ./install, which can be erroneously created by make from ./install.sh.
1635 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1636 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1637 if test -z "$INSTALL"; then
1638 if test "${ac_cv_path_install+set}" = set; then
1639 echo $ECHO_N "(cached) $ECHO_C" >&6
1641 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1645 test -z "$as_dir" && as_dir=.
1646 # Account for people who put trailing slashes in PATH elements.
1648 ./ | .// | /cC/* | \
1649 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1650 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1653 # OSF1 and SCO ODT 3.0 have their own names for install.
1654 # Don't use installbsd from OSF since it installs stuff as root
1656 for ac_prog in ginstall scoinst install; do
1657 for ac_exec_ext in '' $ac_executable_extensions; do
1658 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1659 if test $ac_prog = install &&
1660 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1661 # AIX install. It has an incompatible calling convention.
1663 elif test $ac_prog = install &&
1664 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1665 # program-specific install script used by HP pwplus--don't use.
1668 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1680 if test "${ac_cv_path_install+set}" = set; then
1681 INSTALL=$ac_cv_path_install
1683 # As a last resort, use the slow shell script. We don't cache a
1684 # path for INSTALL within a source directory, because that will
1685 # break other packages using the cache if that directory is
1686 # removed, or if the path is relative.
1687 INSTALL=$ac_install_sh
1690 echo "$as_me:$LINENO: result: $INSTALL" >&5
1691 echo "${ECHO_T}$INSTALL" >&6
1693 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1694 # It thinks the first close brace ends the variable substitution.
1695 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1697 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1699 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1701 echo "$as_me:$LINENO: checking whether ln works" >&5
1702 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6
1703 if test "${acx_cv_prog_LN+set}" = set; then
1704 echo $ECHO_N "(cached) $ECHO_C" >&6
1706 rm -f conftestdata_t
1707 echo >conftestdata_f
1708 if ln conftestdata_f conftestdata_t 2>/dev/null
1714 rm -f conftestdata_f conftestdata_t
1717 if test $acx_cv_prog_LN = no; then
1719 echo "$as_me:$LINENO: result: no, using $LN" >&5
1720 echo "${ECHO_T}no, using $LN" >&6
1722 LN="$acx_cv_prog_LN"
1723 echo "$as_me:$LINENO: result: yes" >&5
1724 echo "${ECHO_T}yes" >&6
1727 echo "$as_me:$LINENO: checking whether ln -s works" >&5
1728 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
1730 if test "$LN_S" = "ln -s"; then
1731 echo "$as_me:$LINENO: result: yes" >&5
1732 echo "${ECHO_T}yes" >&6
1734 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
1735 echo "${ECHO_T}no, using $LN_S" >&6
1739 ### we might need to use some other shell than /bin/sh for running subshells
1740 ### If we are on Windows, search for the shell. This will permit people
1741 ### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
1742 ### without also having to set CONFIG_SHELL. This code will work when
1743 ### using bash, which sets OSTYPE.
1746 if test x${CONFIG_SHELL} = x ; then
1747 if test ! -f /bin/sh ; then
1748 if test x${SHELL} != x && test -f ${SHELL} ; then
1749 CONFIG_SHELL=${SHELL}
1752 for prog in sh sh.exe bash bash.exe; do
1753 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
1754 for dir in $PATH; do
1755 test -z "$dir" && dir=.
1756 if test -f $dir/$prog; then
1757 CONFIG_SHELL=$dir/$prog
1763 test -n "${CONFIG_SHELL}" && break
1771 config_shell=${CONFIG_SHELL-/bin/sh}
1774 # if PWD already has a value, it is probably wrong.
1775 if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
1777 # Export original configure arguments for use by sub-configures.
1778 # Quote arguments with shell meta charatcers.
1779 TOPLEVEL_CONFIGURE_ARGUMENTS=
1780 set -- "$progname" "$@"
1784 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
1785 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
1786 # if the argument is of the form -foo=baz, quote the baz part only
1787 ac_arg=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
1790 # Add the quoted argument to the list.
1791 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
1793 if test "$silent" = yes; then
1794 TOPLEVEL_CONFIGURE_ARGUMENTS="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
1796 # Remove the initial space we just introduced and, as these will be
1797 # expanded by make, quote '$'.
1798 TOPLEVEL_CONFIGURE_ARGUMENTS=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
1801 moveifchange=${srcdir}/move-if-change
1803 srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
1805 # We pass INSTALL explicitly to sub-makes. Make sure that it is not
1807 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
1808 INSTALL="${srcpwd}/install-sh -c"
1811 # Set srcdir to "." if that's what it is.
1812 # This is important for multilib support.
1814 if test "${pwd}" = "${srcpwd}" ; then
1822 ### To add a new directory to the tree, first choose whether it is a target
1823 ### or a host dependent tool. Then put it into the appropriate list
1824 ### (library or tools, host or target), doing a dependency sort.
1826 # Subdirs will be configured in the order listed in build_configdirs,
1827 # configdirs, or target_configdirs; see the serialization section below.
1829 # Dependency sorting is only needed when *configuration* must be done in
1830 # a particular order. In all cases a dependency should be specified in
1831 # the Makefile, whether or not it's implicitly specified here.
1833 # Double entries in build_configdirs, configdirs, or target_configdirs may
1834 # cause circular dependencies and break everything horribly.
1836 # these library is used by various programs built for the build
1839 build_libs="build-libiberty"
1841 # these tools are built for the build environment
1842 build_tools="build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes"
1844 # these libraries are used by various programs built for the host environment
1846 host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr"
1848 # these tools are built for the host environment
1849 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
1850 # know that we are building the simulator.
1851 # binutils, gas and ld appear in that order because it makes sense to run
1852 # "make check" in that particular order.
1853 host_tools="texinfo byacc flex bison binutils gas ld fixincludes gcc 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"
1855 # libgcj represents the runtime libraries only used by gcj.
1856 libgcj="target-libffi \
1861 # these libraries are built for the target environment, and are built after
1862 # the host libraries and the host tools (which may be a cross compiler)
1864 target_libraries="target-libgcc \
1868 target-libstdc++-v3 \
1871 target-libgfortran \
1878 # these tools are built using the target libraries, and are intended to
1879 # run only in the target environment
1881 # note: any program that *uses* libraries that are in the "target_libraries"
1882 # list belongs in this list. those programs are also very likely
1883 # candidates for the "native_only" list which follows
1885 target_tools="target-examples target-groff target-gperf target-rda"
1887 ################################################################################
1889 ## All tools belong in one of the four categories, and are assigned above
1890 ## We assign ${configdirs} this way to remove all embedded newlines. This
1891 ## is important because configure will choke if they ever get through.
1892 ## ${configdirs} is directories we build using the host tools.
1893 ## ${target_configdirs} is directories we build using the target tools.
1894 configdirs=`echo ${host_libs} ${host_tools}`
1895 target_configdirs=`echo ${target_libraries} ${target_tools}`
1896 build_configdirs=`echo ${build_libs} ${build_tools}`
1898 ################################################################################
1900 srcname="gnu development package"
1902 # This gets set non-empty for some net releases of packages.
1905 # Define is_cross_compiler to save on calls to 'test'.
1907 if test x"${host}" = x"${target}" ; then
1908 is_cross_compiler=no
1910 is_cross_compiler=yes
1913 # Find the build and target subdir names.
1915 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
1916 # have matching libraries, they should use host libraries: Makefile.tpl
1917 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
1918 # However, they still use the build modules, because the corresponding
1919 # host modules (e.g. bison) are only built for the host when bootstrap
1921 # - build_subdir is where we find build modules, and never changes.
1922 # - build_libsubdir is where we find build libraries, and can be overridden.
1924 # Prefix 'build-' so this never conflicts with target_subdir.
1925 build_subdir="build-${build_noncanonical}"
1927 # Check whether --with-build-libsubdir or --without-build-libsubdir was given.
1928 if test "${with_build_libsubdir+set}" = set; then
1929 withval="$with_build_libsubdir"
1930 build_libsubdir="$withval"
1932 build_libsubdir="$build_subdir"
1934 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
1935 if ( test $srcdir = . && test -d gcc ) \
1936 || test -d $srcdir/../host-${host_noncanonical}; then
1937 host_subdir="host-${host_noncanonical}"
1942 target_subdir=${target_noncanonical}
1945 # Skipdirs are removed silently.
1947 # Noconfigdirs are removed loudly.
1951 # Make sure we don't let GNU ld be added if we didn't want it.
1952 if test x$with_gnu_ld = xno ; then
1954 noconfigdirs="$noconfigdirs ld"
1958 # Make sure we don't let GNU as be added if we didn't want it.
1959 if test x$with_gnu_as = xno ; then
1961 noconfigdirs="$noconfigdirs gas"
1964 # some tools are so dependent upon X11 that if we're not building with X,
1965 # it's not even worth trying to configure, much less build, that tool.
1968 yes | "") ;; # the default value for this tree is that X11 is available
1970 skipdirs="${skipdirs} tk itcl libgui"
1971 # We won't be able to build gdbtk without X.
1974 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
1977 # Some tools are only suitable for building in a "native" situation.
1978 # Remove these if host!=target.
1979 native_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"
1981 # Similarly, some are only suitable for cross toolchains.
1982 # Remove these if host=target.
1983 cross_only="target-libgloss target-newlib target-opcodes"
1985 case $is_cross_compiler in
1986 no) skipdirs="${skipdirs} ${cross_only}" ;;
1987 yes) skipdirs="${skipdirs} ${native_only}" ;;
1990 # If both --with-headers and --with-libs are specified, default to
1992 if test x"${with_headers}" != x && test x"${with_headers}" != xno \
1993 && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
1994 if test x"${with_newlib}" = x ; then
1999 # Recognize --with-newlib/--without-newlib.
2000 case ${with_newlib} in
2001 no) skipdirs="${skipdirs} target-newlib" ;;
2002 yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2005 # Configure extra directories which are host specific
2009 configdirs="$configdirs libtermcap" ;;
2012 # A target can indicate whether a language isn't supported for some reason.
2013 # Only spaces may be used in this macro; not newlines or tabs.
2014 unsupported_languages=
2016 # Remove more programs from consideration, based on the host or
2017 # target this usually means that a port of the program doesn't
2022 noconfigdirs="$noconfigdirs byacc"
2024 i[3456789]86-*-vsta)
2025 noconfigdirs="$noconfigdirs tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl gnuserv gettext"
2027 i[3456789]86-*-go32* | i[3456789]86-*-msdosdjgpp*)
2028 noconfigdirs="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
2031 noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2033 i[3456789]86-*-mingw32*)
2034 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
2035 noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2037 i[3456789]86-*-beos*)
2038 noconfigdirs="$noconfigdirs tk itcl libgui gdb"
2041 noconfigdirs="$noconfigdirs autoconf automake send-pr rcs guile perl"
2044 noconfigdirs="$noconfigdirs rcs"
2047 noconfigdirs="$noconfigdirs patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl gnuserv"
2050 noconfigdirs="$noconfigdirs tk itcl libgui gdb dejagnu readline"
2055 # Check whether --enable-libada or --disable-libada was given.
2056 if test "${enable_libada+set}" = set; then
2057 enableval="$enable_libada"
2058 ENABLE_LIBADA=$enableval
2062 if test "${ENABLE_LIBADA}" != "yes" ; then
2063 noconfigdirs="$noconfigdirs gnattools"
2066 # Check whether --enable-libssp or --disable-libssp was given.
2067 if test "${enable_libssp+set}" = set; then
2068 enableval="$enable_libssp"
2069 ENABLE_LIBSSP=$enableval
2074 # Save it here so that, even in case of --enable-libgcj, if the Java
2075 # front-end isn't enabled, we still get libgcj disabled.
2076 libgcj_saved=$libgcj
2077 case $enable_libgcj in
2079 # If we reset it here, it won't get added to noconfigdirs in the
2080 # target-specific build rules, so it will be forcibly enabled
2081 # (unless the Java language itself isn't enabled).
2085 # Make sure we get it printed in the list of not supported target libs.
2086 noconfigdirs="$noconfigdirs ${libgcj}"
2091 # Disable libmudflap on some systems.
2092 if test x$enable_libmudflap = x ; then
2094 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | bfin*-*-uclinux*)
2095 # Enable libmudflap by default in GNU and friends.
2098 # Enable libmudflap by default in FreeBSD.
2101 # Disable it by default everywhere else.
2102 noconfigdirs="$noconfigdirs target-libmudflap"
2107 # Disable libgomp on non POSIX hosted systems.
2108 if test x$enable_libgomp = x ; then
2109 # Enable libgomp by default on hosted POSIX systems.
2111 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
2113 *-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
2115 *-*-solaris2* | *-*-sysv4* | *-*-irix6* | *-*-osf* | *-*-hpux11*)
2117 *-*-darwin* | *-*-aix*)
2120 noconfigdirs="$noconfigdirs target-libgomp"
2125 # Default libgloss CPU subdirectory.
2126 libgloss_dir="$target_cpu"
2130 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2132 powerpc-*-darwin* | i[3456789]86-*-darwin*)
2133 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
2134 noconfigdirs="$noconfigdirs sim target-rda"
2137 noconfigdirs="$noconfigdirs ld gas gdb gprof"
2138 noconfigdirs="$noconfigdirs sim target-rda"
2139 noconfigdirs="$noconfigdirs ${libgcj}"
2141 *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
2142 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2145 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
2146 if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
2147 && test -f /usr/local/include/gmp.h; then
2151 # Skip some stuff that's unsupported on some FreeBSD configurations.
2156 noconfigdirs="$noconfigdirs ${libgcj}"
2161 # Remove unsupported stuff on all kaOS configurations.
2162 skipdirs="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
2163 skipdirs="$skipdirs target-libobjc target-examples target-groff target-gperf"
2164 skipdirs="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
2165 noconfigdirs="$noconfigdirs target-libgloss"
2168 # Skip some stuff on all NetBSD configurations.
2169 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"
2171 # Skip some stuff that's unsupported on some NetBSD configurations.
2173 i*86-*-netbsdelf*) ;;
2174 arm*-*-netbsdelf*) ;;
2176 noconfigdirs="$noconfigdirs ${libgcj}"
2181 noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
2184 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
2186 # The tpf target doesn't support gdb yet.
2188 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
2191 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
2194 noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
2197 # ld works, but does not support shared libraries.
2198 # newlib is not 64 bit ready. I'm not sure about fileutils.
2199 # gas doesn't generate exception information.
2200 noconfigdirs="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
2203 noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss ${libgcj}"
2206 # newlib is not 64 bit ready
2207 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
2210 # newlib is not 64 bit ready
2211 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2214 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
2217 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
2219 sh*-*-pe|mips*-*-pe|*arm-wince-pe)
2220 noconfigdirs="$noconfigdirs ${libgcj}"
2221 noconfigdirs="$noconfigdirs target-examples"
2222 noconfigdirs="$noconfigdirs target-libiberty texinfo send-pr"
2223 noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
2224 noconfigdirs="$noconfigdirs expect dejagnu"
2225 # the C++ libraries don't build on top of CE's C libraries
2226 noconfigdirs="$noconfigdirs target-libstdc++-v3"
2227 noconfigdirs="$noconfigdirs target-newlib"
2229 *-*-cygwin*) ;; # keep gdb and readline
2230 *) noconfigdirs="$noconfigdirs gdb readline"
2236 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
2240 arm-*-coff | strongarm-*-coff | xscale-*-coff)
2241 noconfigdirs="$noconfigdirs ${libgcj}"
2244 arm-*-elf* | strongarm-*-elf* | xscale-*-elf* | arm*-*-eabi* )
2245 noconfigdirs="$noconfigdirs target-libffi target-qthreads"
2248 arm*-*-linux-gnueabi)
2249 noconfigdirs="$noconfigdirs target-qthreads"
2250 noconfigdirs="$noconfigdirs target-libobjc"
2251 case ${with_newlib} in
2252 no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
2257 noconfigdirs="$noconfigdirs ${libgcj} target-libiberty"
2261 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
2264 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
2267 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
2270 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
2273 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
2276 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2279 noconfigdirs="$noconfigdirs gdb"
2280 if test x${is_cross_compiler} != xno ; then
2281 target_configdirs="${target_configdirs} target-bsp target-cygmon"
2284 c4x-*-* | tic4x-*-*)
2285 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2287 c54x*-*-* | tic54x-*-*)
2288 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
2290 cris-*-* | crisv32-*-*)
2291 unsupported_languages="$unsupported_languages java"
2294 unsupported_languages="$unsupported_languages fortran"
2295 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc";;
2297 unsupported_languages="$unsupported_languages fortran"
2298 noconfigdirs="$noconfigdirs target-boehm-gc";;
2300 noconfigdirs="$noconfigdirs target-newlib target-libgloss";;
2302 unsupported_languages="$unsupported_languages fortran"
2303 noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
2308 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-mudflap ${libgcj}"
2311 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2314 noconfigdirs="$noconfigdirs ${libgcj} gdb"
2316 ep9312-*-elf | ep9312-*-coff)
2320 noconfigdirs="$noconfigdirs ${libgcj} gdb"
2323 noconfigdirs="$noconfigdirs ${libgcj}"
2326 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
2329 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2331 hppa1.1-*-osf* | hppa1.1-*-bsd* )
2333 hppa*64*-*-linux* | parisc*64*-*-linux*)
2334 # In this case, it's because the hppa64-linux target is for
2335 # the kernel only at this point and has no libc, and thus no
2336 # headers, crt*.o, etc., all of which are needed by these.
2337 noconfigdirs="$noconfigdirs target-zlib"
2339 parisc*-*-linux* | hppa*-*-linux*)
2343 hppa*-*-openbsd* | \
2345 noconfigdirs="$noconfigdirs ${libgcj}"
2348 noconfigdirs="$noconfigdirs ld shellutils"
2354 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
2355 # build on HP-UX 10.20.
2356 noconfigdirs="$noconfigdirs ld shellutils ${libgcj}"
2359 noconfigdirs="$noconfigdirs ${libgcj} gdb"
2362 # No gdb support yet.
2363 noconfigdirs="$noconfigdirs readline mmalloc libgui itcl gdb"
2366 # No gdb or ld support yet.
2367 noconfigdirs="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld"
2371 i[3456789]86-*-coff | i[3456789]86-*-elf)
2372 noconfigdirs="$noconfigdirs ${libgcj}"
2375 i[3456789]86-*-linux*)
2376 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
2377 # not build java stuff by default.
2380 noconfigdirs="$noconfigdirs ${libgcj}";;
2383 # This section makes it possible to build newlib natively on linux.
2384 # If we are using a cross compiler then don't configure newlib.
2385 if test x${is_cross_compiler} != xno ; then
2386 noconfigdirs="$noconfigdirs target-newlib"
2388 noconfigdirs="$noconfigdirs target-libgloss"
2389 # If we are not using a cross compiler, do configure newlib.
2390 # Note however, that newlib will only be configured in this situation
2391 # if the --with-newlib option has been given, because otherwise
2392 # 'target-newlib' will appear in skipdirs.
2394 i[3456789]86-*-mingw32*)
2395 target_configdirs="$target_configdirs target-winsup"
2396 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
2399 target_configdirs="$target_configdirs target-winsup"
2400 noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
2403 target_configdirs="$target_configdirs target-libtermcap target-winsup"
2404 noconfigdirs="$noconfigdirs target-gperf target-libgloss ${libgcj}"
2405 # always build newlib if winsup directory is present.
2406 if test -d "$srcdir/winsup/cygwin"; then
2407 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
2408 elif test -d "$srcdir/newlib"; then
2409 echo "Warning: winsup/cygwin is missing so newlib can't be built."
2412 i[3456789]86-moss-msdos | i[3456789]86-*-moss* | \
2413 i[3456789]86-*-uwin* | i[3456789]86-*-interix* )
2416 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2418 i[3456789]86-*-sco3.2v5*)
2419 # The linker does not yet know about weak symbols in COFF,
2420 # and is not configured to handle mixed ELF and COFF.
2421 noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
2423 i[3456789]86-*-sco*)
2424 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
2426 i[3456789]86-*-solaris2*)
2427 noconfigdirs="$noconfigdirs target-libgloss"
2429 i[3456789]86-*-sysv4*)
2430 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
2432 i[3456789]86-*-beos*)
2433 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
2435 i[3456789]86-*-rdos*)
2436 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
2439 noconfigdirs="$noconfigdirs ${libgcj}"
2441 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
2442 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2443 libgloss_dir=m68hc11
2446 noconfigdirs="$noconfigdirs ${libgcj}"
2449 noconfigdirs="$noconfigdirs ${libgcj}"
2451 m68*-*-* | fido-*-*)
2455 # The EPOC C++ environment does not support exceptions or rtti,
2456 # and so building libstdc++-v3 tends not to always work.
2457 noconfigdirs="$noconfigdirs target-libstdc++-v3"
2460 noconfigdirs="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
2461 unsupported_languages="$unsupported_languages fortran java"
2464 noconfigdirs="$noconfigdirs ${libgcj}"
2467 noconfigdirs="$noconfigdirs ${libgcj}"
2470 noconfigdirs="$noconfigdirs sim"
2473 # copied from rs6000-*-* entry
2474 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
2476 powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
2477 target_configdirs="$target_configdirs target-winsup"
2478 noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
2479 # always build newlib.
2480 skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
2482 # This is temporary until we can link against shared libraries
2483 powerpcle-*-solaris*)
2484 noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
2488 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
2491 noconfigdirs="$noconfigdirs ${libgcj}"
2494 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems* )
2498 noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
2501 noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
2504 noconfigdirs="$noconfigdirs gprof ${libgcj}"
2507 noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
2510 skipdirs="$skipdirs target-libiberty"
2511 noconfigdirs="$noconfigdirs ${libgcj}"
2512 if test x$with_newlib = xyes; then
2513 noconfigdirs="$noconfigdirs gprof"
2518 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
2521 # Linking libjava exceeds command-line length limits on at least
2522 # IRIX 6.2, but not on IRIX 6.5.
2523 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
2524 # <oldham@codesourcery.com>
2525 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
2528 noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
2531 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
2534 noconfigdirs="$noconfigdirs gprof ${libgcj}"
2538 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
2542 i[3456789]86-*-vsta) ;; # don't add gprof back in
2543 i[3456789]86-*-go32*) ;; # don't add gprof back in
2544 i[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
2545 *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
2547 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
2549 sparclet-*-aout* | sparc86x-*-*)
2553 noconfigdirs="$noconfigdirs ${libgcj}"
2556 noconfigdirs="$noconfigdirs ${libgcj}"
2560 noconfigdirs="$noconfigdirs ${libgcj}"
2564 noconfigdirs="$noconfigdirs ${libgcj}"
2565 if test x${is_cross_compiler} != xno ; then
2566 noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
2571 sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
2572 noconfigdirs="$noconfigdirs ${libgcj}"
2574 sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
2577 skipdirs="target-libssp"
2580 noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
2583 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
2586 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
2589 noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
2592 noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
2595 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2598 noconfigdirs="$noconfigdirs ${libgcj}"
2601 noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2603 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
2604 noconfigdirs="$noconfigdirs target-newlib target-libgloss"
2607 noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2610 noconfigdirs="$noconfigdirs ${libgcj}"
2614 # If we aren't building newlib, then don't build libgloss, since libgloss
2615 # depends upon some newlib header files.
2616 case "${noconfigdirs}" in
2617 *target-libgloss*) ;;
2618 *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
2621 # Work in distributions that contain no compiler tools, like Autoconf.
2623 host_makefile_frag=/dev/null
2624 if test -d ${srcdir}/config ; then
2627 # Avoid "too much defining" errors from HPUX compiler.
2628 tentative_cc="cc -Wp,-H256000"
2629 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
2630 # If it's HP/UX ar, this should be harmless.
2634 tentative_cc="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
2637 #None of the Apollo compilers can compile gas or binutils. The preprocessor
2638 # chokes on bfd, the compiler won't let you assign integers to enums, and
2639 # other problems. Defining CC to gcc is a questionable way to say "don't use
2640 # the apollo compiler" (the preferred version of GCC could be called cc,
2641 # or whatever), but I'm not sure leaving CC as cc is any better...
2642 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
2643 # Used to have BISON=yacc.
2647 tentative_cc="gcc -Wall -ansi -D__using_DGUX"
2650 # Under CX/UX, we want to tell the compiler to use ANSI mode.
2651 tentative_cc="cc -Xa"
2652 host_makefile_frag="config/mh-cxux"
2654 m88k-motorola-sysv*)
2657 tentative_cc="cc -Wf,-XNg1000"
2658 host_makefile_frag="config/mh-decstation"
2661 # The C compiler on NEC MIPS SVR4 needs bigger tables.
2662 tentative_cc="cc -ZXNd=5000 -ZXNg=1000"
2663 host_makefile_frag="config/mh-necv4"
2666 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
2667 # environment. Also bump switch table size so that cp-parse will
2668 # compile. Bump string length limit so linker builds.
2669 tentative_cc="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
2672 host_makefile_frag="config/mh-sysv4"
2675 # This is for a MIPS running RISC/os 4.52C.
2677 # This is needed for GDB, but needs to be in the top-level make because
2678 # if a library is compiled with the bsd headers and gets linked with the
2679 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
2680 # a different size).
2681 # ptrace(2) apparently has problems in the BSD environment. No workaround is
2682 # known except to select the sysv environment. Could we use /proc instead?
2683 # These "sysv environments" and "bsd environments" often end up being a pain.
2685 # This is not part of CFLAGS because perhaps not all C compilers have this
2687 tentative_cc="cc -systype sysv"
2692 i[3456789]86-*-sysv5*)
2693 host_makefile_frag="config/mh-sysv5"
2695 i[3456789]86-*-dgux*)
2696 tentative_cc="gcc -Wall -ansi -D__using_DGUX"
2697 host_makefile_frag="config/mh-dgux386"
2699 i[3456789]86-ncr-sysv4.3*)
2700 # The MetaWare compiler will generate a copyright message unless you
2701 # turn it off by adding the -Hnocopyr flag.
2702 tentative_cc="cc -Hnocopyr"
2704 i[3456789]86-ncr-sysv4*)
2705 # for an NCR 3000 (i486/SVR4) system.
2706 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
2707 # This compiler not only emits obnoxious copyright messages every time
2708 # you run it, but it chokes and dies on a whole bunch of GNU source
2709 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
2710 tentative_cc="/usr/ccs/ATT/cc"
2711 host_makefile_frag="config/mh-ncr3000"
2713 i[3456789]86-*-sco3.2v5*)
2715 i[3456789]86-*-sco*)
2716 # The native C compiler botches some simple uses of const. Unfortunately,
2717 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
2718 tentative_cc="cc -Dconst="
2719 host_makefile_frag="config/mh-sco"
2721 i[3456789]86-*-udk*)
2722 host_makefile_frag="config/mh-sysv5"
2724 i[3456789]86-*-solaris2*)
2725 host_makefile_frag="config/mh-sysv4"
2727 i[3456789]86-*-msdosdjgpp*)
2728 host_makefile_frag="config/mh-djgpp"
2731 host_makefile_frag="config/mh-cygwin"
2734 host_makefile_frag="config/mh-mingw"
2737 host_makefile_frag="config/mh-mingw"
2740 host_makefile_frag="config/mh-interix"
2743 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
2747 host_makefile_frag="config/mh-solaris"
2750 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
2751 # without overflowing the jump tables (-J says to use a 32 bit table)
2752 tentative_cc="cc -J"
2755 tentative_cc="cc -Wp,-H256000"
2758 tentative_cc="cc -Wp,-H256000"
2761 # /bin/cc is less than useful for our purposes. Always use GCC
2762 tentative_cc="/usr/cygnus/progressive/bin/gcc"
2763 host_makefile_frag="config/mh-lynxrs6k"
2766 host_makefile_frag="config/mh-ppc-darwin"
2769 host_makefile_frag="config/mh-ppc-aix"
2772 host_makefile_frag="config/mh-ppc-aix"
2775 # /bin/cc is less than useful for our purposes. Always use GCC
2776 tentative_cc="/bin/gcc"
2779 host_makefile_frag="config/mh-sysv4"
2781 # This is placed last to prevent interfering with the cases above.
2783 # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
2784 host_makefile_frag="config/mh-x86omitfp"
2789 # If we aren't going to be using gcc, see if we can extract a definition
2790 # of CC from the fragment.
2791 # Actually, use the 'pre-extracted' version above.
2792 if test -z "${CC}" && test "${build}" = "${host}" ; then
2793 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
2795 for dir in $PATH; do
2796 test -z "$dir" && dir=.
2797 if test -f $dir/gcc; then
2803 if test -z "${found}" && test -n "${tentative_cc}" ; then
2808 if test "${build}" != "${host}" ; then
2809 CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
2811 CC_FOR_BUILD="\$(CC)"
2815 ac_cpp='$CPP $CPPFLAGS'
2816 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2817 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2818 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2819 if test -n "$ac_tool_prefix"; then
2820 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2821 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2822 echo "$as_me:$LINENO: checking for $ac_word" >&5
2823 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2824 if test "${ac_cv_prog_CC+set}" = set; then
2825 echo $ECHO_N "(cached) $ECHO_C" >&6
2827 if test -n "$CC"; then
2828 ac_cv_prog_CC="$CC" # Let the user override the test.
2830 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2834 test -z "$as_dir" && as_dir=.
2835 for ac_exec_ext in '' $ac_executable_extensions; do
2836 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2837 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2838 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2847 if test -n "$CC"; then
2848 echo "$as_me:$LINENO: result: $CC" >&5
2849 echo "${ECHO_T}$CC" >&6
2851 echo "$as_me:$LINENO: result: no" >&5
2852 echo "${ECHO_T}no" >&6
2856 if test -z "$ac_cv_prog_CC"; then
2858 # Extract the first word of "gcc", so it can be a program name with args.
2859 set dummy gcc; ac_word=$2
2860 echo "$as_me:$LINENO: checking for $ac_word" >&5
2861 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2862 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2863 echo $ECHO_N "(cached) $ECHO_C" >&6
2865 if test -n "$ac_ct_CC"; then
2866 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2868 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2872 test -z "$as_dir" && as_dir=.
2873 for ac_exec_ext in '' $ac_executable_extensions; do
2874 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2875 ac_cv_prog_ac_ct_CC="gcc"
2876 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2884 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2885 if test -n "$ac_ct_CC"; then
2886 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2887 echo "${ECHO_T}$ac_ct_CC" >&6
2889 echo "$as_me:$LINENO: result: no" >&5
2890 echo "${ECHO_T}no" >&6
2898 if test -z "$CC"; then
2899 if test -n "$ac_tool_prefix"; then
2900 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2901 set dummy ${ac_tool_prefix}cc; ac_word=$2
2902 echo "$as_me:$LINENO: checking for $ac_word" >&5
2903 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2904 if test "${ac_cv_prog_CC+set}" = set; then
2905 echo $ECHO_N "(cached) $ECHO_C" >&6
2907 if test -n "$CC"; then
2908 ac_cv_prog_CC="$CC" # Let the user override the test.
2910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2914 test -z "$as_dir" && as_dir=.
2915 for ac_exec_ext in '' $ac_executable_extensions; do
2916 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2917 ac_cv_prog_CC="${ac_tool_prefix}cc"
2918 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2927 if test -n "$CC"; then
2928 echo "$as_me:$LINENO: result: $CC" >&5
2929 echo "${ECHO_T}$CC" >&6
2931 echo "$as_me:$LINENO: result: no" >&5
2932 echo "${ECHO_T}no" >&6
2936 if test -z "$ac_cv_prog_CC"; then
2938 # Extract the first word of "cc", so it can be a program name with args.
2939 set dummy cc; ac_word=$2
2940 echo "$as_me:$LINENO: checking for $ac_word" >&5
2941 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2942 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2943 echo $ECHO_N "(cached) $ECHO_C" >&6
2945 if test -n "$ac_ct_CC"; then
2946 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2948 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2952 test -z "$as_dir" && as_dir=.
2953 for ac_exec_ext in '' $ac_executable_extensions; do
2954 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2955 ac_cv_prog_ac_ct_CC="cc"
2956 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2964 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2965 if test -n "$ac_ct_CC"; then
2966 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2967 echo "${ECHO_T}$ac_ct_CC" >&6
2969 echo "$as_me:$LINENO: result: no" >&5
2970 echo "${ECHO_T}no" >&6
2979 if test -z "$CC"; then
2980 # Extract the first word of "cc", so it can be a program name with args.
2981 set dummy cc; ac_word=$2
2982 echo "$as_me:$LINENO: checking for $ac_word" >&5
2983 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2984 if test "${ac_cv_prog_CC+set}" = set; then
2985 echo $ECHO_N "(cached) $ECHO_C" >&6
2987 if test -n "$CC"; then
2988 ac_cv_prog_CC="$CC" # Let the user override the test.
2991 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2995 test -z "$as_dir" && as_dir=.
2996 for ac_exec_ext in '' $ac_executable_extensions; do
2997 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2998 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2999 ac_prog_rejected=yes
3003 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3009 if test $ac_prog_rejected = yes; then
3010 # We found a bogon in the path, so make sure we never use it.
3011 set dummy $ac_cv_prog_CC
3013 if test $# != 0; then
3014 # We chose a different compiler from the bogus one.
3015 # However, it has the same basename, so the bogon will be chosen
3016 # first if we set CC to just the basename; use the full file name.
3018 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3024 if test -n "$CC"; then
3025 echo "$as_me:$LINENO: result: $CC" >&5
3026 echo "${ECHO_T}$CC" >&6
3028 echo "$as_me:$LINENO: result: no" >&5
3029 echo "${ECHO_T}no" >&6
3033 if test -z "$CC"; then
3034 if test -n "$ac_tool_prefix"; then
3037 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3038 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3039 echo "$as_me:$LINENO: checking for $ac_word" >&5
3040 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3041 if test "${ac_cv_prog_CC+set}" = set; then
3042 echo $ECHO_N "(cached) $ECHO_C" >&6
3044 if test -n "$CC"; then
3045 ac_cv_prog_CC="$CC" # Let the user override the test.
3047 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3051 test -z "$as_dir" && as_dir=.
3052 for ac_exec_ext in '' $ac_executable_extensions; do
3053 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3054 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3055 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3064 if test -n "$CC"; then
3065 echo "$as_me:$LINENO: result: $CC" >&5
3066 echo "${ECHO_T}$CC" >&6
3068 echo "$as_me:$LINENO: result: no" >&5
3069 echo "${ECHO_T}no" >&6
3072 test -n "$CC" && break
3075 if test -z "$CC"; then
3079 # Extract the first word of "$ac_prog", so it can be a program name with args.
3080 set dummy $ac_prog; ac_word=$2
3081 echo "$as_me:$LINENO: checking for $ac_word" >&5
3082 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3083 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3084 echo $ECHO_N "(cached) $ECHO_C" >&6
3086 if test -n "$ac_ct_CC"; then
3087 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3089 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3093 test -z "$as_dir" && as_dir=.
3094 for ac_exec_ext in '' $ac_executable_extensions; do
3095 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3096 ac_cv_prog_ac_ct_CC="$ac_prog"
3097 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3105 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3106 if test -n "$ac_ct_CC"; then
3107 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3108 echo "${ECHO_T}$ac_ct_CC" >&6
3110 echo "$as_me:$LINENO: result: no" >&5
3111 echo "${ECHO_T}no" >&6
3114 test -n "$ac_ct_CC" && break
3123 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3124 See \`config.log' for more details." >&5
3125 echo "$as_me: error: no acceptable C compiler found in \$PATH
3126 See \`config.log' for more details." >&2;}
3127 { (exit 1); exit 1; }; }
3129 # Provide some information about the compiler.
3130 echo "$as_me:$LINENO:" \
3131 "checking for C compiler version" >&5
3132 ac_compiler=`set X $ac_compile; echo $2`
3133 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3134 (eval $ac_compiler --version </dev/null >&5) 2>&5
3136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3137 (exit $ac_status); }
3138 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3139 (eval $ac_compiler -v </dev/null >&5) 2>&5
3141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3142 (exit $ac_status); }
3143 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3144 (eval $ac_compiler -V </dev/null >&5) 2>&5
3146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3147 (exit $ac_status); }
3149 cat >conftest.$ac_ext <<_ACEOF
3152 cat confdefs.h >>conftest.$ac_ext
3153 cat >>conftest.$ac_ext <<_ACEOF
3154 /* end confdefs.h. */
3164 ac_clean_files_save=$ac_clean_files
3165 ac_clean_files="$ac_clean_files a.out a.exe b.out"
3166 # Try to create an executable without -o first, disregard a.out.
3167 # It will help us diagnose broken compilers, and finding out an intuition
3169 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3170 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
3171 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3172 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
3173 (eval $ac_link_default) 2>&5
3175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3176 (exit $ac_status); }; then
3177 # Find the output, starting from the most likely. This scheme is
3178 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
3181 # Be careful to initialize this variable, since it used to be cached.
3182 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
3184 # b.out is created by i960 compilers.
3185 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
3187 test -f "$ac_file" || continue
3189 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
3192 # This is the source file.
3195 # We found the default executable, but exeext='' is most
3199 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3200 # FIXME: I believe we export ac_cv_exeext for Libtool,
3201 # but it would be cool to find out if it's true. Does anybody
3202 # maintain Libtool? --akim.
3210 echo "$as_me: failed program was:" >&5
3211 sed 's/^/| /' conftest.$ac_ext >&5
3213 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
3214 See \`config.log' for more details." >&5
3215 echo "$as_me: error: C compiler cannot create executables
3216 See \`config.log' for more details." >&2;}
3217 { (exit 77); exit 77; }; }
3220 ac_exeext=$ac_cv_exeext
3221 echo "$as_me:$LINENO: result: $ac_file" >&5
3222 echo "${ECHO_T}$ac_file" >&6
3224 # Check the compiler produces executables we can run. If not, either
3225 # the compiler is broken, or we cross compile.
3226 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3227 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
3228 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3229 # If not cross compiling, check that we can run a simple program.
3230 if test "$cross_compiling" != yes; then
3231 if { ac_try='./$ac_file'
3232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3236 (exit $ac_status); }; }; then
3239 if test "$cross_compiling" = maybe; then
3242 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3243 If you meant to cross compile, use \`--host'.
3244 See \`config.log' for more details." >&5
3245 echo "$as_me: error: cannot run C compiled programs.
3246 If you meant to cross compile, use \`--host'.
3247 See \`config.log' for more details." >&2;}
3248 { (exit 1); exit 1; }; }
3252 echo "$as_me:$LINENO: result: yes" >&5
3253 echo "${ECHO_T}yes" >&6
3255 rm -f a.out a.exe conftest$ac_cv_exeext b.out
3256 ac_clean_files=$ac_clean_files_save
3257 # Check the compiler produces executables we can run. If not, either
3258 # the compiler is broken, or we cross compile.
3259 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3260 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
3261 echo "$as_me:$LINENO: result: $cross_compiling" >&5
3262 echo "${ECHO_T}$cross_compiling" >&6
3264 echo "$as_me:$LINENO: checking for suffix of executables" >&5
3265 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
3266 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3267 (eval $ac_link) 2>&5
3269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3270 (exit $ac_status); }; then
3271 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3272 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3273 # work properly (i.e., refer to `conftest.exe'), while it won't with
3275 for ac_file in conftest.exe conftest conftest.*; do
3276 test -f "$ac_file" || continue
3278 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
3279 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3286 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3287 See \`config.log' for more details." >&5
3288 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3289 See \`config.log' for more details." >&2;}
3290 { (exit 1); exit 1; }; }
3293 rm -f conftest$ac_cv_exeext
3294 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3295 echo "${ECHO_T}$ac_cv_exeext" >&6
3297 rm -f conftest.$ac_ext
3298 EXEEXT=$ac_cv_exeext
3300 echo "$as_me:$LINENO: checking for suffix of object files" >&5
3301 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
3302 if test "${ac_cv_objext+set}" = set; then
3303 echo $ECHO_N "(cached) $ECHO_C" >&6
3305 cat >conftest.$ac_ext <<_ACEOF
3308 cat confdefs.h >>conftest.$ac_ext
3309 cat >>conftest.$ac_ext <<_ACEOF
3310 /* end confdefs.h. */
3320 rm -f conftest.o conftest.obj
3321 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3322 (eval $ac_compile) 2>&5
3324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3325 (exit $ac_status); }; then
3326 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
3328 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
3329 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3334 echo "$as_me: failed program was:" >&5
3335 sed 's/^/| /' conftest.$ac_ext >&5
3337 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3338 See \`config.log' for more details." >&5
3339 echo "$as_me: error: cannot compute suffix of object files: cannot compile
3340 See \`config.log' for more details." >&2;}
3341 { (exit 1); exit 1; }; }
3344 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3346 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3347 echo "${ECHO_T}$ac_cv_objext" >&6
3348 OBJEXT=$ac_cv_objext
3350 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3351 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
3352 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3353 echo $ECHO_N "(cached) $ECHO_C" >&6
3355 cat >conftest.$ac_ext <<_ACEOF
3358 cat confdefs.h >>conftest.$ac_ext
3359 cat >>conftest.$ac_ext <<_ACEOF
3360 /* end confdefs.h. */
3373 rm -f conftest.$ac_objext
3374 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3375 (eval $ac_compile) 2>conftest.er1
3377 grep -v '^ *+' conftest.er1 >conftest.err
3379 cat conftest.err >&5
3380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3381 (exit $ac_status); } &&
3382 { ac_try='test -z "$ac_c_werror_flag"
3383 || test ! -s conftest.err'
3384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3388 (exit $ac_status); }; } &&
3389 { ac_try='test -s conftest.$ac_objext'
3390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3394 (exit $ac_status); }; }; then
3397 echo "$as_me: failed program was:" >&5
3398 sed 's/^/| /' conftest.$ac_ext >&5
3402 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3403 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3406 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3407 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3408 GCC=`test $ac_compiler_gnu = yes && echo yes`
3409 ac_test_CFLAGS=${CFLAGS+set}
3410 ac_save_CFLAGS=$CFLAGS
3412 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3413 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3414 if test "${ac_cv_prog_cc_g+set}" = set; then
3415 echo $ECHO_N "(cached) $ECHO_C" >&6
3417 cat >conftest.$ac_ext <<_ACEOF
3420 cat confdefs.h >>conftest.$ac_ext
3421 cat >>conftest.$ac_ext <<_ACEOF
3422 /* end confdefs.h. */
3432 rm -f conftest.$ac_objext
3433 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3434 (eval $ac_compile) 2>conftest.er1
3436 grep -v '^ *+' conftest.er1 >conftest.err
3438 cat conftest.err >&5
3439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3440 (exit $ac_status); } &&
3441 { ac_try='test -z "$ac_c_werror_flag"
3442 || test ! -s conftest.err'
3443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3447 (exit $ac_status); }; } &&
3448 { ac_try='test -s conftest.$ac_objext'
3449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3453 (exit $ac_status); }; }; then
3456 echo "$as_me: failed program was:" >&5
3457 sed 's/^/| /' conftest.$ac_ext >&5
3461 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3463 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3464 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3465 if test "$ac_test_CFLAGS" = set; then
3466 CFLAGS=$ac_save_CFLAGS
3467 elif test $ac_cv_prog_cc_g = yes; then
3468 if test "$GCC" = yes; then
3474 if test "$GCC" = yes; then
3480 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3481 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3482 if test "${ac_cv_prog_cc_stdc+set}" = set; then
3483 echo $ECHO_N "(cached) $ECHO_C" >&6
3485 ac_cv_prog_cc_stdc=no
3487 cat >conftest.$ac_ext <<_ACEOF
3490 cat confdefs.h >>conftest.$ac_ext
3491 cat >>conftest.$ac_ext <<_ACEOF
3492 /* end confdefs.h. */
3495 #include <sys/types.h>
3496 #include <sys/stat.h>
3497 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3498 struct buf { int x; };
3499 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3500 static char *e (p, i)
3506 static char *f (char * (*g) (char **, int), char **p, ...)
3511 s = g (p, va_arg (v,int));
3516 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3517 function prototypes and stuff, but not '\xHH' hex character constants.
3518 These don't provoke an error unfortunately, instead are silently treated
3519 as 'x'. The following induces an error, until -std1 is added to get
3520 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3521 array size at least. It's necessary to write '\x00'==0 to get something
3522 that's true only with -std1. */
3523 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3525 int test (int i, double x);
3526 struct s1 {int (*f) (int a);};
3527 struct s2 {int (*f) (double a);};
3528 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3534 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3539 # Don't try gcc -ansi; that turns off useful extensions and
3540 # breaks some systems' header files.
3541 # AIX -qlanglvl=ansi
3542 # Ultrix and OSF/1 -std1
3543 # HP-UX 10.20 and later -Ae
3544 # HP-UX older versions -Aa -D_HPUX_SOURCE
3545 # SVR4 -Xc -D__EXTENSIONS__
3546 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3548 CC="$ac_save_CC $ac_arg"
3549 rm -f conftest.$ac_objext
3550 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3551 (eval $ac_compile) 2>conftest.er1
3553 grep -v '^ *+' conftest.er1 >conftest.err
3555 cat conftest.err >&5
3556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3557 (exit $ac_status); } &&
3558 { ac_try='test -z "$ac_c_werror_flag"
3559 || test ! -s conftest.err'
3560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3564 (exit $ac_status); }; } &&
3565 { ac_try='test -s conftest.$ac_objext'
3566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3570 (exit $ac_status); }; }; then
3571 ac_cv_prog_cc_stdc=$ac_arg
3574 echo "$as_me: failed program was:" >&5
3575 sed 's/^/| /' conftest.$ac_ext >&5
3578 rm -f conftest.err conftest.$ac_objext
3580 rm -f conftest.$ac_ext conftest.$ac_objext
3585 case "x$ac_cv_prog_cc_stdc" in
3587 echo "$as_me:$LINENO: result: none needed" >&5
3588 echo "${ECHO_T}none needed" >&6 ;;
3590 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3591 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3592 CC="$CC $ac_cv_prog_cc_stdc" ;;
3595 # Some people use a C++ compiler to compile C. Since we use `exit',
3596 # in C++ we need to declare it. In case someone uses the same compiler
3597 # for both compiling C and C++ we need to have the C++ compiler decide
3598 # the declaration of exit, since it's the most demanding environment.
3599 cat >conftest.$ac_ext <<_ACEOF
3604 rm -f conftest.$ac_objext
3605 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3606 (eval $ac_compile) 2>conftest.er1
3608 grep -v '^ *+' conftest.er1 >conftest.err
3610 cat conftest.err >&5
3611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3612 (exit $ac_status); } &&
3613 { ac_try='test -z "$ac_c_werror_flag"
3614 || test ! -s conftest.err'
3615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3619 (exit $ac_status); }; } &&
3620 { ac_try='test -s conftest.$ac_objext'
3621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3625 (exit $ac_status); }; }; then
3626 for ac_declaration in \
3628 'extern "C" void std::exit (int) throw (); using std::exit;' \
3629 'extern "C" void std::exit (int); using std::exit;' \
3630 'extern "C" void exit (int) throw ();' \
3631 'extern "C" void exit (int);' \
3634 cat >conftest.$ac_ext <<_ACEOF
3637 cat confdefs.h >>conftest.$ac_ext
3638 cat >>conftest.$ac_ext <<_ACEOF
3639 /* end confdefs.h. */
3650 rm -f conftest.$ac_objext
3651 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3652 (eval $ac_compile) 2>conftest.er1
3654 grep -v '^ *+' conftest.er1 >conftest.err
3656 cat conftest.err >&5
3657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3658 (exit $ac_status); } &&
3659 { ac_try='test -z "$ac_c_werror_flag"
3660 || test ! -s conftest.err'
3661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3665 (exit $ac_status); }; } &&
3666 { ac_try='test -s conftest.$ac_objext'
3667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3671 (exit $ac_status); }; }; then
3674 echo "$as_me: failed program was:" >&5
3675 sed 's/^/| /' conftest.$ac_ext >&5
3679 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3680 cat >conftest.$ac_ext <<_ACEOF
3683 cat confdefs.h >>conftest.$ac_ext
3684 cat >>conftest.$ac_ext <<_ACEOF
3685 /* end confdefs.h. */
3695 rm -f conftest.$ac_objext
3696 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3697 (eval $ac_compile) 2>conftest.er1
3699 grep -v '^ *+' conftest.er1 >conftest.err
3701 cat conftest.err >&5
3702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3703 (exit $ac_status); } &&
3704 { ac_try='test -z "$ac_c_werror_flag"
3705 || test ! -s conftest.err'
3706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3710 (exit $ac_status); }; } &&
3711 { ac_try='test -s conftest.$ac_objext'
3712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3716 (exit $ac_status); }; }; then
3719 echo "$as_me: failed program was:" >&5
3720 sed 's/^/| /' conftest.$ac_ext >&5
3723 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3726 if test -n "$ac_declaration"; then
3727 echo '#ifdef __cplusplus' >>confdefs.h
3728 echo $ac_declaration >>confdefs.h
3729 echo '#endif' >>confdefs.h
3733 echo "$as_me: failed program was:" >&5
3734 sed 's/^/| /' conftest.$ac_ext >&5
3737 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3739 ac_cpp='$CPP $CPPFLAGS'
3740 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3741 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3742 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3745 ac_cpp='$CXXCPP $CPPFLAGS'
3746 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3747 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3748 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3749 if test -n "$ac_tool_prefix"; then
3750 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
3752 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3753 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3754 echo "$as_me:$LINENO: checking for $ac_word" >&5
3755 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3756 if test "${ac_cv_prog_CXX+set}" = set; then
3757 echo $ECHO_N "(cached) $ECHO_C" >&6
3759 if test -n "$CXX"; then
3760 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3762 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3766 test -z "$as_dir" && as_dir=.
3767 for ac_exec_ext in '' $ac_executable_extensions; do
3768 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3769 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3770 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3779 if test -n "$CXX"; then
3780 echo "$as_me:$LINENO: result: $CXX" >&5
3781 echo "${ECHO_T}$CXX" >&6
3783 echo "$as_me:$LINENO: result: no" >&5
3784 echo "${ECHO_T}no" >&6
3787 test -n "$CXX" && break
3790 if test -z "$CXX"; then
3792 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
3794 # Extract the first word of "$ac_prog", so it can be a program name with args.
3795 set dummy $ac_prog; ac_word=$2
3796 echo "$as_me:$LINENO: checking for $ac_word" >&5
3797 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3798 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3799 echo $ECHO_N "(cached) $ECHO_C" >&6
3801 if test -n "$ac_ct_CXX"; then
3802 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3804 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3808 test -z "$as_dir" && as_dir=.
3809 for ac_exec_ext in '' $ac_executable_extensions; do
3810 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3811 ac_cv_prog_ac_ct_CXX="$ac_prog"
3812 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3820 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3821 if test -n "$ac_ct_CXX"; then
3822 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3823 echo "${ECHO_T}$ac_ct_CXX" >&6
3825 echo "$as_me:$LINENO: result: no" >&5
3826 echo "${ECHO_T}no" >&6
3829 test -n "$ac_ct_CXX" && break
3831 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
3837 # Provide some information about the compiler.
3838 echo "$as_me:$LINENO:" \
3839 "checking for C++ compiler version" >&5
3840 ac_compiler=`set X $ac_compile; echo $2`
3841 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3842 (eval $ac_compiler --version </dev/null >&5) 2>&5
3844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3845 (exit $ac_status); }
3846 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3847 (eval $ac_compiler -v </dev/null >&5) 2>&5
3849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3850 (exit $ac_status); }
3851 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3852 (eval $ac_compiler -V </dev/null >&5) 2>&5
3854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3855 (exit $ac_status); }
3857 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3858 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
3859 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3860 echo $ECHO_N "(cached) $ECHO_C" >&6
3862 cat >conftest.$ac_ext <<_ACEOF
3865 cat confdefs.h >>conftest.$ac_ext
3866 cat >>conftest.$ac_ext <<_ACEOF
3867 /* end confdefs.h. */
3880 rm -f conftest.$ac_objext
3881 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3882 (eval $ac_compile) 2>conftest.er1
3884 grep -v '^ *+' conftest.er1 >conftest.err
3886 cat conftest.err >&5
3887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3888 (exit $ac_status); } &&
3889 { ac_try='test -z "$ac_cxx_werror_flag"
3890 || test ! -s conftest.err'
3891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3895 (exit $ac_status); }; } &&
3896 { ac_try='test -s conftest.$ac_objext'
3897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3901 (exit $ac_status); }; }; then
3904 echo "$as_me: failed program was:" >&5
3905 sed 's/^/| /' conftest.$ac_ext >&5
3909 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3910 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3913 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3914 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
3915 GXX=`test $ac_compiler_gnu = yes && echo yes`
3916 ac_test_CXXFLAGS=${CXXFLAGS+set}
3917 ac_save_CXXFLAGS=$CXXFLAGS
3919 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3920 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
3921 if test "${ac_cv_prog_cxx_g+set}" = set; then
3922 echo $ECHO_N "(cached) $ECHO_C" >&6
3924 cat >conftest.$ac_ext <<_ACEOF
3927 cat confdefs.h >>conftest.$ac_ext
3928 cat >>conftest.$ac_ext <<_ACEOF
3929 /* end confdefs.h. */
3939 rm -f conftest.$ac_objext
3940 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3941 (eval $ac_compile) 2>conftest.er1
3943 grep -v '^ *+' conftest.er1 >conftest.err
3945 cat conftest.err >&5
3946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3947 (exit $ac_status); } &&
3948 { ac_try='test -z "$ac_cxx_werror_flag"
3949 || test ! -s conftest.err'
3950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3954 (exit $ac_status); }; } &&
3955 { ac_try='test -s conftest.$ac_objext'
3956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3960 (exit $ac_status); }; }; then
3961 ac_cv_prog_cxx_g=yes
3963 echo "$as_me: failed program was:" >&5
3964 sed 's/^/| /' conftest.$ac_ext >&5
3968 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3970 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3971 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
3972 if test "$ac_test_CXXFLAGS" = set; then
3973 CXXFLAGS=$ac_save_CXXFLAGS
3974 elif test $ac_cv_prog_cxx_g = yes; then
3975 if test "$GXX" = yes; then
3981 if test "$GXX" = yes; then
3987 for ac_declaration in \
3989 'extern "C" void std::exit (int) throw (); using std::exit;' \
3990 'extern "C" void std::exit (int); using std::exit;' \
3991 'extern "C" void exit (int) throw ();' \
3992 'extern "C" void exit (int);' \
3995 cat >conftest.$ac_ext <<_ACEOF
3998 cat confdefs.h >>conftest.$ac_ext
3999 cat >>conftest.$ac_ext <<_ACEOF
4000 /* end confdefs.h. */
4011 rm -f conftest.$ac_objext
4012 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4013 (eval $ac_compile) 2>conftest.er1
4015 grep -v '^ *+' conftest.er1 >conftest.err
4017 cat conftest.err >&5
4018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4019 (exit $ac_status); } &&
4020 { ac_try='test -z "$ac_cxx_werror_flag"
4021 || test ! -s conftest.err'
4022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4026 (exit $ac_status); }; } &&
4027 { ac_try='test -s conftest.$ac_objext'
4028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4032 (exit $ac_status); }; }; then
4035 echo "$as_me: failed program was:" >&5
4036 sed 's/^/| /' conftest.$ac_ext >&5
4040 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4041 cat >conftest.$ac_ext <<_ACEOF
4044 cat confdefs.h >>conftest.$ac_ext
4045 cat >>conftest.$ac_ext <<_ACEOF
4046 /* end confdefs.h. */
4056 rm -f conftest.$ac_objext
4057 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4058 (eval $ac_compile) 2>conftest.er1
4060 grep -v '^ *+' conftest.er1 >conftest.err
4062 cat conftest.err >&5
4063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4064 (exit $ac_status); } &&
4065 { ac_try='test -z "$ac_cxx_werror_flag"
4066 || test ! -s conftest.err'
4067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4071 (exit $ac_status); }; } &&
4072 { ac_try='test -s conftest.$ac_objext'
4073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4077 (exit $ac_status); }; }; then
4080 echo "$as_me: failed program was:" >&5
4081 sed 's/^/| /' conftest.$ac_ext >&5
4084 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4087 if test -n "$ac_declaration"; then
4088 echo '#ifdef __cplusplus' >>confdefs.h
4089 echo $ac_declaration >>confdefs.h
4090 echo '#endif' >>confdefs.h
4094 ac_cpp='$CPP $CPPFLAGS'
4095 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4096 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4097 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4100 # We must set the default linker to the linker used by gcc for the correct
4101 # operation of libtool. If LD is not defined and we are using gcc, try to
4102 # set the LD default to the ld used by gcc.
4103 if test -z "$LD"; then
4104 if test "$GCC" = yes; then
4107 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4109 gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
4111 case $gcc_prog_ld in
4112 # Accept absolute paths.
4113 [\\/]* | [A-Za-z]:[\\/]*)
4114 LD="$gcc_prog_ld" ;;
4122 if test -n "$ac_tool_prefix"; then
4123 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4124 set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
4125 echo "$as_me:$LINENO: checking for $ac_word" >&5
4126 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4127 if test "${ac_cv_prog_GNATBIND+set}" = set; then
4128 echo $ECHO_N "(cached) $ECHO_C" >&6
4130 if test -n "$GNATBIND"; then
4131 ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
4133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4137 test -z "$as_dir" && as_dir=.
4138 for ac_exec_ext in '' $ac_executable_extensions; do
4139 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4140 ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
4141 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4149 GNATBIND=$ac_cv_prog_GNATBIND
4150 if test -n "$GNATBIND"; then
4151 echo "$as_me:$LINENO: result: $GNATBIND" >&5
4152 echo "${ECHO_T}$GNATBIND" >&6
4154 echo "$as_me:$LINENO: result: no" >&5
4155 echo "${ECHO_T}no" >&6
4159 if test -z "$ac_cv_prog_GNATBIND"; then
4160 ac_ct_GNATBIND=$GNATBIND
4161 # Extract the first word of "gnatbind", so it can be a program name with args.
4162 set dummy gnatbind; ac_word=$2
4163 echo "$as_me:$LINENO: checking for $ac_word" >&5
4164 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4165 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then
4166 echo $ECHO_N "(cached) $ECHO_C" >&6
4168 if test -n "$ac_ct_GNATBIND"; then
4169 ac_cv_prog_ac_ct_GNATBIND="$ac_ct_GNATBIND" # Let the user override the test.
4171 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4175 test -z "$as_dir" && as_dir=.
4176 for ac_exec_ext in '' $ac_executable_extensions; do
4177 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4178 ac_cv_prog_ac_ct_GNATBIND="gnatbind"
4179 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4185 test -z "$ac_cv_prog_ac_ct_GNATBIND" && ac_cv_prog_ac_ct_GNATBIND="no"
4188 ac_ct_GNATBIND=$ac_cv_prog_ac_ct_GNATBIND
4189 if test -n "$ac_ct_GNATBIND"; then
4190 echo "$as_me:$LINENO: result: $ac_ct_GNATBIND" >&5
4191 echo "${ECHO_T}$ac_ct_GNATBIND" >&6
4193 echo "$as_me:$LINENO: result: no" >&5
4194 echo "${ECHO_T}no" >&6
4197 GNATBIND=$ac_ct_GNATBIND
4199 GNATBIND="$ac_cv_prog_GNATBIND"
4202 if test -n "$ac_tool_prefix"; then
4203 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4204 set dummy ${ac_tool_prefix}gnatmake; ac_word=$2
4205 echo "$as_me:$LINENO: checking for $ac_word" >&5
4206 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4207 if test "${ac_cv_prog_GNATMAKE+set}" = set; then
4208 echo $ECHO_N "(cached) $ECHO_C" >&6
4210 if test -n "$GNATMAKE"; then
4211 ac_cv_prog_GNATMAKE="$GNATMAKE" # Let the user override the test.
4213 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4217 test -z "$as_dir" && as_dir=.
4218 for ac_exec_ext in '' $ac_executable_extensions; do
4219 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4220 ac_cv_prog_GNATMAKE="${ac_tool_prefix}gnatmake"
4221 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4229 GNATMAKE=$ac_cv_prog_GNATMAKE
4230 if test -n "$GNATMAKE"; then
4231 echo "$as_me:$LINENO: result: $GNATMAKE" >&5
4232 echo "${ECHO_T}$GNATMAKE" >&6
4234 echo "$as_me:$LINENO: result: no" >&5
4235 echo "${ECHO_T}no" >&6
4239 if test -z "$ac_cv_prog_GNATMAKE"; then
4240 ac_ct_GNATMAKE=$GNATMAKE
4241 # Extract the first word of "gnatmake", so it can be a program name with args.
4242 set dummy gnatmake; ac_word=$2
4243 echo "$as_me:$LINENO: checking for $ac_word" >&5
4244 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4245 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then
4246 echo $ECHO_N "(cached) $ECHO_C" >&6
4248 if test -n "$ac_ct_GNATMAKE"; then
4249 ac_cv_prog_ac_ct_GNATMAKE="$ac_ct_GNATMAKE" # Let the user override the test.
4251 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4255 test -z "$as_dir" && as_dir=.
4256 for ac_exec_ext in '' $ac_executable_extensions; do
4257 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4258 ac_cv_prog_ac_ct_GNATMAKE="gnatmake"
4259 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4265 test -z "$ac_cv_prog_ac_ct_GNATMAKE" && ac_cv_prog_ac_ct_GNATMAKE="no"
4268 ac_ct_GNATMAKE=$ac_cv_prog_ac_ct_GNATMAKE
4269 if test -n "$ac_ct_GNATMAKE"; then
4270 echo "$as_me:$LINENO: result: $ac_ct_GNATMAKE" >&5
4271 echo "${ECHO_T}$ac_ct_GNATMAKE" >&6
4273 echo "$as_me:$LINENO: result: no" >&5
4274 echo "${ECHO_T}no" >&6
4277 GNATMAKE=$ac_ct_GNATMAKE
4279 GNATMAKE="$ac_cv_prog_GNATMAKE"
4282 echo "$as_me:$LINENO: checking whether compiler driver understands Ada" >&5
4283 echo $ECHO_N "checking whether compiler driver understands Ada... $ECHO_C" >&6
4284 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then
4285 echo $ECHO_N "(cached) $ECHO_C" >&6
4287 cat >conftest.adb <<EOF
4288 procedure conftest is begin null; end conftest;
4290 acx_cv_cc_gcc_supports_ada=no
4291 # There is a bug in old released versions of GCC which causes the
4292 # driver to exit successfully when the appropriate language module
4293 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
4294 # Therefore we must check for the error message as well as an
4295 # unsuccessful exit.
4296 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
4297 # given a .adb file, but produce no object file. So we must check
4298 # if an object file was really produced to guard against this.
4299 errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
4300 if test x"$errors" = x && test -f conftest.$ac_objext; then
4301 acx_cv_cc_gcc_supports_ada=yes
4305 echo "$as_me:$LINENO: result: $acx_cv_cc_gcc_supports_ada" >&5
4306 echo "${ECHO_T}$acx_cv_cc_gcc_supports_ada" >&6
4308 if test x$GNATBIND != xno && test x$GNATMAKE != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
4314 echo "$as_me:$LINENO: checking how to compare bootstrapped objects" >&5
4315 echo $ECHO_N "checking how to compare bootstrapped objects... $ECHO_C" >&6
4316 if test "${gcc_cv_prog_cmp_skip+set}" = set; then
4317 echo $ECHO_N "(cached) $ECHO_C" >&6
4321 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4322 if cmp t1 t2 2 2 > /dev/null 2>&1; then
4323 if cmp t1 t2 1 1 > /dev/null 2>&1; then
4326 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
4329 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
4330 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
4333 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
4339 echo "$as_me:$LINENO: result: $gcc_cv_prog_cmp_skip" >&5
4340 echo "${ECHO_T}$gcc_cv_prog_cmp_skip" >&6
4341 do_compare="$gcc_cv_prog_cmp_skip"
4345 # Check for GMP and MPFR
4346 gmplibs="-lmpfr -lgmp"
4350 # Specify a location for mpfr
4351 # check for this first so it ends up on the link line before gmp.
4353 # Check whether --with-mpfr-dir or --without-mpfr-dir was given.
4354 if test "${with_mpfr_dir+set}" = set; then
4355 withval="$with_mpfr_dir"
4356 { { echo "$as_me:$LINENO: error: The --with-mpfr-dir=PATH option has been removed.
4357 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" >&5
4358 echo "$as_me: error: The --with-mpfr-dir=PATH option has been removed.
4359 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" >&2;}
4360 { (exit 1); exit 1; }; }
4364 # Check whether --with-mpfr or --without-mpfr was given.
4365 if test "${with_mpfr+set}" = set; then
4366 withval="$with_mpfr"
4370 # Check whether --with-mpfr_include or --without-mpfr_include was given.
4371 if test "${with_mpfr_include+set}" = set; then
4372 withval="$with_mpfr_include"
4376 # Check whether --with-mpfr_lib or --without-mpfr_lib was given.
4377 if test "${with_mpfr_lib+set}" = set; then
4378 withval="$with_mpfr_lib"
4382 if test "x$with_mpfr" != x; then
4383 gmplibs="-L$with_mpfr/lib $gmplibs"
4384 gmpinc="-I$with_mpfr/include"
4386 if test "x$with_mpfr_include" != x; then
4387 gmpinc="-I$with_mpfr_include"
4389 if test "x$with_mpfr_lib" != x; then
4390 gmplibs="-L$with_mpfr_lib $gmplibs"
4392 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
4393 gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/.libs -L$$r/$(HOST_SUBDIR)/mpfr/_libs '"$gmplibs"
4394 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
4395 # Do not test the mpfr version. Assume that it is sufficient, since
4396 # it is in the source tree, and the library has not been built yet
4397 # but it would be included on the link line in the version check below
4398 # hence making the test fail.
4402 # Specify a location for gmp
4404 # Check whether --with-gmp-dir or --without-gmp-dir was given.
4405 if test "${with_gmp_dir+set}" = set; then
4406 withval="$with_gmp_dir"
4407 { { echo "$as_me:$LINENO: error: The --with-gmp-dir=PATH option has been removed.
4408 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" >&5
4409 echo "$as_me: error: The --with-gmp-dir=PATH option has been removed.
4410 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" >&2;}
4411 { (exit 1); exit 1; }; }
4415 # Check whether --with-gmp or --without-gmp was given.
4416 if test "${with_gmp+set}" = set; then
4421 # Check whether --with-gmp_include or --without-gmp_include was given.
4422 if test "${with_gmp_include+set}" = set; then
4423 withval="$with_gmp_include"
4427 # Check whether --with-gmp_lib or --without-gmp_lib was given.
4428 if test "${with_gmp_lib+set}" = set; then
4429 withval="$with_gmp_lib"
4434 if test "x$with_gmp" != x; then
4435 gmplibs="-L$with_gmp/lib $gmplibs"
4436 gmpinc="-I$with_gmp/include $gmpinc"
4438 if test "x$with_gmp_include" != x; then
4439 gmpinc="-I$with_gmp_include $gmpinc"
4441 if test "x$with_gmp_lib" != x; then
4442 gmplibs="-L$with_gmp_lib $gmplibs"
4444 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
4445 gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/gmp/_libs '"$gmplibs"
4446 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
4447 # Do not test the gmp version. Assume that it is sufficient, since
4448 # it is in the source tree, and the library has not been built yet
4449 # but it would be included on the link line in the version check below
4450 # hence making the test fail.
4454 if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
4456 saved_CFLAGS="$CFLAGS"
4457 CFLAGS="$CFLAGS $gmpinc"
4458 # Check GMP actually works
4459 echo "$as_me:$LINENO: checking for correct version of gmp.h" >&5
4460 echo $ECHO_N "checking for correct version of gmp.h... $ECHO_C" >&6
4462 cat >conftest.$ac_ext <<_ACEOF
4465 cat confdefs.h >>conftest.$ac_ext
4466 cat >>conftest.$ac_ext <<_ACEOF
4467 /* end confdefs.h. */
4473 #if __GNU_MP_VERSION < 4 || (__GNU_MP_VERSION == 4 && __GNU_MP_VERSION_MINOR < 1)
4481 rm -f conftest.$ac_objext
4482 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4483 (eval $ac_compile) 2>conftest.er1
4485 grep -v '^ *+' conftest.er1 >conftest.err
4487 cat conftest.err >&5
4488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4489 (exit $ac_status); } &&
4490 { ac_try='test -z "$ac_c_werror_flag"
4491 || test ! -s conftest.err'
4492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4496 (exit $ac_status); }; } &&
4497 { ac_try='test -s conftest.$ac_objext'
4498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4502 (exit $ac_status); }; }; then
4503 echo "$as_me:$LINENO: result: yes" >&5
4504 echo "${ECHO_T}yes" >&6
4506 echo "$as_me: failed program was:" >&5
4507 sed 's/^/| /' conftest.$ac_ext >&5
4509 echo "$as_me:$LINENO: result: no" >&5
4510 echo "${ECHO_T}no" >&6; have_gmp=no
4512 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4514 if test x"$have_gmp" = xyes; then
4516 LIBS="$LIBS $gmplibs"
4517 echo "$as_me:$LINENO: checking for correct version of mpfr.h" >&5
4518 echo $ECHO_N "checking for correct version of mpfr.h... $ECHO_C" >&6
4519 cat >conftest.$ac_ext <<_ACEOF
4522 cat confdefs.h >>conftest.$ac_ext
4523 cat >>conftest.$ac_ext <<_ACEOF
4524 /* end confdefs.h. */
4531 #if MPFR_VERSION < MPFR_VERSION_NUM(2,2,0)
4539 mpfr_atan2 (n, n, x, GMP_RNDN);
4540 mpfr_erfc (n, x, GMP_RNDN);
4541 mpfr_subnormalize (x, t, GMP_RNDN);
4547 rm -f conftest.$ac_objext conftest$ac_exeext
4548 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4549 (eval $ac_link) 2>conftest.er1
4551 grep -v '^ *+' conftest.er1 >conftest.err
4553 cat conftest.err >&5
4554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4555 (exit $ac_status); } &&
4556 { ac_try='test -z "$ac_c_werror_flag"
4557 || test ! -s conftest.err'
4558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4562 (exit $ac_status); }; } &&
4563 { ac_try='test -s conftest$ac_exeext'
4564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4568 (exit $ac_status); }; }; then
4569 cat >conftest.$ac_ext <<_ACEOF
4572 cat confdefs.h >>conftest.$ac_ext
4573 cat >>conftest.$ac_ext <<_ACEOF
4574 /* end confdefs.h. */
4581 #if MPFR_VERSION < MPFR_VERSION_NUM(2,2,1)
4584 mpfr_t n; mpfr_init(n);
4590 rm -f conftest.$ac_objext conftest$ac_exeext
4591 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4592 (eval $ac_link) 2>conftest.er1
4594 grep -v '^ *+' conftest.er1 >conftest.err
4596 cat conftest.err >&5
4597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4598 (exit $ac_status); } &&
4599 { ac_try='test -z "$ac_c_werror_flag"
4600 || test ! -s conftest.err'
4601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4605 (exit $ac_status); }; } &&
4606 { ac_try='test -s conftest$ac_exeext'
4607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4611 (exit $ac_status); }; }; then
4612 echo "$as_me:$LINENO: result: yes" >&5
4613 echo "${ECHO_T}yes" >&6
4615 echo "$as_me: failed program was:" >&5
4616 sed 's/^/| /' conftest.$ac_ext >&5
4618 echo "$as_me:$LINENO: result: buggy but acceptable" >&5
4619 echo "${ECHO_T}buggy but acceptable" >&6
4621 rm -f conftest.err conftest.$ac_objext \
4622 conftest$ac_exeext conftest.$ac_ext
4624 echo "$as_me: failed program was:" >&5
4625 sed 's/^/| /' conftest.$ac_ext >&5
4627 echo "$as_me:$LINENO: result: no" >&5
4628 echo "${ECHO_T}no" >&6; have_gmp=no
4630 rm -f conftest.err conftest.$ac_objext \
4631 conftest$ac_exeext conftest.$ac_ext
4634 CFLAGS="$saved_CFLAGS"
4636 if test x$have_gmp != xyes; then
4637 { { echo "$as_me:$LINENO: error: Building GCC requires GMP 4.1+ and MPFR 2.2.1+.
4638 Try the --with-gmp and/or --with-mpfr options to specify their locations.
4639 Copies of these libraries' source code can be found at their respective
4640 hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
4641 See also http://gcc.gnu.org/install/prerequisites.html for additional info.
4642 If you obtained GMP and/or MPFR from a vendor distribution package, make
4643 sure that you have installed both the libraries and the header files.
4644 They may be located in separate packages." >&5
4645 echo "$as_me: error: Building GCC requires GMP 4.1+ and MPFR 2.2.1+.
4646 Try the --with-gmp and/or --with-mpfr options to specify their locations.
4647 Copies of these libraries' source code can be found at their respective
4648 hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
4649 See also http://gcc.gnu.org/install/prerequisites.html for additional info.
4650 If you obtained GMP and/or MPFR from a vendor distribution package, make
4651 sure that you have installed both the libraries and the header files.
4652 They may be located in separate packages." >&2;}
4653 { (exit 1); exit 1; }; }
4657 # Flags needed for both GMP and/or MPFR
4661 # By default, C is the only stage 1 language.
4662 stage1_languages=,c,
4664 # Figure out what language subdirectories are present.
4665 # Look if the user specified --enable-languages="..."; if not, use
4666 # the environment variable $LANGUAGES if defined. $LANGUAGES might
4668 # NB: embedded tabs in this IF block -- do not untabify
4669 if test -d ${srcdir}/gcc; then
4670 if test x"${enable_languages+set}" != xset; then
4671 if test x"${LANGUAGES+set}" = xset; then
4672 enable_languages="${LANGUAGES}"
4673 echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
4675 enable_languages=all
4678 if test x"${enable_languages}" = x ||
4679 test x"${enable_languages}" = xyes;
4681 echo configure.in: --enable-languages needs at least one language argument 1>&2
4685 enable_languages=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
4687 # 'f95' is the old name for the 'fortran' language. We issue a warning
4688 # and make the substitution.
4689 case ,${enable_languages}, in
4691 echo configure.in: warning: 'f95' as language name is deprecated, use 'fortran' instead 1>&2
4692 enable_languages=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
4696 # First scan to see if an enabled language requires some other language.
4697 # We assume that a given config-lang.in will list all the language
4698 # front ends it requires, even if some are required indirectly.
4699 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
4700 case ${lang_frag} in
4702 # The odd quoting in the next line works around
4703 # an apparent bug in bash 1.12 on linux.
4704 ${srcdir}/gcc/[*]/config-lang.in) ;;
4706 # From the config-lang.in, get $language, $lang_requires
4710 for other in ${lang_requires} ; do
4711 case ,${enable_languages}, in
4715 echo " \`$other' language required by \`$language'; enabling" 1>&2
4716 enable_languages="${enable_languages},${other}"
4724 new_enable_languages=,c,
4725 missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
4726 potential_languages=,c,
4728 for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
4729 case ${lang_frag} in
4731 # The odd quoting in the next line works around
4732 # an apparent bug in bash 1.12 on linux.
4733 ${srcdir}/gcc/[*]/config-lang.in) ;;
4735 # From the config-lang.in, get $language, $target_libs,
4736 # $lang_dirs, $boot_language, and $build_by_default
4742 build_by_default=yes
4744 if test x${language} = x; then
4745 echo "${lang_frag} doesn't set \$language." 1>&2
4749 case ,${enable_languages}, in
4751 # Language was explicitly selected; include it.
4755 # 'all' was selected, select it if it is a default language
4756 add_this_lang=${build_by_default}
4763 # Disable languages that need other directories if these aren't available.
4764 for i in $subdir_requires; do
4765 test -f "$srcdir/gcc/$i/config-lang.in" && continue
4766 case ,${enable_languages}, in
4768 # Specifically requested language; tell them.
4769 { { echo "$as_me:$LINENO: error: The gcc/$i directory contains parts of $language but is missing" >&5
4770 echo "$as_me: error: The gcc/$i directory contains parts of $language but is missing" >&2;}
4771 { (exit 1); exit 1; }; }
4775 add_this_lang=unsupported
4780 # Disable Ada if no preexisting GNAT is available.
4781 case ,${enable_languages},:${language}:${have_gnat} in
4782 *,${language},*:ada:no)
4783 # Specifically requested language; tell them.
4784 { { echo "$as_me:$LINENO: error: GNAT is required to build $language" >&5
4785 echo "$as_me: error: GNAT is required to build $language" >&2;}
4786 { (exit 1); exit 1; }; }
4790 add_this_lang=unsupported
4794 # Disable a language that is unsupported by the target.
4795 case " $unsupported_languages " in
4797 add_this_lang=unsupported
4801 case $add_this_lang in
4803 # Remove language-dependent dirs.
4804 eval noconfigdirs='"$noconfigdirs "'\"$target_libs $lang_dirs\"
4807 # Remove language-dependent dirs; still show language as supported.
4808 eval noconfigdirs='"$noconfigdirs "'\"$target_libs $lang_dirs\"
4809 potential_languages="${potential_languages}${language},"
4812 new_enable_languages="${new_enable_languages}${language},"
4813 potential_languages="${potential_languages}${language},"
4814 missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
4815 case ${boot_language} in
4817 # Add to (comma-separated) list of stage 1 languages.
4818 stage1_languages="${stage1_languages}${language},"
4827 # Check whether --enable-stage1-languages or --disable-stage1-languages was given.
4828 if test "${enable_stage1_languages+set}" = set; then
4829 enableval="$enable_stage1_languages"
4830 case ,${enable_stage1_languages}, in
4832 # Set it to something that will have no effect in the loop below
4833 enable_stage1_languages=c ;;
4835 enable_stage1_languages=`echo $new_enable_languages | \
4836 sed -e "s/^,//" -e "s/,$//" ` ;;
4838 enable_stage1_languages=`echo ,$enable_stage1_languages, | \
4839 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
4842 # Add "good" languages from enable_stage1_languages to stage1_languages,
4843 # while "bad" languages go in missing_languages. Leave no duplicates.
4844 for i in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
4845 case $potential_languages in
4847 case $stage1_languages in
4849 *) stage1_languages="$stage1_languages$i," ;;
4852 case $missing_languages in
4854 *) missing_languages="$missing_languages$i," ;;
4860 # Remove leading/trailing commas that were added for simplicity
4861 potential_languages=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
4862 missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
4863 stage1_languages=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
4864 new_enable_languages=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
4866 if test "x$missing_languages" != x; then
4867 { { echo "$as_me:$LINENO: error:
4868 The following requested languages could not be built: ${missing_languages}
4869 Supported languages are: ${potential_languages}" >&5
4870 echo "$as_me: error:
4871 The following requested languages could not be built: ${missing_languages}
4872 Supported languages are: ${potential_languages}" >&2;}
4873 { (exit 1); exit 1; }; }
4875 if test "x$new_enable_languages" != "x$enable_languages"; then
4876 echo The following languages will be built: ${new_enable_languages}
4877 enable_languages="$new_enable_languages"
4881 ac_configure_args=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
4884 # Handle --disable-<component> generically.
4885 for dir in $configdirs $build_configdirs $target_configdirs ; do
4886 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
4887 if eval test x\${enable_${dirname}} "=" xno ; then
4888 noconfigdirs="$noconfigdirs $dir"
4892 # Check for Boehm's garbage collector
4893 # Check whether --enable-objc-gc or --disable-objc-gc was given.
4894 if test "${enable_objc_gc+set}" = set; then
4895 enableval="$enable_objc_gc"
4896 case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
4897 *,objc,*:*:yes:*target-boehm-gc*)
4898 { { echo "$as_me:$LINENO: error: Boehm's garbage collector was requested yet not supported in this configuration" >&5
4899 echo "$as_me: error: Boehm's garbage collector was requested yet not supported in this configuration" >&2;}
4900 { (exit 1); exit 1; }; }
4905 # Make sure we only build Boehm's garbage collector if required.
4906 case ,${enable_languages},:${enable_objc_gc} in
4908 # Keep target-boehm-gc if requested for Objective-C.
4911 # Otherwise remove target-boehm-gc depending on target-libjava.
4912 if echo " ${noconfigdirs} " | grep "target-libjava" >/dev/null 2>&1; then
4913 noconfigdirs="$noconfigdirs target-boehm-gc"
4918 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
4919 # $build_configdirs and $target_configdirs.
4920 # If we have the source for $noconfigdirs entries, add them to $notsupp.
4923 for dir in . $skipdirs $noconfigdirs ; do
4924 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
4925 if test $dir != . && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
4926 configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
4927 if test -r $srcdir/$dirname/configure ; then
4928 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
4931 notsupp="$notsupp $dir"
4935 if test $dir != . && echo " ${build_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
4936 build_configdirs=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
4937 if test -r $srcdir/$dirname/configure ; then
4938 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
4941 notsupp="$notsupp $dir"
4945 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
4946 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
4947 if test -r $srcdir/$dirname/configure ; then
4948 if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
4951 notsupp="$notsupp $dir"
4957 # Sometimes the tools are distributed with libiberty but with no other
4958 # libraries. In that case, we don't want to build target-libiberty.
4959 # Don't let libgcc imply libiberty either.
4960 if test -n "${target_configdirs}" ; then
4963 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
4964 if test "$i" = "libgcc"; then
4965 libgcc=target-libgcc
4966 elif test "$i" != "libiberty" ; then
4967 if test -r $srcdir/$i/configure ; then
4973 if test -z "${others}" ; then
4974 target_configdirs=$libgcc
4978 # Quietly strip out all directories which aren't configurable in this tree.
4979 # This relies on all configurable subdirectories being autoconfiscated, which
4981 build_configdirs_all="$build_configdirs"
4983 for i in ${build_configdirs_all} ; do
4984 j=`echo $i | sed -e s/build-//g`
4985 if test -f ${srcdir}/$j/configure ; then
4986 build_configdirs="${build_configdirs} $i"
4990 configdirs_all="$configdirs"
4992 for i in ${configdirs_all} ; do
4993 if test -f ${srcdir}/$i/configure ; then
4994 configdirs="${configdirs} $i"
4998 target_configdirs_all="$target_configdirs"
5000 for i in ${target_configdirs_all} ; do
5001 j=`echo $i | sed -e s/target-//g`
5002 if test -f ${srcdir}/$j/configure ; then
5003 target_configdirs="${target_configdirs} $i"
5007 # Produce a warning message for the subdirs we can't configure.
5008 # This isn't especially interesting in the Cygnus tree, but in the individual
5009 # FSF releases, it's important to let people know when their machine isn't
5010 # supported by the one or two programs in a package.
5012 if test -n "${notsupp}" && test -z "${norecursion}" ; then
5013 # If $appdirs is non-empty, at least one of those directories must still
5014 # be configured, or we error out. (E.g., if the gas release supports a
5015 # specified target in some subdirs but not the gas subdir, we shouldn't
5016 # pretend that all is well.)
5017 if test -n "$appdirs" ; then
5018 for dir in $appdirs ; do
5019 if test -r $dir/Makefile.in ; then
5020 if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
5024 if echo " ${target_configdirs} " | grep " target-${dir} " >/dev/null 2>&1; then
5030 if test -n "$appdirs" ; then
5031 echo "*** This configuration is not supported by this package." 1>&2
5035 # Okay, some application will build, or we don't care to check. Still
5036 # notify of subdirs not getting built.
5037 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
5038 echo " ${notsupp}" 1>&2
5039 echo " (Any other directories should still work fine.)" 1>&2
5047 # To find our prefix, in gcc_cv_tool_prefix.
5049 # The user is always right.
5050 if test "${PATH_SEPARATOR+set}" != set; then
5051 echo "#! /bin/sh" >conf$$.sh
5052 echo "exit 0" >>conf$$.sh
5054 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
5064 if test "x$exec_prefix" = xNONE; then
5065 if test "x$prefix" = xNONE; then
5066 gcc_cv_tool_prefix=$ac_default_prefix
5068 gcc_cv_tool_prefix=$prefix
5071 gcc_cv_tool_prefix=$exec_prefix
5074 # If there is no compiler in the tree, use the PATH only. In any
5075 # case, if there is no compiler in the tree nobody should use
5076 # AS_FOR_TARGET and LD_FOR_TARGET.
5077 if test x$host = x$build && test -f $srcdir/gcc/BASE-VER; then
5078 gcc_version=`cat $srcdir/gcc/BASE-VER`
5079 gcc_cv_tool_dirs="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5080 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
5081 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5082 gcc_cv_tool_dirs="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
5083 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5084 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
5089 if test x$build = x$target && test -n "$md_exec_prefix"; then
5090 gcc_cv_tool_dirs="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
5098 # Check whether --with-build-sysroot or --without-build-sysroot was given.
5099 if test "${with_build_sysroot+set}" = set; then
5100 withval="$with_build_sysroot"
5101 if test x"$withval" != x ; then
5102 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
5105 SYSROOT_CFLAGS_FOR_TARGET=
5110 # Check whether --with-debug-prefix-map or --without-debug-prefix-map was given.
5111 if test "${with_debug_prefix_map+set}" = set; then
5112 withval="$with_debug_prefix_map"
5113 if test x"$withval" != x; then
5114 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
5115 for debug_map in $withval; do
5116 DEBUG_PREFIX_CFLAGS_FOR_TARGET="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
5120 DEBUG_PREFIX_CFLAGS_FOR_TARGET=
5124 # Handle --with-headers=XXX. If the value is not "yes", the contents of
5125 # the named directory are copied to $(tooldir)/sys-include.
5126 if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
5127 if test x${is_cross_compiler} = xno ; then
5128 echo 1>&2 '***' --with-headers is only supported when cross compiling
5131 if test x"${with_headers}" != xyes ; then
5132 x=${gcc_cv_tool_prefix}
5133 copy_dirs="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
5137 # Handle --with-libs=XXX. If the value is not "yes", the contents of
5138 # the name directories are copied to $(tooldir)/lib. Multiple directories
5140 if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
5141 if test x${is_cross_compiler} = xno ; then
5142 echo 1>&2 '***' --with-libs is only supported when cross compiling
5145 if test x"${with_libs}" != xyes ; then
5146 # Copy the libraries in reverse order, so that files in the first named
5147 # library override files in subsequent libraries.
5148 x=${gcc_cv_tool_prefix}
5149 for l in ${with_libs}; do
5150 copy_dirs="$l $x/${target_noncanonical}/lib ${copy_dirs}"
5155 # Set with_gnu_as and with_gnu_ld as appropriate.
5157 # This is done by determining whether or not the appropriate directory
5158 # is available, and by checking whether or not specific configurations
5159 # have requested that this magic not happen.
5161 # The command line options always override the explicit settings in
5162 # configure.in, and the settings in configure.in override this magic.
5164 # If the default for a toolchain is to use GNU as and ld, and you don't
5165 # want to do that, then you should use the --without-gnu-as and
5166 # --without-gnu-ld options for the configure script.
5168 if test x${use_gnu_as} = x &&
5169 echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
5171 extra_host_args="$extra_host_args --with-gnu-as"
5174 if test x${use_gnu_ld} = x &&
5175 echo " ${configdirs} " | grep " ld " > /dev/null 2>&1 ; then
5177 extra_host_args="$extra_host_args --with-gnu-ld"
5180 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
5181 # can detect this case.
5183 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
5185 extra_host_args="$extra_host_args --with-newlib"
5188 # Handle ${copy_dirs}
5189 set fnord ${copy_dirs}
5191 while test $# != 0 ; do
5192 if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
5195 echo Copying $1 to $2
5197 # Use the install script to create the directory and all required
5198 # parent directories.
5199 if test -d $2 ; then
5203 ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
5206 # Copy the directory, assuming we have tar.
5207 # FIXME: Should we use B in the second tar? Not all systems support it.
5208 (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
5210 # It is the responsibility of the user to correctly adjust all
5211 # symlinks. If somebody can figure out how to handle them correctly
5212 # here, feel free to add the code.
5219 # Determine a target-dependent exec_prefix that the installed
5220 # gcc will search in. Keep this list sorted by triplet, with
5221 # the *-*-osname triplets last.
5225 md_exec_prefix=/gnu/lib/gcc-lib
5227 i[34567]86-pc-msdosdjgpp*)
5228 md_exec_prefix=/dev/env/DJDIR/bin
5230 i[34567]86-*-sco3.2v5*)
5231 if test $with_gnu_as = yes; then
5232 md_exec_prefix=/usr/gnu/bin
5234 md_exec_prefix=/usr/ccs/bin/elf
5239 powerpc-*-chorusos* | \
5240 powerpc*-*-eabi* | \
5241 powerpc*-*-sysv* | \
5242 powerpc*-*-kaos* | \
5244 md_exec_prefix=/usr/ccs/bin
5249 md_exec_prefix=/usr/ccs/bin
5264 md_exec_prefix=/usr/ccs/bin
5268 extra_arflags_for_target=
5269 extra_nmflags_for_target=
5270 extra_ranlibflags_for_target=
5271 target_makefile_frag=/dev/null
5274 target_makefile_frag="config/mt-mep"
5277 target_makefile_frag="config/mt-spu"
5280 target_makefile_frag="config/mt-sde"
5283 target_makefile_frag="config/mt-netware"
5285 *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
5286 target_makefile_frag="config/mt-gnu"
5288 *-*-aix4.[3456789]* | *-*-aix[56789].*)
5289 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
5290 # commands to handle both 32-bit and 64-bit objects. These flags are
5291 # harmless if we're using GNU nm or ar.
5292 extra_arflags_for_target=" -X32_64"
5293 extra_nmflags_for_target=" -B -X32_64"
5296 # ranlib from Darwin requires the -c flag to look at common symbols.
5297 extra_ranlibflags_for_target=" -c"
5299 mips*-*-pe | sh*-*-pe | *arm-wince-pe)
5300 target_makefile_frag="config/mt-wince"
5304 alphaieee_frag=/dev/null
5307 # This just makes sure to use the -mieee option to build target libs.
5308 # This should probably be set individually by each library.
5309 alphaieee_frag="config/mt-alphaieee"
5313 # If --enable-target-optspace always use -Os instead of -O2 to build
5314 # the target libraries, similarly if it is not specified, use -Os
5315 # on selected platforms.
5316 ospace_frag=/dev/null
5317 case "${enable_target_optspace}:${target}" in
5319 ospace_frag="config/mt-ospace"
5322 ospace_frag="config/mt-d30v"
5324 :m32r-* | :d10v-* | :fr30-*)
5325 ospace_frag="config/mt-ospace"
5330 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
5334 # Default to using --with-stabs for certain targets.
5335 if test x${with_stabs} = x ; then
5339 mips*-*-* | alpha*-*-osf*)
5341 extra_host_args="${extra_host_args} --with-stabs"
5346 # hpux11 in 64bit mode has libraries in a weird place. Arrange to find
5347 # them automatically.
5350 extra_host_args="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
5354 # Some systems (e.g., one of the i386-aix systems the gas testers are
5355 # using) don't handle "\$" correctly, so don't use it here.
5356 tooldir='${exec_prefix}'/${target_noncanonical}
5357 build_tooldir=${tooldir}
5359 # Create a .gdbinit file which runs the one in srcdir
5360 # and tells GDB to look there for source files.
5362 if test -r ${srcdir}/.gdbinit ; then
5365 *) cat > ./.gdbinit <<EOF
5369 source ${srcdir}/.gdbinit
5375 # Make sure that the compiler is able to generate an executable. If it
5376 # can't, we are probably in trouble. We don't care whether we can run the
5377 # executable--we might be using a cross compiler--we only care whether it
5378 # can be created. At this point the main configure script has set CC.
5380 echo "int main () { return 0; }" > conftest.c
5381 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
5382 if test $? = 0 ; then
5383 if test -s conftest || test -s conftest.exe ; then
5389 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
5390 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
5397 # The Solaris /usr/ucb/cc compiler does not appear to work.
5399 sparc-sun-solaris2*)
5400 CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
5401 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
5403 test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
5404 if test -d /opt/cygnus/bin ; then
5405 if test "$could_use" = "" ; then
5406 could_use="/opt/cygnus/bin"
5408 could_use="$could_use or /opt/cygnus/bin"
5411 if test "$could_use" = "" ; then
5412 echo "Warning: compilation may fail because you're using"
5413 echo "/usr/ucb/cc. You should change your PATH or CC "
5414 echo "variable and rerun configure."
5416 echo "Warning: compilation may fail because you're using"
5417 echo "/usr/ucb/cc, when you should use the C compiler from"
5418 echo "$could_use. You should change your"
5419 echo "PATH or CC variable and rerun configure."
5426 *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
5427 *-*-darwin* | *-*-rhapsody* ) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
5428 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
5431 # Record target_configdirs and the configure arguments for target and
5432 # build configuration in Makefile.
5433 target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
5434 build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
5436 # Determine whether gdb needs tk/tcl or not.
5437 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
5438 # and in that case we want gdb to be built without tk. Ugh!
5439 # In fact I believe gdb is the *only* package directly dependent on tk,
5440 # so we should be able to put the 'maybe's in unconditionally and
5441 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
5442 # 100% sure that that's safe though.
5444 gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
5445 case "$enable_gdbtk" in
5449 GDB_TK="${gdb_tk}" ;;
5451 # Only add the dependency on gdbtk when GDBtk is part of the gdb
5452 # distro. Eventually someone will fix this and move Insight, nee
5453 # gdbtk to a separate directory.
5454 if test -d ${srcdir}/gdb/gdbtk ; then
5461 CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
5462 INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
5464 # Strip out unwanted targets.
5466 # While at that, we remove Makefiles if we were started for recursive
5467 # configuration, so that the top-level Makefile reconfigures them,
5468 # like we used to do when configure itself was recursive.
5470 # Loop over modules. $extrasub must be used with care, limiting as
5471 # much as possible the usage of range addresses. That's because autoconf
5472 # splits the sed script to overcome limits in the number of commands,
5473 # and relying on carefully-timed sed passes may turn out to be very hard
5474 # to maintain later. In this particular case, you just have to be careful
5475 # not to nest @if/@endif pairs, because configure will not warn you at all.
5477 # Check whether --enable-bootstrap or --disable-bootstrap was given.
5478 if test "${enable_bootstrap+set}" = set; then
5479 enableval="$enable_bootstrap"
5482 enable_bootstrap=default
5485 # Issue errors and warnings for invalid/strange bootstrap combinations.
5486 case "$configdirs" in
5487 *gcc*) have_compiler=yes ;;
5488 *) have_compiler=no ;;
5491 case "$have_compiler:$host:$target:$enable_bootstrap" in
5494 # Default behavior. Enable bootstrap if we have a compiler
5495 # and we are in a native configuration.
5496 yes:$build:$build:default)
5497 enable_bootstrap=yes ;;
5500 enable_bootstrap=no ;;
5502 # We have a compiler and we are in a native configuration, bootstrap is ok
5503 yes:$build:$build:yes)
5506 # Other configurations, but we have a compiler. Assume the user knows
5509 { echo "$as_me:$LINENO: WARNING: trying to bootstrap a cross compiler" >&5
5510 echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5513 # No compiler: if they passed --enable-bootstrap explicitly, fail
5515 { { echo "$as_me:$LINENO: error: cannot bootstrap without a compiler" >&5
5516 echo "$as_me: error: cannot bootstrap without a compiler" >&2;}
5517 { (exit 1); exit 1; }; } ;;
5519 # Fail if wrong command line
5521 { { echo "$as_me:$LINENO: error: invalid option for --enable-bootstrap" >&5
5522 echo "$as_me: error: invalid option for --enable-bootstrap" >&2;}
5523 { (exit 1); exit 1; }; }
5527 # Adjust the toplevel makefile according to whether bootstrap was selected.
5528 case "$enable_bootstrap" in
5530 bootstrap_suffix=bootstrap ;;
5532 bootstrap_suffix=no-bootstrap ;;
5535 for module in ${build_configdirs} ; do
5536 if test -z "${no_recursion}" \
5537 && test -f ${build_subdir}/${module}/Makefile; then
5538 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
5539 rm -f ${build_subdir}/${module}/Makefile
5542 /^@if build-$module\$/d
5543 /^@endif build-$module\$/d
5544 /^@if build-$module-$bootstrap_suffix\$/d
5545 /^@endif build-$module-$bootstrap_suffix\$/d"
5547 for module in ${configdirs} ; do
5548 if test -z "${no_recursion}"; then
5549 for file in stage*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile; do
5550 if test -f ${file}; then
5551 echo 1>&2 "*** removing ${file} to force reconfigure"
5558 /^@endif $module\$/d
5559 /^@if $module-$bootstrap_suffix\$/d
5560 /^@endif $module-$bootstrap_suffix\$/d"
5562 for module in ${target_configdirs} ; do
5563 if test -z "${no_recursion}" \
5564 && test -f ${target_subdir}/${module}/Makefile; then
5565 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
5566 rm -f ${target_subdir}/${module}/Makefile
5569 /^@if target-$module\$/d
5570 /^@endif target-$module\$/d
5571 /^@if target-$module-$bootstrap_suffix\$/d
5572 /^@endif target-$module-$bootstrap_suffix\$/d"
5576 /^@if /,/^@endif /d"
5578 # Create the serialization dependencies. This uses a temporary file.
5580 # Check whether --enable-serial-configure or --disable-serial-configure was given.
5581 if test "${enable_serial_configure+set}" = set; then
5582 enableval="$enable_serial_configure"
5586 case ${enable_serial_configure} in
5588 enable_serial_build_configure=yes
5589 enable_serial_host_configure=yes
5590 enable_serial_target_configure=yes
5594 # These force 'configure's to be done one at a time, to avoid problems
5595 # with contention over a shared config.cache.
5597 echo '# serdep.tmp' > serdep.tmp
5599 test "x${enable_serial_build_configure}" = xyes &&
5600 for item in ${build_configdirs} ; do
5603 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
5608 test "x${enable_serial_host_configure}" = xyes &&
5609 for item in ${configdirs} ; do
5612 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
5617 test "x${enable_serial_target_configure}" = xyes &&
5618 for item in ${target_configdirs} ; do
5621 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
5625 serialization_dependencies=serdep.tmp
5628 # Base args. Strip norecursion, cache-file, srcdir, host, build,
5629 # target, nonopt, and variable assignments. These are the ones we
5630 # might not want to pass down to subconfigures. Also strip
5631 # program-prefix, program-suffix, and program-transform-name, so that
5632 # we can pass down a consistent program-transform-name.
5636 eval "set -- $ac_configure_args"
5639 if test X"$skip_next" = X"yes"; then
5643 if test X"$keep_next" = X"yes"; then
5646 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5648 baseargs="$baseargs '$ac_arg'"
5653 # Handle separated arguments. Based on the logic generated by
5656 *=* | --config-cache | -C | -disable-* | --disable-* \
5657 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
5658 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
5659 | -with-* | --with-* | -without-* | --without-* | --x)
5685 -program-prefix* | \
5686 -program-suffix* | \
5687 -program-transform-name* )
5688 skip_next=$separate_arg
5692 # An option. Add it.
5695 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5697 baseargs="$baseargs '$ac_arg'"
5698 keep_next=$separate_arg
5701 # Either a variable assignment, or a nonopt (triplet). Don't
5702 # pass it down; let the Makefile handle this.
5707 # Remove the initial space we just introduced and, as these will be
5708 # expanded by make, quote '$'.
5709 baseargs=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
5711 # Add in --program-transform-name, after --program-prefix and
5712 # --program-suffix have been applied to it. Autoconf has already
5713 # doubled dollar signs and backslashes in program_transform_name; we want
5714 # the backslashes un-doubled, and then the entire thing wrapped in single
5715 # quotes, because this will be expanded first by make and then by the shell.
5716 # Also, because we want to override the logic in subdir configure scripts to
5717 # choose program_transform_name, replace any s,x,x, with s,y,y,.
5718 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
5719 ${program_transform_name}
5721 gcc_transform_name=`cat conftestsed.out`
5722 rm -f conftestsed.out
5723 baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
5724 if test "$silent" = yes; then
5725 baseargs="$baseargs --silent"
5728 # For the build-side libraries, we just need to pretend we're native,
5729 # and not use the same cache file. Multilibs are neither needed nor
5731 build_configargs="--cache-file=../config.cache ${baseargs}"
5733 # For host modules, accept cache file option, or specification as blank.
5734 case "${cache_file}" in
5736 cache_file_option="" ;;
5737 /* | [A-Za-z]:[\\/]* ) # absolute path
5738 cache_file_option="--cache-file=${cache_file}" ;;
5740 cache_file_option="--cache-file=../${cache_file}" ;;
5743 # Host dirs don't like to share a cache file either, horribly enough.
5744 # This seems to be due to autoconf 2.5x stupidity.
5745 host_configargs="--cache-file=./config.cache ${extra_host_args} ${baseargs}"
5747 target_configargs=${baseargs}
5749 # Passing a --with-cross-host argument lets the target libraries know
5750 # whether they are being built with a cross-compiler or being built
5751 # native. However, it would be better to use other mechanisms to make the
5752 # sorts of decisions they want to make on this basis. Please consider
5753 # this option to be deprecated. FIXME.
5754 if test x${is_cross_compiler} = xyes ; then
5755 target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
5758 # Default to --enable-multilib.
5759 if test x${enable_multilib} = x ; then
5760 target_configargs="--enable-multilib ${target_configargs}"
5763 # Pass --with-newlib if appropriate. Note that target_configdirs has
5764 # changed from the earlier setting of with_newlib.
5765 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
5766 target_configargs="--with-newlib ${target_configargs}"
5769 # Different target subdirs use different values of certain variables
5770 # (notably CXX). Worse, multilibs use *lots* of different values.
5771 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
5772 # it doesn't automatically accept command-line overrides of them.
5773 # This means it's not safe for target subdirs to share a cache file,
5774 # which is disgusting, but there you have it. Hopefully this can be
5775 # fixed in future. It's still worthwhile to use a cache file for each
5776 # directory. I think.
5778 # Pass the appropriate --build, --host, --target and --cache-file arguments.
5779 # We need to pass --target, as newer autoconf's requires consistency
5780 # for target_alias and gcc doesn't manage it consistently.
5781 target_configargs="--cache-file=./config.cache ${target_configargs}"
5784 case " $target_configdirs " in
5786 case " $target_configargs " in
5787 *" --with-newlib "*)
5790 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' ;;
5793 # If we're not building GCC, don't discard standard headers.
5794 if test -d ${srcdir}/gcc; then
5795 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
5797 if test "${build}" != "${host}"; then
5798 # On Canadian crosses, CC_FOR_TARGET will have already been set
5799 # by `configure', so we won't have an opportunity to add -Bgcc/
5800 # to it. This is right: we don't want to search that directory
5801 # for binaries, but we want the header files in there, so add
5803 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include'
5805 # Someone might think of using the pre-installed headers on
5806 # Canadian crosses, in case the installed compiler is not fully
5807 # compatible with the compiler being built. In this case, it
5808 # would be better to flag an error than risking having
5809 # incompatible object files being constructed. We can't
5810 # guarantee that an error will be flagged, but let's hope the
5811 # compiler will do it, when presented with incompatible header
5816 case "${target}-${is_cross_compiler}" in
5817 i[3456789]86-*-linux*-no)
5818 # Here host == target, so we don't need to build gcc,
5819 # so we don't want to discard standard headers.
5820 FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
5823 # If we're building newlib, use its generic headers last, but search
5824 # for any libc-related directories first (so make it the last -B
5826 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
5828 # If we're building libgloss, find the startup file, simulator library
5829 # and linker script.
5830 case " $target_configdirs " in
5832 # Look for startup file, simulator library and maybe linker script.
5833 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
5834 # Look for libnosys.a in case the target needs it.
5835 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
5836 # Most targets have the linker script in the source directory.
5837 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
5848 # Can't be handled as Cygwin above since Mingw does not use newlib.
5849 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' ;;
5852 # Allow the user to override the flags for
5853 # our build compiler if desired.
5854 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
5856 # On Canadian crosses, we'll be searching the right directories for
5857 # the previously-installed cross compiler, so don't bother to add
5858 # flags for directories within the install tree of the compiler
5859 # being built; programs in there won't even run.
5860 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
5861 # Search for pre-installed headers if nothing else fits.
5862 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
5865 if test "x${use_gnu_ld}" = x &&
5866 echo " ${configdirs} " | grep " ld " > /dev/null ; then
5867 # Arrange for us to find uninstalled linker scripts.
5868 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
5871 # Search for other target-specific linker scripts and such.
5874 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
5878 # Makefile fragments.
5879 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
5881 eval fragval=\$$frag
5882 if test $fragval != /dev/null; then
5883 eval $frag=${srcdir}/$fragval
5891 # Miscellanea: directories, flags, etc.
5899 # Build module lists & subconfigure args.
5903 # Host module lists & subconfigure args.
5907 # Target module lists & subconfigure args.
5915 # Generate default definitions for YACC, M4, LEX and other programs that run
5916 # on the build machine. These are used if the Makefile can't locate these
5917 # programs in objdir.
5918 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
5920 for ac_prog in 'bison -y' byacc yacc
5922 # Extract the first word of "$ac_prog", so it can be a program name with args.
5923 set dummy $ac_prog; ac_word=$2
5924 echo "$as_me:$LINENO: checking for $ac_word" >&5
5925 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5926 if test "${ac_cv_prog_YACC+set}" = set; then
5927 echo $ECHO_N "(cached) $ECHO_C" >&6
5929 if test -n "$YACC"; then
5930 ac_cv_prog_YACC="$YACC" # Let the user override the test.
5932 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5936 test -z "$as_dir" && as_dir=.
5937 for ac_exec_ext in '' $ac_executable_extensions; do
5938 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5939 ac_cv_prog_YACC="$ac_prog"
5940 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5948 YACC=$ac_cv_prog_YACC
5949 if test -n "$YACC"; then
5950 echo "$as_me:$LINENO: result: $YACC" >&5
5951 echo "${ECHO_T}$YACC" >&6
5953 echo "$as_me:$LINENO: result: no" >&5
5954 echo "${ECHO_T}no" >&6
5957 test -n "$YACC" && break
5959 test -n "$YACC" || YACC="$MISSING bison -y"
5961 case " $build_configdirs " in
5962 *" bison "*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
5963 *" byacc "*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
5966 for ac_prog in bison
5968 # Extract the first word of "$ac_prog", so it can be a program name with args.
5969 set dummy $ac_prog; ac_word=$2
5970 echo "$as_me:$LINENO: checking for $ac_word" >&5
5971 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5972 if test "${ac_cv_prog_BISON+set}" = set; then
5973 echo $ECHO_N "(cached) $ECHO_C" >&6
5975 if test -n "$BISON"; then
5976 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5978 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5982 test -z "$as_dir" && as_dir=.
5983 for ac_exec_ext in '' $ac_executable_extensions; do
5984 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5985 ac_cv_prog_BISON="$ac_prog"
5986 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5994 BISON=$ac_cv_prog_BISON
5995 if test -n "$BISON"; then
5996 echo "$as_me:$LINENO: result: $BISON" >&5
5997 echo "${ECHO_T}$BISON" >&6
5999 echo "$as_me:$LINENO: result: no" >&5
6000 echo "${ECHO_T}no" >&6
6003 test -n "$BISON" && break
6005 test -n "$BISON" || BISON="$MISSING bison"
6007 case " $build_configdirs " in
6008 *" bison "*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
6011 for ac_prog in gm4 gnum4 m4
6013 # Extract the first word of "$ac_prog", so it can be a program name with args.
6014 set dummy $ac_prog; ac_word=$2
6015 echo "$as_me:$LINENO: checking for $ac_word" >&5
6016 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6017 if test "${ac_cv_prog_M4+set}" = set; then
6018 echo $ECHO_N "(cached) $ECHO_C" >&6
6020 if test -n "$M4"; then
6021 ac_cv_prog_M4="$M4" # Let the user override the test.
6023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6027 test -z "$as_dir" && as_dir=.
6028 for ac_exec_ext in '' $ac_executable_extensions; do
6029 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6030 ac_cv_prog_M4="$ac_prog"
6031 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6040 if test -n "$M4"; then
6041 echo "$as_me:$LINENO: result: $M4" >&5
6042 echo "${ECHO_T}$M4" >&6
6044 echo "$as_me:$LINENO: result: no" >&5
6045 echo "${ECHO_T}no" >&6
6048 test -n "$M4" && break
6050 test -n "$M4" || M4="$MISSING m4"
6052 case " $build_configdirs " in
6053 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
6056 for ac_prog in flex lex
6058 # Extract the first word of "$ac_prog", so it can be a program name with args.
6059 set dummy $ac_prog; ac_word=$2
6060 echo "$as_me:$LINENO: checking for $ac_word" >&5
6061 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6062 if test "${ac_cv_prog_LEX+set}" = set; then
6063 echo $ECHO_N "(cached) $ECHO_C" >&6
6065 if test -n "$LEX"; then
6066 ac_cv_prog_LEX="$LEX" # Let the user override the test.
6068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6072 test -z "$as_dir" && as_dir=.
6073 for ac_exec_ext in '' $ac_executable_extensions; do
6074 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6075 ac_cv_prog_LEX="$ac_prog"
6076 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6085 if test -n "$LEX"; then
6086 echo "$as_me:$LINENO: result: $LEX" >&5
6087 echo "${ECHO_T}$LEX" >&6
6089 echo "$as_me:$LINENO: result: no" >&5
6090 echo "${ECHO_T}no" >&6
6093 test -n "$LEX" && break
6095 test -n "$LEX" || LEX="$MISSING flex"
6097 case " $build_configdirs " in
6098 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
6099 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
6104 # Extract the first word of "$ac_prog", so it can be a program name with args.
6105 set dummy $ac_prog; ac_word=$2
6106 echo "$as_me:$LINENO: checking for $ac_word" >&5
6107 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6108 if test "${ac_cv_prog_FLEX+set}" = set; then
6109 echo $ECHO_N "(cached) $ECHO_C" >&6
6111 if test -n "$FLEX"; then
6112 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
6114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6118 test -z "$as_dir" && as_dir=.
6119 for ac_exec_ext in '' $ac_executable_extensions; do
6120 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6121 ac_cv_prog_FLEX="$ac_prog"
6122 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6130 FLEX=$ac_cv_prog_FLEX
6131 if test -n "$FLEX"; then
6132 echo "$as_me:$LINENO: result: $FLEX" >&5
6133 echo "${ECHO_T}$FLEX" >&6
6135 echo "$as_me:$LINENO: result: no" >&5
6136 echo "${ECHO_T}no" >&6
6139 test -n "$FLEX" && break
6141 test -n "$FLEX" || FLEX="$MISSING flex"
6143 case " $build_configdirs " in
6144 *" flex "*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
6147 for ac_prog in makeinfo
6149 # Extract the first word of "$ac_prog", so it can be a program name with args.
6150 set dummy $ac_prog; ac_word=$2
6151 echo "$as_me:$LINENO: checking for $ac_word" >&5
6152 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6153 if test "${ac_cv_prog_MAKEINFO+set}" = set; then
6154 echo $ECHO_N "(cached) $ECHO_C" >&6
6156 if test -n "$MAKEINFO"; then
6157 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
6159 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6163 test -z "$as_dir" && as_dir=.
6164 for ac_exec_ext in '' $ac_executable_extensions; do
6165 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6166 ac_cv_prog_MAKEINFO="$ac_prog"
6167 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6175 MAKEINFO=$ac_cv_prog_MAKEINFO
6176 if test -n "$MAKEINFO"; then
6177 echo "$as_me:$LINENO: result: $MAKEINFO" >&5
6178 echo "${ECHO_T}$MAKEINFO" >&6
6180 echo "$as_me:$LINENO: result: no" >&5
6181 echo "${ECHO_T}no" >&6
6184 test -n "$MAKEINFO" && break
6186 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"
6188 case " $build_configdirs " in
6189 *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
6192 # For an installed makeinfo, we require it to be from texinfo 4.6 or
6193 # higher, else we use the "missing" dummy.
6194 if ${MAKEINFO} --version \
6195 | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
6198 MAKEINFO="$MISSING makeinfo"
6204 # FIXME: expect and dejagnu may become build tools?
6206 for ac_prog in expect
6208 # Extract the first word of "$ac_prog", so it can be a program name with args.
6209 set dummy $ac_prog; ac_word=$2
6210 echo "$as_me:$LINENO: checking for $ac_word" >&5
6211 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6212 if test "${ac_cv_prog_EXPECT+set}" = set; then
6213 echo $ECHO_N "(cached) $ECHO_C" >&6
6215 if test -n "$EXPECT"; then
6216 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
6218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6222 test -z "$as_dir" && as_dir=.
6223 for ac_exec_ext in '' $ac_executable_extensions; do
6224 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6225 ac_cv_prog_EXPECT="$ac_prog"
6226 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6234 EXPECT=$ac_cv_prog_EXPECT
6235 if test -n "$EXPECT"; then
6236 echo "$as_me:$LINENO: result: $EXPECT" >&5
6237 echo "${ECHO_T}$EXPECT" >&6
6239 echo "$as_me:$LINENO: result: no" >&5
6240 echo "${ECHO_T}no" >&6
6243 test -n "$EXPECT" && break
6245 test -n "$EXPECT" || EXPECT="expect"
6247 case " $configdirs " in
6249 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
6253 for ac_prog in runtest
6255 # Extract the first word of "$ac_prog", so it can be a program name with args.
6256 set dummy $ac_prog; ac_word=$2
6257 echo "$as_me:$LINENO: checking for $ac_word" >&5
6258 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6259 if test "${ac_cv_prog_RUNTEST+set}" = set; then
6260 echo $ECHO_N "(cached) $ECHO_C" >&6
6262 if test -n "$RUNTEST"; then
6263 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
6265 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6269 test -z "$as_dir" && as_dir=.
6270 for ac_exec_ext in '' $ac_executable_extensions; do
6271 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6272 ac_cv_prog_RUNTEST="$ac_prog"
6273 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6281 RUNTEST=$ac_cv_prog_RUNTEST
6282 if test -n "$RUNTEST"; then
6283 echo "$as_me:$LINENO: result: $RUNTEST" >&5
6284 echo "${ECHO_T}$RUNTEST" >&6
6286 echo "$as_me:$LINENO: result: no" >&5
6287 echo "${ECHO_T}no" >&6
6290 test -n "$RUNTEST" && break
6292 test -n "$RUNTEST" || RUNTEST="runtest"
6294 case " $configdirs " in
6296 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
6303 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
6304 ncn_target_tool_prefix=
6305 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
6309 if test -n "$AR"; then
6311 elif test -n "$ac_cv_prog_AR"; then
6315 if test -n "$ac_cv_prog_AR"; then
6316 for ncn_progname in ar; do
6317 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6318 set dummy ${ncn_progname}; ac_word=$2
6319 echo "$as_me:$LINENO: checking for $ac_word" >&5
6320 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6321 if test "${ac_cv_prog_AR+set}" = set; then
6322 echo $ECHO_N "(cached) $ECHO_C" >&6
6324 if test -n "$AR"; then
6325 ac_cv_prog_AR="$AR" # Let the user override the test.
6327 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6331 test -z "$as_dir" && as_dir=.
6332 for ac_exec_ext in '' $ac_executable_extensions; do
6333 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6334 ac_cv_prog_AR="${ncn_progname}"
6335 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6344 if test -n "$AR"; then
6345 echo "$as_me:$LINENO: result: $AR" >&5
6346 echo "${ECHO_T}$AR" >&6
6348 echo "$as_me:$LINENO: result: no" >&5
6349 echo "${ECHO_T}no" >&6
6355 for ncn_progname in ar; do
6356 if test -n "$ncn_tool_prefix"; then
6357 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6358 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6359 echo "$as_me:$LINENO: checking for $ac_word" >&5
6360 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6361 if test "${ac_cv_prog_AR+set}" = set; then
6362 echo $ECHO_N "(cached) $ECHO_C" >&6
6364 if test -n "$AR"; then
6365 ac_cv_prog_AR="$AR" # Let the user override the test.
6367 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6371 test -z "$as_dir" && as_dir=.
6372 for ac_exec_ext in '' $ac_executable_extensions; do
6373 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6374 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
6375 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6384 if test -n "$AR"; then
6385 echo "$as_me:$LINENO: result: $AR" >&5
6386 echo "${ECHO_T}$AR" >&6
6388 echo "$as_me:$LINENO: result: no" >&5
6389 echo "${ECHO_T}no" >&6
6393 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
6394 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6395 set dummy ${ncn_progname}; ac_word=$2
6396 echo "$as_me:$LINENO: checking for $ac_word" >&5
6397 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6398 if test "${ac_cv_prog_AR+set}" = set; then
6399 echo $ECHO_N "(cached) $ECHO_C" >&6
6401 if test -n "$AR"; then
6402 ac_cv_prog_AR="$AR" # Let the user override the test.
6404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6408 test -z "$as_dir" && as_dir=.
6409 for ac_exec_ext in '' $ac_executable_extensions; do
6410 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6411 ac_cv_prog_AR="${ncn_progname}"
6412 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6421 if test -n "$AR"; then
6422 echo "$as_me:$LINENO: result: $AR" >&5
6423 echo "${ECHO_T}$AR" >&6
6425 echo "$as_me:$LINENO: result: no" >&5
6426 echo "${ECHO_T}no" >&6
6430 test -n "$ac_cv_prog_AR" && break
6433 if test -z "$ac_cv_prog_AR" ; then
6435 if test $build = $host ; then
6438 AR="${ncn_tool_prefix}$2"
6444 if test -n "$AS"; then
6446 elif test -n "$ac_cv_prog_AS"; then
6450 if test -n "$ac_cv_prog_AS"; then
6451 for ncn_progname in as; do
6452 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6453 set dummy ${ncn_progname}; ac_word=$2
6454 echo "$as_me:$LINENO: checking for $ac_word" >&5
6455 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6456 if test "${ac_cv_prog_AS+set}" = set; then
6457 echo $ECHO_N "(cached) $ECHO_C" >&6
6459 if test -n "$AS"; then
6460 ac_cv_prog_AS="$AS" # Let the user override the test.
6462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6466 test -z "$as_dir" && as_dir=.
6467 for ac_exec_ext in '' $ac_executable_extensions; do
6468 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6469 ac_cv_prog_AS="${ncn_progname}"
6470 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6479 if test -n "$AS"; then
6480 echo "$as_me:$LINENO: result: $AS" >&5
6481 echo "${ECHO_T}$AS" >&6
6483 echo "$as_me:$LINENO: result: no" >&5
6484 echo "${ECHO_T}no" >&6
6490 for ncn_progname in as; do
6491 if test -n "$ncn_tool_prefix"; then
6492 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6493 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6494 echo "$as_me:$LINENO: checking for $ac_word" >&5
6495 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6496 if test "${ac_cv_prog_AS+set}" = set; then
6497 echo $ECHO_N "(cached) $ECHO_C" >&6
6499 if test -n "$AS"; then
6500 ac_cv_prog_AS="$AS" # Let the user override the test.
6502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6506 test -z "$as_dir" && as_dir=.
6507 for ac_exec_ext in '' $ac_executable_extensions; do
6508 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6509 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
6510 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6519 if test -n "$AS"; then
6520 echo "$as_me:$LINENO: result: $AS" >&5
6521 echo "${ECHO_T}$AS" >&6
6523 echo "$as_me:$LINENO: result: no" >&5
6524 echo "${ECHO_T}no" >&6
6528 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
6529 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6530 set dummy ${ncn_progname}; ac_word=$2
6531 echo "$as_me:$LINENO: checking for $ac_word" >&5
6532 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6533 if test "${ac_cv_prog_AS+set}" = set; then
6534 echo $ECHO_N "(cached) $ECHO_C" >&6
6536 if test -n "$AS"; then
6537 ac_cv_prog_AS="$AS" # Let the user override the test.
6539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6543 test -z "$as_dir" && as_dir=.
6544 for ac_exec_ext in '' $ac_executable_extensions; do
6545 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6546 ac_cv_prog_AS="${ncn_progname}"
6547 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6556 if test -n "$AS"; then
6557 echo "$as_me:$LINENO: result: $AS" >&5
6558 echo "${ECHO_T}$AS" >&6
6560 echo "$as_me:$LINENO: result: no" >&5
6561 echo "${ECHO_T}no" >&6
6565 test -n "$ac_cv_prog_AS" && break
6568 if test -z "$ac_cv_prog_AS" ; then
6570 if test $build = $host ; then
6573 AS="${ncn_tool_prefix}$2"
6579 if test -n "$DLLTOOL"; then
6580 ac_cv_prog_DLLTOOL=$DLLTOOL
6581 elif test -n "$ac_cv_prog_DLLTOOL"; then
6582 DLLTOOL=$ac_cv_prog_DLLTOOL
6585 if test -n "$ac_cv_prog_DLLTOOL"; then
6586 for ncn_progname in dlltool; do
6587 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6588 set dummy ${ncn_progname}; ac_word=$2
6589 echo "$as_me:$LINENO: checking for $ac_word" >&5
6590 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6591 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6592 echo $ECHO_N "(cached) $ECHO_C" >&6
6594 if test -n "$DLLTOOL"; then
6595 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6597 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6601 test -z "$as_dir" && as_dir=.
6602 for ac_exec_ext in '' $ac_executable_extensions; do
6603 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6604 ac_cv_prog_DLLTOOL="${ncn_progname}"
6605 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6613 DLLTOOL=$ac_cv_prog_DLLTOOL
6614 if test -n "$DLLTOOL"; then
6615 echo "$as_me:$LINENO: result: $DLLTOOL" >&5
6616 echo "${ECHO_T}$DLLTOOL" >&6
6618 echo "$as_me:$LINENO: result: no" >&5
6619 echo "${ECHO_T}no" >&6
6625 for ncn_progname in dlltool; do
6626 if test -n "$ncn_tool_prefix"; then
6627 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6628 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6629 echo "$as_me:$LINENO: checking for $ac_word" >&5
6630 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6631 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6632 echo $ECHO_N "(cached) $ECHO_C" >&6
6634 if test -n "$DLLTOOL"; then
6635 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6637 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6641 test -z "$as_dir" && as_dir=.
6642 for ac_exec_ext in '' $ac_executable_extensions; do
6643 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6644 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
6645 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6653 DLLTOOL=$ac_cv_prog_DLLTOOL
6654 if test -n "$DLLTOOL"; then
6655 echo "$as_me:$LINENO: result: $DLLTOOL" >&5
6656 echo "${ECHO_T}$DLLTOOL" >&6
6658 echo "$as_me:$LINENO: result: no" >&5
6659 echo "${ECHO_T}no" >&6
6663 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
6664 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6665 set dummy ${ncn_progname}; ac_word=$2
6666 echo "$as_me:$LINENO: checking for $ac_word" >&5
6667 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6668 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6669 echo $ECHO_N "(cached) $ECHO_C" >&6
6671 if test -n "$DLLTOOL"; then
6672 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6678 test -z "$as_dir" && as_dir=.
6679 for ac_exec_ext in '' $ac_executable_extensions; do
6680 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6681 ac_cv_prog_DLLTOOL="${ncn_progname}"
6682 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6690 DLLTOOL=$ac_cv_prog_DLLTOOL
6691 if test -n "$DLLTOOL"; then
6692 echo "$as_me:$LINENO: result: $DLLTOOL" >&5
6693 echo "${ECHO_T}$DLLTOOL" >&6
6695 echo "$as_me:$LINENO: result: no" >&5
6696 echo "${ECHO_T}no" >&6
6700 test -n "$ac_cv_prog_DLLTOOL" && break
6703 if test -z "$ac_cv_prog_DLLTOOL" ; then
6705 if test $build = $host ; then
6708 DLLTOOL="${ncn_tool_prefix}$2"
6714 if test -n "$LD"; then
6716 elif test -n "$ac_cv_prog_LD"; then
6720 if test -n "$ac_cv_prog_LD"; then
6721 for ncn_progname in ld; do
6722 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6723 set dummy ${ncn_progname}; ac_word=$2
6724 echo "$as_me:$LINENO: checking for $ac_word" >&5
6725 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6726 if test "${ac_cv_prog_LD+set}" = set; then
6727 echo $ECHO_N "(cached) $ECHO_C" >&6
6729 if test -n "$LD"; then
6730 ac_cv_prog_LD="$LD" # Let the user override the test.
6732 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6736 test -z "$as_dir" && as_dir=.
6737 for ac_exec_ext in '' $ac_executable_extensions; do
6738 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6739 ac_cv_prog_LD="${ncn_progname}"
6740 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6749 if test -n "$LD"; then
6750 echo "$as_me:$LINENO: result: $LD" >&5
6751 echo "${ECHO_T}$LD" >&6
6753 echo "$as_me:$LINENO: result: no" >&5
6754 echo "${ECHO_T}no" >&6
6760 for ncn_progname in ld; do
6761 if test -n "$ncn_tool_prefix"; then
6762 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6763 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6764 echo "$as_me:$LINENO: checking for $ac_word" >&5
6765 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6766 if test "${ac_cv_prog_LD+set}" = set; then
6767 echo $ECHO_N "(cached) $ECHO_C" >&6
6769 if test -n "$LD"; then
6770 ac_cv_prog_LD="$LD" # Let the user override the test.
6772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6776 test -z "$as_dir" && as_dir=.
6777 for ac_exec_ext in '' $ac_executable_extensions; do
6778 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6779 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
6780 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6789 if test -n "$LD"; then
6790 echo "$as_me:$LINENO: result: $LD" >&5
6791 echo "${ECHO_T}$LD" >&6
6793 echo "$as_me:$LINENO: result: no" >&5
6794 echo "${ECHO_T}no" >&6
6798 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
6799 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6800 set dummy ${ncn_progname}; ac_word=$2
6801 echo "$as_me:$LINENO: checking for $ac_word" >&5
6802 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6803 if test "${ac_cv_prog_LD+set}" = set; then
6804 echo $ECHO_N "(cached) $ECHO_C" >&6
6806 if test -n "$LD"; then
6807 ac_cv_prog_LD="$LD" # Let the user override the test.
6809 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6813 test -z "$as_dir" && as_dir=.
6814 for ac_exec_ext in '' $ac_executable_extensions; do
6815 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6816 ac_cv_prog_LD="${ncn_progname}"
6817 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6826 if test -n "$LD"; then
6827 echo "$as_me:$LINENO: result: $LD" >&5
6828 echo "${ECHO_T}$LD" >&6
6830 echo "$as_me:$LINENO: result: no" >&5
6831 echo "${ECHO_T}no" >&6
6835 test -n "$ac_cv_prog_LD" && break
6838 if test -z "$ac_cv_prog_LD" ; then
6840 if test $build = $host ; then
6843 LD="${ncn_tool_prefix}$2"
6849 if test -n "$LIPO"; then
6850 ac_cv_prog_LIPO=$LIPO
6851 elif test -n "$ac_cv_prog_LIPO"; then
6852 LIPO=$ac_cv_prog_LIPO
6855 if test -n "$ac_cv_prog_LIPO"; then
6856 for ncn_progname in lipo; do
6857 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6858 set dummy ${ncn_progname}; ac_word=$2
6859 echo "$as_me:$LINENO: checking for $ac_word" >&5
6860 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6861 if test "${ac_cv_prog_LIPO+set}" = set; then
6862 echo $ECHO_N "(cached) $ECHO_C" >&6
6864 if test -n "$LIPO"; then
6865 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6871 test -z "$as_dir" && as_dir=.
6872 for ac_exec_ext in '' $ac_executable_extensions; do
6873 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6874 ac_cv_prog_LIPO="${ncn_progname}"
6875 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6883 LIPO=$ac_cv_prog_LIPO
6884 if test -n "$LIPO"; then
6885 echo "$as_me:$LINENO: result: $LIPO" >&5
6886 echo "${ECHO_T}$LIPO" >&6
6888 echo "$as_me:$LINENO: result: no" >&5
6889 echo "${ECHO_T}no" >&6
6895 for ncn_progname in lipo; do
6896 if test -n "$ncn_tool_prefix"; then
6897 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6898 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6899 echo "$as_me:$LINENO: checking for $ac_word" >&5
6900 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6901 if test "${ac_cv_prog_LIPO+set}" = set; then
6902 echo $ECHO_N "(cached) $ECHO_C" >&6
6904 if test -n "$LIPO"; then
6905 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6907 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6911 test -z "$as_dir" && as_dir=.
6912 for ac_exec_ext in '' $ac_executable_extensions; do
6913 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6914 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
6915 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6923 LIPO=$ac_cv_prog_LIPO
6924 if test -n "$LIPO"; then
6925 echo "$as_me:$LINENO: result: $LIPO" >&5
6926 echo "${ECHO_T}$LIPO" >&6
6928 echo "$as_me:$LINENO: result: no" >&5
6929 echo "${ECHO_T}no" >&6
6933 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
6934 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6935 set dummy ${ncn_progname}; ac_word=$2
6936 echo "$as_me:$LINENO: checking for $ac_word" >&5
6937 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6938 if test "${ac_cv_prog_LIPO+set}" = set; then
6939 echo $ECHO_N "(cached) $ECHO_C" >&6
6941 if test -n "$LIPO"; then
6942 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6948 test -z "$as_dir" && as_dir=.
6949 for ac_exec_ext in '' $ac_executable_extensions; do
6950 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6951 ac_cv_prog_LIPO="${ncn_progname}"
6952 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6960 LIPO=$ac_cv_prog_LIPO
6961 if test -n "$LIPO"; then
6962 echo "$as_me:$LINENO: result: $LIPO" >&5
6963 echo "${ECHO_T}$LIPO" >&6
6965 echo "$as_me:$LINENO: result: no" >&5
6966 echo "${ECHO_T}no" >&6
6970 test -n "$ac_cv_prog_LIPO" && break
6973 if test -z "$ac_cv_prog_LIPO" ; then
6975 if test $build = $host ; then
6978 LIPO="${ncn_tool_prefix}$2"
6984 if test -n "$NM"; then
6986 elif test -n "$ac_cv_prog_NM"; then
6990 if test -n "$ac_cv_prog_NM"; then
6991 for ncn_progname in nm; do
6992 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6993 set dummy ${ncn_progname}; ac_word=$2
6994 echo "$as_me:$LINENO: checking for $ac_word" >&5
6995 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6996 if test "${ac_cv_prog_NM+set}" = set; then
6997 echo $ECHO_N "(cached) $ECHO_C" >&6
6999 if test -n "$NM"; then
7000 ac_cv_prog_NM="$NM" # Let the user override the test.
7002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7006 test -z "$as_dir" && as_dir=.
7007 for ac_exec_ext in '' $ac_executable_extensions; do
7008 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7009 ac_cv_prog_NM="${ncn_progname}"
7010 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7019 if test -n "$NM"; then
7020 echo "$as_me:$LINENO: result: $NM" >&5
7021 echo "${ECHO_T}$NM" >&6
7023 echo "$as_me:$LINENO: result: no" >&5
7024 echo "${ECHO_T}no" >&6
7030 for ncn_progname in nm; do
7031 if test -n "$ncn_tool_prefix"; then
7032 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7033 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7034 echo "$as_me:$LINENO: checking for $ac_word" >&5
7035 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7036 if test "${ac_cv_prog_NM+set}" = set; then
7037 echo $ECHO_N "(cached) $ECHO_C" >&6
7039 if test -n "$NM"; then
7040 ac_cv_prog_NM="$NM" # Let the user override the test.
7042 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7046 test -z "$as_dir" && as_dir=.
7047 for ac_exec_ext in '' $ac_executable_extensions; do
7048 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7049 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
7050 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7059 if test -n "$NM"; then
7060 echo "$as_me:$LINENO: result: $NM" >&5
7061 echo "${ECHO_T}$NM" >&6
7063 echo "$as_me:$LINENO: result: no" >&5
7064 echo "${ECHO_T}no" >&6
7068 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
7069 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7070 set dummy ${ncn_progname}; ac_word=$2
7071 echo "$as_me:$LINENO: checking for $ac_word" >&5
7072 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7073 if test "${ac_cv_prog_NM+set}" = set; then
7074 echo $ECHO_N "(cached) $ECHO_C" >&6
7076 if test -n "$NM"; then
7077 ac_cv_prog_NM="$NM" # Let the user override the test.
7079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7083 test -z "$as_dir" && as_dir=.
7084 for ac_exec_ext in '' $ac_executable_extensions; do
7085 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7086 ac_cv_prog_NM="${ncn_progname}"
7087 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7096 if test -n "$NM"; then
7097 echo "$as_me:$LINENO: result: $NM" >&5
7098 echo "${ECHO_T}$NM" >&6
7100 echo "$as_me:$LINENO: result: no" >&5
7101 echo "${ECHO_T}no" >&6
7105 test -n "$ac_cv_prog_NM" && break
7108 if test -z "$ac_cv_prog_NM" ; then
7110 if test $build = $host ; then
7113 NM="${ncn_tool_prefix}$2"
7119 if test -n "$RANLIB"; then
7120 ac_cv_prog_RANLIB=$RANLIB
7121 elif test -n "$ac_cv_prog_RANLIB"; then
7122 RANLIB=$ac_cv_prog_RANLIB
7125 if test -n "$ac_cv_prog_RANLIB"; then
7126 for ncn_progname in ranlib; do
7127 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7128 set dummy ${ncn_progname}; ac_word=$2
7129 echo "$as_me:$LINENO: checking for $ac_word" >&5
7130 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7131 if test "${ac_cv_prog_RANLIB+set}" = set; then
7132 echo $ECHO_N "(cached) $ECHO_C" >&6
7134 if test -n "$RANLIB"; then
7135 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7137 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7141 test -z "$as_dir" && as_dir=.
7142 for ac_exec_ext in '' $ac_executable_extensions; do
7143 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7144 ac_cv_prog_RANLIB="${ncn_progname}"
7145 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7153 RANLIB=$ac_cv_prog_RANLIB
7154 if test -n "$RANLIB"; then
7155 echo "$as_me:$LINENO: result: $RANLIB" >&5
7156 echo "${ECHO_T}$RANLIB" >&6
7158 echo "$as_me:$LINENO: result: no" >&5
7159 echo "${ECHO_T}no" >&6
7165 for ncn_progname in ranlib; do
7166 if test -n "$ncn_tool_prefix"; then
7167 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7168 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7169 echo "$as_me:$LINENO: checking for $ac_word" >&5
7170 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7171 if test "${ac_cv_prog_RANLIB+set}" = set; then
7172 echo $ECHO_N "(cached) $ECHO_C" >&6
7174 if test -n "$RANLIB"; then
7175 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7181 test -z "$as_dir" && as_dir=.
7182 for ac_exec_ext in '' $ac_executable_extensions; do
7183 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7184 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
7185 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7193 RANLIB=$ac_cv_prog_RANLIB
7194 if test -n "$RANLIB"; then
7195 echo "$as_me:$LINENO: result: $RANLIB" >&5
7196 echo "${ECHO_T}$RANLIB" >&6
7198 echo "$as_me:$LINENO: result: no" >&5
7199 echo "${ECHO_T}no" >&6
7203 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
7204 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7205 set dummy ${ncn_progname}; ac_word=$2
7206 echo "$as_me:$LINENO: checking for $ac_word" >&5
7207 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7208 if test "${ac_cv_prog_RANLIB+set}" = set; then
7209 echo $ECHO_N "(cached) $ECHO_C" >&6
7211 if test -n "$RANLIB"; then
7212 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7218 test -z "$as_dir" && as_dir=.
7219 for ac_exec_ext in '' $ac_executable_extensions; do
7220 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7221 ac_cv_prog_RANLIB="${ncn_progname}"
7222 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7230 RANLIB=$ac_cv_prog_RANLIB
7231 if test -n "$RANLIB"; then
7232 echo "$as_me:$LINENO: result: $RANLIB" >&5
7233 echo "${ECHO_T}$RANLIB" >&6
7235 echo "$as_me:$LINENO: result: no" >&5
7236 echo "${ECHO_T}no" >&6
7240 test -n "$ac_cv_prog_RANLIB" && break
7243 if test -z "$ac_cv_prog_RANLIB" ; then
7249 if test -n "$STRIP"; then
7250 ac_cv_prog_STRIP=$STRIP
7251 elif test -n "$ac_cv_prog_STRIP"; then
7252 STRIP=$ac_cv_prog_STRIP
7255 if test -n "$ac_cv_prog_STRIP"; then
7256 for ncn_progname in strip; do
7257 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7258 set dummy ${ncn_progname}; ac_word=$2
7259 echo "$as_me:$LINENO: checking for $ac_word" >&5
7260 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7261 if test "${ac_cv_prog_STRIP+set}" = set; then
7262 echo $ECHO_N "(cached) $ECHO_C" >&6
7264 if test -n "$STRIP"; then
7265 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7271 test -z "$as_dir" && as_dir=.
7272 for ac_exec_ext in '' $ac_executable_extensions; do
7273 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7274 ac_cv_prog_STRIP="${ncn_progname}"
7275 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7283 STRIP=$ac_cv_prog_STRIP
7284 if test -n "$STRIP"; then
7285 echo "$as_me:$LINENO: result: $STRIP" >&5
7286 echo "${ECHO_T}$STRIP" >&6
7288 echo "$as_me:$LINENO: result: no" >&5
7289 echo "${ECHO_T}no" >&6
7295 for ncn_progname in strip; do
7296 if test -n "$ncn_tool_prefix"; then
7297 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7298 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7299 echo "$as_me:$LINENO: checking for $ac_word" >&5
7300 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7301 if test "${ac_cv_prog_STRIP+set}" = set; then
7302 echo $ECHO_N "(cached) $ECHO_C" >&6
7304 if test -n "$STRIP"; then
7305 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7311 test -z "$as_dir" && as_dir=.
7312 for ac_exec_ext in '' $ac_executable_extensions; do
7313 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7314 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
7315 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7323 STRIP=$ac_cv_prog_STRIP
7324 if test -n "$STRIP"; then
7325 echo "$as_me:$LINENO: result: $STRIP" >&5
7326 echo "${ECHO_T}$STRIP" >&6
7328 echo "$as_me:$LINENO: result: no" >&5
7329 echo "${ECHO_T}no" >&6
7333 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
7334 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7335 set dummy ${ncn_progname}; ac_word=$2
7336 echo "$as_me:$LINENO: checking for $ac_word" >&5
7337 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7338 if test "${ac_cv_prog_STRIP+set}" = set; then
7339 echo $ECHO_N "(cached) $ECHO_C" >&6
7341 if test -n "$STRIP"; then
7342 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7344 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7348 test -z "$as_dir" && as_dir=.
7349 for ac_exec_ext in '' $ac_executable_extensions; do
7350 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7351 ac_cv_prog_STRIP="${ncn_progname}"
7352 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7360 STRIP=$ac_cv_prog_STRIP
7361 if test -n "$STRIP"; then
7362 echo "$as_me:$LINENO: result: $STRIP" >&5
7363 echo "${ECHO_T}$STRIP" >&6
7365 echo "$as_me:$LINENO: result: no" >&5
7366 echo "${ECHO_T}no" >&6
7370 test -n "$ac_cv_prog_STRIP" && break
7373 if test -z "$ac_cv_prog_STRIP" ; then
7379 if test -n "$WINDRES"; then
7380 ac_cv_prog_WINDRES=$WINDRES
7381 elif test -n "$ac_cv_prog_WINDRES"; then
7382 WINDRES=$ac_cv_prog_WINDRES
7385 if test -n "$ac_cv_prog_WINDRES"; then
7386 for ncn_progname in windres; do
7387 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7388 set dummy ${ncn_progname}; ac_word=$2
7389 echo "$as_me:$LINENO: checking for $ac_word" >&5
7390 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7391 if test "${ac_cv_prog_WINDRES+set}" = set; then
7392 echo $ECHO_N "(cached) $ECHO_C" >&6
7394 if test -n "$WINDRES"; then
7395 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7397 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7401 test -z "$as_dir" && as_dir=.
7402 for ac_exec_ext in '' $ac_executable_extensions; do
7403 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7404 ac_cv_prog_WINDRES="${ncn_progname}"
7405 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7413 WINDRES=$ac_cv_prog_WINDRES
7414 if test -n "$WINDRES"; then
7415 echo "$as_me:$LINENO: result: $WINDRES" >&5
7416 echo "${ECHO_T}$WINDRES" >&6
7418 echo "$as_me:$LINENO: result: no" >&5
7419 echo "${ECHO_T}no" >&6
7425 for ncn_progname in windres; do
7426 if test -n "$ncn_tool_prefix"; then
7427 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7428 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7429 echo "$as_me:$LINENO: checking for $ac_word" >&5
7430 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7431 if test "${ac_cv_prog_WINDRES+set}" = set; then
7432 echo $ECHO_N "(cached) $ECHO_C" >&6
7434 if test -n "$WINDRES"; then
7435 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7441 test -z "$as_dir" && as_dir=.
7442 for ac_exec_ext in '' $ac_executable_extensions; do
7443 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7444 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
7445 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7453 WINDRES=$ac_cv_prog_WINDRES
7454 if test -n "$WINDRES"; then
7455 echo "$as_me:$LINENO: result: $WINDRES" >&5
7456 echo "${ECHO_T}$WINDRES" >&6
7458 echo "$as_me:$LINENO: result: no" >&5
7459 echo "${ECHO_T}no" >&6
7463 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
7464 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7465 set dummy ${ncn_progname}; ac_word=$2
7466 echo "$as_me:$LINENO: checking for $ac_word" >&5
7467 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7468 if test "${ac_cv_prog_WINDRES+set}" = set; then
7469 echo $ECHO_N "(cached) $ECHO_C" >&6
7471 if test -n "$WINDRES"; then
7472 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7478 test -z "$as_dir" && as_dir=.
7479 for ac_exec_ext in '' $ac_executable_extensions; do
7480 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7481 ac_cv_prog_WINDRES="${ncn_progname}"
7482 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7490 WINDRES=$ac_cv_prog_WINDRES
7491 if test -n "$WINDRES"; then
7492 echo "$as_me:$LINENO: result: $WINDRES" >&5
7493 echo "${ECHO_T}$WINDRES" >&6
7495 echo "$as_me:$LINENO: result: no" >&5
7496 echo "${ECHO_T}no" >&6
7500 test -n "$ac_cv_prog_WINDRES" && break
7503 if test -z "$ac_cv_prog_WINDRES" ; then
7505 if test $build = $host ; then
7508 WINDRES="${ncn_tool_prefix}$2"
7514 if test -n "$WINDMC"; then
7515 ac_cv_prog_WINDMC=$WINDMC
7516 elif test -n "$ac_cv_prog_WINDMC"; then
7517 WINDMC=$ac_cv_prog_WINDMC
7520 if test -n "$ac_cv_prog_WINDMC"; then
7521 for ncn_progname in windmc; do
7522 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7523 set dummy ${ncn_progname}; ac_word=$2
7524 echo "$as_me:$LINENO: checking for $ac_word" >&5
7525 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7526 if test "${ac_cv_prog_WINDMC+set}" = set; then
7527 echo $ECHO_N "(cached) $ECHO_C" >&6
7529 if test -n "$WINDMC"; then
7530 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
7532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7536 test -z "$as_dir" && as_dir=.
7537 for ac_exec_ext in '' $ac_executable_extensions; do
7538 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7539 ac_cv_prog_WINDMC="${ncn_progname}"
7540 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7548 WINDMC=$ac_cv_prog_WINDMC
7549 if test -n "$WINDMC"; then
7550 echo "$as_me:$LINENO: result: $WINDMC" >&5
7551 echo "${ECHO_T}$WINDMC" >&6
7553 echo "$as_me:$LINENO: result: no" >&5
7554 echo "${ECHO_T}no" >&6
7560 for ncn_progname in windmc; do
7561 if test -n "$ncn_tool_prefix"; then
7562 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7563 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7564 echo "$as_me:$LINENO: checking for $ac_word" >&5
7565 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7566 if test "${ac_cv_prog_WINDMC+set}" = set; then
7567 echo $ECHO_N "(cached) $ECHO_C" >&6
7569 if test -n "$WINDMC"; then
7570 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
7572 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7576 test -z "$as_dir" && as_dir=.
7577 for ac_exec_ext in '' $ac_executable_extensions; do
7578 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7579 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
7580 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7588 WINDMC=$ac_cv_prog_WINDMC
7589 if test -n "$WINDMC"; then
7590 echo "$as_me:$LINENO: result: $WINDMC" >&5
7591 echo "${ECHO_T}$WINDMC" >&6
7593 echo "$as_me:$LINENO: result: no" >&5
7594 echo "${ECHO_T}no" >&6
7598 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
7599 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7600 set dummy ${ncn_progname}; ac_word=$2
7601 echo "$as_me:$LINENO: checking for $ac_word" >&5
7602 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7603 if test "${ac_cv_prog_WINDMC+set}" = set; then
7604 echo $ECHO_N "(cached) $ECHO_C" >&6
7606 if test -n "$WINDMC"; then
7607 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
7609 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7613 test -z "$as_dir" && as_dir=.
7614 for ac_exec_ext in '' $ac_executable_extensions; do
7615 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7616 ac_cv_prog_WINDMC="${ncn_progname}"
7617 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7625 WINDMC=$ac_cv_prog_WINDMC
7626 if test -n "$WINDMC"; then
7627 echo "$as_me:$LINENO: result: $WINDMC" >&5
7628 echo "${ECHO_T}$WINDMC" >&6
7630 echo "$as_me:$LINENO: result: no" >&5
7631 echo "${ECHO_T}no" >&6
7635 test -n "$ac_cv_prog_WINDMC" && break
7638 if test -z "$ac_cv_prog_WINDMC" ; then
7640 if test $build = $host ; then
7643 WINDMC="${ncn_tool_prefix}$2"
7649 if test -n "$OBJCOPY"; then
7650 ac_cv_prog_OBJCOPY=$OBJCOPY
7651 elif test -n "$ac_cv_prog_OBJCOPY"; then
7652 OBJCOPY=$ac_cv_prog_OBJCOPY
7655 if test -n "$ac_cv_prog_OBJCOPY"; then
7656 for ncn_progname in objcopy; do
7657 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7658 set dummy ${ncn_progname}; ac_word=$2
7659 echo "$as_me:$LINENO: checking for $ac_word" >&5
7660 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7661 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7662 echo $ECHO_N "(cached) $ECHO_C" >&6
7664 if test -n "$OBJCOPY"; then
7665 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7671 test -z "$as_dir" && as_dir=.
7672 for ac_exec_ext in '' $ac_executable_extensions; do
7673 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7674 ac_cv_prog_OBJCOPY="${ncn_progname}"
7675 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7683 OBJCOPY=$ac_cv_prog_OBJCOPY
7684 if test -n "$OBJCOPY"; then
7685 echo "$as_me:$LINENO: result: $OBJCOPY" >&5
7686 echo "${ECHO_T}$OBJCOPY" >&6
7688 echo "$as_me:$LINENO: result: no" >&5
7689 echo "${ECHO_T}no" >&6
7695 for ncn_progname in objcopy; do
7696 if test -n "$ncn_tool_prefix"; then
7697 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7698 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7699 echo "$as_me:$LINENO: checking for $ac_word" >&5
7700 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7701 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7702 echo $ECHO_N "(cached) $ECHO_C" >&6
7704 if test -n "$OBJCOPY"; then
7705 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7707 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7711 test -z "$as_dir" && as_dir=.
7712 for ac_exec_ext in '' $ac_executable_extensions; do
7713 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7714 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
7715 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7723 OBJCOPY=$ac_cv_prog_OBJCOPY
7724 if test -n "$OBJCOPY"; then
7725 echo "$as_me:$LINENO: result: $OBJCOPY" >&5
7726 echo "${ECHO_T}$OBJCOPY" >&6
7728 echo "$as_me:$LINENO: result: no" >&5
7729 echo "${ECHO_T}no" >&6
7733 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
7734 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7735 set dummy ${ncn_progname}; ac_word=$2
7736 echo "$as_me:$LINENO: checking for $ac_word" >&5
7737 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7738 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7739 echo $ECHO_N "(cached) $ECHO_C" >&6
7741 if test -n "$OBJCOPY"; then
7742 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7744 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7748 test -z "$as_dir" && as_dir=.
7749 for ac_exec_ext in '' $ac_executable_extensions; do
7750 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7751 ac_cv_prog_OBJCOPY="${ncn_progname}"
7752 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7760 OBJCOPY=$ac_cv_prog_OBJCOPY
7761 if test -n "$OBJCOPY"; then
7762 echo "$as_me:$LINENO: result: $OBJCOPY" >&5
7763 echo "${ECHO_T}$OBJCOPY" >&6
7765 echo "$as_me:$LINENO: result: no" >&5
7766 echo "${ECHO_T}no" >&6
7770 test -n "$ac_cv_prog_OBJCOPY" && break
7773 if test -z "$ac_cv_prog_OBJCOPY" ; then
7775 if test $build = $host ; then
7778 OBJCOPY="${ncn_tool_prefix}$2"
7784 if test -n "$OBJDUMP"; then
7785 ac_cv_prog_OBJDUMP=$OBJDUMP
7786 elif test -n "$ac_cv_prog_OBJDUMP"; then
7787 OBJDUMP=$ac_cv_prog_OBJDUMP
7790 if test -n "$ac_cv_prog_OBJDUMP"; then
7791 for ncn_progname in objdump; do
7792 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7793 set dummy ${ncn_progname}; ac_word=$2
7794 echo "$as_me:$LINENO: checking for $ac_word" >&5
7795 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7796 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
7797 echo $ECHO_N "(cached) $ECHO_C" >&6
7799 if test -n "$OBJDUMP"; then
7800 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7806 test -z "$as_dir" && as_dir=.
7807 for ac_exec_ext in '' $ac_executable_extensions; do
7808 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7809 ac_cv_prog_OBJDUMP="${ncn_progname}"
7810 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7818 OBJDUMP=$ac_cv_prog_OBJDUMP
7819 if test -n "$OBJDUMP"; then
7820 echo "$as_me:$LINENO: result: $OBJDUMP" >&5
7821 echo "${ECHO_T}$OBJDUMP" >&6
7823 echo "$as_me:$LINENO: result: no" >&5
7824 echo "${ECHO_T}no" >&6
7830 for ncn_progname in objdump; do
7831 if test -n "$ncn_tool_prefix"; then
7832 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7833 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7834 echo "$as_me:$LINENO: checking for $ac_word" >&5
7835 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7836 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
7837 echo $ECHO_N "(cached) $ECHO_C" >&6
7839 if test -n "$OBJDUMP"; then
7840 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7842 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7846 test -z "$as_dir" && as_dir=.
7847 for ac_exec_ext in '' $ac_executable_extensions; do
7848 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7849 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
7850 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7858 OBJDUMP=$ac_cv_prog_OBJDUMP
7859 if test -n "$OBJDUMP"; then
7860 echo "$as_me:$LINENO: result: $OBJDUMP" >&5
7861 echo "${ECHO_T}$OBJDUMP" >&6
7863 echo "$as_me:$LINENO: result: no" >&5
7864 echo "${ECHO_T}no" >&6
7868 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
7869 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7870 set dummy ${ncn_progname}; ac_word=$2
7871 echo "$as_me:$LINENO: checking for $ac_word" >&5
7872 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7873 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
7874 echo $ECHO_N "(cached) $ECHO_C" >&6
7876 if test -n "$OBJDUMP"; then
7877 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7879 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7883 test -z "$as_dir" && as_dir=.
7884 for ac_exec_ext in '' $ac_executable_extensions; do
7885 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7886 ac_cv_prog_OBJDUMP="${ncn_progname}"
7887 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7895 OBJDUMP=$ac_cv_prog_OBJDUMP
7896 if test -n "$OBJDUMP"; then
7897 echo "$as_me:$LINENO: result: $OBJDUMP" >&5
7898 echo "${ECHO_T}$OBJDUMP" >&6
7900 echo "$as_me:$LINENO: result: no" >&5
7901 echo "${ECHO_T}no" >&6
7905 test -n "$ac_cv_prog_OBJDUMP" && break
7908 if test -z "$ac_cv_prog_OBJDUMP" ; then
7910 if test $build = $host ; then
7913 OBJDUMP="${ncn_tool_prefix}$2"
7925 # Check whether --with-build-time-tools or --without-build-time-tools was given.
7926 if test "${with_build_time_tools+set}" = set; then
7927 withval="$with_build_time_tools"
7931 with_build_time_tools=
7932 { echo "$as_me:$LINENO: WARNING: argument to --with-build-time-tools must be an absolute path" >&5
7933 echo "$as_me: WARNING: argument to --with-build-time-tools must be an absolute path" >&2;}
7937 with_build_time_tools=
7942 if test -n "$CC_FOR_TARGET"; then
7943 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
7944 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
7945 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
7948 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
7949 for ncn_progname in cc gcc; do
7950 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7951 set dummy ${ncn_progname}; ac_word=$2
7952 echo "$as_me:$LINENO: checking for $ac_word" >&5
7953 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7954 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
7955 echo $ECHO_N "(cached) $ECHO_C" >&6
7957 if test -n "$CC_FOR_TARGET"; then
7958 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
7960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7964 test -z "$as_dir" && as_dir=.
7965 for ac_exec_ext in '' $ac_executable_extensions; do
7966 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7967 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
7968 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7976 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
7977 if test -n "$CC_FOR_TARGET"; then
7978 echo "$as_me:$LINENO: result: $CC_FOR_TARGET" >&5
7979 echo "${ECHO_T}$CC_FOR_TARGET" >&6
7981 echo "$as_me:$LINENO: result: no" >&5
7982 echo "${ECHO_T}no" >&6
7988 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
7989 for ncn_progname in cc gcc; do
7990 echo "$as_me:$LINENO: checking for ${ncn_progname} in $with_build_time_tools" >&5
7991 echo $ECHO_N "checking for ${ncn_progname} in $with_build_time_tools... $ECHO_C" >&6
7992 if test -x $with_build_time_tools/${ncn_progname}; then
7993 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
7994 echo "$as_me:$LINENO: result: yes" >&5
7995 echo "${ECHO_T}yes" >&6
7998 echo "$as_me:$LINENO: result: no" >&5
7999 echo "${ECHO_T}no" >&6
8004 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
8005 for ncn_progname in cc gcc; do
8006 if test -n "$ncn_target_tool_prefix"; then
8007 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8008 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8009 echo "$as_me:$LINENO: checking for $ac_word" >&5
8010 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8011 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
8012 echo $ECHO_N "(cached) $ECHO_C" >&6
8014 if test -n "$CC_FOR_TARGET"; then
8015 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
8017 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8021 test -z "$as_dir" && as_dir=.
8022 for ac_exec_ext in '' $ac_executable_extensions; do
8023 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8024 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8025 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8033 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8034 if test -n "$CC_FOR_TARGET"; then
8035 echo "$as_me:$LINENO: result: $CC_FOR_TARGET" >&5
8036 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8038 echo "$as_me:$LINENO: result: no" >&5
8039 echo "${ECHO_T}no" >&6
8043 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
8044 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8045 set dummy ${ncn_progname}; ac_word=$2
8046 echo "$as_me:$LINENO: checking for $ac_word" >&5
8047 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8048 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
8049 echo $ECHO_N "(cached) $ECHO_C" >&6
8051 if test -n "$CC_FOR_TARGET"; then
8052 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
8054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8058 test -z "$as_dir" && as_dir=.
8059 for ac_exec_ext in '' $ac_executable_extensions; do
8060 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8061 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
8062 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8070 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8071 if test -n "$CC_FOR_TARGET"; then
8072 echo "$as_me:$LINENO: result: $CC_FOR_TARGET" >&5
8073 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8075 echo "$as_me:$LINENO: result: no" >&5
8076 echo "${ECHO_T}no" >&6
8080 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
8084 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
8086 if test $build = $target ; then
8089 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
8092 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
8097 if test -n "$CXX_FOR_TARGET"; then
8098 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
8099 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
8100 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8103 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
8104 for ncn_progname in c++ g++ cxx gxx; do
8105 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8106 set dummy ${ncn_progname}; ac_word=$2
8107 echo "$as_me:$LINENO: checking for $ac_word" >&5
8108 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8109 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8110 echo $ECHO_N "(cached) $ECHO_C" >&6
8112 if test -n "$CXX_FOR_TARGET"; then
8113 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8115 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8119 test -z "$as_dir" && as_dir=.
8120 for ac_exec_ext in '' $ac_executable_extensions; do
8121 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8122 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
8123 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8131 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8132 if test -n "$CXX_FOR_TARGET"; then
8133 echo "$as_me:$LINENO: result: $CXX_FOR_TARGET" >&5
8134 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8136 echo "$as_me:$LINENO: result: no" >&5
8137 echo "${ECHO_T}no" >&6
8143 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
8144 for ncn_progname in c++ g++ cxx gxx; do
8145 echo "$as_me:$LINENO: checking for ${ncn_progname} in $with_build_time_tools" >&5
8146 echo $ECHO_N "checking for ${ncn_progname} in $with_build_time_tools... $ECHO_C" >&6
8147 if test -x $with_build_time_tools/${ncn_progname}; then
8148 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8149 echo "$as_me:$LINENO: result: yes" >&5
8150 echo "${ECHO_T}yes" >&6
8153 echo "$as_me:$LINENO: result: no" >&5
8154 echo "${ECHO_T}no" >&6
8159 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
8160 for ncn_progname in c++ g++ cxx gxx; do
8161 if test -n "$ncn_target_tool_prefix"; then
8162 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8163 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8164 echo "$as_me:$LINENO: checking for $ac_word" >&5
8165 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8166 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8167 echo $ECHO_N "(cached) $ECHO_C" >&6
8169 if test -n "$CXX_FOR_TARGET"; then
8170 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8172 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8176 test -z "$as_dir" && as_dir=.
8177 for ac_exec_ext in '' $ac_executable_extensions; do
8178 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8179 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8180 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8188 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8189 if test -n "$CXX_FOR_TARGET"; then
8190 echo "$as_me:$LINENO: result: $CXX_FOR_TARGET" >&5
8191 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8193 echo "$as_me:$LINENO: result: no" >&5
8194 echo "${ECHO_T}no" >&6
8198 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
8199 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8200 set dummy ${ncn_progname}; ac_word=$2
8201 echo "$as_me:$LINENO: checking for $ac_word" >&5
8202 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8203 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8204 echo $ECHO_N "(cached) $ECHO_C" >&6
8206 if test -n "$CXX_FOR_TARGET"; then
8207 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8209 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8213 test -z "$as_dir" && as_dir=.
8214 for ac_exec_ext in '' $ac_executable_extensions; do
8215 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8216 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
8217 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8225 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8226 if test -n "$CXX_FOR_TARGET"; then
8227 echo "$as_me:$LINENO: result: $CXX_FOR_TARGET" >&5
8228 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8230 echo "$as_me:$LINENO: result: no" >&5
8231 echo "${ECHO_T}no" >&6
8235 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
8239 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
8240 set dummy c++ g++ cxx gxx
8241 if test $build = $target ; then
8244 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
8247 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
8252 if test -n "$GCC_FOR_TARGET"; then
8253 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
8254 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
8255 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8258 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
8259 for ncn_progname in gcc; do
8260 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8261 set dummy ${ncn_progname}; ac_word=$2
8262 echo "$as_me:$LINENO: checking for $ac_word" >&5
8263 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8264 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8265 echo $ECHO_N "(cached) $ECHO_C" >&6
8267 if test -n "$GCC_FOR_TARGET"; then
8268 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8274 test -z "$as_dir" && as_dir=.
8275 for ac_exec_ext in '' $ac_executable_extensions; do
8276 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8277 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
8278 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8286 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8287 if test -n "$GCC_FOR_TARGET"; then
8288 echo "$as_me:$LINENO: result: $GCC_FOR_TARGET" >&5
8289 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8291 echo "$as_me:$LINENO: result: no" >&5
8292 echo "${ECHO_T}no" >&6
8298 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
8299 for ncn_progname in gcc; do
8300 echo "$as_me:$LINENO: checking for ${ncn_progname} in $with_build_time_tools" >&5
8301 echo $ECHO_N "checking for ${ncn_progname} in $with_build_time_tools... $ECHO_C" >&6
8302 if test -x $with_build_time_tools/${ncn_progname}; then
8303 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8304 echo "$as_me:$LINENO: result: yes" >&5
8305 echo "${ECHO_T}yes" >&6
8308 echo "$as_me:$LINENO: result: no" >&5
8309 echo "${ECHO_T}no" >&6
8314 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
8315 for ncn_progname in gcc; do
8316 if test -n "$ncn_target_tool_prefix"; then
8317 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8318 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8319 echo "$as_me:$LINENO: checking for $ac_word" >&5
8320 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8321 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8322 echo $ECHO_N "(cached) $ECHO_C" >&6
8324 if test -n "$GCC_FOR_TARGET"; then
8325 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8327 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8331 test -z "$as_dir" && as_dir=.
8332 for ac_exec_ext in '' $ac_executable_extensions; do
8333 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8334 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8335 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8343 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8344 if test -n "$GCC_FOR_TARGET"; then
8345 echo "$as_me:$LINENO: result: $GCC_FOR_TARGET" >&5
8346 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8348 echo "$as_me:$LINENO: result: no" >&5
8349 echo "${ECHO_T}no" >&6
8353 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
8354 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8355 set dummy ${ncn_progname}; ac_word=$2
8356 echo "$as_me:$LINENO: checking for $ac_word" >&5
8357 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8358 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8359 echo $ECHO_N "(cached) $ECHO_C" >&6
8361 if test -n "$GCC_FOR_TARGET"; then
8362 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8364 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8368 test -z "$as_dir" && as_dir=.
8369 for ac_exec_ext in '' $ac_executable_extensions; do
8370 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8371 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
8372 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8380 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8381 if test -n "$GCC_FOR_TARGET"; then
8382 echo "$as_me:$LINENO: result: $GCC_FOR_TARGET" >&5
8383 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8385 echo "$as_me:$LINENO: result: no" >&5
8386 echo "${ECHO_T}no" >&6
8390 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
8394 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
8395 GCC_FOR_TARGET="${CC_FOR_TARGET}"
8397 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
8402 if test -n "$GCJ_FOR_TARGET"; then
8403 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
8404 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
8405 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8408 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
8409 for ncn_progname in gcj; do
8410 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8411 set dummy ${ncn_progname}; ac_word=$2
8412 echo "$as_me:$LINENO: checking for $ac_word" >&5
8413 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8414 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8415 echo $ECHO_N "(cached) $ECHO_C" >&6
8417 if test -n "$GCJ_FOR_TARGET"; then
8418 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8420 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8424 test -z "$as_dir" && as_dir=.
8425 for ac_exec_ext in '' $ac_executable_extensions; do
8426 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8427 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
8428 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8436 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8437 if test -n "$GCJ_FOR_TARGET"; then
8438 echo "$as_me:$LINENO: result: $GCJ_FOR_TARGET" >&5
8439 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8441 echo "$as_me:$LINENO: result: no" >&5
8442 echo "${ECHO_T}no" >&6
8448 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
8449 for ncn_progname in gcj; do
8450 echo "$as_me:$LINENO: checking for ${ncn_progname} in $with_build_time_tools" >&5
8451 echo $ECHO_N "checking for ${ncn_progname} in $with_build_time_tools... $ECHO_C" >&6
8452 if test -x $with_build_time_tools/${ncn_progname}; then
8453 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8454 echo "$as_me:$LINENO: result: yes" >&5
8455 echo "${ECHO_T}yes" >&6
8458 echo "$as_me:$LINENO: result: no" >&5
8459 echo "${ECHO_T}no" >&6
8464 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
8465 for ncn_progname in gcj; do
8466 if test -n "$ncn_target_tool_prefix"; then
8467 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8468 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8469 echo "$as_me:$LINENO: checking for $ac_word" >&5
8470 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8471 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8472 echo $ECHO_N "(cached) $ECHO_C" >&6
8474 if test -n "$GCJ_FOR_TARGET"; then
8475 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8481 test -z "$as_dir" && as_dir=.
8482 for ac_exec_ext in '' $ac_executable_extensions; do
8483 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8484 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8485 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8493 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8494 if test -n "$GCJ_FOR_TARGET"; then
8495 echo "$as_me:$LINENO: result: $GCJ_FOR_TARGET" >&5
8496 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8498 echo "$as_me:$LINENO: result: no" >&5
8499 echo "${ECHO_T}no" >&6
8503 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
8504 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8505 set dummy ${ncn_progname}; ac_word=$2
8506 echo "$as_me:$LINENO: checking for $ac_word" >&5
8507 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8508 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8509 echo $ECHO_N "(cached) $ECHO_C" >&6
8511 if test -n "$GCJ_FOR_TARGET"; then
8512 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8514 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8518 test -z "$as_dir" && as_dir=.
8519 for ac_exec_ext in '' $ac_executable_extensions; do
8520 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8521 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
8522 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8530 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8531 if test -n "$GCJ_FOR_TARGET"; then
8532 echo "$as_me:$LINENO: result: $GCJ_FOR_TARGET" >&5
8533 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8535 echo "$as_me:$LINENO: result: no" >&5
8536 echo "${ECHO_T}no" >&6
8540 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
8544 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
8546 if test $build = $target ; then
8549 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
8552 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
8557 if test -n "$GFORTRAN_FOR_TARGET"; then
8558 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
8559 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8560 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8563 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8564 for ncn_progname in gfortran; do
8565 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8566 set dummy ${ncn_progname}; ac_word=$2
8567 echo "$as_me:$LINENO: checking for $ac_word" >&5
8568 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8569 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8570 echo $ECHO_N "(cached) $ECHO_C" >&6
8572 if test -n "$GFORTRAN_FOR_TARGET"; then
8573 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8579 test -z "$as_dir" && as_dir=.
8580 for ac_exec_ext in '' $ac_executable_extensions; do
8581 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8582 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
8583 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8591 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8592 if test -n "$GFORTRAN_FOR_TARGET"; then
8593 echo "$as_me:$LINENO: result: $GFORTRAN_FOR_TARGET" >&5
8594 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8596 echo "$as_me:$LINENO: result: no" >&5
8597 echo "${ECHO_T}no" >&6
8603 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
8604 for ncn_progname in gfortran; do
8605 echo "$as_me:$LINENO: checking for ${ncn_progname} in $with_build_time_tools" >&5
8606 echo $ECHO_N "checking for ${ncn_progname} in $with_build_time_tools... $ECHO_C" >&6
8607 if test -x $with_build_time_tools/${ncn_progname}; then
8608 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8609 echo "$as_me:$LINENO: result: yes" >&5
8610 echo "${ECHO_T}yes" >&6
8613 echo "$as_me:$LINENO: result: no" >&5
8614 echo "${ECHO_T}no" >&6
8619 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8620 for ncn_progname in gfortran; do
8621 if test -n "$ncn_target_tool_prefix"; then
8622 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8623 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8624 echo "$as_me:$LINENO: checking for $ac_word" >&5
8625 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8626 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8627 echo $ECHO_N "(cached) $ECHO_C" >&6
8629 if test -n "$GFORTRAN_FOR_TARGET"; then
8630 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8636 test -z "$as_dir" && as_dir=.
8637 for ac_exec_ext in '' $ac_executable_extensions; do
8638 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8639 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8640 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8648 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8649 if test -n "$GFORTRAN_FOR_TARGET"; then
8650 echo "$as_me:$LINENO: result: $GFORTRAN_FOR_TARGET" >&5
8651 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8653 echo "$as_me:$LINENO: result: no" >&5
8654 echo "${ECHO_T}no" >&6
8658 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
8659 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8660 set dummy ${ncn_progname}; ac_word=$2
8661 echo "$as_me:$LINENO: checking for $ac_word" >&5
8662 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8663 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8664 echo $ECHO_N "(cached) $ECHO_C" >&6
8666 if test -n "$GFORTRAN_FOR_TARGET"; then
8667 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8673 test -z "$as_dir" && as_dir=.
8674 for ac_exec_ext in '' $ac_executable_extensions; do
8675 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8676 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
8677 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8685 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8686 if test -n "$GFORTRAN_FOR_TARGET"; then
8687 echo "$as_me:$LINENO: result: $GFORTRAN_FOR_TARGET" >&5
8688 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8690 echo "$as_me:$LINENO: result: no" >&5
8691 echo "${ECHO_T}no" >&6
8695 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
8699 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
8701 if test $build = $target ; then
8702 GFORTRAN_FOR_TARGET="$2"
8704 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
8707 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
8712 cat > conftest.c << \EOF
8717 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
8718 have_gcc_for_target=yes
8720 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
8721 have_gcc_for_target=no
8728 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
8729 if test -n "$with_build_time_tools"; then
8730 echo "$as_me:$LINENO: checking for ar in $with_build_time_tools" >&5
8731 echo $ECHO_N "checking for ar in $with_build_time_tools... $ECHO_C" >&6
8732 if test -x $with_build_time_tools/ar; then
8733 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
8734 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
8735 echo "$as_me:$LINENO: result: $ac_cv_path_AR_FOR_TARGET" >&5
8736 echo "${ECHO_T}$ac_cv_path_AR_FOR_TARGET" >&6
8738 echo "$as_me:$LINENO: result: no" >&5
8739 echo "${ECHO_T}no" >&6
8741 elif test $build != $host && test $have_gcc_for_target = yes; then
8742 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
8743 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
8744 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
8747 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
8748 # Extract the first word of "ar", so it can be a program name with args.
8749 set dummy ar; ac_word=$2
8750 echo "$as_me:$LINENO: checking for $ac_word" >&5
8751 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8752 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then
8753 echo $ECHO_N "(cached) $ECHO_C" >&6
8755 case $AR_FOR_TARGET in
8757 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
8760 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8761 for as_dir in $gcc_cv_tool_dirs
8764 test -z "$as_dir" && as_dir=.
8765 for ac_exec_ext in '' $ac_executable_extensions; do
8766 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8767 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
8768 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8777 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
8779 if test -n "$AR_FOR_TARGET"; then
8780 echo "$as_me:$LINENO: result: $AR_FOR_TARGET" >&5
8781 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8783 echo "$as_me:$LINENO: result: no" >&5
8784 echo "${ECHO_T}no" >&6
8788 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
8791 if test -n "$AR_FOR_TARGET"; then
8792 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
8793 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
8794 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8797 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
8798 for ncn_progname in ar; do
8799 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8800 set dummy ${ncn_progname}; ac_word=$2
8801 echo "$as_me:$LINENO: checking for $ac_word" >&5
8802 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8803 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
8804 echo $ECHO_N "(cached) $ECHO_C" >&6
8806 if test -n "$AR_FOR_TARGET"; then
8807 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
8809 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8813 test -z "$as_dir" && as_dir=.
8814 for ac_exec_ext in '' $ac_executable_extensions; do
8815 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8816 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
8817 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8825 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8826 if test -n "$AR_FOR_TARGET"; then
8827 echo "$as_me:$LINENO: result: $AR_FOR_TARGET" >&5
8828 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8830 echo "$as_me:$LINENO: result: no" >&5
8831 echo "${ECHO_T}no" >&6
8837 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
8838 for ncn_progname in ar; do
8839 echo "$as_me:$LINENO: checking for ${ncn_progname} in $with_build_time_tools" >&5
8840 echo $ECHO_N "checking for ${ncn_progname} in $with_build_time_tools... $ECHO_C" >&6
8841 if test -x $with_build_time_tools/${ncn_progname}; then
8842 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8843 echo "$as_me:$LINENO: result: yes" >&5
8844 echo "${ECHO_T}yes" >&6
8847 echo "$as_me:$LINENO: result: no" >&5
8848 echo "${ECHO_T}no" >&6
8853 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
8854 for ncn_progname in ar; do
8855 if test -n "$ncn_target_tool_prefix"; then
8856 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8857 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8858 echo "$as_me:$LINENO: checking for $ac_word" >&5
8859 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8860 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
8861 echo $ECHO_N "(cached) $ECHO_C" >&6
8863 if test -n "$AR_FOR_TARGET"; then
8864 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
8866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8870 test -z "$as_dir" && as_dir=.
8871 for ac_exec_ext in '' $ac_executable_extensions; do
8872 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8873 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8874 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8882 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8883 if test -n "$AR_FOR_TARGET"; then
8884 echo "$as_me:$LINENO: result: $AR_FOR_TARGET" >&5
8885 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8887 echo "$as_me:$LINENO: result: no" >&5
8888 echo "${ECHO_T}no" >&6
8892 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
8893 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8894 set dummy ${ncn_progname}; ac_word=$2
8895 echo "$as_me:$LINENO: checking for $ac_word" >&5
8896 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8897 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
8898 echo $ECHO_N "(cached) $ECHO_C" >&6
8900 if test -n "$AR_FOR_TARGET"; then
8901 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
8903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8907 test -z "$as_dir" && as_dir=.
8908 for ac_exec_ext in '' $ac_executable_extensions; do
8909 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8910 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
8911 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8919 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8920 if test -n "$AR_FOR_TARGET"; then
8921 echo "$as_me:$LINENO: result: $AR_FOR_TARGET" >&5
8922 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8924 echo "$as_me:$LINENO: result: no" >&5
8925 echo "${ECHO_T}no" >&6
8929 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
8933 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
8935 if test $build = $target ; then
8938 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
8941 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
8945 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
8951 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
8952 if test -n "$with_build_time_tools"; then
8953 echo "$as_me:$LINENO: checking for as in $with_build_time_tools" >&5
8954 echo $ECHO_N "checking for as in $with_build_time_tools... $ECHO_C" >&6
8955 if test -x $with_build_time_tools/as; then
8956 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
8957 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
8958 echo "$as_me:$LINENO: result: $ac_cv_path_AS_FOR_TARGET" >&5
8959 echo "${ECHO_T}$ac_cv_path_AS_FOR_TARGET" >&6
8961 echo "$as_me:$LINENO: result: no" >&5
8962 echo "${ECHO_T}no" >&6
8964 elif test $build != $host && test $have_gcc_for_target = yes; then
8965 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
8966 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
8967 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
8970 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
8971 # Extract the first word of "as", so it can be a program name with args.
8972 set dummy as; ac_word=$2
8973 echo "$as_me:$LINENO: checking for $ac_word" >&5
8974 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8975 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then
8976 echo $ECHO_N "(cached) $ECHO_C" >&6
8978 case $AS_FOR_TARGET in
8980 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
8983 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8984 for as_dir in $gcc_cv_tool_dirs
8987 test -z "$as_dir" && as_dir=.
8988 for ac_exec_ext in '' $ac_executable_extensions; do
8989 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8990 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
8991 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9000 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
9002 if test -n "$AS_FOR_TARGET"; then
9003 echo "$as_me:$LINENO: result: $AS_FOR_TARGET" >&5
9004 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9006 echo "$as_me:$LINENO: result: no" >&5
9007 echo "${ECHO_T}no" >&6
9011 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9014 if test -n "$AS_FOR_TARGET"; then
9015 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
9016 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
9017 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9020 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
9021 for ncn_progname in as; do
9022 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9023 set dummy ${ncn_progname}; ac_word=$2
9024 echo "$as_me:$LINENO: checking for $ac_word" >&5
9025 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9026 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9027 echo $ECHO_N "(cached) $ECHO_C" >&6
9029 if test -n "$AS_FOR_TARGET"; then
9030 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9036 test -z "$as_dir" && as_dir=.
9037 for ac_exec_ext in '' $ac_executable_extensions; do
9038 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9039 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
9040 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9048 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9049 if test -n "$AS_FOR_TARGET"; then
9050 echo "$as_me:$LINENO: result: $AS_FOR_TARGET" >&5
9051 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9053 echo "$as_me:$LINENO: result: no" >&5
9054 echo "${ECHO_T}no" >&6
9060 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
9061 for ncn_progname in as; do
9062 echo "$as_me:$LINENO: checking for ${ncn_progname} in $with_build_time_tools" >&5
9063 echo $ECHO_N "checking for ${ncn_progname} in $with_build_time_tools... $ECHO_C" >&6
9064 if test -x $with_build_time_tools/${ncn_progname}; then
9065 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9066 echo "$as_me:$LINENO: result: yes" >&5
9067 echo "${ECHO_T}yes" >&6
9070 echo "$as_me:$LINENO: result: no" >&5
9071 echo "${ECHO_T}no" >&6
9076 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
9077 for ncn_progname in as; do
9078 if test -n "$ncn_target_tool_prefix"; then
9079 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9080 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9081 echo "$as_me:$LINENO: checking for $ac_word" >&5
9082 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9083 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9084 echo $ECHO_N "(cached) $ECHO_C" >&6
9086 if test -n "$AS_FOR_TARGET"; then
9087 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9089 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9093 test -z "$as_dir" && as_dir=.
9094 for ac_exec_ext in '' $ac_executable_extensions; do
9095 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9096 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9097 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9105 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9106 if test -n "$AS_FOR_TARGET"; then
9107 echo "$as_me:$LINENO: result: $AS_FOR_TARGET" >&5
9108 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9110 echo "$as_me:$LINENO: result: no" >&5
9111 echo "${ECHO_T}no" >&6
9115 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
9116 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9117 set dummy ${ncn_progname}; ac_word=$2
9118 echo "$as_me:$LINENO: checking for $ac_word" >&5
9119 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9120 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9121 echo $ECHO_N "(cached) $ECHO_C" >&6
9123 if test -n "$AS_FOR_TARGET"; then
9124 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9126 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9130 test -z "$as_dir" && as_dir=.
9131 for ac_exec_ext in '' $ac_executable_extensions; do
9132 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9133 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
9134 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9142 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9143 if test -n "$AS_FOR_TARGET"; then
9144 echo "$as_me:$LINENO: result: $AS_FOR_TARGET" >&5
9145 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9147 echo "$as_me:$LINENO: result: no" >&5
9148 echo "${ECHO_T}no" >&6
9152 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
9156 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
9158 if test $build = $target ; then
9161 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
9164 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
9168 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
9174 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9175 if test -n "$with_build_time_tools"; then
9176 echo "$as_me:$LINENO: checking for dlltool in $with_build_time_tools" >&5
9177 echo $ECHO_N "checking for dlltool in $with_build_time_tools... $ECHO_C" >&6
9178 if test -x $with_build_time_tools/dlltool; then
9179 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
9180 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9181 echo "$as_me:$LINENO: result: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
9182 echo "${ECHO_T}$ac_cv_path_DLLTOOL_FOR_TARGET" >&6
9184 echo "$as_me:$LINENO: result: no" >&5
9185 echo "${ECHO_T}no" >&6
9187 elif test $build != $host && test $have_gcc_for_target = yes; then
9188 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
9189 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
9190 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9193 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9194 # Extract the first word of "dlltool", so it can be a program name with args.
9195 set dummy dlltool; ac_word=$2
9196 echo "$as_me:$LINENO: checking for $ac_word" >&5
9197 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9198 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then
9199 echo $ECHO_N "(cached) $ECHO_C" >&6
9201 case $DLLTOOL_FOR_TARGET in
9203 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
9206 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9207 for as_dir in $gcc_cv_tool_dirs
9210 test -z "$as_dir" && as_dir=.
9211 for ac_exec_ext in '' $ac_executable_extensions; do
9212 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9213 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9214 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9223 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
9225 if test -n "$DLLTOOL_FOR_TARGET"; then
9226 echo "$as_me:$LINENO: result: $DLLTOOL_FOR_TARGET" >&5
9227 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9229 echo "$as_me:$LINENO: result: no" >&5
9230 echo "${ECHO_T}no" >&6
9234 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9237 if test -n "$DLLTOOL_FOR_TARGET"; then
9238 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9239 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9240 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9243 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9244 for ncn_progname in dlltool; do
9245 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9246 set dummy ${ncn_progname}; ac_word=$2
9247 echo "$as_me:$LINENO: checking for $ac_word" >&5
9248 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9249 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9250 echo $ECHO_N "(cached) $ECHO_C" >&6
9252 if test -n "$DLLTOOL_FOR_TARGET"; then
9253 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9255 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9259 test -z "$as_dir" && as_dir=.
9260 for ac_exec_ext in '' $ac_executable_extensions; do
9261 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9262 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
9263 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9271 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9272 if test -n "$DLLTOOL_FOR_TARGET"; then
9273 echo "$as_me:$LINENO: result: $DLLTOOL_FOR_TARGET" >&5
9274 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9276 echo "$as_me:$LINENO: result: no" >&5
9277 echo "${ECHO_T}no" >&6
9283 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
9284 for ncn_progname in dlltool; do
9285 echo "$as_me:$LINENO: checking for ${ncn_progname} in $with_build_time_tools" >&5
9286 echo $ECHO_N "checking for ${ncn_progname} in $with_build_time_tools... $ECHO_C" >&6
9287 if test -x $with_build_time_tools/${ncn_progname}; then
9288 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9289 echo "$as_me:$LINENO: result: yes" >&5
9290 echo "${ECHO_T}yes" >&6
9293 echo "$as_me:$LINENO: result: no" >&5
9294 echo "${ECHO_T}no" >&6
9299 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9300 for ncn_progname in dlltool; do
9301 if test -n "$ncn_target_tool_prefix"; then
9302 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9303 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9304 echo "$as_me:$LINENO: checking for $ac_word" >&5
9305 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9306 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9307 echo $ECHO_N "(cached) $ECHO_C" >&6
9309 if test -n "$DLLTOOL_FOR_TARGET"; then
9310 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9316 test -z "$as_dir" && as_dir=.
9317 for ac_exec_ext in '' $ac_executable_extensions; do
9318 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9319 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9320 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9328 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9329 if test -n "$DLLTOOL_FOR_TARGET"; then
9330 echo "$as_me:$LINENO: result: $DLLTOOL_FOR_TARGET" >&5
9331 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9333 echo "$as_me:$LINENO: result: no" >&5
9334 echo "${ECHO_T}no" >&6
9338 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
9339 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9340 set dummy ${ncn_progname}; ac_word=$2
9341 echo "$as_me:$LINENO: checking for $ac_word" >&5
9342 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9343 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9344 echo $ECHO_N "(cached) $ECHO_C" >&6
9346 if test -n "$DLLTOOL_FOR_TARGET"; then
9347 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9349 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9353 test -z "$as_dir" && as_dir=.
9354 for ac_exec_ext in '' $ac_executable_extensions; do
9355 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9356 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
9357 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9365 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9366 if test -n "$DLLTOOL_FOR_TARGET"; then
9367 echo "$as_me:$LINENO: result: $DLLTOOL_FOR_TARGET" >&5
9368 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9370 echo "$as_me:$LINENO: result: no" >&5
9371 echo "${ECHO_T}no" >&6
9375 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
9379 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
9381 if test $build = $target ; then
9382 DLLTOOL_FOR_TARGET="$2"
9384 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
9387 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
9391 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
9397 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9398 if test -n "$with_build_time_tools"; then
9399 echo "$as_me:$LINENO: checking for ld in $with_build_time_tools" >&5
9400 echo $ECHO_N "checking for ld in $with_build_time_tools... $ECHO_C" >&6
9401 if test -x $with_build_time_tools/ld; then
9402 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
9403 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
9404 echo "$as_me:$LINENO: result: $ac_cv_path_LD_FOR_TARGET" >&5
9405 echo "${ECHO_T}$ac_cv_path_LD_FOR_TARGET" >&6
9407 echo "$as_me:$LINENO: result: no" >&5
9408 echo "${ECHO_T}no" >&6
9410 elif test $build != $host && test $have_gcc_for_target = yes; then
9411 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
9412 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
9413 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
9416 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9417 # Extract the first word of "ld", so it can be a program name with args.
9418 set dummy ld; ac_word=$2
9419 echo "$as_me:$LINENO: checking for $ac_word" >&5
9420 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9421 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then
9422 echo $ECHO_N "(cached) $ECHO_C" >&6
9424 case $LD_FOR_TARGET in
9426 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
9429 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9430 for as_dir in $gcc_cv_tool_dirs
9433 test -z "$as_dir" && as_dir=.
9434 for ac_exec_ext in '' $ac_executable_extensions; do
9435 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9436 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9437 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9446 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
9448 if test -n "$LD_FOR_TARGET"; then
9449 echo "$as_me:$LINENO: result: $LD_FOR_TARGET" >&5
9450 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9452 echo "$as_me:$LINENO: result: no" >&5
9453 echo "${ECHO_T}no" >&6
9457 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9460 if test -n "$LD_FOR_TARGET"; then
9461 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
9462 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
9463 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9466 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
9467 for ncn_progname in ld; do
9468 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9469 set dummy ${ncn_progname}; ac_word=$2
9470 echo "$as_me:$LINENO: checking for $ac_word" >&5
9471 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9472 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9473 echo $ECHO_N "(cached) $ECHO_C" >&6
9475 if test -n "$LD_FOR_TARGET"; then
9476 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9482 test -z "$as_dir" && as_dir=.
9483 for ac_exec_ext in '' $ac_executable_extensions; do
9484 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9485 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
9486 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9494 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9495 if test -n "$LD_FOR_TARGET"; then
9496 echo "$as_me:$LINENO: result: $LD_FOR_TARGET" >&5
9497 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9499 echo "$as_me:$LINENO: result: no" >&5
9500 echo "${ECHO_T}no" >&6
9506 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
9507 for ncn_progname in ld; do
9508 echo "$as_me:$LINENO: checking for ${ncn_progname} in $with_build_time_tools" >&5
9509 echo $ECHO_N "checking for ${ncn_progname} in $with_build_time_tools... $ECHO_C" >&6
9510 if test -x $with_build_time_tools/${ncn_progname}; then
9511 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9512 echo "$as_me:$LINENO: result: yes" >&5
9513 echo "${ECHO_T}yes" >&6
9516 echo "$as_me:$LINENO: result: no" >&5
9517 echo "${ECHO_T}no" >&6
9522 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
9523 for ncn_progname in ld; do
9524 if test -n "$ncn_target_tool_prefix"; then
9525 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9526 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9527 echo "$as_me:$LINENO: checking for $ac_word" >&5
9528 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9529 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9530 echo $ECHO_N "(cached) $ECHO_C" >&6
9532 if test -n "$LD_FOR_TARGET"; then
9533 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9535 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9539 test -z "$as_dir" && as_dir=.
9540 for ac_exec_ext in '' $ac_executable_extensions; do
9541 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9542 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9543 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9551 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9552 if test -n "$LD_FOR_TARGET"; then
9553 echo "$as_me:$LINENO: result: $LD_FOR_TARGET" >&5
9554 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9556 echo "$as_me:$LINENO: result: no" >&5
9557 echo "${ECHO_T}no" >&6
9561 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
9562 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9563 set dummy ${ncn_progname}; ac_word=$2
9564 echo "$as_me:$LINENO: checking for $ac_word" >&5
9565 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9566 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9567 echo $ECHO_N "(cached) $ECHO_C" >&6
9569 if test -n "$LD_FOR_TARGET"; then
9570 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9572 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9576 test -z "$as_dir" && as_dir=.
9577 for ac_exec_ext in '' $ac_executable_extensions; do
9578 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9579 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
9580 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9588 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9589 if test -n "$LD_FOR_TARGET"; then
9590 echo "$as_me:$LINENO: result: $LD_FOR_TARGET" >&5
9591 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9593 echo "$as_me:$LINENO: result: no" >&5
9594 echo "${ECHO_T}no" >&6
9598 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
9602 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
9604 if test $build = $target ; then
9607 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
9610 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
9614 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
9620 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
9621 if test -n "$with_build_time_tools"; then
9622 echo "$as_me:$LINENO: checking for lipo in $with_build_time_tools" >&5
9623 echo $ECHO_N "checking for lipo in $with_build_time_tools... $ECHO_C" >&6
9624 if test -x $with_build_time_tools/lipo; then
9625 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
9626 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9627 echo "$as_me:$LINENO: result: $ac_cv_path_LIPO_FOR_TARGET" >&5
9628 echo "${ECHO_T}$ac_cv_path_LIPO_FOR_TARGET" >&6
9630 echo "$as_me:$LINENO: result: no" >&5
9631 echo "${ECHO_T}no" >&6
9633 elif test $build != $host && test $have_gcc_for_target = yes; then
9634 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
9635 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
9636 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9639 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9640 # Extract the first word of "lipo", so it can be a program name with args.
9641 set dummy lipo; ac_word=$2
9642 echo "$as_me:$LINENO: checking for $ac_word" >&5
9643 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9644 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then
9645 echo $ECHO_N "(cached) $ECHO_C" >&6
9647 case $LIPO_FOR_TARGET in
9649 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
9652 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9653 for as_dir in $gcc_cv_tool_dirs
9656 test -z "$as_dir" && as_dir=.
9657 for ac_exec_ext in '' $ac_executable_extensions; do
9658 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9659 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9660 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9669 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9671 if test -n "$LIPO_FOR_TARGET"; then
9672 echo "$as_me:$LINENO: result: $LIPO_FOR_TARGET" >&5
9673 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9675 echo "$as_me:$LINENO: result: no" >&5
9676 echo "${ECHO_T}no" >&6
9680 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
9683 if test -n "$LIPO_FOR_TARGET"; then
9684 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9685 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
9686 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9689 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
9690 for ncn_progname in lipo; do
9691 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9692 set dummy ${ncn_progname}; ac_word=$2
9693 echo "$as_me:$LINENO: checking for $ac_word" >&5
9694 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9695 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9696 echo $ECHO_N "(cached) $ECHO_C" >&6
9698 if test -n "$LIPO_FOR_TARGET"; then
9699 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9701 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9705 test -z "$as_dir" && as_dir=.
9706 for ac_exec_ext in '' $ac_executable_extensions; do
9707 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9708 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
9709 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9717 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9718 if test -n "$LIPO_FOR_TARGET"; then
9719 echo "$as_me:$LINENO: result: $LIPO_FOR_TARGET" >&5
9720 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9722 echo "$as_me:$LINENO: result: no" >&5
9723 echo "${ECHO_T}no" >&6
9729 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
9730 for ncn_progname in lipo; do
9731 echo "$as_me:$LINENO: checking for ${ncn_progname} in $with_build_time_tools" >&5
9732 echo $ECHO_N "checking for ${ncn_progname} in $with_build_time_tools... $ECHO_C" >&6
9733 if test -x $with_build_time_tools/${ncn_progname}; then
9734 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9735 echo "$as_me:$LINENO: result: yes" >&5
9736 echo "${ECHO_T}yes" >&6
9739 echo "$as_me:$LINENO: result: no" >&5
9740 echo "${ECHO_T}no" >&6
9745 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
9746 for ncn_progname in lipo; do
9747 if test -n "$ncn_target_tool_prefix"; then
9748 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9749 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9750 echo "$as_me:$LINENO: checking for $ac_word" >&5
9751 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9752 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9753 echo $ECHO_N "(cached) $ECHO_C" >&6
9755 if test -n "$LIPO_FOR_TARGET"; then
9756 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9758 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9762 test -z "$as_dir" && as_dir=.
9763 for ac_exec_ext in '' $ac_executable_extensions; do
9764 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9765 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9766 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9774 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9775 if test -n "$LIPO_FOR_TARGET"; then
9776 echo "$as_me:$LINENO: result: $LIPO_FOR_TARGET" >&5
9777 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9779 echo "$as_me:$LINENO: result: no" >&5
9780 echo "${ECHO_T}no" >&6
9784 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
9785 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9786 set dummy ${ncn_progname}; ac_word=$2
9787 echo "$as_me:$LINENO: checking for $ac_word" >&5
9788 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9789 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9790 echo $ECHO_N "(cached) $ECHO_C" >&6
9792 if test -n "$LIPO_FOR_TARGET"; then
9793 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9799 test -z "$as_dir" && as_dir=.
9800 for ac_exec_ext in '' $ac_executable_extensions; do
9801 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9802 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
9803 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9811 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9812 if test -n "$LIPO_FOR_TARGET"; then
9813 echo "$as_me:$LINENO: result: $LIPO_FOR_TARGET" >&5
9814 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9816 echo "$as_me:$LINENO: result: no" >&5
9817 echo "${ECHO_T}no" >&6
9821 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
9825 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
9827 if test $build = $target ; then
9828 LIPO_FOR_TARGET="$2"
9830 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
9833 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
9837 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9843 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
9844 if test -n "$with_build_time_tools"; then
9845 echo "$as_me:$LINENO: checking for nm in $with_build_time_tools" >&5
9846 echo $ECHO_N "checking for nm in $with_build_time_tools... $ECHO_C" >&6
9847 if test -x $with_build_time_tools/nm; then
9848 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
9849 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
9850 echo "$as_me:$LINENO: result: $ac_cv_path_NM_FOR_TARGET" >&5
9851 echo "${ECHO_T}$ac_cv_path_NM_FOR_TARGET" >&6
9853 echo "$as_me:$LINENO: result: no" >&5
9854 echo "${ECHO_T}no" >&6
9856 elif test $build != $host && test $have_gcc_for_target = yes; then
9857 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
9858 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
9859 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
9862 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9863 # Extract the first word of "nm", so it can be a program name with args.
9864 set dummy nm; ac_word=$2
9865 echo "$as_me:$LINENO: checking for $ac_word" >&5
9866 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9867 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then
9868 echo $ECHO_N "(cached) $ECHO_C" >&6
9870 case $NM_FOR_TARGET in
9872 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
9875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9876 for as_dir in $gcc_cv_tool_dirs
9879 test -z "$as_dir" && as_dir=.
9880 for ac_exec_ext in '' $ac_executable_extensions; do
9881 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9882 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9883 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9892 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
9894 if test -n "$NM_FOR_TARGET"; then
9895 echo "$as_me:$LINENO: result: $NM_FOR_TARGET" >&5
9896 echo "${ECHO_T}$NM_FOR_TARGET" >&6
9898 echo "$as_me:$LINENO: result: no" >&5
9899 echo "${ECHO_T}no" >&6
9903 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
9906 if test -n "$NM_FOR_TARGET"; then
9907 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
9908 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
9909 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
9912 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
9913 for ncn_progname in nm; do
9914 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9915 set dummy ${ncn_progname}; ac_word=$2
9916 echo "$as_me:$LINENO: checking for $ac_word" >&5
9917 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9918 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
9919 echo $ECHO_N "(cached) $ECHO_C" >&6
9921 if test -n "$NM_FOR_TARGET"; then
9922 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
9924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9928 test -z "$as_dir" && as_dir=.
9929 for ac_exec_ext in '' $ac_executable_extensions; do
9930 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9931 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
9932 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9940 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
9941 if test -n "$NM_FOR_TARGET"; then
9942 echo "$as_me:$LINENO: result: $NM_FOR_TARGET" >&5
9943 echo "${ECHO_T}$NM_FOR_TARGET" >&6
9945 echo "$as_me:$LINENO: result: no" >&5
9946 echo "${ECHO_T}no" >&6
9952 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
9953 for ncn_progname in nm; do
9954 echo "$as_me:$LINENO: checking for ${ncn_progname} in $with_build_time_tools" >&5
9955 echo $ECHO_N "checking for ${ncn_progname} in $with_build_time_tools... $ECHO_C" >&6
9956 if test -x $with_build_time_tools/${ncn_progname}; then
9957 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9958 echo "$as_me:$LINENO: result: yes" >&5
9959 echo "${ECHO_T}yes" >&6
9962 echo "$as_me:$LINENO: result: no" >&5
9963 echo "${ECHO_T}no" >&6
9968 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
9969 for ncn_progname in nm; do
9970 if test -n "$ncn_target_tool_prefix"; then
9971 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9972 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9973 echo "$as_me:$LINENO: checking for $ac_word" >&5
9974 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9975 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
9976 echo $ECHO_N "(cached) $ECHO_C" >&6
9978 if test -n "$NM_FOR_TARGET"; then
9979 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
9981 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9985 test -z "$as_dir" && as_dir=.
9986 for ac_exec_ext in '' $ac_executable_extensions; do
9987 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9988 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9989 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9997 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
9998 if test -n "$NM_FOR_TARGET"; then
9999 echo "$as_me:$LINENO: result: $NM_FOR_TARGET" >&5
10000 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10002 echo "$as_me:$LINENO: result: no" >&5
10003 echo "${ECHO_T}no" >&6
10007 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
10008 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10009 set dummy ${ncn_progname}; ac_word=$2
10010 echo "$as_me:$LINENO: checking for $ac_word" >&5
10011 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10012 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
10013 echo $ECHO_N "(cached) $ECHO_C" >&6
10015 if test -n "$NM_FOR_TARGET"; then
10016 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
10018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10019 for as_dir in $PATH
10022 test -z "$as_dir" && as_dir=.
10023 for ac_exec_ext in '' $ac_executable_extensions; do
10024 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10025 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
10026 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10034 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10035 if test -n "$NM_FOR_TARGET"; then
10036 echo "$as_me:$LINENO: result: $NM_FOR_TARGET" >&5
10037 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10039 echo "$as_me:$LINENO: result: no" >&5
10040 echo "${ECHO_T}no" >&6
10044 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
10048 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
10050 if test $build = $target ; then
10053 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
10056 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
10060 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
10066 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
10067 if test -n "$with_build_time_tools"; then
10068 echo "$as_me:$LINENO: checking for objdump in $with_build_time_tools" >&5
10069 echo $ECHO_N "checking for objdump in $with_build_time_tools... $ECHO_C" >&6
10070 if test -x $with_build_time_tools/objdump; then
10071 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
10072 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10073 echo "$as_me:$LINENO: result: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
10074 echo "${ECHO_T}$ac_cv_path_OBJDUMP_FOR_TARGET" >&6
10076 echo "$as_me:$LINENO: result: no" >&5
10077 echo "${ECHO_T}no" >&6
10079 elif test $build != $host && test $have_gcc_for_target = yes; then
10080 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
10081 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
10082 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10085 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10086 # Extract the first word of "objdump", so it can be a program name with args.
10087 set dummy objdump; ac_word=$2
10088 echo "$as_me:$LINENO: checking for $ac_word" >&5
10089 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10090 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then
10091 echo $ECHO_N "(cached) $ECHO_C" >&6
10093 case $OBJDUMP_FOR_TARGET in
10095 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
10098 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10099 for as_dir in $gcc_cv_tool_dirs
10102 test -z "$as_dir" && as_dir=.
10103 for ac_exec_ext in '' $ac_executable_extensions; do
10104 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10105 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10106 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10115 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
10117 if test -n "$OBJDUMP_FOR_TARGET"; then
10118 echo "$as_me:$LINENO: result: $OBJDUMP_FOR_TARGET" >&5
10119 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10121 echo "$as_me:$LINENO: result: no" >&5
10122 echo "${ECHO_T}no" >&6
10126 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
10129 if test -n "$OBJDUMP_FOR_TARGET"; then
10130 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10131 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10132 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10135 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10136 for ncn_progname in objdump; do
10137 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10138 set dummy ${ncn_progname}; ac_word=$2
10139 echo "$as_me:$LINENO: checking for $ac_word" >&5
10140 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10141 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10142 echo $ECHO_N "(cached) $ECHO_C" >&6
10144 if test -n "$OBJDUMP_FOR_TARGET"; then
10145 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10148 for as_dir in $PATH
10151 test -z "$as_dir" && as_dir=.
10152 for ac_exec_ext in '' $ac_executable_extensions; do
10153 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10154 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
10155 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10163 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10164 if test -n "$OBJDUMP_FOR_TARGET"; then
10165 echo "$as_me:$LINENO: result: $OBJDUMP_FOR_TARGET" >&5
10166 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10168 echo "$as_me:$LINENO: result: no" >&5
10169 echo "${ECHO_T}no" >&6
10175 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
10176 for ncn_progname in objdump; do
10177 echo "$as_me:$LINENO: checking for ${ncn_progname} in $with_build_time_tools" >&5
10178 echo $ECHO_N "checking for ${ncn_progname} in $with_build_time_tools... $ECHO_C" >&6
10179 if test -x $with_build_time_tools/${ncn_progname}; then
10180 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10181 echo "$as_me:$LINENO: result: yes" >&5
10182 echo "${ECHO_T}yes" >&6
10185 echo "$as_me:$LINENO: result: no" >&5
10186 echo "${ECHO_T}no" >&6
10191 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10192 for ncn_progname in objdump; do
10193 if test -n "$ncn_target_tool_prefix"; then
10194 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10195 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10196 echo "$as_me:$LINENO: checking for $ac_word" >&5
10197 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10198 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10199 echo $ECHO_N "(cached) $ECHO_C" >&6
10201 if test -n "$OBJDUMP_FOR_TARGET"; then
10202 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10205 for as_dir in $PATH
10208 test -z "$as_dir" && as_dir=.
10209 for ac_exec_ext in '' $ac_executable_extensions; do
10210 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10211 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10212 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10220 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10221 if test -n "$OBJDUMP_FOR_TARGET"; then
10222 echo "$as_me:$LINENO: result: $OBJDUMP_FOR_TARGET" >&5
10223 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10225 echo "$as_me:$LINENO: result: no" >&5
10226 echo "${ECHO_T}no" >&6
10230 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
10231 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10232 set dummy ${ncn_progname}; ac_word=$2
10233 echo "$as_me:$LINENO: checking for $ac_word" >&5
10234 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10235 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10236 echo $ECHO_N "(cached) $ECHO_C" >&6
10238 if test -n "$OBJDUMP_FOR_TARGET"; then
10239 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10241 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10242 for as_dir in $PATH
10245 test -z "$as_dir" && as_dir=.
10246 for ac_exec_ext in '' $ac_executable_extensions; do
10247 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10248 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
10249 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10257 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10258 if test -n "$OBJDUMP_FOR_TARGET"; then
10259 echo "$as_me:$LINENO: result: $OBJDUMP_FOR_TARGET" >&5
10260 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10262 echo "$as_me:$LINENO: result: no" >&5
10263 echo "${ECHO_T}no" >&6
10267 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
10271 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
10273 if test $build = $target ; then
10274 OBJDUMP_FOR_TARGET="$2"
10276 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
10279 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
10283 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
10289 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
10290 if test -n "$with_build_time_tools"; then
10291 echo "$as_me:$LINENO: checking for ranlib in $with_build_time_tools" >&5
10292 echo $ECHO_N "checking for ranlib in $with_build_time_tools... $ECHO_C" >&6
10293 if test -x $with_build_time_tools/ranlib; then
10294 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
10295 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10296 echo "$as_me:$LINENO: result: $ac_cv_path_RANLIB_FOR_TARGET" >&5
10297 echo "${ECHO_T}$ac_cv_path_RANLIB_FOR_TARGET" >&6
10299 echo "$as_me:$LINENO: result: no" >&5
10300 echo "${ECHO_T}no" >&6
10302 elif test $build != $host && test $have_gcc_for_target = yes; then
10303 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
10304 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
10305 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10308 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10309 # Extract the first word of "ranlib", so it can be a program name with args.
10310 set dummy ranlib; ac_word=$2
10311 echo "$as_me:$LINENO: checking for $ac_word" >&5
10312 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10313 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then
10314 echo $ECHO_N "(cached) $ECHO_C" >&6
10316 case $RANLIB_FOR_TARGET in
10318 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
10321 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10322 for as_dir in $gcc_cv_tool_dirs
10325 test -z "$as_dir" && as_dir=.
10326 for ac_exec_ext in '' $ac_executable_extensions; do
10327 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10328 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10329 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10338 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
10340 if test -n "$RANLIB_FOR_TARGET"; then
10341 echo "$as_me:$LINENO: result: $RANLIB_FOR_TARGET" >&5
10342 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10344 echo "$as_me:$LINENO: result: no" >&5
10345 echo "${ECHO_T}no" >&6
10349 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
10352 if test -n "$RANLIB_FOR_TARGET"; then
10353 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10354 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10355 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10358 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10359 for ncn_progname in ranlib; do
10360 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10361 set dummy ${ncn_progname}; ac_word=$2
10362 echo "$as_me:$LINENO: checking for $ac_word" >&5
10363 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10364 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10365 echo $ECHO_N "(cached) $ECHO_C" >&6
10367 if test -n "$RANLIB_FOR_TARGET"; then
10368 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10371 for as_dir in $PATH
10374 test -z "$as_dir" && as_dir=.
10375 for ac_exec_ext in '' $ac_executable_extensions; do
10376 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10377 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
10378 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10386 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10387 if test -n "$RANLIB_FOR_TARGET"; then
10388 echo "$as_me:$LINENO: result: $RANLIB_FOR_TARGET" >&5
10389 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10391 echo "$as_me:$LINENO: result: no" >&5
10392 echo "${ECHO_T}no" >&6
10398 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
10399 for ncn_progname in ranlib; do
10400 echo "$as_me:$LINENO: checking for ${ncn_progname} in $with_build_time_tools" >&5
10401 echo $ECHO_N "checking for ${ncn_progname} in $with_build_time_tools... $ECHO_C" >&6
10402 if test -x $with_build_time_tools/${ncn_progname}; then
10403 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10404 echo "$as_me:$LINENO: result: yes" >&5
10405 echo "${ECHO_T}yes" >&6
10408 echo "$as_me:$LINENO: result: no" >&5
10409 echo "${ECHO_T}no" >&6
10414 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10415 for ncn_progname in ranlib; do
10416 if test -n "$ncn_target_tool_prefix"; then
10417 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10418 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10419 echo "$as_me:$LINENO: checking for $ac_word" >&5
10420 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10421 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10422 echo $ECHO_N "(cached) $ECHO_C" >&6
10424 if test -n "$RANLIB_FOR_TARGET"; then
10425 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10428 for as_dir in $PATH
10431 test -z "$as_dir" && as_dir=.
10432 for ac_exec_ext in '' $ac_executable_extensions; do
10433 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10434 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10435 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10443 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10444 if test -n "$RANLIB_FOR_TARGET"; then
10445 echo "$as_me:$LINENO: result: $RANLIB_FOR_TARGET" >&5
10446 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10448 echo "$as_me:$LINENO: result: no" >&5
10449 echo "${ECHO_T}no" >&6
10453 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
10454 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10455 set dummy ${ncn_progname}; ac_word=$2
10456 echo "$as_me:$LINENO: checking for $ac_word" >&5
10457 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10458 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10459 echo $ECHO_N "(cached) $ECHO_C" >&6
10461 if test -n "$RANLIB_FOR_TARGET"; then
10462 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10464 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10465 for as_dir in $PATH
10468 test -z "$as_dir" && as_dir=.
10469 for ac_exec_ext in '' $ac_executable_extensions; do
10470 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10471 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
10472 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10480 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10481 if test -n "$RANLIB_FOR_TARGET"; then
10482 echo "$as_me:$LINENO: result: $RANLIB_FOR_TARGET" >&5
10483 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10485 echo "$as_me:$LINENO: result: no" >&5
10486 echo "${ECHO_T}no" >&6
10490 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
10494 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
10496 if test $build = $target ; then
10497 RANLIB_FOR_TARGET="$2"
10499 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
10502 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
10506 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
10512 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
10513 if test -n "$with_build_time_tools"; then
10514 echo "$as_me:$LINENO: checking for strip in $with_build_time_tools" >&5
10515 echo $ECHO_N "checking for strip in $with_build_time_tools... $ECHO_C" >&6
10516 if test -x $with_build_time_tools/strip; then
10517 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
10518 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10519 echo "$as_me:$LINENO: result: $ac_cv_path_STRIP_FOR_TARGET" >&5
10520 echo "${ECHO_T}$ac_cv_path_STRIP_FOR_TARGET" >&6
10522 echo "$as_me:$LINENO: result: no" >&5
10523 echo "${ECHO_T}no" >&6
10525 elif test $build != $host && test $have_gcc_for_target = yes; then
10526 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
10527 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
10528 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10531 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10532 # Extract the first word of "strip", so it can be a program name with args.
10533 set dummy strip; ac_word=$2
10534 echo "$as_me:$LINENO: checking for $ac_word" >&5
10535 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10536 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then
10537 echo $ECHO_N "(cached) $ECHO_C" >&6
10539 case $STRIP_FOR_TARGET in
10541 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
10544 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10545 for as_dir in $gcc_cv_tool_dirs
10548 test -z "$as_dir" && as_dir=.
10549 for ac_exec_ext in '' $ac_executable_extensions; do
10550 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10551 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10552 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10561 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
10563 if test -n "$STRIP_FOR_TARGET"; then
10564 echo "$as_me:$LINENO: result: $STRIP_FOR_TARGET" >&5
10565 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10567 echo "$as_me:$LINENO: result: no" >&5
10568 echo "${ECHO_T}no" >&6
10572 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
10575 if test -n "$STRIP_FOR_TARGET"; then
10576 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10577 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
10578 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10581 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
10582 for ncn_progname in strip; do
10583 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10584 set dummy ${ncn_progname}; ac_word=$2
10585 echo "$as_me:$LINENO: checking for $ac_word" >&5
10586 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10587 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10588 echo $ECHO_N "(cached) $ECHO_C" >&6
10590 if test -n "$STRIP_FOR_TARGET"; then
10591 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10594 for as_dir in $PATH
10597 test -z "$as_dir" && as_dir=.
10598 for ac_exec_ext in '' $ac_executable_extensions; do
10599 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10600 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
10601 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10609 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10610 if test -n "$STRIP_FOR_TARGET"; then
10611 echo "$as_me:$LINENO: result: $STRIP_FOR_TARGET" >&5
10612 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10614 echo "$as_me:$LINENO: result: no" >&5
10615 echo "${ECHO_T}no" >&6
10621 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
10622 for ncn_progname in strip; do
10623 echo "$as_me:$LINENO: checking for ${ncn_progname} in $with_build_time_tools" >&5
10624 echo $ECHO_N "checking for ${ncn_progname} in $with_build_time_tools... $ECHO_C" >&6
10625 if test -x $with_build_time_tools/${ncn_progname}; then
10626 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10627 echo "$as_me:$LINENO: result: yes" >&5
10628 echo "${ECHO_T}yes" >&6
10631 echo "$as_me:$LINENO: result: no" >&5
10632 echo "${ECHO_T}no" >&6
10637 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
10638 for ncn_progname in strip; do
10639 if test -n "$ncn_target_tool_prefix"; then
10640 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10641 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10642 echo "$as_me:$LINENO: checking for $ac_word" >&5
10643 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10644 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10645 echo $ECHO_N "(cached) $ECHO_C" >&6
10647 if test -n "$STRIP_FOR_TARGET"; then
10648 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10651 for as_dir in $PATH
10654 test -z "$as_dir" && as_dir=.
10655 for ac_exec_ext in '' $ac_executable_extensions; do
10656 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10657 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10658 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10666 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10667 if test -n "$STRIP_FOR_TARGET"; then
10668 echo "$as_me:$LINENO: result: $STRIP_FOR_TARGET" >&5
10669 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10671 echo "$as_me:$LINENO: result: no" >&5
10672 echo "${ECHO_T}no" >&6
10676 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
10677 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10678 set dummy ${ncn_progname}; ac_word=$2
10679 echo "$as_me:$LINENO: checking for $ac_word" >&5
10680 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10681 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10682 echo $ECHO_N "(cached) $ECHO_C" >&6
10684 if test -n "$STRIP_FOR_TARGET"; then
10685 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10688 for as_dir in $PATH
10691 test -z "$as_dir" && as_dir=.
10692 for ac_exec_ext in '' $ac_executable_extensions; do
10693 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10694 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
10695 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10703 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10704 if test -n "$STRIP_FOR_TARGET"; then
10705 echo "$as_me:$LINENO: result: $STRIP_FOR_TARGET" >&5
10706 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10708 echo "$as_me:$LINENO: result: no" >&5
10709 echo "${ECHO_T}no" >&6
10713 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
10717 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
10719 if test $build = $target ; then
10720 STRIP_FOR_TARGET="$2"
10722 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
10725 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
10729 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
10735 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
10736 if test -n "$with_build_time_tools"; then
10737 echo "$as_me:$LINENO: checking for windres in $with_build_time_tools" >&5
10738 echo $ECHO_N "checking for windres in $with_build_time_tools... $ECHO_C" >&6
10739 if test -x $with_build_time_tools/windres; then
10740 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
10741 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10742 echo "$as_me:$LINENO: result: $ac_cv_path_WINDRES_FOR_TARGET" >&5
10743 echo "${ECHO_T}$ac_cv_path_WINDRES_FOR_TARGET" >&6
10745 echo "$as_me:$LINENO: result: no" >&5
10746 echo "${ECHO_T}no" >&6
10748 elif test $build != $host && test $have_gcc_for_target = yes; then
10749 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
10750 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
10751 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10754 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10755 # Extract the first word of "windres", so it can be a program name with args.
10756 set dummy windres; ac_word=$2
10757 echo "$as_me:$LINENO: checking for $ac_word" >&5
10758 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10759 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then
10760 echo $ECHO_N "(cached) $ECHO_C" >&6
10762 case $WINDRES_FOR_TARGET in
10764 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
10767 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10768 for as_dir in $gcc_cv_tool_dirs
10771 test -z "$as_dir" && as_dir=.
10772 for ac_exec_ext in '' $ac_executable_extensions; do
10773 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10774 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10775 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10784 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
10786 if test -n "$WINDRES_FOR_TARGET"; then
10787 echo "$as_me:$LINENO: result: $WINDRES_FOR_TARGET" >&5
10788 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10790 echo "$as_me:$LINENO: result: no" >&5
10791 echo "${ECHO_T}no" >&6
10795 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
10798 if test -n "$WINDRES_FOR_TARGET"; then
10799 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10800 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
10801 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10804 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
10805 for ncn_progname in windres; do
10806 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10807 set dummy ${ncn_progname}; ac_word=$2
10808 echo "$as_me:$LINENO: checking for $ac_word" >&5
10809 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10810 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
10811 echo $ECHO_N "(cached) $ECHO_C" >&6
10813 if test -n "$WINDRES_FOR_TARGET"; then
10814 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
10816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10817 for as_dir in $PATH
10820 test -z "$as_dir" && as_dir=.
10821 for ac_exec_ext in '' $ac_executable_extensions; do
10822 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10823 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
10824 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10832 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10833 if test -n "$WINDRES_FOR_TARGET"; then
10834 echo "$as_me:$LINENO: result: $WINDRES_FOR_TARGET" >&5
10835 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10837 echo "$as_me:$LINENO: result: no" >&5
10838 echo "${ECHO_T}no" >&6
10844 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
10845 for ncn_progname in windres; do
10846 echo "$as_me:$LINENO: checking for ${ncn_progname} in $with_build_time_tools" >&5
10847 echo $ECHO_N "checking for ${ncn_progname} in $with_build_time_tools... $ECHO_C" >&6
10848 if test -x $with_build_time_tools/${ncn_progname}; then
10849 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10850 echo "$as_me:$LINENO: result: yes" >&5
10851 echo "${ECHO_T}yes" >&6
10854 echo "$as_me:$LINENO: result: no" >&5
10855 echo "${ECHO_T}no" >&6
10860 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
10861 for ncn_progname in windres; do
10862 if test -n "$ncn_target_tool_prefix"; then
10863 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10864 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10865 echo "$as_me:$LINENO: checking for $ac_word" >&5
10866 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10867 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
10868 echo $ECHO_N "(cached) $ECHO_C" >&6
10870 if test -n "$WINDRES_FOR_TARGET"; then
10871 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
10873 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10874 for as_dir in $PATH
10877 test -z "$as_dir" && as_dir=.
10878 for ac_exec_ext in '' $ac_executable_extensions; do
10879 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10880 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10881 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10889 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10890 if test -n "$WINDRES_FOR_TARGET"; then
10891 echo "$as_me:$LINENO: result: $WINDRES_FOR_TARGET" >&5
10892 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10894 echo "$as_me:$LINENO: result: no" >&5
10895 echo "${ECHO_T}no" >&6
10899 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
10900 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10901 set dummy ${ncn_progname}; ac_word=$2
10902 echo "$as_me:$LINENO: checking for $ac_word" >&5
10903 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10904 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
10905 echo $ECHO_N "(cached) $ECHO_C" >&6
10907 if test -n "$WINDRES_FOR_TARGET"; then
10908 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
10910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10911 for as_dir in $PATH
10914 test -z "$as_dir" && as_dir=.
10915 for ac_exec_ext in '' $ac_executable_extensions; do
10916 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10917 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
10918 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10926 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10927 if test -n "$WINDRES_FOR_TARGET"; then
10928 echo "$as_me:$LINENO: result: $WINDRES_FOR_TARGET" >&5
10929 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10931 echo "$as_me:$LINENO: result: no" >&5
10932 echo "${ECHO_T}no" >&6
10936 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
10940 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
10942 if test $build = $target ; then
10943 WINDRES_FOR_TARGET="$2"
10945 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
10948 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
10952 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
10958 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
10959 if test -n "$with_build_time_tools"; then
10960 echo "$as_me:$LINENO: checking for windmc in $with_build_time_tools" >&5
10961 echo $ECHO_N "checking for windmc in $with_build_time_tools... $ECHO_C" >&6
10962 if test -x $with_build_time_tools/windmc; then
10963 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
10964 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
10965 echo "$as_me:$LINENO: result: $ac_cv_path_WINDMC_FOR_TARGET" >&5
10966 echo "${ECHO_T}$ac_cv_path_WINDMC_FOR_TARGET" >&6
10968 echo "$as_me:$LINENO: result: no" >&5
10969 echo "${ECHO_T}no" >&6
10971 elif test $build != $host && test $have_gcc_for_target = yes; then
10972 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
10973 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
10974 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
10977 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10978 # Extract the first word of "windmc", so it can be a program name with args.
10979 set dummy windmc; ac_word=$2
10980 echo "$as_me:$LINENO: checking for $ac_word" >&5
10981 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10982 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then
10983 echo $ECHO_N "(cached) $ECHO_C" >&6
10985 case $WINDMC_FOR_TARGET in
10987 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
10990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10991 for as_dir in $gcc_cv_tool_dirs
10994 test -z "$as_dir" && as_dir=.
10995 for ac_exec_ext in '' $ac_executable_extensions; do
10996 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10997 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10998 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11007 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
11009 if test -n "$WINDMC_FOR_TARGET"; then
11010 echo "$as_me:$LINENO: result: $WINDMC_FOR_TARGET" >&5
11011 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11013 echo "$as_me:$LINENO: result: no" >&5
11014 echo "${ECHO_T}no" >&6
11018 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
11021 if test -n "$WINDMC_FOR_TARGET"; then
11022 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
11023 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11024 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11027 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11028 for ncn_progname in windmc; do
11029 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11030 set dummy ${ncn_progname}; ac_word=$2
11031 echo "$as_me:$LINENO: checking for $ac_word" >&5
11032 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11033 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11034 echo $ECHO_N "(cached) $ECHO_C" >&6
11036 if test -n "$WINDMC_FOR_TARGET"; then
11037 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11040 for as_dir in $PATH
11043 test -z "$as_dir" && as_dir=.
11044 for ac_exec_ext in '' $ac_executable_extensions; do
11045 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11046 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
11047 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11055 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11056 if test -n "$WINDMC_FOR_TARGET"; then
11057 echo "$as_me:$LINENO: result: $WINDMC_FOR_TARGET" >&5
11058 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11060 echo "$as_me:$LINENO: result: no" >&5
11061 echo "${ECHO_T}no" >&6
11067 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
11068 for ncn_progname in windmc; do
11069 echo "$as_me:$LINENO: checking for ${ncn_progname} in $with_build_time_tools" >&5
11070 echo $ECHO_N "checking for ${ncn_progname} in $with_build_time_tools... $ECHO_C" >&6
11071 if test -x $with_build_time_tools/${ncn_progname}; then
11072 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11073 echo "$as_me:$LINENO: result: yes" >&5
11074 echo "${ECHO_T}yes" >&6
11077 echo "$as_me:$LINENO: result: no" >&5
11078 echo "${ECHO_T}no" >&6
11083 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11084 for ncn_progname in windmc; do
11085 if test -n "$ncn_target_tool_prefix"; then
11086 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11087 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11088 echo "$as_me:$LINENO: checking for $ac_word" >&5
11089 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11090 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11091 echo $ECHO_N "(cached) $ECHO_C" >&6
11093 if test -n "$WINDMC_FOR_TARGET"; then
11094 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11096 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11097 for as_dir in $PATH
11100 test -z "$as_dir" && as_dir=.
11101 for ac_exec_ext in '' $ac_executable_extensions; do
11102 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11103 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11104 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11112 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11113 if test -n "$WINDMC_FOR_TARGET"; then
11114 echo "$as_me:$LINENO: result: $WINDMC_FOR_TARGET" >&5
11115 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11117 echo "$as_me:$LINENO: result: no" >&5
11118 echo "${ECHO_T}no" >&6
11122 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
11123 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11124 set dummy ${ncn_progname}; ac_word=$2
11125 echo "$as_me:$LINENO: checking for $ac_word" >&5
11126 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11127 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11128 echo $ECHO_N "(cached) $ECHO_C" >&6
11130 if test -n "$WINDMC_FOR_TARGET"; then
11131 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11134 for as_dir in $PATH
11137 test -z "$as_dir" && as_dir=.
11138 for ac_exec_ext in '' $ac_executable_extensions; do
11139 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11140 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
11141 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11149 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11150 if test -n "$WINDMC_FOR_TARGET"; then
11151 echo "$as_me:$LINENO: result: $WINDMC_FOR_TARGET" >&5
11152 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11154 echo "$as_me:$LINENO: result: no" >&5
11155 echo "${ECHO_T}no" >&6
11159 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
11163 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
11165 if test $build = $target ; then
11166 WINDMC_FOR_TARGET="$2"
11168 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
11171 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
11175 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
11179 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
11181 echo "$as_me:$LINENO: checking where to find the target ar" >&5
11182 echo $ECHO_N "checking where to find the target ar... $ECHO_C" >&6
11183 if test "x${build}" != "x${host}" ; then
11184 if expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
11185 # We already found the complete path
11186 ac_dir=`dirname $AR_FOR_TARGET`
11187 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11188 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11190 # Canadian cross, just use what we found
11191 echo "$as_me:$LINENO: result: pre-installed" >&5
11192 echo "${ECHO_T}pre-installed" >&6
11196 case " ${configdirs} " in
11201 if test $ok = yes; then
11202 # An in-tree tool is available and we can use it
11203 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
11204 echo "$as_me:$LINENO: result: just compiled" >&5
11205 echo "${ECHO_T}just compiled" >&6
11206 elif expr "x$AR_FOR_TARGET" : "x/" > /dev/null; then
11207 # We already found the complete path
11208 ac_dir=`dirname $AR_FOR_TARGET`
11209 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11210 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11211 elif test "x$target" = "x$host"; then
11212 # We can use an host tool
11213 AR_FOR_TARGET='$(AR)'
11214 echo "$as_me:$LINENO: result: host tool" >&5
11215 echo "${ECHO_T}host tool" >&6
11217 # We need a cross tool
11218 echo "$as_me:$LINENO: result: pre-installed" >&5
11219 echo "${ECHO_T}pre-installed" >&6
11223 echo "$as_me:$LINENO: checking where to find the target as" >&5
11224 echo $ECHO_N "checking where to find the target as... $ECHO_C" >&6
11225 if test "x${build}" != "x${host}" ; then
11226 if expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
11227 # We already found the complete path
11228 ac_dir=`dirname $AS_FOR_TARGET`
11229 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11230 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11232 # Canadian cross, just use what we found
11233 echo "$as_me:$LINENO: result: pre-installed" >&5
11234 echo "${ECHO_T}pre-installed" >&6
11238 case " ${configdirs} " in
11243 if test $ok = yes; then
11244 # An in-tree tool is available and we can use it
11245 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
11246 echo "$as_me:$LINENO: result: just compiled" >&5
11247 echo "${ECHO_T}just compiled" >&6
11248 elif expr "x$AS_FOR_TARGET" : "x/" > /dev/null; then
11249 # We already found the complete path
11250 ac_dir=`dirname $AS_FOR_TARGET`
11251 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11252 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11253 elif test "x$target" = "x$host"; then
11254 # We can use an host tool
11255 AS_FOR_TARGET='$(AS)'
11256 echo "$as_me:$LINENO: result: host tool" >&5
11257 echo "${ECHO_T}host tool" >&6
11259 # We need a cross tool
11260 echo "$as_me:$LINENO: result: pre-installed" >&5
11261 echo "${ECHO_T}pre-installed" >&6
11265 echo "$as_me:$LINENO: checking where to find the target cc" >&5
11266 echo $ECHO_N "checking where to find the target cc... $ECHO_C" >&6
11267 if test "x${build}" != "x${host}" ; then
11268 if expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
11269 # We already found the complete path
11270 ac_dir=`dirname $CC_FOR_TARGET`
11271 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11272 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11274 # Canadian cross, just use what we found
11275 echo "$as_me:$LINENO: result: pre-installed" >&5
11276 echo "${ECHO_T}pre-installed" >&6
11280 case " ${configdirs} " in
11285 if test $ok = yes; then
11286 # An in-tree tool is available and we can use it
11287 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
11288 echo "$as_me:$LINENO: result: just compiled" >&5
11289 echo "${ECHO_T}just compiled" >&6
11290 elif expr "x$CC_FOR_TARGET" : "x/" > /dev/null; then
11291 # We already found the complete path
11292 ac_dir=`dirname $CC_FOR_TARGET`
11293 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11294 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11295 elif test "x$target" = "x$host"; then
11296 # We can use an host tool
11297 CC_FOR_TARGET='$(CC)'
11298 echo "$as_me:$LINENO: result: host tool" >&5
11299 echo "${ECHO_T}host tool" >&6
11301 # We need a cross tool
11302 echo "$as_me:$LINENO: result: pre-installed" >&5
11303 echo "${ECHO_T}pre-installed" >&6
11307 echo "$as_me:$LINENO: checking where to find the target c++" >&5
11308 echo $ECHO_N "checking where to find the target c++... $ECHO_C" >&6
11309 if test "x${build}" != "x${host}" ; then
11310 if expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
11311 # We already found the complete path
11312 ac_dir=`dirname $CXX_FOR_TARGET`
11313 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11314 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11316 # Canadian cross, just use what we found
11317 echo "$as_me:$LINENO: result: pre-installed" >&5
11318 echo "${ECHO_T}pre-installed" >&6
11322 case " ${configdirs} " in
11326 case ,${enable_languages}, in
11330 if test $ok = yes; then
11331 # An in-tree tool is available and we can use it
11332 CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `test ! -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags || $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
11333 echo "$as_me:$LINENO: result: just compiled" >&5
11334 echo "${ECHO_T}just compiled" >&6
11335 elif expr "x$CXX_FOR_TARGET" : "x/" > /dev/null; then
11336 # We already found the complete path
11337 ac_dir=`dirname $CXX_FOR_TARGET`
11338 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11339 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11340 elif test "x$target" = "x$host"; then
11341 # We can use an host tool
11342 CXX_FOR_TARGET='$(CXX)'
11343 echo "$as_me:$LINENO: result: host tool" >&5
11344 echo "${ECHO_T}host tool" >&6
11346 # We need a cross tool
11347 echo "$as_me:$LINENO: result: pre-installed" >&5
11348 echo "${ECHO_T}pre-installed" >&6
11352 echo "$as_me:$LINENO: checking where to find the target c++ for libstdc++" >&5
11353 echo $ECHO_N "checking where to find the target c++ for libstdc++... $ECHO_C" >&6
11354 if test "x${build}" != "x${host}" ; then
11355 if expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
11356 # We already found the complete path
11357 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
11358 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11359 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11361 # Canadian cross, just use what we found
11362 echo "$as_me:$LINENO: result: pre-installed" >&5
11363 echo "${ECHO_T}pre-installed" >&6
11367 case " ${configdirs} " in
11371 case ,${enable_languages}, in
11375 if test $ok = yes; then
11376 # An in-tree tool is available and we can use it
11377 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'
11378 echo "$as_me:$LINENO: result: just compiled" >&5
11379 echo "${ECHO_T}just compiled" >&6
11380 elif expr "x$RAW_CXX_FOR_TARGET" : "x/" > /dev/null; then
11381 # We already found the complete path
11382 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
11383 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11384 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11385 elif test "x$target" = "x$host"; then
11386 # We can use an host tool
11387 RAW_CXX_FOR_TARGET='$(CXX)'
11388 echo "$as_me:$LINENO: result: host tool" >&5
11389 echo "${ECHO_T}host tool" >&6
11391 # We need a cross tool
11392 echo "$as_me:$LINENO: result: pre-installed" >&5
11393 echo "${ECHO_T}pre-installed" >&6
11397 echo "$as_me:$LINENO: checking where to find the target dlltool" >&5
11398 echo $ECHO_N "checking where to find the target dlltool... $ECHO_C" >&6
11399 if test "x${build}" != "x${host}" ; then
11400 if expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
11401 # We already found the complete path
11402 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
11403 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11404 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11406 # Canadian cross, just use what we found
11407 echo "$as_me:$LINENO: result: pre-installed" >&5
11408 echo "${ECHO_T}pre-installed" >&6
11412 case " ${configdirs} " in
11417 if test $ok = yes; then
11418 # An in-tree tool is available and we can use it
11419 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
11420 echo "$as_me:$LINENO: result: just compiled" >&5
11421 echo "${ECHO_T}just compiled" >&6
11422 elif expr "x$DLLTOOL_FOR_TARGET" : "x/" > /dev/null; then
11423 # We already found the complete path
11424 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
11425 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11426 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11427 elif test "x$target" = "x$host"; then
11428 # We can use an host tool
11429 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
11430 echo "$as_me:$LINENO: result: host tool" >&5
11431 echo "${ECHO_T}host tool" >&6
11433 # We need a cross tool
11434 echo "$as_me:$LINENO: result: pre-installed" >&5
11435 echo "${ECHO_T}pre-installed" >&6
11439 echo "$as_me:$LINENO: checking where to find the target gcc" >&5
11440 echo $ECHO_N "checking where to find the target gcc... $ECHO_C" >&6
11441 if test "x${build}" != "x${host}" ; then
11442 if expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
11443 # We already found the complete path
11444 ac_dir=`dirname $GCC_FOR_TARGET`
11445 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11446 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11448 # Canadian cross, just use what we found
11449 echo "$as_me:$LINENO: result: pre-installed" >&5
11450 echo "${ECHO_T}pre-installed" >&6
11454 case " ${configdirs} " in
11459 if test $ok = yes; then
11460 # An in-tree tool is available and we can use it
11461 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
11462 echo "$as_me:$LINENO: result: just compiled" >&5
11463 echo "${ECHO_T}just compiled" >&6
11464 elif expr "x$GCC_FOR_TARGET" : "x/" > /dev/null; then
11465 # We already found the complete path
11466 ac_dir=`dirname $GCC_FOR_TARGET`
11467 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11468 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11469 elif test "x$target" = "x$host"; then
11470 # We can use an host tool
11471 GCC_FOR_TARGET='$()'
11472 echo "$as_me:$LINENO: result: host tool" >&5
11473 echo "${ECHO_T}host tool" >&6
11475 # We need a cross tool
11476 echo "$as_me:$LINENO: result: pre-installed" >&5
11477 echo "${ECHO_T}pre-installed" >&6
11481 echo "$as_me:$LINENO: checking where to find the target gcj" >&5
11482 echo $ECHO_N "checking where to find the target gcj... $ECHO_C" >&6
11483 if test "x${build}" != "x${host}" ; then
11484 if expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
11485 # We already found the complete path
11486 ac_dir=`dirname $GCJ_FOR_TARGET`
11487 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11488 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11490 # Canadian cross, just use what we found
11491 echo "$as_me:$LINENO: result: pre-installed" >&5
11492 echo "${ECHO_T}pre-installed" >&6
11496 case " ${configdirs} " in
11500 case ,${enable_languages}, in
11504 if test $ok = yes; then
11505 # An in-tree tool is available and we can use it
11506 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
11507 echo "$as_me:$LINENO: result: just compiled" >&5
11508 echo "${ECHO_T}just compiled" >&6
11509 elif expr "x$GCJ_FOR_TARGET" : "x/" > /dev/null; then
11510 # We already found the complete path
11511 ac_dir=`dirname $GCJ_FOR_TARGET`
11512 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11513 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11514 elif test "x$target" = "x$host"; then
11515 # We can use an host tool
11516 GCJ_FOR_TARGET='$(GCJ)'
11517 echo "$as_me:$LINENO: result: host tool" >&5
11518 echo "${ECHO_T}host tool" >&6
11520 # We need a cross tool
11521 echo "$as_me:$LINENO: result: pre-installed" >&5
11522 echo "${ECHO_T}pre-installed" >&6
11526 echo "$as_me:$LINENO: checking where to find the target gfortran" >&5
11527 echo $ECHO_N "checking where to find the target gfortran... $ECHO_C" >&6
11528 if test "x${build}" != "x${host}" ; then
11529 if expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
11530 # We already found the complete path
11531 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
11532 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11533 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11535 # Canadian cross, just use what we found
11536 echo "$as_me:$LINENO: result: pre-installed" >&5
11537 echo "${ECHO_T}pre-installed" >&6
11541 case " ${configdirs} " in
11545 case ,${enable_languages}, in
11549 if test $ok = yes; then
11550 # An in-tree tool is available and we can use it
11551 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
11552 echo "$as_me:$LINENO: result: just compiled" >&5
11553 echo "${ECHO_T}just compiled" >&6
11554 elif expr "x$GFORTRAN_FOR_TARGET" : "x/" > /dev/null; then
11555 # We already found the complete path
11556 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
11557 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11558 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11559 elif test "x$target" = "x$host"; then
11560 # We can use an host tool
11561 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
11562 echo "$as_me:$LINENO: result: host tool" >&5
11563 echo "${ECHO_T}host tool" >&6
11565 # We need a cross tool
11566 echo "$as_me:$LINENO: result: pre-installed" >&5
11567 echo "${ECHO_T}pre-installed" >&6
11571 echo "$as_me:$LINENO: checking where to find the target ld" >&5
11572 echo $ECHO_N "checking where to find the target ld... $ECHO_C" >&6
11573 if test "x${build}" != "x${host}" ; then
11574 if expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
11575 # We already found the complete path
11576 ac_dir=`dirname $LD_FOR_TARGET`
11577 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11578 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11580 # Canadian cross, just use what we found
11581 echo "$as_me:$LINENO: result: pre-installed" >&5
11582 echo "${ECHO_T}pre-installed" >&6
11586 case " ${configdirs} " in
11591 if test $ok = yes; then
11592 # An in-tree tool is available and we can use it
11593 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
11594 echo "$as_me:$LINENO: result: just compiled" >&5
11595 echo "${ECHO_T}just compiled" >&6
11596 elif expr "x$LD_FOR_TARGET" : "x/" > /dev/null; then
11597 # We already found the complete path
11598 ac_dir=`dirname $LD_FOR_TARGET`
11599 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11600 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11601 elif test "x$target" = "x$host"; then
11602 # We can use an host tool
11603 LD_FOR_TARGET='$(LD)'
11604 echo "$as_me:$LINENO: result: host tool" >&5
11605 echo "${ECHO_T}host tool" >&6
11607 # We need a cross tool
11608 echo "$as_me:$LINENO: result: pre-installed" >&5
11609 echo "${ECHO_T}pre-installed" >&6
11613 echo "$as_me:$LINENO: checking where to find the target lipo" >&5
11614 echo $ECHO_N "checking where to find the target lipo... $ECHO_C" >&6
11615 if test "x${build}" != "x${host}" ; then
11616 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
11617 # We already found the complete path
11618 ac_dir=`dirname $LIPO_FOR_TARGET`
11619 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11620 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11622 # Canadian cross, just use what we found
11623 echo "$as_me:$LINENO: result: pre-installed" >&5
11624 echo "${ECHO_T}pre-installed" >&6
11627 if expr "x$LIPO_FOR_TARGET" : "x/" > /dev/null; then
11628 # We already found the complete path
11629 ac_dir=`dirname $LIPO_FOR_TARGET`
11630 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11631 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11632 elif test "x$target" = "x$host"; then
11633 # We can use an host tool
11634 LIPO_FOR_TARGET='$(LIPO)'
11635 echo "$as_me:$LINENO: result: host tool" >&5
11636 echo "${ECHO_T}host tool" >&6
11638 # We need a cross tool
11639 echo "$as_me:$LINENO: result: pre-installed" >&5
11640 echo "${ECHO_T}pre-installed" >&6
11644 echo "$as_me:$LINENO: checking where to find the target nm" >&5
11645 echo $ECHO_N "checking where to find the target nm... $ECHO_C" >&6
11646 if test "x${build}" != "x${host}" ; then
11647 if expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
11648 # We already found the complete path
11649 ac_dir=`dirname $NM_FOR_TARGET`
11650 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11651 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11653 # Canadian cross, just use what we found
11654 echo "$as_me:$LINENO: result: pre-installed" >&5
11655 echo "${ECHO_T}pre-installed" >&6
11659 case " ${configdirs} " in
11664 if test $ok = yes; then
11665 # An in-tree tool is available and we can use it
11666 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
11667 echo "$as_me:$LINENO: result: just compiled" >&5
11668 echo "${ECHO_T}just compiled" >&6
11669 elif expr "x$NM_FOR_TARGET" : "x/" > /dev/null; then
11670 # We already found the complete path
11671 ac_dir=`dirname $NM_FOR_TARGET`
11672 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11673 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11674 elif test "x$target" = "x$host"; then
11675 # We can use an host tool
11676 NM_FOR_TARGET='$(NM)'
11677 echo "$as_me:$LINENO: result: host tool" >&5
11678 echo "${ECHO_T}host tool" >&6
11680 # We need a cross tool
11681 echo "$as_me:$LINENO: result: pre-installed" >&5
11682 echo "${ECHO_T}pre-installed" >&6
11686 echo "$as_me:$LINENO: checking where to find the target objdump" >&5
11687 echo $ECHO_N "checking where to find the target objdump... $ECHO_C" >&6
11688 if test "x${build}" != "x${host}" ; then
11689 if expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
11690 # We already found the complete path
11691 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
11692 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11693 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11695 # Canadian cross, just use what we found
11696 echo "$as_me:$LINENO: result: pre-installed" >&5
11697 echo "${ECHO_T}pre-installed" >&6
11701 case " ${configdirs} " in
11706 if test $ok = yes; then
11707 # An in-tree tool is available and we can use it
11708 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
11709 echo "$as_me:$LINENO: result: just compiled" >&5
11710 echo "${ECHO_T}just compiled" >&6
11711 elif expr "x$OBJDUMP_FOR_TARGET" : "x/" > /dev/null; then
11712 # We already found the complete path
11713 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
11714 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11715 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11716 elif test "x$target" = "x$host"; then
11717 # We can use an host tool
11718 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
11719 echo "$as_me:$LINENO: result: host tool" >&5
11720 echo "${ECHO_T}host tool" >&6
11722 # We need a cross tool
11723 echo "$as_me:$LINENO: result: pre-installed" >&5
11724 echo "${ECHO_T}pre-installed" >&6
11728 echo "$as_me:$LINENO: checking where to find the target ranlib" >&5
11729 echo $ECHO_N "checking where to find the target ranlib... $ECHO_C" >&6
11730 if test "x${build}" != "x${host}" ; then
11731 if expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
11732 # We already found the complete path
11733 ac_dir=`dirname $RANLIB_FOR_TARGET`
11734 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11735 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11737 # Canadian cross, just use what we found
11738 echo "$as_me:$LINENO: result: pre-installed" >&5
11739 echo "${ECHO_T}pre-installed" >&6
11743 case " ${configdirs} " in
11748 if test $ok = yes; then
11749 # An in-tree tool is available and we can use it
11750 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
11751 echo "$as_me:$LINENO: result: just compiled" >&5
11752 echo "${ECHO_T}just compiled" >&6
11753 elif expr "x$RANLIB_FOR_TARGET" : "x/" > /dev/null; then
11754 # We already found the complete path
11755 ac_dir=`dirname $RANLIB_FOR_TARGET`
11756 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11757 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11758 elif test "x$target" = "x$host"; then
11759 # We can use an host tool
11760 RANLIB_FOR_TARGET='$(RANLIB)'
11761 echo "$as_me:$LINENO: result: host tool" >&5
11762 echo "${ECHO_T}host tool" >&6
11764 # We need a cross tool
11765 echo "$as_me:$LINENO: result: pre-installed" >&5
11766 echo "${ECHO_T}pre-installed" >&6
11770 echo "$as_me:$LINENO: checking where to find the target strip" >&5
11771 echo $ECHO_N "checking where to find the target strip... $ECHO_C" >&6
11772 if test "x${build}" != "x${host}" ; then
11773 if expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
11774 # We already found the complete path
11775 ac_dir=`dirname $STRIP_FOR_TARGET`
11776 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11777 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11779 # Canadian cross, just use what we found
11780 echo "$as_me:$LINENO: result: pre-installed" >&5
11781 echo "${ECHO_T}pre-installed" >&6
11785 case " ${configdirs} " in
11790 if test $ok = yes; then
11791 # An in-tree tool is available and we can use it
11792 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip'
11793 echo "$as_me:$LINENO: result: just compiled" >&5
11794 echo "${ECHO_T}just compiled" >&6
11795 elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then
11796 # We already found the complete path
11797 ac_dir=`dirname $STRIP_FOR_TARGET`
11798 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11799 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11800 elif test "x$target" = "x$host"; then
11801 # We can use an host tool
11802 STRIP_FOR_TARGET='$(STRIP)'
11803 echo "$as_me:$LINENO: result: host tool" >&5
11804 echo "${ECHO_T}host tool" >&6
11806 # We need a cross tool
11807 echo "$as_me:$LINENO: result: pre-installed" >&5
11808 echo "${ECHO_T}pre-installed" >&6
11812 echo "$as_me:$LINENO: checking where to find the target windres" >&5
11813 echo $ECHO_N "checking where to find the target windres... $ECHO_C" >&6
11814 if test "x${build}" != "x${host}" ; then
11815 if expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
11816 # We already found the complete path
11817 ac_dir=`dirname $WINDRES_FOR_TARGET`
11818 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11819 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11821 # Canadian cross, just use what we found
11822 echo "$as_me:$LINENO: result: pre-installed" >&5
11823 echo "${ECHO_T}pre-installed" >&6
11827 case " ${configdirs} " in
11832 if test $ok = yes; then
11833 # An in-tree tool is available and we can use it
11834 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
11835 echo "$as_me:$LINENO: result: just compiled" >&5
11836 echo "${ECHO_T}just compiled" >&6
11837 elif expr "x$WINDRES_FOR_TARGET" : "x/" > /dev/null; then
11838 # We already found the complete path
11839 ac_dir=`dirname $WINDRES_FOR_TARGET`
11840 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11841 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11842 elif test "x$target" = "x$host"; then
11843 # We can use an host tool
11844 WINDRES_FOR_TARGET='$(WINDRES)'
11845 echo "$as_me:$LINENO: result: host tool" >&5
11846 echo "${ECHO_T}host tool" >&6
11848 # We need a cross tool
11849 echo "$as_me:$LINENO: result: pre-installed" >&5
11850 echo "${ECHO_T}pre-installed" >&6
11854 echo "$as_me:$LINENO: checking where to find the target windmc" >&5
11855 echo $ECHO_N "checking where to find the target windmc... $ECHO_C" >&6
11856 if test "x${build}" != "x${host}" ; then
11857 if expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
11858 # We already found the complete path
11859 ac_dir=`dirname $WINDMC_FOR_TARGET`
11860 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11861 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11863 # Canadian cross, just use what we found
11864 echo "$as_me:$LINENO: result: pre-installed" >&5
11865 echo "${ECHO_T}pre-installed" >&6
11869 case " ${configdirs} " in
11874 if test $ok = yes; then
11875 # An in-tree tool is available and we can use it
11876 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
11877 echo "$as_me:$LINENO: result: just compiled" >&5
11878 echo "${ECHO_T}just compiled" >&6
11879 elif expr "x$WINDMC_FOR_TARGET" : "x/" > /dev/null; then
11880 # We already found the complete path
11881 ac_dir=`dirname $WINDMC_FOR_TARGET`
11882 echo "$as_me:$LINENO: result: pre-installed in $ac_dir" >&5
11883 echo "${ECHO_T}pre-installed in $ac_dir" >&6
11884 elif test "x$target" = "x$host"; then
11885 # We can use an host tool
11886 WINDMC_FOR_TARGET='$(WINDMC)'
11887 echo "$as_me:$LINENO: result: host tool" >&5
11888 echo "${ECHO_T}host tool" >&6
11890 # We need a cross tool
11891 echo "$as_me:$LINENO: result: pre-installed" >&5
11892 echo "${ECHO_T}pre-installed" >&6
11900 # Certain tools may need extra flags.
11901 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
11902 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
11903 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
11905 # When building target libraries, except in a Canadian cross, we use
11906 # the same toolchain as the compiler we just built.
11907 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
11908 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
11909 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
11910 if test $host = $build; then
11911 case " $configdirs " in
11913 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
11914 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
11915 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
11924 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
11925 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
11926 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
11927 if test "${enable_maintainer_mode+set}" = set; then
11928 enableval="$enable_maintainer_mode"
11929 USE_MAINTAINER_MODE=$enableval
11931 USE_MAINTAINER_MODE=no
11933 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
11934 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
11937 if test "$USE_MAINTAINER_MODE" = yes; then
11938 MAINTAINER_MODE_TRUE=
11939 MAINTAINER_MODE_FALSE='#'
11941 MAINTAINER_MODE_TRUE='#'
11942 MAINTAINER_MODE_FALSE=
11944 MAINT=$MAINTAINER_MODE_TRUE
11946 # ---------------------
11947 # GCC bootstrap support
11948 # ---------------------
11950 # Stage specific cflags for build.
11955 yes) stage1_cflags="-g -Wa,-J" ;;
11956 *) stage1_cflags="-g -J" ;;
11960 # This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
11961 if test "$GCC" = yes; then
11962 saved_CFLAGS="$CFLAGS"
11964 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
11965 CFLAGS="$CFLAGS -fkeep-inline-functions"
11966 echo "$as_me:$LINENO: checking whether -fkeep-inline-functions is supported" >&5
11967 echo $ECHO_N "checking whether -fkeep-inline-functions is supported... $ECHO_C" >&6
11968 cat >conftest.$ac_ext <<_ACEOF
11971 cat confdefs.h >>conftest.$ac_ext
11972 cat >>conftest.$ac_ext <<_ACEOF
11973 /* end confdefs.h. */
11975 #if (__GNUC__ < 3) \
11976 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
11977 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
11978 #error http://gcc.gnu.org/PR29382
11989 rm -f conftest.$ac_objext
11990 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11991 (eval $ac_compile) 2>conftest.er1
11993 grep -v '^ *+' conftest.er1 >conftest.err
11995 cat conftest.err >&5
11996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11997 (exit $ac_status); } &&
11998 { ac_try='test -z "$ac_c_werror_flag"
11999 || test ! -s conftest.err'
12000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12001 (eval $ac_try) 2>&5
12003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12004 (exit $ac_status); }; } &&
12005 { ac_try='test -s conftest.$ac_objext'
12006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12007 (eval $ac_try) 2>&5
12009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12010 (exit $ac_status); }; }; then
12011 echo "$as_me:$LINENO: result: yes" >&5
12012 echo "${ECHO_T}yes" >&6; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
12014 echo "$as_me: failed program was:" >&5
12015 sed 's/^/| /' conftest.$ac_ext >&5
12017 echo "$as_me:$LINENO: result: no" >&5
12018 echo "${ECHO_T}no" >&6
12020 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12022 CFLAGS="$saved_CFLAGS"
12027 # Enable --enable-checking in stage1 of the compiler.
12028 # Check whether --enable-stage1-checking or --disable-stage1-checking was given.
12029 if test "${enable_stage1_checking+set}" = set; then
12030 enableval="$enable_stage1_checking"
12031 stage1_checking=--enable-checking=${enable_stage1_checking}
12033 if test "x$enable_checking" = xno || test "x$enable_checking" = x; then
12034 stage1_checking=--enable-checking=yes,types
12036 stage1_checking=--enable-checking=$enable_checking,types
12041 # Enable -Werror in bootstrap stage2 and later.
12042 # Check whether --enable-werror or --disable-werror was given.
12043 if test "${enable_werror+set}" = set; then
12044 enableval="$enable_werror"
12047 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
12053 case ${enable_werror} in
12054 yes) stage2_werror_flag="--enable-werror-always" ;;
12055 *) stage2_werror_flag="" ;;
12059 # Flags needed to enable html installing and building
12061 # Check whether --with-datarootdir or --without-datarootdir was given.
12062 if test "${with_datarootdir+set}" = set; then
12063 withval="$with_datarootdir"
12064 datarootdir="\${prefix}/${withval}"
12066 datarootdir="\${prefix}/share"
12070 # Check whether --with-docdir or --without-docdir was given.
12071 if test "${with_docdir+set}" = set; then
12072 withval="$with_docdir"
12073 docdir="\${prefix}/${withval}"
12075 docdir="\${datarootdir}/doc"
12079 # Check whether --with-pdfdir or --without-pdfdir was given.
12080 if test "${with_pdfdir+set}" = set; then
12081 withval="$with_pdfdir"
12082 pdfdir="\${prefix}/${withval}"
12084 pdfdir="\${docdir}"
12088 # Check whether --with-htmldir or --without-htmldir was given.
12089 if test "${with_htmldir+set}" = set; then
12090 withval="$with_htmldir"
12091 htmldir="\${prefix}/${withval}"
12093 htmldir="\${docdir}"
12101 ac_config_files="$ac_config_files Makefile"
12102 cat >confcache <<\_ACEOF
12103 # This file is a shell script that caches the results of configure
12104 # tests run on this system so they can be shared between configure
12105 # scripts and configure runs, see configure's option --config-cache.
12106 # It is not useful on other systems. If it contains results you don't
12107 # want to keep, you may remove or edit it.
12109 # config.status only pays attention to the cache file if you give it
12110 # the --recheck option to rerun configure.
12112 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12113 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12114 # following values.
12118 # The following way of writing the cache mishandles newlines in values,
12119 # but we know of no workaround that is simple, portable, and efficient.
12120 # So, don't put newlines in cache variables' values.
12121 # Ultrix sh set writes to stderr and can't be redirected directly,
12122 # and sets the high bit in the cache file unless we assign to the vars.
12125 case `(ac_space=' '; set | grep ac_space) 2>&1` in
12127 # `set' does not quote correctly, so add quotes (double-quote
12128 # substitution turns \\\\ into \\, and sed turns \\ into \).
12131 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12134 # `set' quotes correctly as required by POSIX, so do not add quotes.
12136 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
12143 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12145 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12147 if diff $cache_file confcache >/dev/null 2>&1; then :; else
12148 if test -w $cache_file; then
12149 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
12150 cat confcache >$cache_file
12152 echo "not updating unwritable cache $cache_file"
12157 test "x$prefix" = xNONE && prefix=$ac_default_prefix
12158 # Let make expand exec_prefix.
12159 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12161 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12162 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12163 # trailing colons and then remove the whole line if VPATH becomes empty
12164 # (actually we leave an empty line to preserve line numbers).
12165 if test "x$srcdir" = x.; then
12166 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12167 s/:*\$(srcdir):*/:/;
12168 s/:*\${srcdir}:*/:/;
12170 s/^\([^=]*=[ ]*\):*/\1/;
12176 # Transform confdefs.h into DEFS.
12177 # Protect against shell expansion while executing Makefile rules.
12178 # Protect against Makefile macro expansion.
12180 # If the first sed substitution is executed (which looks for macros that
12181 # take arguments), then we branch to the quote section. Otherwise,
12182 # look for a macro that doesn't take arguments.
12183 cat >confdef2opt.sed <<\_ACEOF
12186 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
12188 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
12192 s,[ `~#$^&*(){}\\|;'"<>?],\\&,g
12198 # We use echo to avoid assuming a particular line-breaking character.
12199 # The extra dot is to prevent the shell from consuming trailing
12200 # line-breaks from the sub-command output. A line-break within
12201 # single-quotes doesn't work because, if this script is created in a
12202 # platform that uses two characters for line-breaks (e.g., DOS), tr
12204 ac_LF_and_DOT=`echo; echo .`
12205 DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
12206 rm -f confdef2opt.sed
12211 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12212 # 1. Remove the extension, and $U if already installed.
12213 ac_i=`echo "$ac_i" |
12214 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
12216 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
12217 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
12219 LIBOBJS=$ac_libobjs
12221 LTLIBOBJS=$ac_ltlibobjs
12225 : ${CONFIG_STATUS=./config.status}
12226 ac_clean_files_save=$ac_clean_files
12227 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12228 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
12229 echo "$as_me: creating $CONFIG_STATUS" >&6;}
12230 cat >$CONFIG_STATUS <<_ACEOF
12232 # Generated by $as_me.
12233 # Run this file to recreate the current configuration.
12234 # Compiler output produced by configure, useful for debugging
12235 # configure, is in config.log if it exists.
12238 ac_cs_recheck=false
12240 SHELL=\${CONFIG_SHELL-$SHELL}
12243 cat >>$CONFIG_STATUS <<\_ACEOF
12244 ## --------------------- ##
12245 ## M4sh Initialization. ##
12246 ## --------------------- ##
12248 # Be Bourne compatible
12249 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
12252 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
12253 # is contrary to our usage. Disable this feature.
12254 alias -g '${1+"$@"}'='"$@"'
12255 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
12258 DUALCASE=1; export DUALCASE # for MKS sh
12260 # Support unset when possible.
12261 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
12268 # Work around bugs in pre-3.0 UWIN ksh.
12269 $as_unset ENV MAIL MAILPATH
12276 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
12277 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
12278 LC_TELEPHONE LC_TIME
12280 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
12281 eval $as_var=C; export $as_var
12287 # Required to use basename.
12288 if expr a : '\(a\)' >/dev/null 2>&1; then
12294 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
12295 as_basename=basename
12301 # Name of the executable.
12302 as_me=`$as_basename "$0" ||
12303 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12304 X"$0" : 'X\(//\)$' \| \
12305 X"$0" : 'X\(/\)$' \| \
12306 . : '\(.\)' 2>/dev/null ||
12308 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
12309 /^X\/\(\/\/\)$/{ s//\1/; q; }
12310 /^X\/\(\/\).*/{ s//\1/; q; }
12314 # PATH needs CR, and LINENO needs CR and PATH.
12315 # Avoid depending upon Character Ranges.
12316 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12317 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12318 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12319 as_cr_digits='0123456789'
12320 as_cr_alnum=$as_cr_Letters$as_cr_digits
12322 # The user is always right.
12323 if test "${PATH_SEPARATOR+set}" != set; then
12324 echo "#! /bin/sh" >conf$$.sh
12325 echo "exit 0" >>conf$$.sh
12327 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12336 as_lineno_1=$LINENO
12337 as_lineno_2=$LINENO
12338 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
12339 test "x$as_lineno_1" != "x$as_lineno_2" &&
12340 test "x$as_lineno_3" = "x$as_lineno_2" || {
12341 # Find who we are. Look in the path if we contain no path at all
12344 *[\\/]* ) as_myself=$0 ;;
12345 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12346 for as_dir in $PATH
12349 test -z "$as_dir" && as_dir=.
12350 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12355 # We did not find ourselves, most probably we were run as `sh COMMAND'
12356 # in which case we are not to be found in the path.
12357 if test "x$as_myself" = x; then
12360 if test ! -f "$as_myself"; then
12361 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
12362 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
12363 { (exit 1); exit 1; }; }
12365 case $CONFIG_SHELL in
12367 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12368 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
12371 test -z "$as_dir" && as_dir=.
12372 for as_base in sh bash ksh sh5; do
12375 if ("$as_dir/$as_base" -c '
12376 as_lineno_1=$LINENO
12377 as_lineno_2=$LINENO
12378 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
12379 test "x$as_lineno_1" != "x$as_lineno_2" &&
12380 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
12381 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
12382 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
12383 CONFIG_SHELL=$as_dir/$as_base
12384 export CONFIG_SHELL
12385 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
12393 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
12394 # uniformly replaced by the line number. The first 'sed' inserts a
12395 # line-number line before each line; the second 'sed' does the real
12396 # work. The second script uses 'N' to pair each line-number line
12397 # with the numbered line, and appends trailing '-' during
12398 # substitution so that $LINENO is not a special case at line end.
12399 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
12400 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
12401 sed '=' <$as_myself |
12406 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
12409 s,^['$as_cr_digits']*\n,,
12410 ' >$as_me.lineno &&
12411 chmod +x $as_me.lineno ||
12412 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
12413 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
12414 { (exit 1); exit 1; }; }
12416 # Don't try to exec as it changes $[0], causing all sort of problems
12417 # (the dirname of $[0] is not the place where we might find the
12418 # original and so on. Autoconf is especially sensible to this).
12420 # Exit status is that of the last command.
12425 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
12426 *c*,-n*) ECHO_N= ECHO_C='
12428 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
12429 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
12432 if expr a : '\(a\)' >/dev/null 2>&1; then
12438 rm -f conf$$ conf$$.exe conf$$.file
12440 if ln -s conf$$.file conf$$ 2>/dev/null; then
12441 # We could just check for DJGPP; but this test a) works b) is more generic
12442 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
12443 if test -f conf$$.exe; then
12444 # Don't use ln at all; we don't have any links
12449 elif ln conf$$.file conf$$ 2>/dev/null; then
12454 rm -f conf$$ conf$$.exe conf$$.file
12456 if mkdir -p . 2>/dev/null; then
12459 test -d ./-p && rmdir ./-p
12463 as_executable_p="test -f"
12465 # Sed expression to map a string onto a valid CPP name.
12466 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12468 # Sed expression to map a string onto a valid variable name.
12469 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12473 # We need space, tab and new line, in precisely that order.
12483 # Open the log real soon, to keep \$[0] and so on meaningful, and to
12484 # report actual input values of CONFIG_FILES etc. instead of their
12485 # values after options handling. Logging --version etc. is OK.
12489 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12490 ## Running $as_me. ##
12495 This file was extended by $as_me, which was
12496 generated by GNU Autoconf 2.59. Invocation command line was
12498 CONFIG_FILES = $CONFIG_FILES
12499 CONFIG_HEADERS = $CONFIG_HEADERS
12500 CONFIG_LINKS = $CONFIG_LINKS
12501 CONFIG_COMMANDS = $CONFIG_COMMANDS
12505 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
12509 # Files that config.status was made for.
12510 if test -n "$ac_config_files"; then
12511 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
12514 if test -n "$ac_config_headers"; then
12515 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
12518 if test -n "$ac_config_links"; then
12519 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
12522 if test -n "$ac_config_commands"; then
12523 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
12526 cat >>$CONFIG_STATUS <<\_ACEOF
12529 \`$as_me' instantiates files from templates according to the
12530 current configuration.
12532 Usage: $0 [OPTIONS] [FILE]...
12534 -h, --help print this help, then exit
12535 -V, --version print version number, then exit
12536 -q, --quiet do not print progress messages
12537 -d, --debug don't remove temporary files
12538 --recheck update $as_me by reconfiguring in the same conditions
12539 --file=FILE[:TEMPLATE]
12540 instantiate the configuration file FILE
12542 Configuration files:
12545 Report bugs to <bug-autoconf@gnu.org>."
12548 cat >>$CONFIG_STATUS <<_ACEOF
12551 configured by $0, generated by GNU Autoconf 2.59,
12552 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
12554 Copyright (C) 2003 Free Software Foundation, Inc.
12555 This config.status script is free software; the Free Software Foundation
12556 gives unlimited permission to copy, distribute and modify it."
12561 cat >>$CONFIG_STATUS <<\_ACEOF
12562 # If no file are specified by the user, then we need to provide default
12563 # value. By we need to know if files were specified by the user.
12569 ac_option=`expr "x$1" : 'x\([^=]*\)='`
12570 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
12578 *) # This is not an option, so the user has probably given explicit
12581 ac_need_defaults=false;;
12585 # Handling of the options.
12587 cat >>$CONFIG_STATUS <<\_ACEOF
12588 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12590 --version | --vers* | -V )
12591 echo "$ac_cs_version"; exit 0 ;;
12593 # Conflict between --help and --header
12594 { { echo "$as_me:$LINENO: error: ambiguous option: $1
12595 Try \`$0 --help' for more information." >&5
12596 echo "$as_me: error: ambiguous option: $1
12597 Try \`$0 --help' for more information." >&2;}
12598 { (exit 1); exit 1; }; };;
12599 --help | --hel | -h )
12600 echo "$ac_cs_usage"; exit 0 ;;
12601 --debug | --d* | -d )
12603 --file | --fil | --fi | --f )
12605 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
12606 ac_need_defaults=false;;
12607 --header | --heade | --head | --hea )
12609 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
12610 ac_need_defaults=false;;
12611 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12612 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12615 # This is an error.
12616 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
12617 Try \`$0 --help' for more information." >&5
12618 echo "$as_me: error: unrecognized option: $1
12619 Try \`$0 --help' for more information." >&2;}
12620 { (exit 1); exit 1; }; } ;;
12622 *) ac_config_targets="$ac_config_targets $1" ;;
12628 ac_configure_extra_args=
12630 if $ac_cs_silent; then
12632 ac_configure_extra_args="$ac_configure_extra_args --silent"
12636 cat >>$CONFIG_STATUS <<_ACEOF
12637 if \$ac_cs_recheck; then
12638 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
12639 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12648 cat >>$CONFIG_STATUS <<\_ACEOF
12649 for ac_config_target in $ac_config_targets
12651 case "$ac_config_target" in
12652 # Handling of arguments.
12653 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12654 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
12655 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
12656 { (exit 1); exit 1; }; };;
12660 # If the user did not use the arguments to specify the items to instantiate,
12661 # then the envvar interface is used. Set only those that are not.
12662 # We use the long form for the default assignment because of an extremely
12663 # bizarre bug on SunOS 4.1.3.
12664 if $ac_need_defaults; then
12665 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12668 # Have a temporary directory for convenience. Make it in the build tree
12669 # simply because there is no reason to put it here, and in addition,
12670 # creating and moving files from /tmp can sometimes cause problems.
12671 # Create a temporary directory, and hook for its removal unless debugging.
12674 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
12675 trap '{ (exit 1); exit 1; }' 1 2 13 15
12678 # Create a (secure) tmp directory for tmp files.
12681 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
12682 test -n "$tmp" && test -d "$tmp"
12685 tmp=./confstat$$-$RANDOM
12686 (umask 077 && mkdir $tmp)
12689 echo "$me: cannot create a temporary directory in ." >&2
12690 { (exit 1); exit 1; }
12695 cat >>$CONFIG_STATUS <<_ACEOF
12698 # CONFIG_FILES section.
12701 # No need to generate the scripts if there are no CONFIG_FILES.
12702 # This happens for instance when ./config.status config.h
12703 if test -n "\$CONFIG_FILES"; then
12704 # Protect against being on the right side of a sed subst in config.status.
12705 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
12706 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
12707 s,@SHELL@,$SHELL,;t t
12708 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
12709 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
12710 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
12711 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
12712 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
12713 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
12714 s,@exec_prefix@,$exec_prefix,;t t
12715 s,@prefix@,$prefix,;t t
12716 s,@program_transform_name@,$program_transform_name,;t t
12717 s,@bindir@,$bindir,;t t
12718 s,@sbindir@,$sbindir,;t t
12719 s,@libexecdir@,$libexecdir,;t t
12720 s,@datadir@,$datadir,;t t
12721 s,@sysconfdir@,$sysconfdir,;t t
12722 s,@sharedstatedir@,$sharedstatedir,;t t
12723 s,@localstatedir@,$localstatedir,;t t
12724 s,@libdir@,$libdir,;t t
12725 s,@includedir@,$includedir,;t t
12726 s,@oldincludedir@,$oldincludedir,;t t
12727 s,@infodir@,$infodir,;t t
12728 s,@mandir@,$mandir,;t t
12729 s,@build_alias@,$build_alias,;t t
12730 s,@host_alias@,$host_alias,;t t
12731 s,@target_alias@,$target_alias,;t t
12732 s,@DEFS@,$DEFS,;t t
12733 s,@ECHO_C@,$ECHO_C,;t t
12734 s,@ECHO_N@,$ECHO_N,;t t
12735 s,@ECHO_T@,$ECHO_T,;t t
12736 s,@LIBS@,$LIBS,;t t
12737 s,@build@,$build,;t t
12738 s,@build_cpu@,$build_cpu,;t t
12739 s,@build_vendor@,$build_vendor,;t t
12740 s,@build_os@,$build_os,;t t
12741 s,@build_noncanonical@,$build_noncanonical,;t t
12742 s,@host_noncanonical@,$host_noncanonical,;t t
12743 s,@target_noncanonical@,$target_noncanonical,;t t
12744 s,@host@,$host,;t t
12745 s,@host_cpu@,$host_cpu,;t t
12746 s,@host_vendor@,$host_vendor,;t t
12747 s,@host_os@,$host_os,;t t
12748 s,@target@,$target,;t t
12749 s,@target_cpu@,$target_cpu,;t t
12750 s,@target_vendor@,$target_vendor,;t t
12751 s,@target_os@,$target_os,;t t
12752 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
12753 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
12754 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
12756 s,@LN_S@,$LN_S,;t t
12757 s,@TOPLEVEL_CONFIGURE_ARGUMENTS@,$TOPLEVEL_CONFIGURE_ARGUMENTS,;t t
12758 s,@build_libsubdir@,$build_libsubdir,;t t
12759 s,@build_subdir@,$build_subdir,;t t
12760 s,@host_subdir@,$host_subdir,;t t
12761 s,@target_subdir@,$target_subdir,;t t
12763 s,@CFLAGS@,$CFLAGS,;t t
12764 s,@LDFLAGS@,$LDFLAGS,;t t
12765 s,@CPPFLAGS@,$CPPFLAGS,;t t
12766 s,@ac_ct_CC@,$ac_ct_CC,;t t
12767 s,@EXEEXT@,$EXEEXT,;t t
12768 s,@OBJEXT@,$OBJEXT,;t t
12770 s,@CXXFLAGS@,$CXXFLAGS,;t t
12771 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
12772 s,@GNATBIND@,$GNATBIND,;t t
12773 s,@ac_ct_GNATBIND@,$ac_ct_GNATBIND,;t t
12774 s,@GNATMAKE@,$GNATMAKE,;t t
12775 s,@ac_ct_GNATMAKE@,$ac_ct_GNATMAKE,;t t
12776 s,@do_compare@,$do_compare,;t t
12777 s,@gmplibs@,$gmplibs,;t t
12778 s,@gmpinc@,$gmpinc,;t t
12779 s,@stage1_languages@,$stage1_languages,;t t
12780 s,@SYSROOT_CFLAGS_FOR_TARGET@,$SYSROOT_CFLAGS_FOR_TARGET,;t t
12781 s,@DEBUG_PREFIX_CFLAGS_FOR_TARGET@,$DEBUG_PREFIX_CFLAGS_FOR_TARGET,;t t
12782 s,@RPATH_ENVVAR@,$RPATH_ENVVAR,;t t
12783 s,@tooldir@,$tooldir,;t t
12784 s,@build_tooldir@,$build_tooldir,;t t
12785 s,@CONFIGURE_GDB_TK@,$CONFIGURE_GDB_TK,;t t
12786 s,@GDB_TK@,$GDB_TK,;t t
12787 s,@INSTALL_GDB_TK@,$INSTALL_GDB_TK,;t t
12788 s,@build_configargs@,$build_configargs,;t t
12789 s,@build_configdirs@,$build_configdirs,;t t
12790 s,@host_configargs@,$host_configargs,;t t
12791 s,@configdirs@,$configdirs,;t t
12792 s,@target_configargs@,$target_configargs,;t t
12793 s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
12794 s,@config_shell@,$config_shell,;t t
12795 s,@YACC@,$YACC,;t t
12796 s,@BISON@,$BISON,;t t
12799 s,@FLEX@,$FLEX,;t t
12800 s,@MAKEINFO@,$MAKEINFO,;t t
12801 s,@EXPECT@,$EXPECT,;t t
12802 s,@RUNTEST@,$RUNTEST,;t t
12805 s,@DLLTOOL@,$DLLTOOL,;t t
12807 s,@LIPO@,$LIPO,;t t
12809 s,@RANLIB@,$RANLIB,;t t
12810 s,@STRIP@,$STRIP,;t t
12811 s,@WINDRES@,$WINDRES,;t t
12812 s,@WINDMC@,$WINDMC,;t t
12813 s,@OBJCOPY@,$OBJCOPY,;t t
12814 s,@OBJDUMP@,$OBJDUMP,;t t
12815 s,@CFLAGS_FOR_BUILD@,$CFLAGS_FOR_BUILD,;t t
12816 s,@CC_FOR_TARGET@,$CC_FOR_TARGET,;t t
12817 s,@CXX_FOR_TARGET@,$CXX_FOR_TARGET,;t t
12818 s,@GCC_FOR_TARGET@,$GCC_FOR_TARGET,;t t
12819 s,@GCJ_FOR_TARGET@,$GCJ_FOR_TARGET,;t t
12820 s,@GFORTRAN_FOR_TARGET@,$GFORTRAN_FOR_TARGET,;t t
12821 s,@AR_FOR_TARGET@,$AR_FOR_TARGET,;t t
12822 s,@AS_FOR_TARGET@,$AS_FOR_TARGET,;t t
12823 s,@DLLTOOL_FOR_TARGET@,$DLLTOOL_FOR_TARGET,;t t
12824 s,@LD_FOR_TARGET@,$LD_FOR_TARGET,;t t
12825 s,@LIPO_FOR_TARGET@,$LIPO_FOR_TARGET,;t t
12826 s,@NM_FOR_TARGET@,$NM_FOR_TARGET,;t t
12827 s,@OBJDUMP_FOR_TARGET@,$OBJDUMP_FOR_TARGET,;t t
12828 s,@RANLIB_FOR_TARGET@,$RANLIB_FOR_TARGET,;t t
12829 s,@STRIP_FOR_TARGET@,$STRIP_FOR_TARGET,;t t
12830 s,@WINDRES_FOR_TARGET@,$WINDRES_FOR_TARGET,;t t
12831 s,@WINDMC_FOR_TARGET@,$WINDMC_FOR_TARGET,;t t
12832 s,@RAW_CXX_FOR_TARGET@,$RAW_CXX_FOR_TARGET,;t t
12833 s,@FLAGS_FOR_TARGET@,$FLAGS_FOR_TARGET,;t t
12834 s,@COMPILER_AS_FOR_TARGET@,$COMPILER_AS_FOR_TARGET,;t t
12835 s,@COMPILER_LD_FOR_TARGET@,$COMPILER_LD_FOR_TARGET,;t t
12836 s,@COMPILER_NM_FOR_TARGET@,$COMPILER_NM_FOR_TARGET,;t t
12837 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
12838 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
12839 s,@MAINT@,$MAINT,;t t
12840 s,@stage1_cflags@,$stage1_cflags,;t t
12841 s,@stage1_checking@,$stage1_checking,;t t
12842 s,@stage2_werror_flag@,$stage2_werror_flag,;t t
12843 s,@datarootdir@,$datarootdir,;t t
12844 s,@docdir@,$docdir,;t t
12845 s,@pdfdir@,$pdfdir,;t t
12846 s,@htmldir@,$htmldir,;t t
12847 s,@LIBOBJS@,$LIBOBJS,;t t
12848 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
12849 /@serialization_dependencies@/r $serialization_dependencies
12850 s,@serialization_dependencies@,,;t t
12851 /@host_makefile_frag@/r $host_makefile_frag
12852 s,@host_makefile_frag@,,;t t
12853 /@target_makefile_frag@/r $target_makefile_frag
12854 s,@target_makefile_frag@,,;t t
12855 /@alphaieee_frag@/r $alphaieee_frag
12856 s,@alphaieee_frag@,,;t t
12857 /@ospace_frag@/r $ospace_frag
12858 s,@ospace_frag@,,;t t
12863 cat >>$CONFIG_STATUS <<\_ACEOF
12864 # Split the substitutions into bite-sized pieces for seds with
12865 # small command number limits, like on Digital OSF/1 and HP-UX.
12866 ac_max_sed_lines=48
12867 ac_sed_frag=1 # Number of current file.
12868 ac_beg=1 # First line for current file.
12869 ac_end=$ac_max_sed_lines # Line after last line for current file.
12872 while $ac_more_lines; do
12873 if test $ac_beg -gt 1; then
12874 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
12876 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
12878 if test ! -s $tmp/subs.frag; then
12879 ac_more_lines=false
12881 # The purpose of the label and of the branching condition is to
12882 # speed up the sed processing (if there are no `@' at all, there
12883 # is no need to browse any of the substitutions).
12884 # These are the two extra sed commands mentioned above.
12886 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
12887 if test -z "$ac_sed_cmds"; then
12888 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
12890 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
12892 ac_sed_frag=`expr $ac_sed_frag + 1`
12894 ac_end=`expr $ac_end + $ac_max_sed_lines`
12897 if test -z "$ac_sed_cmds"; then
12900 fi # test -n "$CONFIG_FILES"
12903 cat >>$CONFIG_STATUS <<\_ACEOF
12904 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
12905 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
12907 - | *:- | *:-:* ) # input from stdin
12909 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
12910 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12911 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
12912 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
12913 * ) ac_file_in=$ac_file.in ;;
12916 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
12917 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
12918 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12919 X"$ac_file" : 'X\(//\)[^/]' \| \
12920 X"$ac_file" : 'X\(//\)$' \| \
12921 X"$ac_file" : 'X\(/\)' \| \
12922 . : '\(.\)' 2>/dev/null ||
12924 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12925 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12926 /^X\(\/\/\)$/{ s//\1/; q; }
12927 /^X\(\/\).*/{ s//\1/; q; }
12929 { if $as_mkdir_p; then
12934 while test ! -d "$as_dir"; do
12935 as_dirs="$as_dir $as_dirs"
12936 as_dir=`(dirname "$as_dir") 2>/dev/null ||
12937 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12938 X"$as_dir" : 'X\(//\)[^/]' \| \
12939 X"$as_dir" : 'X\(//\)$' \| \
12940 X"$as_dir" : 'X\(/\)' \| \
12941 . : '\(.\)' 2>/dev/null ||
12943 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12944 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12945 /^X\(\/\/\)$/{ s//\1/; q; }
12946 /^X\(\/\).*/{ s//\1/; q; }
12949 test ! -n "$as_dirs" || mkdir $as_dirs
12950 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12951 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12952 { (exit 1); exit 1; }; }; }
12956 if test "$ac_dir" != .; then
12957 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
12958 # A "../" for each directory in $ac_dir_suffix.
12959 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
12961 ac_dir_suffix= ac_top_builddir=
12965 .) # No --srcdir option. We are building in place.
12967 if test -z "$ac_top_builddir"; then
12970 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
12972 [\\/]* | ?:[\\/]* ) # Absolute path.
12973 ac_srcdir=$srcdir$ac_dir_suffix;
12974 ac_top_srcdir=$srcdir ;;
12975 *) # Relative path.
12976 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
12977 ac_top_srcdir=$ac_top_builddir$srcdir ;;
12980 # Do not use `cd foo && pwd` to compute absolute paths, because
12981 # the directories may not exist.
12983 .) ac_abs_builddir="$ac_dir";;
12986 .) ac_abs_builddir=`pwd`;;
12987 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
12988 *) ac_abs_builddir=`pwd`/"$ac_dir";;
12991 case $ac_abs_builddir in
12992 .) ac_abs_top_builddir=${ac_top_builddir}.;;
12994 case ${ac_top_builddir}. in
12995 .) ac_abs_top_builddir=$ac_abs_builddir;;
12996 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
12997 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
13000 case $ac_abs_builddir in
13001 .) ac_abs_srcdir=$ac_srcdir;;
13004 .) ac_abs_srcdir=$ac_abs_builddir;;
13005 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
13006 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
13009 case $ac_abs_builddir in
13010 .) ac_abs_top_srcdir=$ac_top_srcdir;;
13012 case $ac_top_srcdir in
13013 .) ac_abs_top_srcdir=$ac_abs_builddir;;
13014 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
13015 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
13021 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13022 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
13025 if test x"$ac_file" != x-; then
13026 { echo "$as_me:$LINENO: creating $ac_file" >&5
13027 echo "$as_me: creating $ac_file" >&6;}
13030 # Let's still pretend it is `configure' which instantiates (i.e., don't
13031 # use $as_me), people would be surprised to read:
13032 # /* config.h. Generated by config.status. */
13033 if test x"$ac_file" = x-; then
13036 configure_input="$ac_file. "
13038 configure_input=$configure_input"Generated from `echo $ac_file_in |
13039 sed 's,.*/,,'` by configure."
13041 # First look for the input files in the build tree, otherwise in the
13043 ac_file_inputs=`IFS=:
13044 for f in $ac_file_in; do
13046 -) echo $tmp/stdin ;;
13048 # Absolute (can't be DOS-style, as IFS=:)
13049 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13050 echo "$as_me: error: cannot find input file: $f" >&2;}
13051 { (exit 1); exit 1; }; }
13054 if test -f "$f"; then
13057 elif test -f "$srcdir/$f"; then
13062 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13063 echo "$as_me: error: cannot find input file: $f" >&2;}
13064 { (exit 1); exit 1; }; }
13067 done` || { (exit 1); exit 1; }
13069 cat >>$CONFIG_STATUS <<_ACEOF
13073 cat >>$CONFIG_STATUS <<\_ACEOF
13075 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13076 s,@configure_input@,$configure_input,;t t
13077 s,@srcdir@,$ac_srcdir,;t t
13078 s,@abs_srcdir@,$ac_abs_srcdir,;t t
13079 s,@top_srcdir@,$ac_top_srcdir,;t t
13080 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
13081 s,@builddir@,$ac_builddir,;t t
13082 s,@abs_builddir@,$ac_abs_builddir,;t t
13083 s,@top_builddir@,$ac_top_builddir,;t t
13084 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
13085 s,@INSTALL@,$ac_INSTALL,;t t
13086 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
13088 if test x"$ac_file" != x-; then
13089 mv $tmp/out $ac_file
13098 cat >>$CONFIG_STATUS <<\_ACEOF
13100 { (exit 0); exit 0; }
13102 chmod +x $CONFIG_STATUS
13103 ac_clean_files=$ac_clean_files_save
13106 # configure is writing to config.log, and then calls config.status.
13107 # config.status does its own redirection, appending to config.log.
13108 # Unfortunately, on DOS this fails, as config.log is still kept open
13109 # by configure, so config.status won't be able to write to it; its
13110 # output is simply discarded. So we exec the FD to /dev/null,
13111 # effectively closing config.log, so it can be properly (re)opened and
13112 # appended to by config.status. When coming back to configure, we
13113 # need to make the FD available again.
13114 if test "$no_create" != yes; then
13116 ac_config_status_args=
13117 test "$silent" = yes &&
13118 ac_config_status_args="$ac_config_status_args --quiet"
13120 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13122 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13123 # would make configure fail if this is the last instruction.
13124 $ac_cs_success || { (exit 1); exit 1; }