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 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2513 # Linking libjava exceeds command-line length limits on at least
2514 # IRIX 6.2, but not on IRIX 6.5.
2515 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
2516 # <oldham@codesourcery.com>
2517 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2520 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2523 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2526 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
2530 noconfigdirs
="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
2534 i
[3456789]86-*-vsta) ;; # don't add gprof back in
2535 i
[3456789]86-*-go32*) ;; # don't add gprof back in
2536 i
[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
2537 *) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
2539 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2541 sparclet-
*-aout* | sparc86x-
*-*)
2545 noconfigdirs
="$noconfigdirs ${libgcj}"
2548 noconfigdirs
="$noconfigdirs ${libgcj}"
2552 noconfigdirs
="$noconfigdirs ${libgcj}"
2556 noconfigdirs
="$noconfigdirs ${libgcj}"
2557 if test x
${is_cross_compiler} != xno
; then
2558 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
2563 sparc-
*-solaris2.
[0-6] | sparc-
*-solaris2.
[0-6].
*)
2564 noconfigdirs
="$noconfigdirs ${libgcj}"
2566 sparc-
*-solaris* | sparc64-
*-solaris* | sparcv9-
*-solaris*)
2569 skipdirs
="target-libssp"
2572 noconfigdirs
="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
2575 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2578 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2581 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2584 noconfigdirs
="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
2587 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2590 noconfigdirs
="$noconfigdirs ${libgcj}"
2593 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2595 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
2596 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2599 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2602 noconfigdirs
="$noconfigdirs ${libgcj}"
2606 # If we aren't building newlib, then don't build libgloss, since libgloss
2607 # depends upon some newlib header files.
2608 case "${noconfigdirs}" in
2609 *target-libgloss
*) ;;
2610 *target-newlib
*) noconfigdirs
="$noconfigdirs target-libgloss" ;;
2613 # Work in distributions that contain no compiler tools, like Autoconf.
2615 host_makefile_frag
=/dev
/null
2616 if test -d ${srcdir}/config
; then
2619 # Avoid "too much defining" errors from HPUX compiler.
2620 tentative_cc
="cc -Wp,-H256000"
2621 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
2622 # If it's HP/UX ar, this should be harmless.
2626 tentative_cc
="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
2629 #None of the Apollo compilers can compile gas or binutils. The preprocessor
2630 # chokes on bfd, the compiler won't let you assign integers to enums, and
2631 # other problems. Defining CC to gcc is a questionable way to say "don't use
2632 # the apollo compiler" (the preferred version of GCC could be called cc,
2633 # or whatever), but I'm not sure leaving CC as cc is any better...
2634 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
2635 # Used to have BISON=yacc.
2639 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
2642 # Under CX/UX, we want to tell the compiler to use ANSI mode.
2643 tentative_cc
="cc -Xa"
2644 host_makefile_frag
="config/mh-cxux"
2646 m88k-motorola-sysv
*)
2649 tentative_cc
="cc -Wf,-XNg1000"
2650 host_makefile_frag
="config/mh-decstation"
2653 # The C compiler on NEC MIPS SVR4 needs bigger tables.
2654 tentative_cc
="cc -ZXNd=5000 -ZXNg=1000"
2655 host_makefile_frag
="config/mh-necv4"
2658 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
2659 # environment. Also bump switch table size so that cp-parse will
2660 # compile. Bump string length limit so linker builds.
2661 tentative_cc
="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
2664 host_makefile_frag
="config/mh-sysv4"
2667 # This is for a MIPS running RISC/os 4.52C.
2669 # This is needed for GDB, but needs to be in the top-level make because
2670 # if a library is compiled with the bsd headers and gets linked with the
2671 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
2672 # a different size).
2673 # ptrace(2) apparently has problems in the BSD environment. No workaround is
2674 # known except to select the sysv environment. Could we use /proc instead?
2675 # These "sysv environments" and "bsd environments" often end up being a pain.
2677 # This is not part of CFLAGS because perhaps not all C compilers have this
2679 tentative_cc
="cc -systype sysv"
2684 i
[3456789]86-*-sysv5*)
2685 host_makefile_frag
="config/mh-sysv5"
2687 i
[3456789]86-*-dgux*)
2688 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
2689 host_makefile_frag
="config/mh-dgux386"
2691 i
[3456789]86-ncr-sysv4.3
*)
2692 # The MetaWare compiler will generate a copyright message unless you
2693 # turn it off by adding the -Hnocopyr flag.
2694 tentative_cc
="cc -Hnocopyr"
2696 i
[3456789]86-ncr-sysv4*)
2697 # for an NCR 3000 (i486/SVR4) system.
2698 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
2699 # This compiler not only emits obnoxious copyright messages every time
2700 # you run it, but it chokes and dies on a whole bunch of GNU source
2701 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
2702 tentative_cc
="/usr/ccs/ATT/cc"
2703 host_makefile_frag
="config/mh-ncr3000"
2705 i
[3456789]86-*-sco3.2v5
*)
2707 i
[3456789]86-*-sco*)
2708 # The native C compiler botches some simple uses of const. Unfortunately,
2709 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
2710 tentative_cc
="cc -Dconst="
2711 host_makefile_frag
="config/mh-sco"
2713 i
[3456789]86-*-udk*)
2714 host_makefile_frag
="config/mh-sysv5"
2716 i
[3456789]86-*-solaris2*)
2717 host_makefile_frag
="config/mh-sysv4"
2719 i
[3456789]86-*-msdosdjgpp*)
2720 host_makefile_frag
="config/mh-djgpp"
2723 host_makefile_frag
="config/mh-cygwin"
2726 host_makefile_frag
="config/mh-mingw"
2729 host_makefile_frag
="config/mh-mingw"
2732 host_makefile_frag
="config/mh-interix"
2735 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
2739 host_makefile_frag
="config/mh-solaris"
2742 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
2743 # without overflowing the jump tables (-J says to use a 32 bit table)
2744 tentative_cc
="cc -J"
2747 tentative_cc
="cc -Wp,-H256000"
2750 tentative_cc
="cc -Wp,-H256000"
2753 # /bin/cc is less than useful for our purposes. Always use GCC
2754 tentative_cc
="/usr/cygnus/progressive/bin/gcc"
2755 host_makefile_frag
="config/mh-lynxrs6k"
2758 host_makefile_frag
="config/mh-ppc-darwin"
2761 host_makefile_frag
="config/mh-ppc-aix"
2764 host_makefile_frag
="config/mh-ppc-aix"
2767 # /bin/cc is less than useful for our purposes. Always use GCC
2768 tentative_cc
="/bin/gcc"
2771 host_makefile_frag
="config/mh-sysv4"
2773 # This is placed last to prevent interfering with the cases above.
2775 # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
2776 host_makefile_frag
="config/mh-x86omitfp"
2781 # If we aren't going to be using gcc, see if we can extract a definition
2782 # of CC from the fragment.
2783 # Actually, use the 'pre-extracted' version above.
2784 if test -z "${CC}" && test "${build}" = "${host}" ; then
2785 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
2787 for dir
in $PATH; do
2788 test -z "$dir" && dir
=.
2789 if test -f $dir/gcc
; then
2795 if test -z "${found}" && test -n "${tentative_cc}" ; then
2800 if test "${build}" != "${host}" ; then
2801 CC_FOR_BUILD
=${CC_FOR_BUILD-gcc}
2803 CC_FOR_BUILD
="\$(CC)"
2807 ac_cpp
='$CPP $CPPFLAGS'
2808 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2809 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2810 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2811 if test -n "$ac_tool_prefix"; then
2812 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2813 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2814 echo "$as_me:$LINENO: checking for $ac_word" >&5
2815 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2816 if test "${ac_cv_prog_CC+set}" = set; then
2817 echo $ECHO_N "(cached) $ECHO_C" >&6
2819 if test -n "$CC"; then
2820 ac_cv_prog_CC
="$CC" # Let the user override the test.
2822 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2826 test -z "$as_dir" && as_dir
=.
2827 for ac_exec_ext
in '' $ac_executable_extensions; do
2828 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2829 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2830 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2839 if test -n "$CC"; then
2840 echo "$as_me:$LINENO: result: $CC" >&5
2841 echo "${ECHO_T}$CC" >&6
2843 echo "$as_me:$LINENO: result: no" >&5
2844 echo "${ECHO_T}no" >&6
2848 if test -z "$ac_cv_prog_CC"; then
2850 # Extract the first word of "gcc", so it can be a program name with args.
2851 set dummy gcc
; ac_word
=$2
2852 echo "$as_me:$LINENO: checking for $ac_word" >&5
2853 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2854 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2855 echo $ECHO_N "(cached) $ECHO_C" >&6
2857 if test -n "$ac_ct_CC"; then
2858 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2860 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2864 test -z "$as_dir" && as_dir
=.
2865 for ac_exec_ext
in '' $ac_executable_extensions; do
2866 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2867 ac_cv_prog_ac_ct_CC
="gcc"
2868 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2876 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2877 if test -n "$ac_ct_CC"; then
2878 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2879 echo "${ECHO_T}$ac_ct_CC" >&6
2881 echo "$as_me:$LINENO: result: no" >&5
2882 echo "${ECHO_T}no" >&6
2890 if test -z "$CC"; then
2891 if test -n "$ac_tool_prefix"; then
2892 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2893 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2894 echo "$as_me:$LINENO: checking for $ac_word" >&5
2895 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2896 if test "${ac_cv_prog_CC+set}" = set; then
2897 echo $ECHO_N "(cached) $ECHO_C" >&6
2899 if test -n "$CC"; then
2900 ac_cv_prog_CC
="$CC" # Let the user override the test.
2902 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2906 test -z "$as_dir" && as_dir
=.
2907 for ac_exec_ext
in '' $ac_executable_extensions; do
2908 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2909 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2910 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2919 if test -n "$CC"; then
2920 echo "$as_me:$LINENO: result: $CC" >&5
2921 echo "${ECHO_T}$CC" >&6
2923 echo "$as_me:$LINENO: result: no" >&5
2924 echo "${ECHO_T}no" >&6
2928 if test -z "$ac_cv_prog_CC"; then
2930 # Extract the first word of "cc", so it can be a program name with args.
2931 set dummy cc
; ac_word
=$2
2932 echo "$as_me:$LINENO: checking for $ac_word" >&5
2933 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2934 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2935 echo $ECHO_N "(cached) $ECHO_C" >&6
2937 if test -n "$ac_ct_CC"; then
2938 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2940 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2944 test -z "$as_dir" && as_dir
=.
2945 for ac_exec_ext
in '' $ac_executable_extensions; do
2946 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2947 ac_cv_prog_ac_ct_CC
="cc"
2948 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2956 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2957 if test -n "$ac_ct_CC"; then
2958 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2959 echo "${ECHO_T}$ac_ct_CC" >&6
2961 echo "$as_me:$LINENO: result: no" >&5
2962 echo "${ECHO_T}no" >&6
2971 if test -z "$CC"; then
2972 # Extract the first word of "cc", so it can be a program name with args.
2973 set dummy cc
; ac_word
=$2
2974 echo "$as_me:$LINENO: checking for $ac_word" >&5
2975 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2976 if test "${ac_cv_prog_CC+set}" = set; then
2977 echo $ECHO_N "(cached) $ECHO_C" >&6
2979 if test -n "$CC"; then
2980 ac_cv_prog_CC
="$CC" # Let the user override the test.
2983 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2987 test -z "$as_dir" && as_dir
=.
2988 for ac_exec_ext
in '' $ac_executable_extensions; do
2989 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2990 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2991 ac_prog_rejected
=yes
2995 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3001 if test $ac_prog_rejected = yes; then
3002 # We found a bogon in the path, so make sure we never use it.
3003 set dummy
$ac_cv_prog_CC
3005 if test $# != 0; then
3006 # We chose a different compiler from the bogus one.
3007 # However, it has the same basename, so the bogon will be chosen
3008 # first if we set CC to just the basename; use the full file name.
3010 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3016 if test -n "$CC"; then
3017 echo "$as_me:$LINENO: result: $CC" >&5
3018 echo "${ECHO_T}$CC" >&6
3020 echo "$as_me:$LINENO: result: no" >&5
3021 echo "${ECHO_T}no" >&6
3025 if test -z "$CC"; then
3026 if test -n "$ac_tool_prefix"; then
3029 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3030 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3031 echo "$as_me:$LINENO: checking for $ac_word" >&5
3032 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3033 if test "${ac_cv_prog_CC+set}" = set; then
3034 echo $ECHO_N "(cached) $ECHO_C" >&6
3036 if test -n "$CC"; then
3037 ac_cv_prog_CC
="$CC" # Let the user override the test.
3039 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3043 test -z "$as_dir" && as_dir
=.
3044 for ac_exec_ext
in '' $ac_executable_extensions; do
3045 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3046 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3047 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3056 if test -n "$CC"; then
3057 echo "$as_me:$LINENO: result: $CC" >&5
3058 echo "${ECHO_T}$CC" >&6
3060 echo "$as_me:$LINENO: result: no" >&5
3061 echo "${ECHO_T}no" >&6
3064 test -n "$CC" && break
3067 if test -z "$CC"; then
3071 # Extract the first word of "$ac_prog", so it can be a program name with args.
3072 set dummy
$ac_prog; ac_word
=$2
3073 echo "$as_me:$LINENO: checking for $ac_word" >&5
3074 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3075 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3076 echo $ECHO_N "(cached) $ECHO_C" >&6
3078 if test -n "$ac_ct_CC"; then
3079 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3081 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3085 test -z "$as_dir" && as_dir
=.
3086 for ac_exec_ext
in '' $ac_executable_extensions; do
3087 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3088 ac_cv_prog_ac_ct_CC
="$ac_prog"
3089 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3097 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3098 if test -n "$ac_ct_CC"; then
3099 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3100 echo "${ECHO_T}$ac_ct_CC" >&6
3102 echo "$as_me:$LINENO: result: no" >&5
3103 echo "${ECHO_T}no" >&6
3106 test -n "$ac_ct_CC" && break
3115 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3116 See \`config.log' for more details." >&5
3117 echo "$as_me: error: no acceptable C compiler found in \$PATH
3118 See \`config.log' for more details." >&2;}
3119 { (exit 1); exit 1; }; }
3121 # Provide some information about the compiler.
3122 echo "$as_me:$LINENO:" \
3123 "checking for C compiler version" >&5
3124 ac_compiler
=`set X $ac_compile; echo $2`
3125 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3126 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3129 (exit $ac_status); }
3130 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3131 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3134 (exit $ac_status); }
3135 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3136 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3139 (exit $ac_status); }
3141 cat >conftest.
$ac_ext <<_ACEOF
3144 cat confdefs.h
>>conftest.
$ac_ext
3145 cat >>conftest.
$ac_ext <<_ACEOF
3146 /* end confdefs.h. */
3156 ac_clean_files_save
=$ac_clean_files
3157 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
3158 # Try to create an executable without -o first, disregard a.out.
3159 # It will help us diagnose broken compilers, and finding out an intuition
3161 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3162 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
3163 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3164 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
3165 (eval $ac_link_default) 2>&5
3167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3168 (exit $ac_status); }; then
3169 # Find the output, starting from the most likely. This scheme is
3170 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
3173 # Be careful to initialize this variable, since it used to be cached.
3174 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
3176 # b.out is created by i960 compilers.
3177 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
3179 test -f "$ac_file" ||
continue
3181 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
3184 # This is the source file.
3187 # We found the default executable, but exeext='' is most
3191 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3192 # FIXME: I believe we export ac_cv_exeext for Libtool,
3193 # but it would be cool to find out if it's true. Does anybody
3194 # maintain Libtool? --akim.
3202 echo "$as_me: failed program was:" >&5
3203 sed 's/^/| /' conftest.
$ac_ext >&5
3205 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
3206 See \`config.log' for more details." >&5
3207 echo "$as_me: error: C compiler cannot create executables
3208 See \`config.log' for more details." >&2;}
3209 { (exit 77); exit 77; }; }
3212 ac_exeext
=$ac_cv_exeext
3213 echo "$as_me:$LINENO: result: $ac_file" >&5
3214 echo "${ECHO_T}$ac_file" >&6
3216 # Check the compiler produces executables we can run. If not, either
3217 # the compiler is broken, or we cross compile.
3218 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3219 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
3220 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3221 # If not cross compiling, check that we can run a simple program.
3222 if test "$cross_compiling" != yes; then
3223 if { ac_try
='./$ac_file'
3224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3228 (exit $ac_status); }; }; then
3231 if test "$cross_compiling" = maybe
; then
3234 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3235 If you meant to cross compile, use \`--host'.
3236 See \`config.log' for more details." >&5
3237 echo "$as_me: error: cannot run C compiled programs.
3238 If you meant to cross compile, use \`--host'.
3239 See \`config.log' for more details." >&2;}
3240 { (exit 1); exit 1; }; }
3244 echo "$as_me:$LINENO: result: yes" >&5
3245 echo "${ECHO_T}yes" >&6
3247 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
3248 ac_clean_files
=$ac_clean_files_save
3249 # Check the compiler produces executables we can run. If not, either
3250 # the compiler is broken, or we cross compile.
3251 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3252 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
3253 echo "$as_me:$LINENO: result: $cross_compiling" >&5
3254 echo "${ECHO_T}$cross_compiling" >&6
3256 echo "$as_me:$LINENO: checking for suffix of executables" >&5
3257 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
3258 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3259 (eval $ac_link) 2>&5
3261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3262 (exit $ac_status); }; then
3263 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3264 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3265 # work properly (i.e., refer to `conftest.exe'), while it won't with
3267 for ac_file
in conftest.exe conftest conftest.
*; do
3268 test -f "$ac_file" ||
continue
3270 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
3271 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3278 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3279 See \`config.log' for more details." >&5
3280 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3281 See \`config.log' for more details." >&2;}
3282 { (exit 1); exit 1; }; }
3285 rm -f conftest
$ac_cv_exeext
3286 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3287 echo "${ECHO_T}$ac_cv_exeext" >&6
3289 rm -f conftest.
$ac_ext
3290 EXEEXT
=$ac_cv_exeext
3292 echo "$as_me:$LINENO: checking for suffix of object files" >&5
3293 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
3294 if test "${ac_cv_objext+set}" = set; then
3295 echo $ECHO_N "(cached) $ECHO_C" >&6
3297 cat >conftest.
$ac_ext <<_ACEOF
3300 cat confdefs.h
>>conftest.
$ac_ext
3301 cat >>conftest.
$ac_ext <<_ACEOF
3302 /* end confdefs.h. */
3312 rm -f conftest.o conftest.obj
3313 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3314 (eval $ac_compile) 2>&5
3316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3317 (exit $ac_status); }; then
3318 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
3320 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
3321 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
3326 echo "$as_me: failed program was:" >&5
3327 sed 's/^/| /' conftest.
$ac_ext >&5
3329 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3330 See \`config.log' for more details." >&5
3331 echo "$as_me: error: cannot compute suffix of object files: cannot compile
3332 See \`config.log' for more details." >&2;}
3333 { (exit 1); exit 1; }; }
3336 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
3338 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3339 echo "${ECHO_T}$ac_cv_objext" >&6
3340 OBJEXT
=$ac_cv_objext
3342 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3343 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
3344 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3345 echo $ECHO_N "(cached) $ECHO_C" >&6
3347 cat >conftest.
$ac_ext <<_ACEOF
3350 cat confdefs.h
>>conftest.
$ac_ext
3351 cat >>conftest.
$ac_ext <<_ACEOF
3352 /* end confdefs.h. */
3365 rm -f conftest.
$ac_objext
3366 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3367 (eval $ac_compile) 2>conftest.er1
3369 grep -v '^ *+' conftest.er1
>conftest.err
3371 cat conftest.err
>&5
3372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3373 (exit $ac_status); } &&
3374 { ac_try
='test -z "$ac_c_werror_flag"
3375 || test ! -s conftest.err'
3376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3380 (exit $ac_status); }; } &&
3381 { ac_try
='test -s conftest.$ac_objext'
3382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3386 (exit $ac_status); }; }; then
3389 echo "$as_me: failed program was:" >&5
3390 sed 's/^/| /' conftest.
$ac_ext >&5
3394 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3395 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
3398 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3399 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3400 GCC
=`test $ac_compiler_gnu = yes && echo yes`
3401 ac_test_CFLAGS
=${CFLAGS+set}
3402 ac_save_CFLAGS
=$CFLAGS
3404 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3405 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3406 if test "${ac_cv_prog_cc_g+set}" = set; then
3407 echo $ECHO_N "(cached) $ECHO_C" >&6
3409 cat >conftest.
$ac_ext <<_ACEOF
3412 cat confdefs.h
>>conftest.
$ac_ext
3413 cat >>conftest.
$ac_ext <<_ACEOF
3414 /* end confdefs.h. */
3424 rm -f conftest.
$ac_objext
3425 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3426 (eval $ac_compile) 2>conftest.er1
3428 grep -v '^ *+' conftest.er1
>conftest.err
3430 cat conftest.err
>&5
3431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3432 (exit $ac_status); } &&
3433 { ac_try
='test -z "$ac_c_werror_flag"
3434 || test ! -s conftest.err'
3435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3439 (exit $ac_status); }; } &&
3440 { ac_try
='test -s conftest.$ac_objext'
3441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3445 (exit $ac_status); }; }; then
3448 echo "$as_me: failed program was:" >&5
3449 sed 's/^/| /' conftest.
$ac_ext >&5
3453 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3455 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3456 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3457 if test "$ac_test_CFLAGS" = set; then
3458 CFLAGS
=$ac_save_CFLAGS
3459 elif test $ac_cv_prog_cc_g = yes; then
3460 if test "$GCC" = yes; then
3466 if test "$GCC" = yes; then
3472 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3473 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3474 if test "${ac_cv_prog_cc_stdc+set}" = set; then
3475 echo $ECHO_N "(cached) $ECHO_C" >&6
3477 ac_cv_prog_cc_stdc
=no
3479 cat >conftest.
$ac_ext <<_ACEOF
3482 cat confdefs.h
>>conftest.
$ac_ext
3483 cat >>conftest.
$ac_ext <<_ACEOF
3484 /* end confdefs.h. */
3487 #include <sys/types.h>
3488 #include <sys/stat.h>
3489 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3490 struct buf { int x; };
3491 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3492 static char *e (p, i)
3498 static char *f (char * (*g) (char **, int), char **p, ...)
3503 s = g (p, va_arg (v,int));
3508 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3509 function prototypes and stuff, but not '\xHH' hex character constants.
3510 These don't provoke an error unfortunately, instead are silently treated
3511 as 'x'. The following induces an error, until -std1 is added to get
3512 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3513 array size at least. It's necessary to write '\x00'==0 to get something
3514 that's true only with -std1. */
3515 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3517 int test (int i, double x);
3518 struct s1 {int (*f) (int a);};
3519 struct s2 {int (*f) (double a);};
3520 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3526 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3531 # Don't try gcc -ansi; that turns off useful extensions and
3532 # breaks some systems' header files.
3533 # AIX -qlanglvl=ansi
3534 # Ultrix and OSF/1 -std1
3535 # HP-UX 10.20 and later -Ae
3536 # HP-UX older versions -Aa -D_HPUX_SOURCE
3537 # SVR4 -Xc -D__EXTENSIONS__
3538 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3540 CC
="$ac_save_CC $ac_arg"
3541 rm -f conftest.
$ac_objext
3542 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3543 (eval $ac_compile) 2>conftest.er1
3545 grep -v '^ *+' conftest.er1
>conftest.err
3547 cat conftest.err
>&5
3548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3549 (exit $ac_status); } &&
3550 { ac_try
='test -z "$ac_c_werror_flag"
3551 || test ! -s conftest.err'
3552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3556 (exit $ac_status); }; } &&
3557 { ac_try
='test -s conftest.$ac_objext'
3558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3562 (exit $ac_status); }; }; then
3563 ac_cv_prog_cc_stdc
=$ac_arg
3566 echo "$as_me: failed program was:" >&5
3567 sed 's/^/| /' conftest.
$ac_ext >&5
3570 rm -f conftest.err conftest.
$ac_objext
3572 rm -f conftest.
$ac_ext conftest.
$ac_objext
3577 case "x$ac_cv_prog_cc_stdc" in
3579 echo "$as_me:$LINENO: result: none needed" >&5
3580 echo "${ECHO_T}none needed" >&6 ;;
3582 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3583 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3584 CC
="$CC $ac_cv_prog_cc_stdc" ;;
3587 # Some people use a C++ compiler to compile C. Since we use `exit',
3588 # in C++ we need to declare it. In case someone uses the same compiler
3589 # for both compiling C and C++ we need to have the C++ compiler decide
3590 # the declaration of exit, since it's the most demanding environment.
3591 cat >conftest.
$ac_ext <<_ACEOF
3596 rm -f conftest.
$ac_objext
3597 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3598 (eval $ac_compile) 2>conftest.er1
3600 grep -v '^ *+' conftest.er1
>conftest.err
3602 cat conftest.err
>&5
3603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3604 (exit $ac_status); } &&
3605 { ac_try
='test -z "$ac_c_werror_flag"
3606 || test ! -s conftest.err'
3607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3611 (exit $ac_status); }; } &&
3612 { ac_try
='test -s conftest.$ac_objext'
3613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3617 (exit $ac_status); }; }; then
3618 for ac_declaration
in \
3620 'extern "C" void std::exit (int) throw (); using std::exit;' \
3621 'extern "C" void std::exit (int); using std::exit;' \
3622 'extern "C" void exit (int) throw ();' \
3623 'extern "C" void exit (int);' \
3626 cat >conftest.
$ac_ext <<_ACEOF
3629 cat confdefs.h
>>conftest.
$ac_ext
3630 cat >>conftest.
$ac_ext <<_ACEOF
3631 /* end confdefs.h. */
3642 rm -f conftest.
$ac_objext
3643 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3644 (eval $ac_compile) 2>conftest.er1
3646 grep -v '^ *+' conftest.er1
>conftest.err
3648 cat conftest.err
>&5
3649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3650 (exit $ac_status); } &&
3651 { ac_try
='test -z "$ac_c_werror_flag"
3652 || test ! -s conftest.err'
3653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3657 (exit $ac_status); }; } &&
3658 { ac_try
='test -s conftest.$ac_objext'
3659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3663 (exit $ac_status); }; }; then
3666 echo "$as_me: failed program was:" >&5
3667 sed 's/^/| /' conftest.
$ac_ext >&5
3671 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3672 cat >conftest.
$ac_ext <<_ACEOF
3675 cat confdefs.h
>>conftest.
$ac_ext
3676 cat >>conftest.
$ac_ext <<_ACEOF
3677 /* end confdefs.h. */
3687 rm -f conftest.
$ac_objext
3688 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3689 (eval $ac_compile) 2>conftest.er1
3691 grep -v '^ *+' conftest.er1
>conftest.err
3693 cat conftest.err
>&5
3694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3695 (exit $ac_status); } &&
3696 { ac_try
='test -z "$ac_c_werror_flag"
3697 || test ! -s conftest.err'
3698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3702 (exit $ac_status); }; } &&
3703 { ac_try
='test -s conftest.$ac_objext'
3704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3708 (exit $ac_status); }; }; then
3711 echo "$as_me: failed program was:" >&5
3712 sed 's/^/| /' conftest.
$ac_ext >&5
3715 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3718 if test -n "$ac_declaration"; then
3719 echo '#ifdef __cplusplus' >>confdefs.h
3720 echo $ac_declaration >>confdefs.h
3721 echo '#endif' >>confdefs.h
3725 echo "$as_me: failed program was:" >&5
3726 sed 's/^/| /' conftest.
$ac_ext >&5
3729 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3731 ac_cpp
='$CPP $CPPFLAGS'
3732 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3733 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3734 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3737 ac_cpp
='$CXXCPP $CPPFLAGS'
3738 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3739 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3740 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
3741 if test -n "$ac_tool_prefix"; then
3742 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3744 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3745 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3746 echo "$as_me:$LINENO: checking for $ac_word" >&5
3747 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3748 if test "${ac_cv_prog_CXX+set}" = set; then
3749 echo $ECHO_N "(cached) $ECHO_C" >&6
3751 if test -n "$CXX"; then
3752 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
3754 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3758 test -z "$as_dir" && as_dir
=.
3759 for ac_exec_ext
in '' $ac_executable_extensions; do
3760 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3761 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
3762 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3771 if test -n "$CXX"; then
3772 echo "$as_me:$LINENO: result: $CXX" >&5
3773 echo "${ECHO_T}$CXX" >&6
3775 echo "$as_me:$LINENO: result: no" >&5
3776 echo "${ECHO_T}no" >&6
3779 test -n "$CXX" && break
3782 if test -z "$CXX"; then
3784 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3786 # Extract the first word of "$ac_prog", so it can be a program name with args.
3787 set dummy
$ac_prog; ac_word
=$2
3788 echo "$as_me:$LINENO: checking for $ac_word" >&5
3789 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3790 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3791 echo $ECHO_N "(cached) $ECHO_C" >&6
3793 if test -n "$ac_ct_CXX"; then
3794 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
3796 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3800 test -z "$as_dir" && as_dir
=.
3801 for ac_exec_ext
in '' $ac_executable_extensions; do
3802 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3803 ac_cv_prog_ac_ct_CXX
="$ac_prog"
3804 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3812 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
3813 if test -n "$ac_ct_CXX"; then
3814 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3815 echo "${ECHO_T}$ac_ct_CXX" >&6
3817 echo "$as_me:$LINENO: result: no" >&5
3818 echo "${ECHO_T}no" >&6
3821 test -n "$ac_ct_CXX" && break
3823 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
3829 # Provide some information about the compiler.
3830 echo "$as_me:$LINENO:" \
3831 "checking for C++ compiler version" >&5
3832 ac_compiler
=`set X $ac_compile; echo $2`
3833 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3834 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3837 (exit $ac_status); }
3838 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3839 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3842 (exit $ac_status); }
3843 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3844 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3847 (exit $ac_status); }
3849 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3850 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
3851 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3852 echo $ECHO_N "(cached) $ECHO_C" >&6
3854 cat >conftest.
$ac_ext <<_ACEOF
3857 cat confdefs.h
>>conftest.
$ac_ext
3858 cat >>conftest.
$ac_ext <<_ACEOF
3859 /* end confdefs.h. */
3872 rm -f conftest.
$ac_objext
3873 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3874 (eval $ac_compile) 2>conftest.er1
3876 grep -v '^ *+' conftest.er1
>conftest.err
3878 cat conftest.err
>&5
3879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3880 (exit $ac_status); } &&
3881 { ac_try
='test -z "$ac_cxx_werror_flag"
3882 || test ! -s conftest.err'
3883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3887 (exit $ac_status); }; } &&
3888 { ac_try
='test -s conftest.$ac_objext'
3889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3893 (exit $ac_status); }; }; then
3896 echo "$as_me: failed program was:" >&5
3897 sed 's/^/| /' conftest.
$ac_ext >&5
3901 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3902 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
3905 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3906 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
3907 GXX
=`test $ac_compiler_gnu = yes && echo yes`
3908 ac_test_CXXFLAGS
=${CXXFLAGS+set}
3909 ac_save_CXXFLAGS
=$CXXFLAGS
3911 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3912 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
3913 if test "${ac_cv_prog_cxx_g+set}" = set; then
3914 echo $ECHO_N "(cached) $ECHO_C" >&6
3916 cat >conftest.
$ac_ext <<_ACEOF
3919 cat confdefs.h
>>conftest.
$ac_ext
3920 cat >>conftest.
$ac_ext <<_ACEOF
3921 /* end confdefs.h. */
3931 rm -f conftest.
$ac_objext
3932 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3933 (eval $ac_compile) 2>conftest.er1
3935 grep -v '^ *+' conftest.er1
>conftest.err
3937 cat conftest.err
>&5
3938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3939 (exit $ac_status); } &&
3940 { ac_try
='test -z "$ac_cxx_werror_flag"
3941 || test ! -s conftest.err'
3942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3946 (exit $ac_status); }; } &&
3947 { ac_try
='test -s conftest.$ac_objext'
3948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3952 (exit $ac_status); }; }; then
3953 ac_cv_prog_cxx_g
=yes
3955 echo "$as_me: failed program was:" >&5
3956 sed 's/^/| /' conftest.
$ac_ext >&5
3960 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3962 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3963 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
3964 if test "$ac_test_CXXFLAGS" = set; then
3965 CXXFLAGS
=$ac_save_CXXFLAGS
3966 elif test $ac_cv_prog_cxx_g = yes; then
3967 if test "$GXX" = yes; then
3973 if test "$GXX" = yes; then
3979 for ac_declaration
in \
3981 'extern "C" void std::exit (int) throw (); using std::exit;' \
3982 'extern "C" void std::exit (int); using std::exit;' \
3983 'extern "C" void exit (int) throw ();' \
3984 'extern "C" void exit (int);' \
3987 cat >conftest.
$ac_ext <<_ACEOF
3990 cat confdefs.h
>>conftest.
$ac_ext
3991 cat >>conftest.
$ac_ext <<_ACEOF
3992 /* end confdefs.h. */
4003 rm -f conftest.
$ac_objext
4004 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4005 (eval $ac_compile) 2>conftest.er1
4007 grep -v '^ *+' conftest.er1
>conftest.err
4009 cat conftest.err
>&5
4010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4011 (exit $ac_status); } &&
4012 { ac_try
='test -z "$ac_cxx_werror_flag"
4013 || test ! -s conftest.err'
4014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4018 (exit $ac_status); }; } &&
4019 { ac_try
='test -s conftest.$ac_objext'
4020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4024 (exit $ac_status); }; }; then
4027 echo "$as_me: failed program was:" >&5
4028 sed 's/^/| /' conftest.
$ac_ext >&5
4032 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4033 cat >conftest.
$ac_ext <<_ACEOF
4036 cat confdefs.h
>>conftest.
$ac_ext
4037 cat >>conftest.
$ac_ext <<_ACEOF
4038 /* end confdefs.h. */
4048 rm -f conftest.
$ac_objext
4049 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4050 (eval $ac_compile) 2>conftest.er1
4052 grep -v '^ *+' conftest.er1
>conftest.err
4054 cat conftest.err
>&5
4055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4056 (exit $ac_status); } &&
4057 { ac_try
='test -z "$ac_cxx_werror_flag"
4058 || test ! -s conftest.err'
4059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4063 (exit $ac_status); }; } &&
4064 { ac_try
='test -s conftest.$ac_objext'
4065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4069 (exit $ac_status); }; }; then
4072 echo "$as_me: failed program was:" >&5
4073 sed 's/^/| /' conftest.
$ac_ext >&5
4076 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4079 if test -n "$ac_declaration"; then
4080 echo '#ifdef __cplusplus' >>confdefs.h
4081 echo $ac_declaration >>confdefs.h
4082 echo '#endif' >>confdefs.h
4086 ac_cpp
='$CPP $CPPFLAGS'
4087 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4088 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4089 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4092 # We must set the default linker to the linker used by gcc for the correct
4093 # operation of libtool. If LD is not defined and we are using gcc, try to
4094 # set the LD default to the ld used by gcc.
4095 if test -z "$LD"; then
4096 if test "$GCC" = yes; then
4099 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4101 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1` ;;
4103 case $gcc_prog_ld in
4104 # Accept absolute paths.
4105 [\\/]* |
[A-Za-z
]:[\\/]*)
4106 LD
="$gcc_prog_ld" ;;
4114 if test -n "$ac_tool_prefix"; then
4115 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4116 set dummy
${ac_tool_prefix}gnatbind
; ac_word
=$2
4117 echo "$as_me:$LINENO: checking for $ac_word" >&5
4118 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4119 if test "${ac_cv_prog_GNATBIND+set}" = set; then
4120 echo $ECHO_N "(cached) $ECHO_C" >&6
4122 if test -n "$GNATBIND"; then
4123 ac_cv_prog_GNATBIND
="$GNATBIND" # Let the user override the test.
4125 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4129 test -z "$as_dir" && as_dir
=.
4130 for ac_exec_ext
in '' $ac_executable_extensions; do
4131 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4132 ac_cv_prog_GNATBIND
="${ac_tool_prefix}gnatbind"
4133 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4141 GNATBIND
=$ac_cv_prog_GNATBIND
4142 if test -n "$GNATBIND"; then
4143 echo "$as_me:$LINENO: result: $GNATBIND" >&5
4144 echo "${ECHO_T}$GNATBIND" >&6
4146 echo "$as_me:$LINENO: result: no" >&5
4147 echo "${ECHO_T}no" >&6
4151 if test -z "$ac_cv_prog_GNATBIND"; then
4152 ac_ct_GNATBIND
=$GNATBIND
4153 # Extract the first word of "gnatbind", so it can be a program name with args.
4154 set dummy gnatbind
; ac_word
=$2
4155 echo "$as_me:$LINENO: checking for $ac_word" >&5
4156 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4157 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then
4158 echo $ECHO_N "(cached) $ECHO_C" >&6
4160 if test -n "$ac_ct_GNATBIND"; then
4161 ac_cv_prog_ac_ct_GNATBIND
="$ac_ct_GNATBIND" # Let the user override the test.
4163 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4167 test -z "$as_dir" && as_dir
=.
4168 for ac_exec_ext
in '' $ac_executable_extensions; do
4169 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4170 ac_cv_prog_ac_ct_GNATBIND
="gnatbind"
4171 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4177 test -z "$ac_cv_prog_ac_ct_GNATBIND" && ac_cv_prog_ac_ct_GNATBIND
="no"
4180 ac_ct_GNATBIND
=$ac_cv_prog_ac_ct_GNATBIND
4181 if test -n "$ac_ct_GNATBIND"; then
4182 echo "$as_me:$LINENO: result: $ac_ct_GNATBIND" >&5
4183 echo "${ECHO_T}$ac_ct_GNATBIND" >&6
4185 echo "$as_me:$LINENO: result: no" >&5
4186 echo "${ECHO_T}no" >&6
4189 GNATBIND
=$ac_ct_GNATBIND
4191 GNATBIND
="$ac_cv_prog_GNATBIND"
4194 if test -n "$ac_tool_prefix"; then
4195 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4196 set dummy
${ac_tool_prefix}gnatmake
; ac_word
=$2
4197 echo "$as_me:$LINENO: checking for $ac_word" >&5
4198 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4199 if test "${ac_cv_prog_GNATMAKE+set}" = set; then
4200 echo $ECHO_N "(cached) $ECHO_C" >&6
4202 if test -n "$GNATMAKE"; then
4203 ac_cv_prog_GNATMAKE
="$GNATMAKE" # Let the user override the test.
4205 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4209 test -z "$as_dir" && as_dir
=.
4210 for ac_exec_ext
in '' $ac_executable_extensions; do
4211 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4212 ac_cv_prog_GNATMAKE
="${ac_tool_prefix}gnatmake"
4213 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4221 GNATMAKE
=$ac_cv_prog_GNATMAKE
4222 if test -n "$GNATMAKE"; then
4223 echo "$as_me:$LINENO: result: $GNATMAKE" >&5
4224 echo "${ECHO_T}$GNATMAKE" >&6
4226 echo "$as_me:$LINENO: result: no" >&5
4227 echo "${ECHO_T}no" >&6
4231 if test -z "$ac_cv_prog_GNATMAKE"; then
4232 ac_ct_GNATMAKE
=$GNATMAKE
4233 # Extract the first word of "gnatmake", so it can be a program name with args.
4234 set dummy gnatmake
; ac_word
=$2
4235 echo "$as_me:$LINENO: checking for $ac_word" >&5
4236 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4237 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then
4238 echo $ECHO_N "(cached) $ECHO_C" >&6
4240 if test -n "$ac_ct_GNATMAKE"; then
4241 ac_cv_prog_ac_ct_GNATMAKE
="$ac_ct_GNATMAKE" # Let the user override the test.
4243 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4247 test -z "$as_dir" && as_dir
=.
4248 for ac_exec_ext
in '' $ac_executable_extensions; do
4249 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4250 ac_cv_prog_ac_ct_GNATMAKE
="gnatmake"
4251 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4257 test -z "$ac_cv_prog_ac_ct_GNATMAKE" && ac_cv_prog_ac_ct_GNATMAKE
="no"
4260 ac_ct_GNATMAKE
=$ac_cv_prog_ac_ct_GNATMAKE
4261 if test -n "$ac_ct_GNATMAKE"; then
4262 echo "$as_me:$LINENO: result: $ac_ct_GNATMAKE" >&5
4263 echo "${ECHO_T}$ac_ct_GNATMAKE" >&6
4265 echo "$as_me:$LINENO: result: no" >&5
4266 echo "${ECHO_T}no" >&6
4269 GNATMAKE
=$ac_ct_GNATMAKE
4271 GNATMAKE
="$ac_cv_prog_GNATMAKE"
4274 echo "$as_me:$LINENO: checking whether compiler driver understands Ada" >&5
4275 echo $ECHO_N "checking whether compiler driver understands Ada... $ECHO_C" >&6
4276 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then
4277 echo $ECHO_N "(cached) $ECHO_C" >&6
4279 cat >conftest.adb
<<EOF
4280 procedure conftest is begin null; end conftest;
4282 acx_cv_cc_gcc_supports_ada
=no
4283 # There is a bug in old released versions of GCC which causes the
4284 # driver to exit successfully when the appropriate language module
4285 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
4286 # Therefore we must check for the error message as well as an
4287 # unsuccessful exit.
4288 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
4289 # given a .adb file, but produce no object file. So we must check
4290 # if an object file was really produced to guard against this.
4291 errors
=`(${CC} -c conftest.adb) 2>&1 || echo failure`
4292 if test x
"$errors" = x
&& test -f conftest.
$ac_objext; then
4293 acx_cv_cc_gcc_supports_ada
=yes
4297 echo "$as_me:$LINENO: result: $acx_cv_cc_gcc_supports_ada" >&5
4298 echo "${ECHO_T}$acx_cv_cc_gcc_supports_ada" >&6
4300 if test x
$GNATBIND != xno
&& test x
$GNATMAKE != xno
&& test x
$acx_cv_cc_gcc_supports_ada != xno
; then
4306 echo "$as_me:$LINENO: checking how to compare bootstrapped objects" >&5
4307 echo $ECHO_N "checking how to compare bootstrapped objects... $ECHO_C" >&6
4308 if test "${gcc_cv_prog_cmp_skip+set}" = set; then
4309 echo $ECHO_N "(cached) $ECHO_C" >&6
4313 gcc_cv_prog_cmp_skip
='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4314 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
4315 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
4318 gcc_cv_prog_cmp_skip
='cmp $$f1 $$f2 16 16'
4321 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
4322 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
4325 gcc_cv_prog_cmp_skip
='cmp --ignore-initial=16 $$f1 $$f2'
4331 echo "$as_me:$LINENO: result: $gcc_cv_prog_cmp_skip" >&5
4332 echo "${ECHO_T}$gcc_cv_prog_cmp_skip" >&6
4333 do_compare
="$gcc_cv_prog_cmp_skip"
4337 # Check for GMP and MPFR
4338 gmplibs
="-lmpfr -lgmp"
4342 # Specify a location for mpfr
4343 # check for this first so it ends up on the link line before gmp.
4345 # Check whether --with-mpfr-dir or --without-mpfr-dir was given.
4346 if test "${with_mpfr_dir+set}" = set; then
4347 withval
="$with_mpfr_dir"
4348 { { echo "$as_me:$LINENO: error: The --with-mpfr-dir=PATH option has been removed.
4349 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" >&5
4350 echo "$as_me: error: The --with-mpfr-dir=PATH option has been removed.
4351 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" >&2;}
4352 { (exit 1); exit 1; }; }
4356 # Check whether --with-mpfr or --without-mpfr was given.
4357 if test "${with_mpfr+set}" = set; then
4358 withval
="$with_mpfr"
4362 # Check whether --with-mpfr_include or --without-mpfr_include was given.
4363 if test "${with_mpfr_include+set}" = set; then
4364 withval
="$with_mpfr_include"
4368 # Check whether --with-mpfr_lib or --without-mpfr_lib was given.
4369 if test "${with_mpfr_lib+set}" = set; then
4370 withval
="$with_mpfr_lib"
4374 if test "x$with_mpfr" != x
; then
4375 gmplibs
="-L$with_mpfr/lib $gmplibs"
4376 gmpinc
="-I$with_mpfr/include"
4378 if test "x$with_mpfr_include" != x
; then
4379 gmpinc
="-I$with_mpfr_include"
4381 if test "x$with_mpfr_lib" != x
; then
4382 gmplibs
="-L$with_mpfr_lib $gmplibs"
4384 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x
&& test -d ${srcdir}/mpfr
; then
4385 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpfr/.libs -L$$r/$(HOST_SUBDIR)/mpfr/_libs '"$gmplibs"
4386 gmpinc
='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
4387 # Do not test the mpfr version. Assume that it is sufficient, since
4388 # it is in the source tree, and the library has not been built yet
4389 # but it would be included on the link line in the version check below
4390 # hence making the test fail.
4394 # Specify a location for gmp
4396 # Check whether --with-gmp-dir or --without-gmp-dir was given.
4397 if test "${with_gmp_dir+set}" = set; then
4398 withval
="$with_gmp_dir"
4399 { { echo "$as_me:$LINENO: error: The --with-gmp-dir=PATH option has been removed.
4400 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" >&5
4401 echo "$as_me: error: The --with-gmp-dir=PATH option has been removed.
4402 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" >&2;}
4403 { (exit 1); exit 1; }; }
4407 # Check whether --with-gmp or --without-gmp was given.
4408 if test "${with_gmp+set}" = set; then
4413 # Check whether --with-gmp_include or --without-gmp_include was given.
4414 if test "${with_gmp_include+set}" = set; then
4415 withval
="$with_gmp_include"
4419 # Check whether --with-gmp_lib or --without-gmp_lib was given.
4420 if test "${with_gmp_lib+set}" = set; then
4421 withval
="$with_gmp_lib"
4426 if test "x$with_gmp" != x
; then
4427 gmplibs
="-L$with_gmp/lib $gmplibs"
4428 gmpinc
="-I$with_gmp/include $gmpinc"
4430 if test "x$with_gmp_include" != x
; then
4431 gmpinc
="-I$with_gmp_include $gmpinc"
4433 if test "x$with_gmp_lib" != x
; then
4434 gmplibs
="-L$with_gmp_lib $gmplibs"
4436 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x
&& test -d ${srcdir}/gmp
; then
4437 gmplibs
='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/gmp/_libs '"$gmplibs"
4438 gmpinc
='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
4439 # Do not test the gmp version. Assume that it is sufficient, since
4440 # it is in the source tree, and the library has not been built yet
4441 # but it would be included on the link line in the version check below
4442 # hence making the test fail.
4446 if test -d ${srcdir}/gcc
&& test "x$have_gmp" = xno
; then
4448 saved_CFLAGS
="$CFLAGS"
4449 CFLAGS
="$CFLAGS $gmpinc"
4450 # Check GMP actually works
4451 echo "$as_me:$LINENO: checking for correct version of gmp.h" >&5
4452 echo $ECHO_N "checking for correct version of gmp.h... $ECHO_C" >&6
4454 cat >conftest.
$ac_ext <<_ACEOF
4457 cat confdefs.h
>>conftest.
$ac_ext
4458 cat >>conftest.
$ac_ext <<_ACEOF
4459 /* end confdefs.h. */
4465 #if __GNU_MP_VERSION < 4 || (__GNU_MP_VERSION == 4 && __GNU_MP_VERSION_MINOR < 1)
4473 rm -f conftest.
$ac_objext
4474 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4475 (eval $ac_compile) 2>conftest.er1
4477 grep -v '^ *+' conftest.er1
>conftest.err
4479 cat conftest.err
>&5
4480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4481 (exit $ac_status); } &&
4482 { ac_try
='test -z "$ac_c_werror_flag"
4483 || test ! -s conftest.err'
4484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4488 (exit $ac_status); }; } &&
4489 { ac_try
='test -s conftest.$ac_objext'
4490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4494 (exit $ac_status); }; }; then
4495 echo "$as_me:$LINENO: result: yes" >&5
4496 echo "${ECHO_T}yes" >&6
4498 echo "$as_me: failed program was:" >&5
4499 sed 's/^/| /' conftest.
$ac_ext >&5
4501 echo "$as_me:$LINENO: result: no" >&5
4502 echo "${ECHO_T}no" >&6; have_gmp
=no
4504 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4506 if test x
"$have_gmp" = xyes
; then
4508 LIBS
="$LIBS $gmplibs"
4509 echo "$as_me:$LINENO: checking for correct version of mpfr.h" >&5
4510 echo $ECHO_N "checking for correct version of mpfr.h... $ECHO_C" >&6
4511 cat >conftest.
$ac_ext <<_ACEOF
4514 cat confdefs.h
>>conftest.
$ac_ext
4515 cat >>conftest.
$ac_ext <<_ACEOF
4516 /* end confdefs.h. */
4523 #if MPFR_VERSION < MPFR_VERSION_NUM(2,2,0)
4531 mpfr_atan2 (n, n, x, GMP_RNDN);
4532 mpfr_erfc (n, x, GMP_RNDN);
4533 mpfr_subnormalize (x, t, GMP_RNDN);
4539 rm -f conftest.
$ac_objext conftest
$ac_exeext
4540 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4541 (eval $ac_link) 2>conftest.er1
4543 grep -v '^ *+' conftest.er1
>conftest.err
4545 cat conftest.err
>&5
4546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4547 (exit $ac_status); } &&
4548 { ac_try
='test -z "$ac_c_werror_flag"
4549 || test ! -s conftest.err'
4550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4554 (exit $ac_status); }; } &&
4555 { ac_try
='test -s conftest$ac_exeext'
4556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4560 (exit $ac_status); }; }; then
4561 cat >conftest.
$ac_ext <<_ACEOF
4564 cat confdefs.h
>>conftest.
$ac_ext
4565 cat >>conftest.
$ac_ext <<_ACEOF
4566 /* end confdefs.h. */
4573 #if MPFR_VERSION < MPFR_VERSION_NUM(2,2,1)
4576 mpfr_t n; mpfr_init(n);
4582 rm -f conftest.
$ac_objext conftest
$ac_exeext
4583 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4584 (eval $ac_link) 2>conftest.er1
4586 grep -v '^ *+' conftest.er1
>conftest.err
4588 cat conftest.err
>&5
4589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4590 (exit $ac_status); } &&
4591 { ac_try
='test -z "$ac_c_werror_flag"
4592 || test ! -s conftest.err'
4593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4597 (exit $ac_status); }; } &&
4598 { ac_try
='test -s conftest$ac_exeext'
4599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4603 (exit $ac_status); }; }; then
4604 echo "$as_me:$LINENO: result: yes" >&5
4605 echo "${ECHO_T}yes" >&6
4607 echo "$as_me: failed program was:" >&5
4608 sed 's/^/| /' conftest.
$ac_ext >&5
4610 echo "$as_me:$LINENO: result: buggy but acceptable" >&5
4611 echo "${ECHO_T}buggy but acceptable" >&6
4613 rm -f conftest.err conftest.
$ac_objext \
4614 conftest
$ac_exeext conftest.
$ac_ext
4616 echo "$as_me: failed program was:" >&5
4617 sed 's/^/| /' conftest.
$ac_ext >&5
4619 echo "$as_me:$LINENO: result: no" >&5
4620 echo "${ECHO_T}no" >&6; have_gmp
=no
4622 rm -f conftest.err conftest.
$ac_objext \
4623 conftest
$ac_exeext conftest.
$ac_ext
4626 CFLAGS
="$saved_CFLAGS"
4628 if test x
$have_gmp != xyes
; then
4629 { { echo "$as_me:$LINENO: error: Building GCC requires GMP 4.1+ and MPFR 2.2.1+.
4630 Try the --with-gmp and/or --with-mpfr options to specify their locations.
4631 Copies of these libraries' source code can be found at their respective
4632 hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
4633 See also http://gcc.gnu.org/install/prerequisites.html for additional info.
4634 If you obtained GMP and/or MPFR from a vendor distribution package, make
4635 sure that you have installed both the libraries and the header files.
4636 They may be located in separate packages." >&5
4637 echo "$as_me: 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." >&2;}
4645 { (exit 1); exit 1; }; }
4649 # Flags needed for both GMP and/or MPFR
4653 # By default, C is the only stage 1 language.
4654 stage1_languages
=,c
,
4656 # Figure out what language subdirectories are present.
4657 # Look if the user specified --enable-languages="..."; if not, use
4658 # the environment variable $LANGUAGES if defined. $LANGUAGES might
4660 # NB: embedded tabs in this IF block -- do not untabify
4661 if test -d ${srcdir}/gcc
; then
4662 if test x
"${enable_languages+set}" != xset
; then
4663 if test x
"${LANGUAGES+set}" = xset
; then
4664 enable_languages
="${LANGUAGES}"
4665 echo configure.
in: warning
: setting LANGUAGES is deprecated
, use
--enable-languages instead
1>&2
4667 enable_languages
=all
4670 if test x
"${enable_languages}" = x ||
4671 test x
"${enable_languages}" = xyes
;
4673 echo configure.
in: --enable-languages needs
at least one language argument
1>&2
4677 enable_languages
=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
4679 # 'f95' is the old name for the 'fortran' language. We issue a warning
4680 # and make the substitution.
4681 case ,${enable_languages}, in
4683 echo configure.
in: warning
: 'f95' as language name is deprecated
, use
'fortran' instead
1>&2
4684 enable_languages
=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
4688 # First scan to see if an enabled language requires some other language.
4689 # We assume that a given config-lang.in will list all the language
4690 # front ends it requires, even if some are required indirectly.
4691 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
4692 case ${lang_frag} in
4694 # The odd quoting in the next line works around
4695 # an apparent bug in bash 1.12 on linux.
4696 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
4698 # From the config-lang.in, get $language, $lang_requires
4702 for other
in ${lang_requires} ; do
4703 case ,${enable_languages}, in
4707 echo " \`$other' language required by \`$language'; enabling" 1>&2
4708 enable_languages
="${enable_languages},${other}"
4716 new_enable_languages
=,c
,
4717 missing_languages
=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
4718 potential_languages
=,c
,
4720 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
4721 case ${lang_frag} in
4723 # The odd quoting in the next line works around
4724 # an apparent bug in bash 1.12 on linux.
4725 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
4727 # From the config-lang.in, get $language, $target_libs,
4728 # $lang_dirs, $boot_language, and $build_by_default
4734 build_by_default
=yes
4736 if test x
${language} = x
; then
4737 echo "${lang_frag} doesn't set \$language." 1>&2
4741 case ,${enable_languages}, in
4743 # Language was explicitly selected; include it.
4747 # 'all' was selected, select it if it is a default language
4748 add_this_lang
=${build_by_default}
4755 # Disable languages that need other directories if these aren't available.
4756 for i
in $subdir_requires; do
4757 test -f "$srcdir/gcc/$i/config-lang.in" && continue
4758 case ,${enable_languages}, in
4760 # Specifically requested language; tell them.
4761 { { echo "$as_me:$LINENO: error: The gcc/$i directory contains parts of $language but is missing" >&5
4762 echo "$as_me: error: The gcc/$i directory contains parts of $language but is missing" >&2;}
4763 { (exit 1); exit 1; }; }
4767 add_this_lang
=unsupported
4772 # Disable Ada if no preexisting GNAT is available.
4773 case ,${enable_languages},:${language}:${have_gnat} in
4774 *,${language},*:ada
:no
)
4775 # Specifically requested language; tell them.
4776 { { echo "$as_me:$LINENO: error: GNAT is required to build $language" >&5
4777 echo "$as_me: error: GNAT is required to build $language" >&2;}
4778 { (exit 1); exit 1; }; }
4782 add_this_lang
=unsupported
4786 # Disable a language that is unsupported by the target.
4787 case " $unsupported_languages " in
4789 add_this_lang
=unsupported
4793 case $add_this_lang in
4795 # Remove language-dependent dirs.
4796 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
4799 # Remove language-dependent dirs; still show language as supported.
4800 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
4801 potential_languages
="${potential_languages}${language},"
4804 new_enable_languages
="${new_enable_languages}${language},"
4805 potential_languages
="${potential_languages}${language},"
4806 missing_languages
=`echo "$missing_languages" | sed "s/,$language,/,/"`
4807 case ${boot_language} in
4809 # Add to (comma-separated) list of stage 1 languages.
4810 stage1_languages
="${stage1_languages}${language},"
4819 # Check whether --enable-stage1-languages or --disable-stage1-languages was given.
4820 if test "${enable_stage1_languages+set}" = set; then
4821 enableval
="$enable_stage1_languages"
4822 case ,${enable_stage1_languages}, in
4824 # Set it to something that will have no effect in the loop below
4825 enable_stage1_languages
=c
;;
4827 enable_stage1_languages
=`echo $new_enable_languages | \
4828 sed -e "s/^,//" -e "s/,$//" ` ;;
4830 enable_stage1_languages
=`echo ,$enable_stage1_languages, | \
4831 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
4834 # Add "good" languages from enable_stage1_languages to stage1_languages,
4835 # while "bad" languages go in missing_languages. Leave no duplicates.
4836 for i
in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
4837 case $potential_languages in
4839 case $stage1_languages in
4841 *) stage1_languages
="$stage1_languages$i," ;;
4844 case $missing_languages in
4846 *) missing_languages
="$missing_languages$i," ;;
4852 # Remove leading/trailing commas that were added for simplicity
4853 potential_languages
=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
4854 missing_languages
=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
4855 stage1_languages
=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
4856 new_enable_languages
=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
4858 if test "x$missing_languages" != x
; then
4859 { { echo "$as_me:$LINENO: error:
4860 The following requested languages could not be built: ${missing_languages}
4861 Supported languages are: ${potential_languages}" >&5
4862 echo "$as_me: error:
4863 The following requested languages could not be built: ${missing_languages}
4864 Supported languages are: ${potential_languages}" >&2;}
4865 { (exit 1); exit 1; }; }
4867 if test "x$new_enable_languages" != "x$enable_languages"; then
4868 echo The following languages will be built
: ${new_enable_languages}
4869 enable_languages
="$new_enable_languages"
4873 ac_configure_args
=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
4876 # Handle --disable-<component> generically.
4877 for dir
in $configdirs $build_configdirs $target_configdirs ; do
4878 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
4879 if eval test x\
${enable_${dirname}} "=" xno
; then
4880 noconfigdirs
="$noconfigdirs $dir"
4884 # Check for Boehm's garbage collector
4885 # Check whether --enable-objc-gc or --disable-objc-gc was given.
4886 if test "${enable_objc_gc+set}" = set; then
4887 enableval
="$enable_objc_gc"
4888 case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
4889 *,objc
,*:*:yes:*target-boehm-gc
*)
4890 { { echo "$as_me:$LINENO: error: Boehm's garbage collector was requested yet not supported in this configuration" >&5
4891 echo "$as_me: error: Boehm's garbage collector was requested yet not supported in this configuration" >&2;}
4892 { (exit 1); exit 1; }; }
4897 # Make sure we only build Boehm's garbage collector if required.
4898 case ,${enable_languages},:${enable_objc_gc} in
4900 # Keep target-boehm-gc if requested for Objective-C.
4903 # Otherwise remove target-boehm-gc depending on target-libjava.
4904 if echo " ${noconfigdirs} " |
grep "target-libjava" >/dev
/null
2>&1; then
4905 noconfigdirs
="$noconfigdirs target-boehm-gc"
4910 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
4911 # $build_configdirs and $target_configdirs.
4912 # If we have the source for $noconfigdirs entries, add them to $notsupp.
4915 for dir
in .
$skipdirs $noconfigdirs ; do
4916 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
4917 if test $dir != .
&& echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4918 configdirs
=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
4919 if test -r $srcdir/$dirname/configure
; then
4920 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4923 notsupp
="$notsupp $dir"
4927 if test $dir != .
&& echo " ${build_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4928 build_configdirs
=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
4929 if test -r $srcdir/$dirname/configure
; then
4930 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4933 notsupp
="$notsupp $dir"
4937 if test $dir != .
&& echo " ${target_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4938 target_configdirs
=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
4939 if test -r $srcdir/$dirname/configure
; then
4940 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4943 notsupp
="$notsupp $dir"
4949 # Sometimes the tools are distributed with libiberty but with no other
4950 # libraries. In that case, we don't want to build target-libiberty.
4951 # Don't let libgcc imply libiberty either.
4952 if test -n "${target_configdirs}" ; then
4955 for i
in `echo ${target_configdirs} | sed -e s/target-//g` ; do
4956 if test "$i" = "libgcc"; then
4957 libgcc
=target-libgcc
4958 elif test "$i" != "libiberty" ; then
4959 if test -r $srcdir/$i/configure
; then
4965 if test -z "${others}" ; then
4966 target_configdirs
=$libgcc
4970 # Quietly strip out all directories which aren't configurable in this tree.
4971 # This relies on all configurable subdirectories being autoconfiscated, which
4973 build_configdirs_all
="$build_configdirs"
4975 for i
in ${build_configdirs_all} ; do
4976 j
=`echo $i | sed -e s/build-//g`
4977 if test -f ${srcdir}/$j/configure
; then
4978 build_configdirs
="${build_configdirs} $i"
4982 configdirs_all
="$configdirs"
4984 for i
in ${configdirs_all} ; do
4985 if test -f ${srcdir}/$i/configure
; then
4986 configdirs
="${configdirs} $i"
4990 target_configdirs_all
="$target_configdirs"
4992 for i
in ${target_configdirs_all} ; do
4993 j
=`echo $i | sed -e s/target-//g`
4994 if test -f ${srcdir}/$j/configure
; then
4995 target_configdirs
="${target_configdirs} $i"
4999 # Produce a warning message for the subdirs we can't configure.
5000 # This isn't especially interesting in the Cygnus tree, but in the individual
5001 # FSF releases, it's important to let people know when their machine isn't
5002 # supported by the one or two programs in a package.
5004 if test -n "${notsupp}" && test -z "${norecursion}" ; then
5005 # If $appdirs is non-empty, at least one of those directories must still
5006 # be configured, or we error out. (E.g., if the gas release supports a
5007 # specified target in some subdirs but not the gas subdir, we shouldn't
5008 # pretend that all is well.)
5009 if test -n "$appdirs" ; then
5010 for dir
in $appdirs ; do
5011 if test -r $dir/Makefile.
in ; then
5012 if echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5016 if echo " ${target_configdirs} " |
grep " target-${dir} " >/dev
/null
2>&1; then
5022 if test -n "$appdirs" ; then
5023 echo "*** This configuration is not supported by this package." 1>&2
5027 # Okay, some application will build, or we don't care to check. Still
5028 # notify of subdirs not getting built.
5029 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
5030 echo " ${notsupp}" 1>&2
5031 echo " (Any other directories should still work fine.)" 1>&2
5039 # To find our prefix, in gcc_cv_tool_prefix.
5041 # The user is always right.
5042 if test "${PATH_SEPARATOR+set}" != set; then
5043 echo "#! /bin/sh" >conf$$.sh
5044 echo "exit 0" >>conf$$.sh
5046 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
5056 if test "x$exec_prefix" = xNONE
; then
5057 if test "x$prefix" = xNONE
; then
5058 gcc_cv_tool_prefix
=$ac_default_prefix
5060 gcc_cv_tool_prefix
=$prefix
5063 gcc_cv_tool_prefix
=$exec_prefix
5066 # If there is no compiler in the tree, use the PATH only. In any
5067 # case, if there is no compiler in the tree nobody should use
5068 # AS_FOR_TARGET and LD_FOR_TARGET.
5069 if test x
$host = x
$build && test -f $srcdir/gcc
/BASE-VER
; then
5070 gcc_version
=`cat $srcdir/gcc/BASE-VER`
5071 gcc_cv_tool_dirs
="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5072 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
5073 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5074 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
5075 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5076 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
5081 if test x
$build = x
$target && test -n "$md_exec_prefix"; then
5082 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
5090 # Check whether --with-build-sysroot or --without-build-sysroot was given.
5091 if test "${with_build_sysroot+set}" = set; then
5092 withval
="$with_build_sysroot"
5093 if test x
"$withval" != x
; then
5094 SYSROOT_CFLAGS_FOR_TARGET
="--sysroot=$withval"
5097 SYSROOT_CFLAGS_FOR_TARGET
=
5102 # Check whether --with-debug-prefix-map or --without-debug-prefix-map was given.
5103 if test "${with_debug_prefix_map+set}" = set; then
5104 withval
="$with_debug_prefix_map"
5105 if test x
"$withval" != x
; then
5106 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
5107 for debug_map
in $withval; do
5108 DEBUG_PREFIX_CFLAGS_FOR_TARGET
="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
5112 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
5116 # Handle --with-headers=XXX. If the value is not "yes", the contents of
5117 # the named directory are copied to $(tooldir)/sys-include.
5118 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno
; then
5119 if test x
${is_cross_compiler} = xno
; then
5120 echo 1>&2 '***' --with-headers is only supported when cross compiling
5123 if test x
"${with_headers}" != xyes
; then
5124 x
=${gcc_cv_tool_prefix}
5125 copy_dirs
="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
5129 # Handle --with-libs=XXX. If the value is not "yes", the contents of
5130 # the name directories are copied to $(tooldir)/lib. Multiple directories
5132 if test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
5133 if test x
${is_cross_compiler} = xno
; then
5134 echo 1>&2 '***' --with-libs is only supported when cross compiling
5137 if test x
"${with_libs}" != xyes
; then
5138 # Copy the libraries in reverse order, so that files in the first named
5139 # library override files in subsequent libraries.
5140 x
=${gcc_cv_tool_prefix}
5141 for l
in ${with_libs}; do
5142 copy_dirs
="$l $x/${target_noncanonical}/lib ${copy_dirs}"
5147 # Set with_gnu_as and with_gnu_ld as appropriate.
5149 # This is done by determining whether or not the appropriate directory
5150 # is available, and by checking whether or not specific configurations
5151 # have requested that this magic not happen.
5153 # The command line options always override the explicit settings in
5154 # configure.in, and the settings in configure.in override this magic.
5156 # If the default for a toolchain is to use GNU as and ld, and you don't
5157 # want to do that, then you should use the --without-gnu-as and
5158 # --without-gnu-ld options for the configure script.
5160 if test x
${use_gnu_as} = x
&&
5161 echo " ${configdirs} " |
grep " gas " > /dev
/null
2>&1 ; then
5163 extra_host_args
="$extra_host_args --with-gnu-as"
5166 if test x
${use_gnu_ld} = x
&&
5167 echo " ${configdirs} " |
grep " ld " > /dev
/null
2>&1 ; then
5169 extra_host_args
="$extra_host_args --with-gnu-ld"
5172 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
5173 # can detect this case.
5175 if test x
${with_newlib} != xno
&& echo " ${target_configdirs} " |
grep " target-newlib " > /dev
/null
2>&1 ; then
5177 extra_host_args
="$extra_host_args --with-newlib"
5180 # Handle ${copy_dirs}
5181 set fnord
${copy_dirs}
5183 while test $# != 0 ; do
5184 if test -f $2/COPIED
&& test x
"`cat $2/COPIED`" = x
"$1" ; then
5187 echo Copying
$1 to
$2
5189 # Use the install script to create the directory and all required
5190 # parent directories.
5191 if test -d $2 ; then
5195 ${srcdir}/install-sh
-c -m 644 config.temp
$2/COPIED
5198 # Copy the directory, assuming we have tar.
5199 # FIXME: Should we use B in the second tar? Not all systems support it.
5200 (cd $1; tar -cf - .
) |
(cd $2; tar -xpf -)
5202 # It is the responsibility of the user to correctly adjust all
5203 # symlinks. If somebody can figure out how to handle them correctly
5204 # here, feel free to add the code.
5211 # Determine a target-dependent exec_prefix that the installed
5212 # gcc will search in. Keep this list sorted by triplet, with
5213 # the *-*-osname triplets last.
5217 md_exec_prefix
=/gnu
/lib
/gcc-lib
5219 i
[34567]86-pc-msdosdjgpp*)
5220 md_exec_prefix
=/dev
/env
/DJDIR
/bin
5222 i
[34567]86-*-sco3.2v5
*)
5223 if test $with_gnu_as = yes; then
5224 md_exec_prefix
=/usr
/gnu
/bin
5226 md_exec_prefix
=/usr
/ccs
/bin
/elf
5231 powerpc-
*-chorusos* | \
5232 powerpc
*-*-eabi* | \
5233 powerpc
*-*-sysv* | \
5234 powerpc
*-*-kaos* | \
5236 md_exec_prefix
=/usr
/ccs
/bin
5241 md_exec_prefix
=/usr
/ccs
/bin
5256 md_exec_prefix
=/usr
/ccs
/bin
5260 extra_arflags_for_target
=
5261 extra_nmflags_for_target
=
5262 extra_ranlibflags_for_target
=
5263 target_makefile_frag
=/dev
/null
5266 target_makefile_frag
="config/mt-mep"
5269 target_makefile_frag
="config/mt-spu"
5272 target_makefile_frag
="config/mt-sde"
5275 target_makefile_frag
="config/mt-netware"
5277 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
5278 target_makefile_frag
="config/mt-gnu"
5280 *-*-aix4.
[3456789]* |
*-*-aix[56789].
*)
5281 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
5282 # commands to handle both 32-bit and 64-bit objects. These flags are
5283 # harmless if we're using GNU nm or ar.
5284 extra_arflags_for_target
=" -X32_64"
5285 extra_nmflags_for_target
=" -B -X32_64"
5288 # ranlib from Darwin requires the -c flag to look at common symbols.
5289 extra_ranlibflags_for_target
=" -c"
5291 mips
*-*-pe | sh
*-*-pe |
*arm-wince-pe
)
5292 target_makefile_frag
="config/mt-wince"
5296 alphaieee_frag
=/dev
/null
5299 # This just makes sure to use the -mieee option to build target libs.
5300 # This should probably be set individually by each library.
5301 alphaieee_frag
="config/mt-alphaieee"
5305 # If --enable-target-optspace always use -Os instead of -O2 to build
5306 # the target libraries, similarly if it is not specified, use -Os
5307 # on selected platforms.
5308 ospace_frag
=/dev
/null
5309 case "${enable_target_optspace}:${target}" in
5311 ospace_frag
="config/mt-ospace"
5314 ospace_frag
="config/mt-d30v"
5316 :m32r-
* |
:d10v-
* |
:fr30-
*)
5317 ospace_frag
="config/mt-ospace"
5322 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
5326 # Default to using --with-stabs for certain targets.
5327 if test x
${with_stabs} = x
; then
5331 mips
*-*-* | alpha
*-*-osf*)
5333 extra_host_args
="${extra_host_args} --with-stabs"
5338 # hpux11 in 64bit mode has libraries in a weird place. Arrange to find
5339 # them automatically.
5342 extra_host_args
="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
5346 # Some systems (e.g., one of the i386-aix systems the gas testers are
5347 # using) don't handle "\$" correctly, so don't use it here.
5348 tooldir
='${exec_prefix}'/${target_noncanonical}
5349 build_tooldir
=${tooldir}
5351 # Create a .gdbinit file which runs the one in srcdir
5352 # and tells GDB to look there for source files.
5354 if test -r ${srcdir}/.gdbinit
; then
5357 *) cat > .
/.gdbinit
<<EOF
5361 source ${srcdir}/.gdbinit
5367 # Make sure that the compiler is able to generate an executable. If it
5368 # can't, we are probably in trouble. We don't care whether we can run the
5369 # executable--we might be using a cross compiler--we only care whether it
5370 # can be created. At this point the main configure script has set CC.
5372 echo "int main () { return 0; }" > conftest.c
5373 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
5374 if test $?
= 0 ; then
5375 if test -s conftest ||
test -s conftest.exe
; then
5381 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
5382 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
5389 # The Solaris /usr/ucb/cc compiler does not appear to work.
5391 sparc-sun-solaris2
*)
5392 CCBASE
="`echo ${CC-cc} | sed 's/ .*$//'`"
5393 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
5395 test -d /opt
/SUNWspro
/bin
&& could_use
="/opt/SUNWspro/bin"
5396 if test -d /opt
/cygnus
/bin
; then
5397 if test "$could_use" = "" ; then
5398 could_use
="/opt/cygnus/bin"
5400 could_use
="$could_use or /opt/cygnus/bin"
5403 if test "$could_use" = "" ; then
5404 echo "Warning: compilation may fail because you're using"
5405 echo "/usr/ucb/cc. You should change your PATH or CC "
5406 echo "variable and rerun configure."
5408 echo "Warning: compilation may fail because you're using"
5409 echo "/usr/ucb/cc, when you should use the C compiler from"
5410 echo "$could_use. You should change your"
5411 echo "PATH or CC variable and rerun configure."
5418 *-*-hpux*) RPATH_ENVVAR
=SHLIB_PATH
;;
5419 *-*-darwin* |
*-*-rhapsody* ) RPATH_ENVVAR
=DYLD_LIBRARY_PATH
;;
5420 *) RPATH_ENVVAR
=LD_LIBRARY_PATH
;;
5423 # Record target_configdirs and the configure arguments for target and
5424 # build configuration in Makefile.
5425 target_configdirs
=`echo "${target_configdirs}" | sed -e 's/target-//g'`
5426 build_configdirs
=`echo "${build_configdirs}" | sed -e 's/build-//g'`
5428 # Determine whether gdb needs tk/tcl or not.
5429 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
5430 # and in that case we want gdb to be built without tk. Ugh!
5431 # In fact I believe gdb is the *only* package directly dependent on tk,
5432 # so we should be able to put the 'maybe's in unconditionally and
5433 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
5434 # 100% sure that that's safe though.
5436 gdb_tk
="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
5437 case "$enable_gdbtk" in
5441 GDB_TK
="${gdb_tk}" ;;
5443 # Only add the dependency on gdbtk when GDBtk is part of the gdb
5444 # distro. Eventually someone will fix this and move Insight, nee
5445 # gdbtk to a separate directory.
5446 if test -d ${srcdir}/gdb
/gdbtk
; then
5453 CONFIGURE_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
5454 INSTALL_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-install-/g`
5456 # Strip out unwanted targets.
5458 # While at that, we remove Makefiles if we were started for recursive
5459 # configuration, so that the top-level Makefile reconfigures them,
5460 # like we used to do when configure itself was recursive.
5462 # Loop over modules. $extrasub must be used with care, limiting as
5463 # much as possible the usage of range addresses. That's because autoconf
5464 # splits the sed script to overcome limits in the number of commands,
5465 # and relying on carefully-timed sed passes may turn out to be very hard
5466 # to maintain later. In this particular case, you just have to be careful
5467 # not to nest @if/@endif pairs, because configure will not warn you at all.
5469 # Check whether --enable-bootstrap or --disable-bootstrap was given.
5470 if test "${enable_bootstrap+set}" = set; then
5471 enableval
="$enable_bootstrap"
5474 enable_bootstrap
=default
5477 # Issue errors and warnings for invalid/strange bootstrap combinations.
5478 case "$configdirs" in
5479 *gcc
*) have_compiler
=yes ;;
5480 *) have_compiler
=no
;;
5483 case "$have_compiler:$host:$target:$enable_bootstrap" in
5486 # Default behavior. Enable bootstrap if we have a compiler
5487 # and we are in a native configuration.
5488 yes:$build:$build:default
)
5489 enable_bootstrap
=yes ;;
5492 enable_bootstrap
=no
;;
5494 # We have a compiler and we are in a native configuration, bootstrap is ok
5495 yes:$build:$build:yes)
5498 # Other configurations, but we have a compiler. Assume the user knows
5501 { echo "$as_me:$LINENO: WARNING: trying to bootstrap a cross compiler" >&5
5502 echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5505 # No compiler: if they passed --enable-bootstrap explicitly, fail
5507 { { echo "$as_me:$LINENO: error: cannot bootstrap without a compiler" >&5
5508 echo "$as_me: error: cannot bootstrap without a compiler" >&2;}
5509 { (exit 1); exit 1; }; } ;;
5511 # Fail if wrong command line
5513 { { echo "$as_me:$LINENO: error: invalid option for --enable-bootstrap" >&5
5514 echo "$as_me: error: invalid option for --enable-bootstrap" >&2;}
5515 { (exit 1); exit 1; }; }
5519 # Adjust the toplevel makefile according to whether bootstrap was selected.
5520 case "$enable_bootstrap" in
5522 bootstrap_suffix
=bootstrap
;;
5524 bootstrap_suffix
=no-bootstrap
;;
5527 for module
in ${build_configdirs} ; do
5528 if test -z "${no_recursion}" \
5529 && test -f ${build_subdir}/${module}/Makefile
; then
5530 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
5531 rm -f ${build_subdir}/${module}/Makefile
5534 /^@if build-$module\$/d
5535 /^@endif build-$module\$/d
5536 /^@if build-$module-$bootstrap_suffix\$/d
5537 /^@endif build-$module-$bootstrap_suffix\$/d"
5539 for module
in ${configdirs} ; do
5540 if test -z "${no_recursion}"; then
5541 for file in stage
*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile
; do
5542 if test -f ${file}; then
5543 echo 1>&2 "*** removing ${file} to force reconfigure"
5550 /^@endif $module\$/d
5551 /^@if $module-$bootstrap_suffix\$/d
5552 /^@endif $module-$bootstrap_suffix\$/d"
5554 for module
in ${target_configdirs} ; do
5555 if test -z "${no_recursion}" \
5556 && test -f ${target_subdir}/${module}/Makefile
; then
5557 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
5558 rm -f ${target_subdir}/${module}/Makefile
5561 /^@if target-$module\$/d
5562 /^@endif target-$module\$/d
5563 /^@if target-$module-$bootstrap_suffix\$/d
5564 /^@endif target-$module-$bootstrap_suffix\$/d"
5568 /^@if /,/^@endif /d"
5570 # Create the serialization dependencies. This uses a temporary file.
5572 # Check whether --enable-serial-configure or --disable-serial-configure was given.
5573 if test "${enable_serial_configure+set}" = set; then
5574 enableval
="$enable_serial_configure"
5578 case ${enable_serial_configure} in
5580 enable_serial_build_configure
=yes
5581 enable_serial_host_configure
=yes
5582 enable_serial_target_configure
=yes
5586 # These force 'configure's to be done one at a time, to avoid problems
5587 # with contention over a shared config.cache.
5589 echo '# serdep.tmp' > serdep.tmp
5591 test "x${enable_serial_build_configure}" = xyes
&&
5592 for item
in ${build_configdirs} ; do
5595 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp
;;
5600 test "x${enable_serial_host_configure}" = xyes
&&
5601 for item
in ${configdirs} ; do
5604 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp
;;
5609 test "x${enable_serial_target_configure}" = xyes
&&
5610 for item
in ${target_configdirs} ; do
5613 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp
;;
5617 serialization_dependencies
=serdep.tmp
5620 # Base args. Strip norecursion, cache-file, srcdir, host, build,
5621 # target, nonopt, and variable assignments. These are the ones we
5622 # might not want to pass down to subconfigures. Also strip
5623 # program-prefix, program-suffix, and program-transform-name, so that
5624 # we can pass down a consistent program-transform-name.
5628 eval "set -- $ac_configure_args"
5631 if test X
"$skip_next" = X
"yes"; then
5635 if test X
"$keep_next" = X
"yes"; then
5638 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5640 baseargs
="$baseargs '$ac_arg'"
5645 # Handle separated arguments. Based on the logic generated by
5648 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
5649 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
5650 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
5651 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
5677 -program-prefix* | \
5678 -program-suffix* | \
5679 -program-transform-name* )
5680 skip_next
=$separate_arg
5684 # An option. Add it.
5687 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5689 baseargs
="$baseargs '$ac_arg'"
5690 keep_next
=$separate_arg
5693 # Either a variable assignment, or a nonopt (triplet). Don't
5694 # pass it down; let the Makefile handle this.
5699 # Remove the initial space we just introduced and, as these will be
5700 # expanded by make, quote '$'.
5701 baseargs
=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
5703 # Add in --program-transform-name, after --program-prefix and
5704 # --program-suffix have been applied to it. Autoconf has already
5705 # doubled dollar signs and backslashes in program_transform_name; we want
5706 # the backslashes un-doubled, and then the entire thing wrapped in single
5707 # quotes, because this will be expanded first by make and then by the shell.
5708 # Also, because we want to override the logic in subdir configure scripts to
5709 # choose program_transform_name, replace any s,x,x, with s,y,y,.
5710 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
5711 ${program_transform_name}
5713 gcc_transform_name
=`cat conftestsed.out`
5714 rm -f conftestsed.out
5715 baseargs
="$baseargs --program-transform-name='${gcc_transform_name}'"
5716 if test "$silent" = yes; then
5717 baseargs
="$baseargs --silent"
5720 # For the build-side libraries, we just need to pretend we're native,
5721 # and not use the same cache file. Multilibs are neither needed nor
5723 build_configargs
="--cache-file=../config.cache ${baseargs}"
5725 # For host modules, accept cache file option, or specification as blank.
5726 case "${cache_file}" in
5728 cache_file_option
="" ;;
5729 /* |
[A-Za-z
]:[\\/]* ) # absolute path
5730 cache_file_option
="--cache-file=${cache_file}" ;;
5732 cache_file_option
="--cache-file=../${cache_file}" ;;
5735 # Host dirs don't like to share a cache file either, horribly enough.
5736 # This seems to be due to autoconf 2.5x stupidity.
5737 host_configargs
="--cache-file=./config.cache ${extra_host_args} ${baseargs}"
5739 target_configargs
=${baseargs}
5741 # Passing a --with-cross-host argument lets the target libraries know
5742 # whether they are being built with a cross-compiler or being built
5743 # native. However, it would be better to use other mechanisms to make the
5744 # sorts of decisions they want to make on this basis. Please consider
5745 # this option to be deprecated. FIXME.
5746 if test x
${is_cross_compiler} = xyes
; then
5747 target_configargs
="--with-cross-host=${host_noncanonical} ${target_configargs}"
5750 # Default to --enable-multilib.
5751 if test x
${enable_multilib} = x
; then
5752 target_configargs
="--enable-multilib ${target_configargs}"
5755 # Pass --with-newlib if appropriate. Note that target_configdirs has
5756 # changed from the earlier setting of with_newlib.
5757 if test x
${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib
; then
5758 target_configargs
="--with-newlib ${target_configargs}"
5761 # Different target subdirs use different values of certain variables
5762 # (notably CXX). Worse, multilibs use *lots* of different values.
5763 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
5764 # it doesn't automatically accept command-line overrides of them.
5765 # This means it's not safe for target subdirs to share a cache file,
5766 # which is disgusting, but there you have it. Hopefully this can be
5767 # fixed in future. It's still worthwhile to use a cache file for each
5768 # directory. I think.
5770 # Pass the appropriate --build, --host, --target and --cache-file arguments.
5771 # We need to pass --target, as newer autoconf's requires consistency
5772 # for target_alias and gcc doesn't manage it consistently.
5773 target_configargs
="--cache-file=./config.cache ${target_configargs}"
5776 case " $target_configdirs " in
5778 case " $target_configargs " in
5779 *" --with-newlib "*)
5782 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' ;;
5785 # If we're not building GCC, don't discard standard headers.
5786 if test -d ${srcdir}/gcc
; then
5787 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -nostdinc'
5789 if test "${build}" != "${host}"; then
5790 # On Canadian crosses, CC_FOR_TARGET will have already been set
5791 # by `configure', so we won't have an opportunity to add -Bgcc/
5792 # to it. This is right: we don't want to search that directory
5793 # for binaries, but we want the header files in there, so add
5795 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include'
5797 # Someone might think of using the pre-installed headers on
5798 # Canadian crosses, in case the installed compiler is not fully
5799 # compatible with the compiler being built. In this case, it
5800 # would be better to flag an error than risking having
5801 # incompatible object files being constructed. We can't
5802 # guarantee that an error will be flagged, but let's hope the
5803 # compiler will do it, when presented with incompatible header
5808 case "${target}-${is_cross_compiler}" in
5809 i
[3456789]86-*-linux*-no)
5810 # Here host == target, so we don't need to build gcc,
5811 # so we don't want to discard standard headers.
5812 FLAGS_FOR_TARGET
=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
5815 # If we're building newlib, use its generic headers last, but search
5816 # for any libc-related directories first (so make it the last -B
5818 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
5820 # If we're building libgloss, find the startup file, simulator library
5821 # and linker script.
5822 case " $target_configdirs " in
5824 # Look for startup file, simulator library and maybe linker script.
5825 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
5826 # Look for libnosys.a in case the target needs it.
5827 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
5828 # Most targets have the linker script in the source directory.
5829 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
5840 # Can't be handled as Cygwin above since Mingw does not use newlib.
5841 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' ;;
5844 # Allow the user to override the flags for
5845 # our build compiler if desired.
5846 CFLAGS_FOR_BUILD
=${CFLAGS_FOR_BUILD-${CFLAGS}}
5848 # On Canadian crosses, we'll be searching the right directories for
5849 # the previously-installed cross compiler, so don't bother to add
5850 # flags for directories within the install tree of the compiler
5851 # being built; programs in there won't even run.
5852 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
5853 # Search for pre-installed headers if nothing else fits.
5854 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
5857 if test "x
${use_gnu_ld}" = x &&
5858 echo " ${configdirs} " | grep " ld
" > /dev/null ; then
5859 # Arrange for us to find uninstalled linker scripts.
5860 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
5863 # Search for other target-specific linker scripts and such.
5866 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
5870 # Makefile fragments.
5871 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
5873 eval fragval=\$$frag
5874 if test $fragval != /dev/null; then
5875 eval $frag=${srcdir}/$fragval
5883 # Miscellanea: directories, flags, etc.
5891 # Build module lists & subconfigure args.
5895 # Host module lists & subconfigure args.
5899 # Target module lists & subconfigure args.
5907 # Generate default definitions for YACC, M4, LEX and other programs that run
5908 # on the build machine. These are used if the Makefile can't locate these
5909 # programs in objdir.
5910 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
5912 for ac_prog in 'bison -y' byacc yacc
5914 # Extract the first word of "$ac_prog", so it can be a program name with args.
5915 set dummy $ac_prog; ac_word=$2
5916 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5917 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5918 if test "${ac_cv_prog_YACC+set}" = set; then
5919 echo $ECHO_N "(cached
) $ECHO_C" >&6
5921 if test -n "$YACC"; then
5922 ac_cv_prog_YACC="$YACC" # Let the user override the test.
5924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5928 test -z "$as_dir" && as_dir=.
5929 for ac_exec_ext in '' $ac_executable_extensions; do
5930 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5931 ac_cv_prog_YACC="$ac_prog"
5932 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5940 YACC=$ac_cv_prog_YACC
5941 if test -n "$YACC"; then
5942 echo "$as_me:$LINENO: result
: $YACC" >&5
5943 echo "${ECHO_T}$YACC" >&6
5945 echo "$as_me:$LINENO: result
: no
" >&5
5946 echo "${ECHO_T}no
" >&6
5949 test -n "$YACC" && break
5951 test -n "$YACC" || YACC="$MISSING bison
-y"
5953 case " $build_configdirs " in
5954 *" bison
"*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
5955 *" byacc
"*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
5958 for ac_prog in bison
5960 # Extract the first word of "$ac_prog", so it can be a program name with args.
5961 set dummy $ac_prog; ac_word=$2
5962 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5963 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5964 if test "${ac_cv_prog_BISON+set}" = set; then
5965 echo $ECHO_N "(cached
) $ECHO_C" >&6
5967 if test -n "$BISON"; then
5968 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5970 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5974 test -z "$as_dir" && as_dir=.
5975 for ac_exec_ext in '' $ac_executable_extensions; do
5976 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5977 ac_cv_prog_BISON="$ac_prog"
5978 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5986 BISON=$ac_cv_prog_BISON
5987 if test -n "$BISON"; then
5988 echo "$as_me:$LINENO: result
: $BISON" >&5
5989 echo "${ECHO_T}$BISON" >&6
5991 echo "$as_me:$LINENO: result
: no
" >&5
5992 echo "${ECHO_T}no
" >&6
5995 test -n "$BISON" && break
5997 test -n "$BISON" || BISON="$MISSING bison
"
5999 case " $build_configdirs " in
6000 *" bison
"*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
6003 for ac_prog in gm4 gnum4 m4
6005 # Extract the first word of "$ac_prog", so it can be a program name with args.
6006 set dummy $ac_prog; ac_word=$2
6007 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6008 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6009 if test "${ac_cv_prog_M4+set}" = set; then
6010 echo $ECHO_N "(cached
) $ECHO_C" >&6
6012 if test -n "$M4"; then
6013 ac_cv_prog_M4="$M4" # Let the user override the test.
6015 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6019 test -z "$as_dir" && as_dir=.
6020 for ac_exec_ext in '' $ac_executable_extensions; do
6021 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6022 ac_cv_prog_M4="$ac_prog"
6023 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6032 if test -n "$M4"; then
6033 echo "$as_me:$LINENO: result
: $M4" >&5
6034 echo "${ECHO_T}$M4" >&6
6036 echo "$as_me:$LINENO: result
: no
" >&5
6037 echo "${ECHO_T}no
" >&6
6040 test -n "$M4" && break
6042 test -n "$M4" || M4="$MISSING m4"
6044 case " $build_configdirs " in
6045 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
6048 for ac_prog in flex lex
6050 # Extract the first word of "$ac_prog", so it can be a program name with args.
6051 set dummy $ac_prog; ac_word=$2
6052 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6053 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6054 if test "${ac_cv_prog_LEX+set}" = set; then
6055 echo $ECHO_N "(cached
) $ECHO_C" >&6
6057 if test -n "$LEX"; then
6058 ac_cv_prog_LEX="$LEX" # Let the user override the test.
6060 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6064 test -z "$as_dir" && as_dir=.
6065 for ac_exec_ext in '' $ac_executable_extensions; do
6066 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6067 ac_cv_prog_LEX="$ac_prog"
6068 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6077 if test -n "$LEX"; then
6078 echo "$as_me:$LINENO: result
: $LEX" >&5
6079 echo "${ECHO_T}$LEX" >&6
6081 echo "$as_me:$LINENO: result
: no
" >&5
6082 echo "${ECHO_T}no
" >&6
6085 test -n "$LEX" && break
6087 test -n "$LEX" || LEX="$MISSING flex
"
6089 case " $build_configdirs " in
6090 *" flex
"*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
6091 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
6096 # Extract the first word of "$ac_prog", so it can be a program name with args.
6097 set dummy $ac_prog; ac_word=$2
6098 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6099 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6100 if test "${ac_cv_prog_FLEX+set}" = set; then
6101 echo $ECHO_N "(cached
) $ECHO_C" >&6
6103 if test -n "$FLEX"; then
6104 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
6106 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6110 test -z "$as_dir" && as_dir=.
6111 for ac_exec_ext in '' $ac_executable_extensions; do
6112 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6113 ac_cv_prog_FLEX="$ac_prog"
6114 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6122 FLEX=$ac_cv_prog_FLEX
6123 if test -n "$FLEX"; then
6124 echo "$as_me:$LINENO: result
: $FLEX" >&5
6125 echo "${ECHO_T}$FLEX" >&6
6127 echo "$as_me:$LINENO: result
: no
" >&5
6128 echo "${ECHO_T}no
" >&6
6131 test -n "$FLEX" && break
6133 test -n "$FLEX" || FLEX="$MISSING flex
"
6135 case " $build_configdirs " in
6136 *" flex
"*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
6139 for ac_prog in makeinfo
6141 # Extract the first word of "$ac_prog", so it can be a program name with args.
6142 set dummy $ac_prog; ac_word=$2
6143 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6144 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6145 if test "${ac_cv_prog_MAKEINFO+set}" = set; then
6146 echo $ECHO_N "(cached
) $ECHO_C" >&6
6148 if test -n "$MAKEINFO"; then
6149 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
6151 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6155 test -z "$as_dir" && as_dir=.
6156 for ac_exec_ext in '' $ac_executable_extensions; do
6157 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6158 ac_cv_prog_MAKEINFO="$ac_prog"
6159 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6167 MAKEINFO=$ac_cv_prog_MAKEINFO
6168 if test -n "$MAKEINFO"; then
6169 echo "$as_me:$LINENO: result
: $MAKEINFO" >&5
6170 echo "${ECHO_T}$MAKEINFO" >&6
6172 echo "$as_me:$LINENO: result
: no
" >&5
6173 echo "${ECHO_T}no
" >&6
6176 test -n "$MAKEINFO" && break
6178 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo
"
6180 case " $build_configdirs " in
6181 *" texinfo
"*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
6184 # For an installed makeinfo, we require it to be from texinfo 4.4 or
6185 # higher, else we use the "missing
" dummy.
6186 if ${MAKEINFO} --version \
6187 | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
6190 MAKEINFO="$MISSING makeinfo
"
6196 # FIXME: expect and dejagnu may become build tools?
6198 for ac_prog in expect
6200 # Extract the first word of "$ac_prog", so it can be a program name with args.
6201 set dummy $ac_prog; ac_word=$2
6202 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6203 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6204 if test "${ac_cv_prog_EXPECT+set}" = set; then
6205 echo $ECHO_N "(cached
) $ECHO_C" >&6
6207 if test -n "$EXPECT"; then
6208 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
6210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6214 test -z "$as_dir" && as_dir=.
6215 for ac_exec_ext in '' $ac_executable_extensions; do
6216 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6217 ac_cv_prog_EXPECT="$ac_prog"
6218 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6226 EXPECT=$ac_cv_prog_EXPECT
6227 if test -n "$EXPECT"; then
6228 echo "$as_me:$LINENO: result
: $EXPECT" >&5
6229 echo "${ECHO_T}$EXPECT" >&6
6231 echo "$as_me:$LINENO: result
: no
" >&5
6232 echo "${ECHO_T}no
" >&6
6235 test -n "$EXPECT" && break
6237 test -n "$EXPECT" || EXPECT="expect
"
6239 case " $configdirs " in
6241 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
6245 for ac_prog in runtest
6247 # Extract the first word of "$ac_prog", so it can be a program name with args.
6248 set dummy $ac_prog; ac_word=$2
6249 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6250 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6251 if test "${ac_cv_prog_RUNTEST+set}" = set; then
6252 echo $ECHO_N "(cached
) $ECHO_C" >&6
6254 if test -n "$RUNTEST"; then
6255 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
6257 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6261 test -z "$as_dir" && as_dir=.
6262 for ac_exec_ext in '' $ac_executable_extensions; do
6263 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6264 ac_cv_prog_RUNTEST="$ac_prog"
6265 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6273 RUNTEST=$ac_cv_prog_RUNTEST
6274 if test -n "$RUNTEST"; then
6275 echo "$as_me:$LINENO: result
: $RUNTEST" >&5
6276 echo "${ECHO_T}$RUNTEST" >&6
6278 echo "$as_me:$LINENO: result
: no
" >&5
6279 echo "${ECHO_T}no
" >&6
6282 test -n "$RUNTEST" && break
6284 test -n "$RUNTEST" || RUNTEST="runtest
"
6286 case " $configdirs " in
6288 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
6295 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
6296 ncn_target_tool_prefix=
6297 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
6301 if test -n "$AR"; then
6303 elif test -n "$ac_cv_prog_AR"; then
6307 if test -n "$ac_cv_prog_AR"; then
6308 for ncn_progname in ar; do
6309 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6310 set dummy ${ncn_progname}; ac_word=$2
6311 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6312 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6313 if test "${ac_cv_prog_AR+set}" = set; then
6314 echo $ECHO_N "(cached
) $ECHO_C" >&6
6316 if test -n "$AR"; then
6317 ac_cv_prog_AR="$AR" # Let the user override the test.
6319 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6323 test -z "$as_dir" && as_dir=.
6324 for ac_exec_ext in '' $ac_executable_extensions; do
6325 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6326 ac_cv_prog_AR="${ncn_progname}"
6327 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6336 if test -n "$AR"; then
6337 echo "$as_me:$LINENO: result
: $AR" >&5
6338 echo "${ECHO_T}$AR" >&6
6340 echo "$as_me:$LINENO: result
: no
" >&5
6341 echo "${ECHO_T}no
" >&6
6347 for ncn_progname in ar; do
6348 if test -n "$ncn_tool_prefix"; then
6349 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6350 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6351 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6352 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6353 if test "${ac_cv_prog_AR+set}" = set; then
6354 echo $ECHO_N "(cached
) $ECHO_C" >&6
6356 if test -n "$AR"; then
6357 ac_cv_prog_AR="$AR" # Let the user override the test.
6359 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6363 test -z "$as_dir" && as_dir=.
6364 for ac_exec_ext in '' $ac_executable_extensions; do
6365 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6366 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
6367 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6376 if test -n "$AR"; then
6377 echo "$as_me:$LINENO: result
: $AR" >&5
6378 echo "${ECHO_T}$AR" >&6
6380 echo "$as_me:$LINENO: result
: no
" >&5
6381 echo "${ECHO_T}no
" >&6
6385 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
6386 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6387 set dummy ${ncn_progname}; ac_word=$2
6388 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6389 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6390 if test "${ac_cv_prog_AR+set}" = set; then
6391 echo $ECHO_N "(cached
) $ECHO_C" >&6
6393 if test -n "$AR"; then
6394 ac_cv_prog_AR="$AR" # Let the user override the test.
6396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6400 test -z "$as_dir" && as_dir=.
6401 for ac_exec_ext in '' $ac_executable_extensions; do
6402 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6403 ac_cv_prog_AR="${ncn_progname}"
6404 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6413 if test -n "$AR"; then
6414 echo "$as_me:$LINENO: result
: $AR" >&5
6415 echo "${ECHO_T}$AR" >&6
6417 echo "$as_me:$LINENO: result
: no
" >&5
6418 echo "${ECHO_T}no
" >&6
6422 test -n "$ac_cv_prog_AR" && break
6425 if test -z "$ac_cv_prog_AR" ; then
6427 if test $build = $host ; then
6430 AR="${ncn_tool_prefix}$2"
6436 if test -n "$AS"; then
6438 elif test -n "$ac_cv_prog_AS"; then
6442 if test -n "$ac_cv_prog_AS"; then
6443 for ncn_progname in as; do
6444 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6445 set dummy ${ncn_progname}; ac_word=$2
6446 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6447 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6448 if test "${ac_cv_prog_AS+set}" = set; then
6449 echo $ECHO_N "(cached
) $ECHO_C" >&6
6451 if test -n "$AS"; then
6452 ac_cv_prog_AS="$AS" # Let the user override the test.
6454 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6458 test -z "$as_dir" && as_dir=.
6459 for ac_exec_ext in '' $ac_executable_extensions; do
6460 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6461 ac_cv_prog_AS="${ncn_progname}"
6462 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6471 if test -n "$AS"; then
6472 echo "$as_me:$LINENO: result
: $AS" >&5
6473 echo "${ECHO_T}$AS" >&6
6475 echo "$as_me:$LINENO: result
: no
" >&5
6476 echo "${ECHO_T}no
" >&6
6482 for ncn_progname in as; do
6483 if test -n "$ncn_tool_prefix"; then
6484 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6485 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6486 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6487 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6488 if test "${ac_cv_prog_AS+set}" = set; then
6489 echo $ECHO_N "(cached
) $ECHO_C" >&6
6491 if test -n "$AS"; then
6492 ac_cv_prog_AS="$AS" # Let the user override the test.
6494 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6498 test -z "$as_dir" && as_dir=.
6499 for ac_exec_ext in '' $ac_executable_extensions; do
6500 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6501 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
6502 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6511 if test -n "$AS"; then
6512 echo "$as_me:$LINENO: result
: $AS" >&5
6513 echo "${ECHO_T}$AS" >&6
6515 echo "$as_me:$LINENO: result
: no
" >&5
6516 echo "${ECHO_T}no
" >&6
6520 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
6521 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6522 set dummy ${ncn_progname}; ac_word=$2
6523 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6524 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6525 if test "${ac_cv_prog_AS+set}" = set; then
6526 echo $ECHO_N "(cached
) $ECHO_C" >&6
6528 if test -n "$AS"; then
6529 ac_cv_prog_AS="$AS" # Let the user override the test.
6531 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6535 test -z "$as_dir" && as_dir=.
6536 for ac_exec_ext in '' $ac_executable_extensions; do
6537 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6538 ac_cv_prog_AS="${ncn_progname}"
6539 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6548 if test -n "$AS"; then
6549 echo "$as_me:$LINENO: result
: $AS" >&5
6550 echo "${ECHO_T}$AS" >&6
6552 echo "$as_me:$LINENO: result
: no
" >&5
6553 echo "${ECHO_T}no
" >&6
6557 test -n "$ac_cv_prog_AS" && break
6560 if test -z "$ac_cv_prog_AS" ; then
6562 if test $build = $host ; then
6565 AS="${ncn_tool_prefix}$2"
6571 if test -n "$DLLTOOL"; then
6572 ac_cv_prog_DLLTOOL=$DLLTOOL
6573 elif test -n "$ac_cv_prog_DLLTOOL"; then
6574 DLLTOOL=$ac_cv_prog_DLLTOOL
6577 if test -n "$ac_cv_prog_DLLTOOL"; then
6578 for ncn_progname in dlltool; do
6579 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6580 set dummy ${ncn_progname}; ac_word=$2
6581 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6582 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6583 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6584 echo $ECHO_N "(cached
) $ECHO_C" >&6
6586 if test -n "$DLLTOOL"; then
6587 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6589 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6593 test -z "$as_dir" && as_dir=.
6594 for ac_exec_ext in '' $ac_executable_extensions; do
6595 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6596 ac_cv_prog_DLLTOOL="${ncn_progname}"
6597 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6605 DLLTOOL=$ac_cv_prog_DLLTOOL
6606 if test -n "$DLLTOOL"; then
6607 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
6608 echo "${ECHO_T}$DLLTOOL" >&6
6610 echo "$as_me:$LINENO: result
: no
" >&5
6611 echo "${ECHO_T}no
" >&6
6617 for ncn_progname in dlltool; do
6618 if test -n "$ncn_tool_prefix"; then
6619 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6620 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6621 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6622 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6623 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6624 echo $ECHO_N "(cached
) $ECHO_C" >&6
6626 if test -n "$DLLTOOL"; then
6627 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6629 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6633 test -z "$as_dir" && as_dir=.
6634 for ac_exec_ext in '' $ac_executable_extensions; do
6635 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6636 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
6637 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6645 DLLTOOL=$ac_cv_prog_DLLTOOL
6646 if test -n "$DLLTOOL"; then
6647 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
6648 echo "${ECHO_T}$DLLTOOL" >&6
6650 echo "$as_me:$LINENO: result
: no
" >&5
6651 echo "${ECHO_T}no
" >&6
6655 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
6656 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6657 set dummy ${ncn_progname}; ac_word=$2
6658 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6659 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6660 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6661 echo $ECHO_N "(cached
) $ECHO_C" >&6
6663 if test -n "$DLLTOOL"; then
6664 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6666 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6670 test -z "$as_dir" && as_dir=.
6671 for ac_exec_ext in '' $ac_executable_extensions; do
6672 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6673 ac_cv_prog_DLLTOOL="${ncn_progname}"
6674 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6682 DLLTOOL=$ac_cv_prog_DLLTOOL
6683 if test -n "$DLLTOOL"; then
6684 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
6685 echo "${ECHO_T}$DLLTOOL" >&6
6687 echo "$as_me:$LINENO: result
: no
" >&5
6688 echo "${ECHO_T}no
" >&6
6692 test -n "$ac_cv_prog_DLLTOOL" && break
6695 if test -z "$ac_cv_prog_DLLTOOL" ; then
6697 if test $build = $host ; then
6700 DLLTOOL="${ncn_tool_prefix}$2"
6706 if test -n "$LD"; then
6708 elif test -n "$ac_cv_prog_LD"; then
6712 if test -n "$ac_cv_prog_LD"; then
6713 for ncn_progname in ld; do
6714 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6715 set dummy ${ncn_progname}; ac_word=$2
6716 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6717 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6718 if test "${ac_cv_prog_LD+set}" = set; then
6719 echo $ECHO_N "(cached
) $ECHO_C" >&6
6721 if test -n "$LD"; then
6722 ac_cv_prog_LD="$LD" # Let the user override the test.
6724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6728 test -z "$as_dir" && as_dir=.
6729 for ac_exec_ext in '' $ac_executable_extensions; do
6730 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6731 ac_cv_prog_LD="${ncn_progname}"
6732 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6741 if test -n "$LD"; then
6742 echo "$as_me:$LINENO: result
: $LD" >&5
6743 echo "${ECHO_T}$LD" >&6
6745 echo "$as_me:$LINENO: result
: no
" >&5
6746 echo "${ECHO_T}no
" >&6
6752 for ncn_progname in ld; do
6753 if test -n "$ncn_tool_prefix"; then
6754 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6755 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6756 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6757 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6758 if test "${ac_cv_prog_LD+set}" = set; then
6759 echo $ECHO_N "(cached
) $ECHO_C" >&6
6761 if test -n "$LD"; then
6762 ac_cv_prog_LD="$LD" # Let the user override the test.
6764 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6768 test -z "$as_dir" && as_dir=.
6769 for ac_exec_ext in '' $ac_executable_extensions; do
6770 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6771 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
6772 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6781 if test -n "$LD"; then
6782 echo "$as_me:$LINENO: result
: $LD" >&5
6783 echo "${ECHO_T}$LD" >&6
6785 echo "$as_me:$LINENO: result
: no
" >&5
6786 echo "${ECHO_T}no
" >&6
6790 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
6791 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6792 set dummy ${ncn_progname}; ac_word=$2
6793 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6794 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6795 if test "${ac_cv_prog_LD+set}" = set; then
6796 echo $ECHO_N "(cached
) $ECHO_C" >&6
6798 if test -n "$LD"; then
6799 ac_cv_prog_LD="$LD" # Let the user override the test.
6801 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6805 test -z "$as_dir" && as_dir=.
6806 for ac_exec_ext in '' $ac_executable_extensions; do
6807 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6808 ac_cv_prog_LD="${ncn_progname}"
6809 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6818 if test -n "$LD"; then
6819 echo "$as_me:$LINENO: result
: $LD" >&5
6820 echo "${ECHO_T}$LD" >&6
6822 echo "$as_me:$LINENO: result
: no
" >&5
6823 echo "${ECHO_T}no
" >&6
6827 test -n "$ac_cv_prog_LD" && break
6830 if test -z "$ac_cv_prog_LD" ; then
6832 if test $build = $host ; then
6835 LD="${ncn_tool_prefix}$2"
6841 if test -n "$LIPO"; then
6842 ac_cv_prog_LIPO=$LIPO
6843 elif test -n "$ac_cv_prog_LIPO"; then
6844 LIPO=$ac_cv_prog_LIPO
6847 if test -n "$ac_cv_prog_LIPO"; then
6848 for ncn_progname in lipo; do
6849 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6850 set dummy ${ncn_progname}; ac_word=$2
6851 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6852 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6853 if test "${ac_cv_prog_LIPO+set}" = set; then
6854 echo $ECHO_N "(cached
) $ECHO_C" >&6
6856 if test -n "$LIPO"; then
6857 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6859 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6863 test -z "$as_dir" && as_dir=.
6864 for ac_exec_ext in '' $ac_executable_extensions; do
6865 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6866 ac_cv_prog_LIPO="${ncn_progname}"
6867 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6875 LIPO=$ac_cv_prog_LIPO
6876 if test -n "$LIPO"; then
6877 echo "$as_me:$LINENO: result
: $LIPO" >&5
6878 echo "${ECHO_T}$LIPO" >&6
6880 echo "$as_me:$LINENO: result
: no
" >&5
6881 echo "${ECHO_T}no
" >&6
6887 for ncn_progname in lipo; do
6888 if test -n "$ncn_tool_prefix"; then
6889 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6890 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6891 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6892 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6893 if test "${ac_cv_prog_LIPO+set}" = set; then
6894 echo $ECHO_N "(cached
) $ECHO_C" >&6
6896 if test -n "$LIPO"; then
6897 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6899 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6903 test -z "$as_dir" && as_dir=.
6904 for ac_exec_ext in '' $ac_executable_extensions; do
6905 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6906 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
6907 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6915 LIPO=$ac_cv_prog_LIPO
6916 if test -n "$LIPO"; then
6917 echo "$as_me:$LINENO: result
: $LIPO" >&5
6918 echo "${ECHO_T}$LIPO" >&6
6920 echo "$as_me:$LINENO: result
: no
" >&5
6921 echo "${ECHO_T}no
" >&6
6925 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
6926 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6927 set dummy ${ncn_progname}; ac_word=$2
6928 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6929 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6930 if test "${ac_cv_prog_LIPO+set}" = set; then
6931 echo $ECHO_N "(cached
) $ECHO_C" >&6
6933 if test -n "$LIPO"; then
6934 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6936 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6940 test -z "$as_dir" && as_dir=.
6941 for ac_exec_ext in '' $ac_executable_extensions; do
6942 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6943 ac_cv_prog_LIPO="${ncn_progname}"
6944 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6952 LIPO=$ac_cv_prog_LIPO
6953 if test -n "$LIPO"; then
6954 echo "$as_me:$LINENO: result
: $LIPO" >&5
6955 echo "${ECHO_T}$LIPO" >&6
6957 echo "$as_me:$LINENO: result
: no
" >&5
6958 echo "${ECHO_T}no
" >&6
6962 test -n "$ac_cv_prog_LIPO" && break
6965 if test -z "$ac_cv_prog_LIPO" ; then
6967 if test $build = $host ; then
6970 LIPO="${ncn_tool_prefix}$2"
6976 if test -n "$NM"; then
6978 elif test -n "$ac_cv_prog_NM"; then
6982 if test -n "$ac_cv_prog_NM"; then
6983 for ncn_progname in nm; do
6984 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6985 set dummy ${ncn_progname}; ac_word=$2
6986 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6987 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6988 if test "${ac_cv_prog_NM+set}" = set; then
6989 echo $ECHO_N "(cached
) $ECHO_C" >&6
6991 if test -n "$NM"; then
6992 ac_cv_prog_NM="$NM" # Let the user override the test.
6994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6998 test -z "$as_dir" && as_dir=.
6999 for ac_exec_ext in '' $ac_executable_extensions; do
7000 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7001 ac_cv_prog_NM="${ncn_progname}"
7002 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7011 if test -n "$NM"; then
7012 echo "$as_me:$LINENO: result
: $NM" >&5
7013 echo "${ECHO_T}$NM" >&6
7015 echo "$as_me:$LINENO: result
: no
" >&5
7016 echo "${ECHO_T}no
" >&6
7022 for ncn_progname in nm; do
7023 if test -n "$ncn_tool_prefix"; then
7024 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7025 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7026 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7027 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7028 if test "${ac_cv_prog_NM+set}" = set; then
7029 echo $ECHO_N "(cached
) $ECHO_C" >&6
7031 if test -n "$NM"; then
7032 ac_cv_prog_NM="$NM" # Let the user override the test.
7034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7038 test -z "$as_dir" && as_dir=.
7039 for ac_exec_ext in '' $ac_executable_extensions; do
7040 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7041 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
7042 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7051 if test -n "$NM"; then
7052 echo "$as_me:$LINENO: result
: $NM" >&5
7053 echo "${ECHO_T}$NM" >&6
7055 echo "$as_me:$LINENO: result
: no
" >&5
7056 echo "${ECHO_T}no
" >&6
7060 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
7061 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7062 set dummy ${ncn_progname}; ac_word=$2
7063 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7064 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7065 if test "${ac_cv_prog_NM+set}" = set; then
7066 echo $ECHO_N "(cached
) $ECHO_C" >&6
7068 if test -n "$NM"; then
7069 ac_cv_prog_NM="$NM" # Let the user override the test.
7071 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7075 test -z "$as_dir" && as_dir=.
7076 for ac_exec_ext in '' $ac_executable_extensions; do
7077 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7078 ac_cv_prog_NM="${ncn_progname}"
7079 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7088 if test -n "$NM"; then
7089 echo "$as_me:$LINENO: result
: $NM" >&5
7090 echo "${ECHO_T}$NM" >&6
7092 echo "$as_me:$LINENO: result
: no
" >&5
7093 echo "${ECHO_T}no
" >&6
7097 test -n "$ac_cv_prog_NM" && break
7100 if test -z "$ac_cv_prog_NM" ; then
7102 if test $build = $host ; then
7105 NM="${ncn_tool_prefix}$2"
7111 if test -n "$RANLIB"; then
7112 ac_cv_prog_RANLIB=$RANLIB
7113 elif test -n "$ac_cv_prog_RANLIB"; then
7114 RANLIB=$ac_cv_prog_RANLIB
7117 if test -n "$ac_cv_prog_RANLIB"; then
7118 for ncn_progname in ranlib; do
7119 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7120 set dummy ${ncn_progname}; ac_word=$2
7121 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7122 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7123 if test "${ac_cv_prog_RANLIB+set}" = set; then
7124 echo $ECHO_N "(cached
) $ECHO_C" >&6
7126 if test -n "$RANLIB"; then
7127 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7129 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7133 test -z "$as_dir" && as_dir=.
7134 for ac_exec_ext in '' $ac_executable_extensions; do
7135 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7136 ac_cv_prog_RANLIB="${ncn_progname}"
7137 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7145 RANLIB=$ac_cv_prog_RANLIB
7146 if test -n "$RANLIB"; then
7147 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7148 echo "${ECHO_T}$RANLIB" >&6
7150 echo "$as_me:$LINENO: result
: no
" >&5
7151 echo "${ECHO_T}no
" >&6
7157 for ncn_progname in ranlib; do
7158 if test -n "$ncn_tool_prefix"; then
7159 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7160 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7161 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7162 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7163 if test "${ac_cv_prog_RANLIB+set}" = set; then
7164 echo $ECHO_N "(cached
) $ECHO_C" >&6
7166 if test -n "$RANLIB"; then
7167 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7169 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7173 test -z "$as_dir" && as_dir=.
7174 for ac_exec_ext in '' $ac_executable_extensions; do
7175 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7176 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
7177 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7185 RANLIB=$ac_cv_prog_RANLIB
7186 if test -n "$RANLIB"; then
7187 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7188 echo "${ECHO_T}$RANLIB" >&6
7190 echo "$as_me:$LINENO: result
: no
" >&5
7191 echo "${ECHO_T}no
" >&6
7195 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
7196 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7197 set dummy ${ncn_progname}; ac_word=$2
7198 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7199 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7200 if test "${ac_cv_prog_RANLIB+set}" = set; then
7201 echo $ECHO_N "(cached
) $ECHO_C" >&6
7203 if test -n "$RANLIB"; then
7204 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7206 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7210 test -z "$as_dir" && as_dir=.
7211 for ac_exec_ext in '' $ac_executable_extensions; do
7212 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7213 ac_cv_prog_RANLIB="${ncn_progname}"
7214 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7222 RANLIB=$ac_cv_prog_RANLIB
7223 if test -n "$RANLIB"; then
7224 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7225 echo "${ECHO_T}$RANLIB" >&6
7227 echo "$as_me:$LINENO: result
: no
" >&5
7228 echo "${ECHO_T}no
" >&6
7232 test -n "$ac_cv_prog_RANLIB" && break
7235 if test -z "$ac_cv_prog_RANLIB" ; then
7241 if test -n "$STRIP"; then
7242 ac_cv_prog_STRIP=$STRIP
7243 elif test -n "$ac_cv_prog_STRIP"; then
7244 STRIP=$ac_cv_prog_STRIP
7247 if test -n "$ac_cv_prog_STRIP"; then
7248 for ncn_progname in strip; do
7249 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7250 set dummy ${ncn_progname}; ac_word=$2
7251 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7252 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7253 if test "${ac_cv_prog_STRIP+set}" = set; then
7254 echo $ECHO_N "(cached
) $ECHO_C" >&6
7256 if test -n "$STRIP"; then
7257 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7259 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7263 test -z "$as_dir" && as_dir=.
7264 for ac_exec_ext in '' $ac_executable_extensions; do
7265 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7266 ac_cv_prog_STRIP="${ncn_progname}"
7267 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7275 STRIP=$ac_cv_prog_STRIP
7276 if test -n "$STRIP"; then
7277 echo "$as_me:$LINENO: result
: $STRIP" >&5
7278 echo "${ECHO_T}$STRIP" >&6
7280 echo "$as_me:$LINENO: result
: no
" >&5
7281 echo "${ECHO_T}no
" >&6
7287 for ncn_progname in strip; do
7288 if test -n "$ncn_tool_prefix"; then
7289 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7290 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7291 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7292 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7293 if test "${ac_cv_prog_STRIP+set}" = set; then
7294 echo $ECHO_N "(cached
) $ECHO_C" >&6
7296 if test -n "$STRIP"; then
7297 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7303 test -z "$as_dir" && as_dir=.
7304 for ac_exec_ext in '' $ac_executable_extensions; do
7305 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7306 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
7307 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7315 STRIP=$ac_cv_prog_STRIP
7316 if test -n "$STRIP"; then
7317 echo "$as_me:$LINENO: result
: $STRIP" >&5
7318 echo "${ECHO_T}$STRIP" >&6
7320 echo "$as_me:$LINENO: result
: no
" >&5
7321 echo "${ECHO_T}no
" >&6
7325 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
7326 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7327 set dummy ${ncn_progname}; ac_word=$2
7328 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7329 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7330 if test "${ac_cv_prog_STRIP+set}" = set; then
7331 echo $ECHO_N "(cached
) $ECHO_C" >&6
7333 if test -n "$STRIP"; then
7334 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7336 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7340 test -z "$as_dir" && as_dir=.
7341 for ac_exec_ext in '' $ac_executable_extensions; do
7342 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7343 ac_cv_prog_STRIP="${ncn_progname}"
7344 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7352 STRIP=$ac_cv_prog_STRIP
7353 if test -n "$STRIP"; then
7354 echo "$as_me:$LINENO: result
: $STRIP" >&5
7355 echo "${ECHO_T}$STRIP" >&6
7357 echo "$as_me:$LINENO: result
: no
" >&5
7358 echo "${ECHO_T}no
" >&6
7362 test -n "$ac_cv_prog_STRIP" && break
7365 if test -z "$ac_cv_prog_STRIP" ; then
7371 if test -n "$WINDRES"; then
7372 ac_cv_prog_WINDRES=$WINDRES
7373 elif test -n "$ac_cv_prog_WINDRES"; then
7374 WINDRES=$ac_cv_prog_WINDRES
7377 if test -n "$ac_cv_prog_WINDRES"; then
7378 for ncn_progname in windres; do
7379 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7380 set dummy ${ncn_progname}; ac_word=$2
7381 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7382 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7383 if test "${ac_cv_prog_WINDRES+set}" = set; then
7384 echo $ECHO_N "(cached
) $ECHO_C" >&6
7386 if test -n "$WINDRES"; then
7387 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7389 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7393 test -z "$as_dir" && as_dir=.
7394 for ac_exec_ext in '' $ac_executable_extensions; do
7395 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7396 ac_cv_prog_WINDRES="${ncn_progname}"
7397 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7405 WINDRES=$ac_cv_prog_WINDRES
7406 if test -n "$WINDRES"; then
7407 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7408 echo "${ECHO_T}$WINDRES" >&6
7410 echo "$as_me:$LINENO: result
: no
" >&5
7411 echo "${ECHO_T}no
" >&6
7417 for ncn_progname in windres; do
7418 if test -n "$ncn_tool_prefix"; then
7419 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7420 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7421 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7422 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7423 if test "${ac_cv_prog_WINDRES+set}" = set; then
7424 echo $ECHO_N "(cached
) $ECHO_C" >&6
7426 if test -n "$WINDRES"; then
7427 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7429 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7433 test -z "$as_dir" && as_dir=.
7434 for ac_exec_ext in '' $ac_executable_extensions; do
7435 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7436 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
7437 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7445 WINDRES=$ac_cv_prog_WINDRES
7446 if test -n "$WINDRES"; then
7447 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7448 echo "${ECHO_T}$WINDRES" >&6
7450 echo "$as_me:$LINENO: result
: no
" >&5
7451 echo "${ECHO_T}no
" >&6
7455 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
7456 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7457 set dummy ${ncn_progname}; ac_word=$2
7458 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7459 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7460 if test "${ac_cv_prog_WINDRES+set}" = set; then
7461 echo $ECHO_N "(cached
) $ECHO_C" >&6
7463 if test -n "$WINDRES"; then
7464 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7470 test -z "$as_dir" && as_dir=.
7471 for ac_exec_ext in '' $ac_executable_extensions; do
7472 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7473 ac_cv_prog_WINDRES="${ncn_progname}"
7474 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7482 WINDRES=$ac_cv_prog_WINDRES
7483 if test -n "$WINDRES"; then
7484 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7485 echo "${ECHO_T}$WINDRES" >&6
7487 echo "$as_me:$LINENO: result
: no
" >&5
7488 echo "${ECHO_T}no
" >&6
7492 test -n "$ac_cv_prog_WINDRES" && break
7495 if test -z "$ac_cv_prog_WINDRES" ; then
7497 if test $build = $host ; then
7500 WINDRES="${ncn_tool_prefix}$2"
7506 if test -n "$WINDMC"; then
7507 ac_cv_prog_WINDMC=$WINDMC
7508 elif test -n "$ac_cv_prog_WINDMC"; then
7509 WINDMC=$ac_cv_prog_WINDMC
7512 if test -n "$ac_cv_prog_WINDMC"; then
7513 for ncn_progname in windmc; do
7514 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7515 set dummy ${ncn_progname}; ac_word=$2
7516 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7517 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7518 if test "${ac_cv_prog_WINDMC+set}" = set; then
7519 echo $ECHO_N "(cached
) $ECHO_C" >&6
7521 if test -n "$WINDMC"; then
7522 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
7524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7528 test -z "$as_dir" && as_dir=.
7529 for ac_exec_ext in '' $ac_executable_extensions; do
7530 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7531 ac_cv_prog_WINDMC="${ncn_progname}"
7532 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7540 WINDMC=$ac_cv_prog_WINDMC
7541 if test -n "$WINDMC"; then
7542 echo "$as_me:$LINENO: result
: $WINDMC" >&5
7543 echo "${ECHO_T}$WINDMC" >&6
7545 echo "$as_me:$LINENO: result
: no
" >&5
7546 echo "${ECHO_T}no
" >&6
7552 for ncn_progname in windmc; do
7553 if test -n "$ncn_tool_prefix"; then
7554 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7555 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7556 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7557 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7558 if test "${ac_cv_prog_WINDMC+set}" = set; then
7559 echo $ECHO_N "(cached
) $ECHO_C" >&6
7561 if test -n "$WINDMC"; then
7562 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
7564 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7568 test -z "$as_dir" && as_dir=.
7569 for ac_exec_ext in '' $ac_executable_extensions; do
7570 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7571 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
7572 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7580 WINDMC=$ac_cv_prog_WINDMC
7581 if test -n "$WINDMC"; then
7582 echo "$as_me:$LINENO: result
: $WINDMC" >&5
7583 echo "${ECHO_T}$WINDMC" >&6
7585 echo "$as_me:$LINENO: result
: no
" >&5
7586 echo "${ECHO_T}no
" >&6
7590 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
7591 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7592 set dummy ${ncn_progname}; ac_word=$2
7593 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7594 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7595 if test "${ac_cv_prog_WINDMC+set}" = set; then
7596 echo $ECHO_N "(cached
) $ECHO_C" >&6
7598 if test -n "$WINDMC"; then
7599 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
7601 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7605 test -z "$as_dir" && as_dir=.
7606 for ac_exec_ext in '' $ac_executable_extensions; do
7607 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7608 ac_cv_prog_WINDMC="${ncn_progname}"
7609 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7617 WINDMC=$ac_cv_prog_WINDMC
7618 if test -n "$WINDMC"; then
7619 echo "$as_me:$LINENO: result
: $WINDMC" >&5
7620 echo "${ECHO_T}$WINDMC" >&6
7622 echo "$as_me:$LINENO: result
: no
" >&5
7623 echo "${ECHO_T}no
" >&6
7627 test -n "$ac_cv_prog_WINDMC" && break
7630 if test -z "$ac_cv_prog_WINDMC" ; then
7632 if test $build = $host ; then
7635 WINDMC="${ncn_tool_prefix}$2"
7641 if test -n "$OBJCOPY"; then
7642 ac_cv_prog_OBJCOPY=$OBJCOPY
7643 elif test -n "$ac_cv_prog_OBJCOPY"; then
7644 OBJCOPY=$ac_cv_prog_OBJCOPY
7647 if test -n "$ac_cv_prog_OBJCOPY"; then
7648 for ncn_progname in objcopy; do
7649 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7650 set dummy ${ncn_progname}; ac_word=$2
7651 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7652 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7653 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7654 echo $ECHO_N "(cached
) $ECHO_C" >&6
7656 if test -n "$OBJCOPY"; then
7657 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7663 test -z "$as_dir" && as_dir=.
7664 for ac_exec_ext in '' $ac_executable_extensions; do
7665 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7666 ac_cv_prog_OBJCOPY="${ncn_progname}"
7667 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7675 OBJCOPY=$ac_cv_prog_OBJCOPY
7676 if test -n "$OBJCOPY"; then
7677 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
7678 echo "${ECHO_T}$OBJCOPY" >&6
7680 echo "$as_me:$LINENO: result
: no
" >&5
7681 echo "${ECHO_T}no
" >&6
7687 for ncn_progname in objcopy; do
7688 if test -n "$ncn_tool_prefix"; then
7689 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7690 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7691 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7692 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7693 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7694 echo $ECHO_N "(cached
) $ECHO_C" >&6
7696 if test -n "$OBJCOPY"; then
7697 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7699 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7703 test -z "$as_dir" && as_dir=.
7704 for ac_exec_ext in '' $ac_executable_extensions; do
7705 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7706 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
7707 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7715 OBJCOPY=$ac_cv_prog_OBJCOPY
7716 if test -n "$OBJCOPY"; then
7717 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
7718 echo "${ECHO_T}$OBJCOPY" >&6
7720 echo "$as_me:$LINENO: result
: no
" >&5
7721 echo "${ECHO_T}no
" >&6
7725 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
7726 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7727 set dummy ${ncn_progname}; ac_word=$2
7728 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7729 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7730 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7731 echo $ECHO_N "(cached
) $ECHO_C" >&6
7733 if test -n "$OBJCOPY"; then
7734 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7736 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7740 test -z "$as_dir" && as_dir=.
7741 for ac_exec_ext in '' $ac_executable_extensions; do
7742 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7743 ac_cv_prog_OBJCOPY="${ncn_progname}"
7744 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7752 OBJCOPY=$ac_cv_prog_OBJCOPY
7753 if test -n "$OBJCOPY"; then
7754 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
7755 echo "${ECHO_T}$OBJCOPY" >&6
7757 echo "$as_me:$LINENO: result
: no
" >&5
7758 echo "${ECHO_T}no
" >&6
7762 test -n "$ac_cv_prog_OBJCOPY" && break
7765 if test -z "$ac_cv_prog_OBJCOPY" ; then
7767 if test $build = $host ; then
7770 OBJCOPY="${ncn_tool_prefix}$2"
7776 if test -n "$OBJDUMP"; then
7777 ac_cv_prog_OBJDUMP=$OBJDUMP
7778 elif test -n "$ac_cv_prog_OBJDUMP"; then
7779 OBJDUMP=$ac_cv_prog_OBJDUMP
7782 if test -n "$ac_cv_prog_OBJDUMP"; then
7783 for ncn_progname in objdump; do
7784 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7785 set dummy ${ncn_progname}; ac_word=$2
7786 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7787 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7788 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
7789 echo $ECHO_N "(cached
) $ECHO_C" >&6
7791 if test -n "$OBJDUMP"; then
7792 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7794 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7798 test -z "$as_dir" && as_dir=.
7799 for ac_exec_ext in '' $ac_executable_extensions; do
7800 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7801 ac_cv_prog_OBJDUMP="${ncn_progname}"
7802 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7810 OBJDUMP=$ac_cv_prog_OBJDUMP
7811 if test -n "$OBJDUMP"; then
7812 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
7813 echo "${ECHO_T}$OBJDUMP" >&6
7815 echo "$as_me:$LINENO: result
: no
" >&5
7816 echo "${ECHO_T}no
" >&6
7822 for ncn_progname in objdump; do
7823 if test -n "$ncn_tool_prefix"; then
7824 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7825 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7826 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7827 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7828 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
7829 echo $ECHO_N "(cached
) $ECHO_C" >&6
7831 if test -n "$OBJDUMP"; then
7832 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7834 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7838 test -z "$as_dir" && as_dir=.
7839 for ac_exec_ext in '' $ac_executable_extensions; do
7840 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7841 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
7842 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7850 OBJDUMP=$ac_cv_prog_OBJDUMP
7851 if test -n "$OBJDUMP"; then
7852 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
7853 echo "${ECHO_T}$OBJDUMP" >&6
7855 echo "$as_me:$LINENO: result
: no
" >&5
7856 echo "${ECHO_T}no
" >&6
7860 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
7861 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7862 set dummy ${ncn_progname}; ac_word=$2
7863 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7864 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7865 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
7866 echo $ECHO_N "(cached
) $ECHO_C" >&6
7868 if test -n "$OBJDUMP"; then
7869 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7871 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7875 test -z "$as_dir" && as_dir=.
7876 for ac_exec_ext in '' $ac_executable_extensions; do
7877 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7878 ac_cv_prog_OBJDUMP="${ncn_progname}"
7879 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7887 OBJDUMP=$ac_cv_prog_OBJDUMP
7888 if test -n "$OBJDUMP"; then
7889 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
7890 echo "${ECHO_T}$OBJDUMP" >&6
7892 echo "$as_me:$LINENO: result
: no
" >&5
7893 echo "${ECHO_T}no
" >&6
7897 test -n "$ac_cv_prog_OBJDUMP" && break
7900 if test -z "$ac_cv_prog_OBJDUMP" ; then
7902 if test $build = $host ; then
7905 OBJDUMP="${ncn_tool_prefix}$2"
7917 # Check whether --with-build-time-tools or --without-build-time-tools was given.
7918 if test "${with_build_time_tools+set}" = set; then
7919 withval="$with_build_time_tools"
7923 with_build_time_tools=
7924 { echo "$as_me:$LINENO: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&5
7925 echo "$as_me: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&2;}
7929 with_build_time_tools=
7934 if test -n "$CC_FOR_TARGET"; then
7935 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
7936 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
7937 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
7940 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
7941 for ncn_progname in cc gcc; do
7942 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7943 set dummy ${ncn_progname}; ac_word=$2
7944 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7945 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7946 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
7947 echo $ECHO_N "(cached
) $ECHO_C" >&6
7949 if test -n "$CC_FOR_TARGET"; then
7950 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
7952 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7956 test -z "$as_dir" && as_dir=.
7957 for ac_exec_ext in '' $ac_executable_extensions; do
7958 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7959 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
7960 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7968 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
7969 if test -n "$CC_FOR_TARGET"; then
7970 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
7971 echo "${ECHO_T}$CC_FOR_TARGET" >&6
7973 echo "$as_me:$LINENO: result
: no
" >&5
7974 echo "${ECHO_T}no
" >&6
7980 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
7981 for ncn_progname in cc gcc; do
7982 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
7983 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
7984 if test -x $with_build_time_tools/${ncn_progname}; then
7985 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
7986 echo "$as_me:$LINENO: result
: yes" >&5
7987 echo "${ECHO_T}yes" >&6
7990 echo "$as_me:$LINENO: result
: no
" >&5
7991 echo "${ECHO_T}no
" >&6
7996 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
7997 for ncn_progname in cc gcc; do
7998 if test -n "$ncn_target_tool_prefix"; then
7999 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8000 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8001 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8002 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8003 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
8004 echo $ECHO_N "(cached
) $ECHO_C" >&6
8006 if test -n "$CC_FOR_TARGET"; then
8007 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
8009 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8013 test -z "$as_dir" && as_dir=.
8014 for ac_exec_ext in '' $ac_executable_extensions; do
8015 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8016 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8017 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8025 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8026 if test -n "$CC_FOR_TARGET"; then
8027 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
8028 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8030 echo "$as_me:$LINENO: result
: no
" >&5
8031 echo "${ECHO_T}no
" >&6
8035 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
8036 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8037 set dummy ${ncn_progname}; ac_word=$2
8038 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8039 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8040 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
8041 echo $ECHO_N "(cached
) $ECHO_C" >&6
8043 if test -n "$CC_FOR_TARGET"; then
8044 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
8046 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8050 test -z "$as_dir" && as_dir=.
8051 for ac_exec_ext in '' $ac_executable_extensions; do
8052 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8053 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
8054 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8062 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8063 if test -n "$CC_FOR_TARGET"; then
8064 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
8065 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8067 echo "$as_me:$LINENO: result
: no
" >&5
8068 echo "${ECHO_T}no
" >&6
8072 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
8076 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
8078 if test $build = $target ; then
8081 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
8084 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
8089 if test -n "$CXX_FOR_TARGET"; then
8090 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
8091 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
8092 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8095 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
8096 for ncn_progname in c++ g++ cxx gxx; do
8097 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8098 set dummy ${ncn_progname}; ac_word=$2
8099 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8100 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8101 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8102 echo $ECHO_N "(cached
) $ECHO_C" >&6
8104 if test -n "$CXX_FOR_TARGET"; then
8105 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8107 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8111 test -z "$as_dir" && as_dir=.
8112 for ac_exec_ext in '' $ac_executable_extensions; do
8113 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8114 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
8115 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8123 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8124 if test -n "$CXX_FOR_TARGET"; then
8125 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8126 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8128 echo "$as_me:$LINENO: result
: no
" >&5
8129 echo "${ECHO_T}no
" >&6
8135 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
8136 for ncn_progname in c++ g++ cxx gxx; do
8137 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8138 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8139 if test -x $with_build_time_tools/${ncn_progname}; then
8140 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8141 echo "$as_me:$LINENO: result
: yes" >&5
8142 echo "${ECHO_T}yes" >&6
8145 echo "$as_me:$LINENO: result
: no
" >&5
8146 echo "${ECHO_T}no
" >&6
8151 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
8152 for ncn_progname in c++ g++ cxx gxx; do
8153 if test -n "$ncn_target_tool_prefix"; then
8154 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8155 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8156 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8157 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8158 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8159 echo $ECHO_N "(cached
) $ECHO_C" >&6
8161 if test -n "$CXX_FOR_TARGET"; then
8162 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8164 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8168 test -z "$as_dir" && as_dir=.
8169 for ac_exec_ext in '' $ac_executable_extensions; do
8170 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8171 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8172 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8180 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8181 if test -n "$CXX_FOR_TARGET"; then
8182 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8183 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8185 echo "$as_me:$LINENO: result
: no
" >&5
8186 echo "${ECHO_T}no
" >&6
8190 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
8191 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8192 set dummy ${ncn_progname}; ac_word=$2
8193 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8194 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8195 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8196 echo $ECHO_N "(cached
) $ECHO_C" >&6
8198 if test -n "$CXX_FOR_TARGET"; then
8199 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8201 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8205 test -z "$as_dir" && as_dir=.
8206 for ac_exec_ext in '' $ac_executable_extensions; do
8207 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8208 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
8209 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8217 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8218 if test -n "$CXX_FOR_TARGET"; then
8219 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8220 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8222 echo "$as_me:$LINENO: result
: no
" >&5
8223 echo "${ECHO_T}no
" >&6
8227 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
8231 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
8232 set dummy c++ g++ cxx gxx
8233 if test $build = $target ; then
8236 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
8239 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
8244 if test -n "$GCC_FOR_TARGET"; then
8245 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
8246 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
8247 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8250 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
8251 for ncn_progname in gcc; do
8252 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8253 set dummy ${ncn_progname}; ac_word=$2
8254 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8255 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8256 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8257 echo $ECHO_N "(cached
) $ECHO_C" >&6
8259 if test -n "$GCC_FOR_TARGET"; then
8260 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8262 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8266 test -z "$as_dir" && as_dir=.
8267 for ac_exec_ext in '' $ac_executable_extensions; do
8268 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8269 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
8270 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8278 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8279 if test -n "$GCC_FOR_TARGET"; then
8280 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8281 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8283 echo "$as_me:$LINENO: result
: no
" >&5
8284 echo "${ECHO_T}no
" >&6
8290 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
8291 for ncn_progname in gcc; do
8292 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8293 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8294 if test -x $with_build_time_tools/${ncn_progname}; then
8295 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8296 echo "$as_me:$LINENO: result
: yes" >&5
8297 echo "${ECHO_T}yes" >&6
8300 echo "$as_me:$LINENO: result
: no
" >&5
8301 echo "${ECHO_T}no
" >&6
8306 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
8307 for ncn_progname in gcc; do
8308 if test -n "$ncn_target_tool_prefix"; then
8309 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8310 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8311 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8312 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8313 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8314 echo $ECHO_N "(cached
) $ECHO_C" >&6
8316 if test -n "$GCC_FOR_TARGET"; then
8317 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8319 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8323 test -z "$as_dir" && as_dir=.
8324 for ac_exec_ext in '' $ac_executable_extensions; do
8325 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8326 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8327 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8335 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8336 if test -n "$GCC_FOR_TARGET"; then
8337 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8338 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8340 echo "$as_me:$LINENO: result
: no
" >&5
8341 echo "${ECHO_T}no
" >&6
8345 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
8346 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8347 set dummy ${ncn_progname}; ac_word=$2
8348 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8349 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8350 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8351 echo $ECHO_N "(cached
) $ECHO_C" >&6
8353 if test -n "$GCC_FOR_TARGET"; then
8354 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8360 test -z "$as_dir" && as_dir=.
8361 for ac_exec_ext in '' $ac_executable_extensions; do
8362 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8363 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
8364 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8372 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8373 if test -n "$GCC_FOR_TARGET"; then
8374 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8375 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8377 echo "$as_me:$LINENO: result
: no
" >&5
8378 echo "${ECHO_T}no
" >&6
8382 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
8386 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
8387 GCC_FOR_TARGET="${CC_FOR_TARGET}"
8389 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
8394 if test -n "$GCJ_FOR_TARGET"; then
8395 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
8396 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
8397 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8400 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
8401 for ncn_progname in gcj; do
8402 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8403 set dummy ${ncn_progname}; ac_word=$2
8404 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8405 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8406 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8407 echo $ECHO_N "(cached
) $ECHO_C" >&6
8409 if test -n "$GCJ_FOR_TARGET"; then
8410 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8412 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8416 test -z "$as_dir" && as_dir=.
8417 for ac_exec_ext in '' $ac_executable_extensions; do
8418 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8419 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
8420 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8428 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8429 if test -n "$GCJ_FOR_TARGET"; then
8430 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8431 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8433 echo "$as_me:$LINENO: result
: no
" >&5
8434 echo "${ECHO_T}no
" >&6
8440 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
8441 for ncn_progname in gcj; do
8442 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8443 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8444 if test -x $with_build_time_tools/${ncn_progname}; then
8445 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8446 echo "$as_me:$LINENO: result
: yes" >&5
8447 echo "${ECHO_T}yes" >&6
8450 echo "$as_me:$LINENO: result
: no
" >&5
8451 echo "${ECHO_T}no
" >&6
8456 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
8457 for ncn_progname in gcj; do
8458 if test -n "$ncn_target_tool_prefix"; then
8459 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8460 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8461 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8462 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8463 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8464 echo $ECHO_N "(cached
) $ECHO_C" >&6
8466 if test -n "$GCJ_FOR_TARGET"; then
8467 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8469 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8473 test -z "$as_dir" && as_dir=.
8474 for ac_exec_ext in '' $ac_executable_extensions; do
8475 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8476 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8477 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8485 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8486 if test -n "$GCJ_FOR_TARGET"; then
8487 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8488 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8490 echo "$as_me:$LINENO: result
: no
" >&5
8491 echo "${ECHO_T}no
" >&6
8495 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
8496 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8497 set dummy ${ncn_progname}; ac_word=$2
8498 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8499 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8500 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8501 echo $ECHO_N "(cached
) $ECHO_C" >&6
8503 if test -n "$GCJ_FOR_TARGET"; then
8504 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8510 test -z "$as_dir" && as_dir=.
8511 for ac_exec_ext in '' $ac_executable_extensions; do
8512 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8513 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
8514 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8522 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8523 if test -n "$GCJ_FOR_TARGET"; then
8524 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8525 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8527 echo "$as_me:$LINENO: result
: no
" >&5
8528 echo "${ECHO_T}no
" >&6
8532 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
8536 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
8538 if test $build = $target ; then
8541 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
8544 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
8549 if test -n "$GFORTRAN_FOR_TARGET"; then
8550 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
8551 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8552 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8555 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8556 for ncn_progname in gfortran; do
8557 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8558 set dummy ${ncn_progname}; ac_word=$2
8559 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8560 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8561 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8562 echo $ECHO_N "(cached
) $ECHO_C" >&6
8564 if test -n "$GFORTRAN_FOR_TARGET"; then
8565 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8567 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8571 test -z "$as_dir" && as_dir=.
8572 for ac_exec_ext in '' $ac_executable_extensions; do
8573 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8574 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
8575 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8583 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8584 if test -n "$GFORTRAN_FOR_TARGET"; then
8585 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
8586 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8588 echo "$as_me:$LINENO: result
: no
" >&5
8589 echo "${ECHO_T}no
" >&6
8595 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
8596 for ncn_progname in gfortran; do
8597 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8598 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8599 if test -x $with_build_time_tools/${ncn_progname}; then
8600 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8601 echo "$as_me:$LINENO: result
: yes" >&5
8602 echo "${ECHO_T}yes" >&6
8605 echo "$as_me:$LINENO: result
: no
" >&5
8606 echo "${ECHO_T}no
" >&6
8611 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8612 for ncn_progname in gfortran; do
8613 if test -n "$ncn_target_tool_prefix"; then
8614 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8615 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8616 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8617 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8618 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8619 echo $ECHO_N "(cached
) $ECHO_C" >&6
8621 if test -n "$GFORTRAN_FOR_TARGET"; then
8622 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8624 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8628 test -z "$as_dir" && as_dir=.
8629 for ac_exec_ext in '' $ac_executable_extensions; do
8630 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8631 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8632 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8640 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8641 if test -n "$GFORTRAN_FOR_TARGET"; then
8642 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
8643 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8645 echo "$as_me:$LINENO: result
: no
" >&5
8646 echo "${ECHO_T}no
" >&6
8650 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
8651 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8652 set dummy ${ncn_progname}; ac_word=$2
8653 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8654 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8655 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8656 echo $ECHO_N "(cached
) $ECHO_C" >&6
8658 if test -n "$GFORTRAN_FOR_TARGET"; then
8659 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8661 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8665 test -z "$as_dir" && as_dir=.
8666 for ac_exec_ext in '' $ac_executable_extensions; do
8667 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8668 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
8669 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8677 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8678 if test -n "$GFORTRAN_FOR_TARGET"; then
8679 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
8680 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8682 echo "$as_me:$LINENO: result
: no
" >&5
8683 echo "${ECHO_T}no
" >&6
8687 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
8691 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
8693 if test $build = $target ; then
8694 GFORTRAN_FOR_TARGET="$2"
8696 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
8699 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
8704 cat > conftest.c << \EOF
8709 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
8710 have_gcc_for_target=yes
8712 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
8713 have_gcc_for_target=no
8720 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
8721 if test -n "$with_build_time_tools"; then
8722 echo "$as_me:$LINENO: checking
for ar in $with_build_time_tools" >&5
8723 echo $ECHO_N "checking
for ar in $with_build_time_tools...
$ECHO_C" >&6
8724 if test -x $with_build_time_tools/ar; then
8725 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
8726 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
8727 echo "$as_me:$LINENO: result
: $ac_cv_path_AR_FOR_TARGET" >&5
8728 echo "${ECHO_T}$ac_cv_path_AR_FOR_TARGET" >&6
8730 echo "$as_me:$LINENO: result
: no
" >&5
8731 echo "${ECHO_T}no
" >&6
8733 elif test $build != $host && test $have_gcc_for_target = yes; then
8734 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
8735 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
8736 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
8739 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
8740 # Extract the first word of "ar", so it can be a program name with args.
8741 set dummy ar; ac_word=$2
8742 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8743 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8744 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then
8745 echo $ECHO_N "(cached
) $ECHO_C" >&6
8747 case $AR_FOR_TARGET in
8749 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
8752 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8753 for as_dir in $gcc_cv_tool_dirs
8756 test -z "$as_dir" && as_dir=.
8757 for ac_exec_ext in '' $ac_executable_extensions; do
8758 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8759 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
8760 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8769 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
8771 if test -n "$AR_FOR_TARGET"; then
8772 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
8773 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8775 echo "$as_me:$LINENO: result
: no
" >&5
8776 echo "${ECHO_T}no
" >&6
8780 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
8783 if test -n "$AR_FOR_TARGET"; then
8784 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
8785 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
8786 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8789 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
8790 for ncn_progname in ar; do
8791 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8792 set dummy ${ncn_progname}; ac_word=$2
8793 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8794 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8795 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
8796 echo $ECHO_N "(cached
) $ECHO_C" >&6
8798 if test -n "$AR_FOR_TARGET"; then
8799 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
8801 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8805 test -z "$as_dir" && as_dir=.
8806 for ac_exec_ext in '' $ac_executable_extensions; do
8807 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8808 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
8809 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8817 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8818 if test -n "$AR_FOR_TARGET"; then
8819 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
8820 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8822 echo "$as_me:$LINENO: result
: no
" >&5
8823 echo "${ECHO_T}no
" >&6
8829 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
8830 for ncn_progname in ar; do
8831 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8832 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8833 if test -x $with_build_time_tools/${ncn_progname}; then
8834 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8835 echo "$as_me:$LINENO: result
: yes" >&5
8836 echo "${ECHO_T}yes" >&6
8839 echo "$as_me:$LINENO: result
: no
" >&5
8840 echo "${ECHO_T}no
" >&6
8845 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
8846 for ncn_progname in ar; do
8847 if test -n "$ncn_target_tool_prefix"; then
8848 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8849 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8850 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8851 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8852 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
8853 echo $ECHO_N "(cached
) $ECHO_C" >&6
8855 if test -n "$AR_FOR_TARGET"; then
8856 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
8858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8862 test -z "$as_dir" && as_dir=.
8863 for ac_exec_ext in '' $ac_executable_extensions; do
8864 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8865 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8866 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8874 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8875 if test -n "$AR_FOR_TARGET"; then
8876 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
8877 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8879 echo "$as_me:$LINENO: result
: no
" >&5
8880 echo "${ECHO_T}no
" >&6
8884 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
8885 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8886 set dummy ${ncn_progname}; ac_word=$2
8887 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8888 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8889 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
8890 echo $ECHO_N "(cached
) $ECHO_C" >&6
8892 if test -n "$AR_FOR_TARGET"; then
8893 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
8895 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8899 test -z "$as_dir" && as_dir=.
8900 for ac_exec_ext in '' $ac_executable_extensions; do
8901 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8902 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
8903 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8911 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8912 if test -n "$AR_FOR_TARGET"; then
8913 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
8914 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8916 echo "$as_me:$LINENO: result
: no
" >&5
8917 echo "${ECHO_T}no
" >&6
8921 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
8925 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
8927 if test $build = $target ; then
8930 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
8933 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
8937 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
8943 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
8944 if test -n "$with_build_time_tools"; then
8945 echo "$as_me:$LINENO: checking
for as
in $with_build_time_tools" >&5
8946 echo $ECHO_N "checking
for as
in $with_build_time_tools...
$ECHO_C" >&6
8947 if test -x $with_build_time_tools/as; then
8948 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
8949 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
8950 echo "$as_me:$LINENO: result
: $ac_cv_path_AS_FOR_TARGET" >&5
8951 echo "${ECHO_T}$ac_cv_path_AS_FOR_TARGET" >&6
8953 echo "$as_me:$LINENO: result
: no
" >&5
8954 echo "${ECHO_T}no
" >&6
8956 elif test $build != $host && test $have_gcc_for_target = yes; then
8957 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
8958 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
8959 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
8962 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
8963 # Extract the first word of "as
", so it can be a program name with args.
8964 set dummy as; ac_word=$2
8965 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8966 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8967 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then
8968 echo $ECHO_N "(cached
) $ECHO_C" >&6
8970 case $AS_FOR_TARGET in
8972 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
8975 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8976 for as_dir in $gcc_cv_tool_dirs
8979 test -z "$as_dir" && as_dir=.
8980 for ac_exec_ext in '' $ac_executable_extensions; do
8981 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8982 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
8983 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8992 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
8994 if test -n "$AS_FOR_TARGET"; then
8995 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
8996 echo "${ECHO_T}$AS_FOR_TARGET" >&6
8998 echo "$as_me:$LINENO: result
: no
" >&5
8999 echo "${ECHO_T}no
" >&6
9003 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9006 if test -n "$AS_FOR_TARGET"; then
9007 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
9008 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
9009 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9012 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
9013 for ncn_progname in as; do
9014 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9015 set dummy ${ncn_progname}; ac_word=$2
9016 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9017 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9018 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9019 echo $ECHO_N "(cached
) $ECHO_C" >&6
9021 if test -n "$AS_FOR_TARGET"; then
9022 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9028 test -z "$as_dir" && as_dir=.
9029 for ac_exec_ext in '' $ac_executable_extensions; do
9030 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9031 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
9032 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9040 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9041 if test -n "$AS_FOR_TARGET"; then
9042 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9043 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9045 echo "$as_me:$LINENO: result
: no
" >&5
9046 echo "${ECHO_T}no
" >&6
9052 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
9053 for ncn_progname in as; do
9054 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9055 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9056 if test -x $with_build_time_tools/${ncn_progname}; then
9057 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9058 echo "$as_me:$LINENO: result
: yes" >&5
9059 echo "${ECHO_T}yes" >&6
9062 echo "$as_me:$LINENO: result
: no
" >&5
9063 echo "${ECHO_T}no
" >&6
9068 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
9069 for ncn_progname in as; do
9070 if test -n "$ncn_target_tool_prefix"; then
9071 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9072 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9073 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9074 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9075 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9076 echo $ECHO_N "(cached
) $ECHO_C" >&6
9078 if test -n "$AS_FOR_TARGET"; then
9079 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9081 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9085 test -z "$as_dir" && as_dir=.
9086 for ac_exec_ext in '' $ac_executable_extensions; do
9087 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9088 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9089 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9097 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9098 if test -n "$AS_FOR_TARGET"; then
9099 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9100 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9102 echo "$as_me:$LINENO: result
: no
" >&5
9103 echo "${ECHO_T}no
" >&6
9107 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
9108 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9109 set dummy ${ncn_progname}; ac_word=$2
9110 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9111 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9112 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9113 echo $ECHO_N "(cached
) $ECHO_C" >&6
9115 if test -n "$AS_FOR_TARGET"; then
9116 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9118 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9122 test -z "$as_dir" && as_dir=.
9123 for ac_exec_ext in '' $ac_executable_extensions; do
9124 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9125 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
9126 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9134 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9135 if test -n "$AS_FOR_TARGET"; then
9136 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9137 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9139 echo "$as_me:$LINENO: result
: no
" >&5
9140 echo "${ECHO_T}no
" >&6
9144 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
9148 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
9150 if test $build = $target ; then
9153 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
9156 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
9160 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
9166 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9167 if test -n "$with_build_time_tools"; then
9168 echo "$as_me:$LINENO: checking
for dlltool
in $with_build_time_tools" >&5
9169 echo $ECHO_N "checking
for dlltool
in $with_build_time_tools...
$ECHO_C" >&6
9170 if test -x $with_build_time_tools/dlltool; then
9171 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
9172 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9173 echo "$as_me:$LINENO: result
: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
9174 echo "${ECHO_T}$ac_cv_path_DLLTOOL_FOR_TARGET" >&6
9176 echo "$as_me:$LINENO: result
: no
" >&5
9177 echo "${ECHO_T}no
" >&6
9179 elif test $build != $host && test $have_gcc_for_target = yes; then
9180 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
9181 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
9182 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9185 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9186 # Extract the first word of "dlltool
", so it can be a program name with args.
9187 set dummy dlltool; ac_word=$2
9188 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9189 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9190 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then
9191 echo $ECHO_N "(cached
) $ECHO_C" >&6
9193 case $DLLTOOL_FOR_TARGET in
9195 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
9198 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9199 for as_dir in $gcc_cv_tool_dirs
9202 test -z "$as_dir" && as_dir=.
9203 for ac_exec_ext in '' $ac_executable_extensions; do
9204 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9205 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9206 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9215 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
9217 if test -n "$DLLTOOL_FOR_TARGET"; then
9218 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9219 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9221 echo "$as_me:$LINENO: result
: no
" >&5
9222 echo "${ECHO_T}no
" >&6
9226 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9229 if test -n "$DLLTOOL_FOR_TARGET"; then
9230 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9231 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9232 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9235 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9236 for ncn_progname in dlltool; do
9237 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9238 set dummy ${ncn_progname}; ac_word=$2
9239 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9240 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9241 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9242 echo $ECHO_N "(cached
) $ECHO_C" >&6
9244 if test -n "$DLLTOOL_FOR_TARGET"; then
9245 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9251 test -z "$as_dir" && as_dir=.
9252 for ac_exec_ext in '' $ac_executable_extensions; do
9253 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9254 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
9255 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9263 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9264 if test -n "$DLLTOOL_FOR_TARGET"; then
9265 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9266 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9268 echo "$as_me:$LINENO: result
: no
" >&5
9269 echo "${ECHO_T}no
" >&6
9275 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
9276 for ncn_progname in dlltool; do
9277 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9278 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9279 if test -x $with_build_time_tools/${ncn_progname}; then
9280 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9281 echo "$as_me:$LINENO: result
: yes" >&5
9282 echo "${ECHO_T}yes" >&6
9285 echo "$as_me:$LINENO: result
: no
" >&5
9286 echo "${ECHO_T}no
" >&6
9291 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9292 for ncn_progname in dlltool; do
9293 if test -n "$ncn_target_tool_prefix"; then
9294 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9295 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9296 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9297 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9298 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9299 echo $ECHO_N "(cached
) $ECHO_C" >&6
9301 if test -n "$DLLTOOL_FOR_TARGET"; then
9302 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9308 test -z "$as_dir" && as_dir=.
9309 for ac_exec_ext in '' $ac_executable_extensions; do
9310 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9311 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9312 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9320 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9321 if test -n "$DLLTOOL_FOR_TARGET"; then
9322 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9323 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9325 echo "$as_me:$LINENO: result
: no
" >&5
9326 echo "${ECHO_T}no
" >&6
9330 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
9331 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9332 set dummy ${ncn_progname}; ac_word=$2
9333 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9334 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9335 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9336 echo $ECHO_N "(cached
) $ECHO_C" >&6
9338 if test -n "$DLLTOOL_FOR_TARGET"; then
9339 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9341 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9345 test -z "$as_dir" && as_dir=.
9346 for ac_exec_ext in '' $ac_executable_extensions; do
9347 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9348 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
9349 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9357 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9358 if test -n "$DLLTOOL_FOR_TARGET"; then
9359 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9360 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9362 echo "$as_me:$LINENO: result
: no
" >&5
9363 echo "${ECHO_T}no
" >&6
9367 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
9371 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
9373 if test $build = $target ; then
9374 DLLTOOL_FOR_TARGET="$2"
9376 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
9379 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
9383 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
9389 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9390 if test -n "$with_build_time_tools"; then
9391 echo "$as_me:$LINENO: checking
for ld
in $with_build_time_tools" >&5
9392 echo $ECHO_N "checking
for ld
in $with_build_time_tools...
$ECHO_C" >&6
9393 if test -x $with_build_time_tools/ld; then
9394 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
9395 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
9396 echo "$as_me:$LINENO: result
: $ac_cv_path_LD_FOR_TARGET" >&5
9397 echo "${ECHO_T}$ac_cv_path_LD_FOR_TARGET" >&6
9399 echo "$as_me:$LINENO: result
: no
" >&5
9400 echo "${ECHO_T}no
" >&6
9402 elif test $build != $host && test $have_gcc_for_target = yes; then
9403 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
9404 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
9405 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
9408 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9409 # Extract the first word of "ld
", so it can be a program name with args.
9410 set dummy ld; ac_word=$2
9411 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9412 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9413 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then
9414 echo $ECHO_N "(cached
) $ECHO_C" >&6
9416 case $LD_FOR_TARGET in
9418 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
9421 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9422 for as_dir in $gcc_cv_tool_dirs
9425 test -z "$as_dir" && as_dir=.
9426 for ac_exec_ext in '' $ac_executable_extensions; do
9427 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9428 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9429 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9438 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
9440 if test -n "$LD_FOR_TARGET"; then
9441 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9442 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9444 echo "$as_me:$LINENO: result
: no
" >&5
9445 echo "${ECHO_T}no
" >&6
9449 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9452 if test -n "$LD_FOR_TARGET"; then
9453 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
9454 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
9455 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9458 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
9459 for ncn_progname in ld; do
9460 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9461 set dummy ${ncn_progname}; ac_word=$2
9462 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9463 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9464 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9465 echo $ECHO_N "(cached
) $ECHO_C" >&6
9467 if test -n "$LD_FOR_TARGET"; then
9468 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9470 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9474 test -z "$as_dir" && as_dir=.
9475 for ac_exec_ext in '' $ac_executable_extensions; do
9476 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9477 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
9478 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9486 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9487 if test -n "$LD_FOR_TARGET"; then
9488 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9489 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9491 echo "$as_me:$LINENO: result
: no
" >&5
9492 echo "${ECHO_T}no
" >&6
9498 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
9499 for ncn_progname in ld; do
9500 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9501 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9502 if test -x $with_build_time_tools/${ncn_progname}; then
9503 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9504 echo "$as_me:$LINENO: result
: yes" >&5
9505 echo "${ECHO_T}yes" >&6
9508 echo "$as_me:$LINENO: result
: no
" >&5
9509 echo "${ECHO_T}no
" >&6
9514 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
9515 for ncn_progname in ld; do
9516 if test -n "$ncn_target_tool_prefix"; then
9517 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9518 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9519 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9520 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9521 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9522 echo $ECHO_N "(cached
) $ECHO_C" >&6
9524 if test -n "$LD_FOR_TARGET"; then
9525 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9531 test -z "$as_dir" && as_dir=.
9532 for ac_exec_ext in '' $ac_executable_extensions; do
9533 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9534 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9535 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9543 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9544 if test -n "$LD_FOR_TARGET"; then
9545 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9546 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9548 echo "$as_me:$LINENO: result
: no
" >&5
9549 echo "${ECHO_T}no
" >&6
9553 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
9554 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9555 set dummy ${ncn_progname}; ac_word=$2
9556 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9557 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9558 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9559 echo $ECHO_N "(cached
) $ECHO_C" >&6
9561 if test -n "$LD_FOR_TARGET"; then
9562 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9564 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9568 test -z "$as_dir" && as_dir=.
9569 for ac_exec_ext in '' $ac_executable_extensions; do
9570 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9571 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
9572 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9580 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9581 if test -n "$LD_FOR_TARGET"; then
9582 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9583 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9585 echo "$as_me:$LINENO: result
: no
" >&5
9586 echo "${ECHO_T}no
" >&6
9590 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
9594 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
9596 if test $build = $target ; then
9599 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
9602 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
9606 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
9612 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
9613 if test -n "$with_build_time_tools"; then
9614 echo "$as_me:$LINENO: checking
for lipo
in $with_build_time_tools" >&5
9615 echo $ECHO_N "checking
for lipo
in $with_build_time_tools...
$ECHO_C" >&6
9616 if test -x $with_build_time_tools/lipo; then
9617 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
9618 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9619 echo "$as_me:$LINENO: result
: $ac_cv_path_LIPO_FOR_TARGET" >&5
9620 echo "${ECHO_T}$ac_cv_path_LIPO_FOR_TARGET" >&6
9622 echo "$as_me:$LINENO: result
: no
" >&5
9623 echo "${ECHO_T}no
" >&6
9625 elif test $build != $host && test $have_gcc_for_target = yes; then
9626 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
9627 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
9628 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9631 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9632 # Extract the first word of "lipo
", so it can be a program name with args.
9633 set dummy lipo; ac_word=$2
9634 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9635 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9636 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then
9637 echo $ECHO_N "(cached
) $ECHO_C" >&6
9639 case $LIPO_FOR_TARGET in
9641 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
9644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9645 for as_dir in $gcc_cv_tool_dirs
9648 test -z "$as_dir" && as_dir=.
9649 for ac_exec_ext in '' $ac_executable_extensions; do
9650 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9651 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9652 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9661 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9663 if test -n "$LIPO_FOR_TARGET"; then
9664 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9665 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9667 echo "$as_me:$LINENO: result
: no
" >&5
9668 echo "${ECHO_T}no
" >&6
9672 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
9675 if test -n "$LIPO_FOR_TARGET"; then
9676 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9677 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
9678 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9681 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
9682 for ncn_progname in lipo; do
9683 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9684 set dummy ${ncn_progname}; ac_word=$2
9685 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9686 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9687 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9688 echo $ECHO_N "(cached
) $ECHO_C" >&6
9690 if test -n "$LIPO_FOR_TARGET"; then
9691 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9693 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9697 test -z "$as_dir" && as_dir=.
9698 for ac_exec_ext in '' $ac_executable_extensions; do
9699 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9700 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
9701 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9709 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9710 if test -n "$LIPO_FOR_TARGET"; then
9711 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9712 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9714 echo "$as_me:$LINENO: result
: no
" >&5
9715 echo "${ECHO_T}no
" >&6
9721 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
9722 for ncn_progname in lipo; do
9723 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9724 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9725 if test -x $with_build_time_tools/${ncn_progname}; then
9726 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9727 echo "$as_me:$LINENO: result
: yes" >&5
9728 echo "${ECHO_T}yes" >&6
9731 echo "$as_me:$LINENO: result
: no
" >&5
9732 echo "${ECHO_T}no
" >&6
9737 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
9738 for ncn_progname in lipo; do
9739 if test -n "$ncn_target_tool_prefix"; then
9740 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9741 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9742 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9743 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9744 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9745 echo $ECHO_N "(cached
) $ECHO_C" >&6
9747 if test -n "$LIPO_FOR_TARGET"; then
9748 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9750 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9754 test -z "$as_dir" && as_dir=.
9755 for ac_exec_ext in '' $ac_executable_extensions; do
9756 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9757 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9758 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9766 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9767 if test -n "$LIPO_FOR_TARGET"; then
9768 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9769 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9771 echo "$as_me:$LINENO: result
: no
" >&5
9772 echo "${ECHO_T}no
" >&6
9776 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
9777 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9778 set dummy ${ncn_progname}; ac_word=$2
9779 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9780 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9781 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9782 echo $ECHO_N "(cached
) $ECHO_C" >&6
9784 if test -n "$LIPO_FOR_TARGET"; then
9785 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9787 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9791 test -z "$as_dir" && as_dir=.
9792 for ac_exec_ext in '' $ac_executable_extensions; do
9793 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9794 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
9795 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9803 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9804 if test -n "$LIPO_FOR_TARGET"; then
9805 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9806 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9808 echo "$as_me:$LINENO: result
: no
" >&5
9809 echo "${ECHO_T}no
" >&6
9813 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
9817 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
9819 if test $build = $target ; then
9820 LIPO_FOR_TARGET="$2"
9822 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
9825 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
9829 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9835 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
9836 if test -n "$with_build_time_tools"; then
9837 echo "$as_me:$LINENO: checking
for nm
in $with_build_time_tools" >&5
9838 echo $ECHO_N "checking
for nm
in $with_build_time_tools...
$ECHO_C" >&6
9839 if test -x $with_build_time_tools/nm; then
9840 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
9841 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
9842 echo "$as_me:$LINENO: result
: $ac_cv_path_NM_FOR_TARGET" >&5
9843 echo "${ECHO_T}$ac_cv_path_NM_FOR_TARGET" >&6
9845 echo "$as_me:$LINENO: result
: no
" >&5
9846 echo "${ECHO_T}no
" >&6
9848 elif test $build != $host && test $have_gcc_for_target = yes; then
9849 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
9850 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
9851 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
9854 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9855 # Extract the first word of "nm
", so it can be a program name with args.
9856 set dummy nm; ac_word=$2
9857 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9858 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9859 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then
9860 echo $ECHO_N "(cached
) $ECHO_C" >&6
9862 case $NM_FOR_TARGET in
9864 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
9867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9868 for as_dir in $gcc_cv_tool_dirs
9871 test -z "$as_dir" && as_dir=.
9872 for ac_exec_ext in '' $ac_executable_extensions; do
9873 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9874 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9875 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9884 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
9886 if test -n "$NM_FOR_TARGET"; then
9887 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
9888 echo "${ECHO_T}$NM_FOR_TARGET" >&6
9890 echo "$as_me:$LINENO: result
: no
" >&5
9891 echo "${ECHO_T}no
" >&6
9895 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
9898 if test -n "$NM_FOR_TARGET"; then
9899 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
9900 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
9901 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
9904 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
9905 for ncn_progname in nm; do
9906 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9907 set dummy ${ncn_progname}; ac_word=$2
9908 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9909 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9910 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
9911 echo $ECHO_N "(cached
) $ECHO_C" >&6
9913 if test -n "$NM_FOR_TARGET"; then
9914 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
9916 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9920 test -z "$as_dir" && as_dir=.
9921 for ac_exec_ext in '' $ac_executable_extensions; do
9922 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9923 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
9924 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9932 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
9933 if test -n "$NM_FOR_TARGET"; then
9934 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
9935 echo "${ECHO_T}$NM_FOR_TARGET" >&6
9937 echo "$as_me:$LINENO: result
: no
" >&5
9938 echo "${ECHO_T}no
" >&6
9944 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
9945 for ncn_progname in nm; do
9946 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9947 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9948 if test -x $with_build_time_tools/${ncn_progname}; then
9949 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9950 echo "$as_me:$LINENO: result
: yes" >&5
9951 echo "${ECHO_T}yes" >&6
9954 echo "$as_me:$LINENO: result
: no
" >&5
9955 echo "${ECHO_T}no
" >&6
9960 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
9961 for ncn_progname in nm; do
9962 if test -n "$ncn_target_tool_prefix"; then
9963 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9964 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9965 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9966 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9967 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
9968 echo $ECHO_N "(cached
) $ECHO_C" >&6
9970 if test -n "$NM_FOR_TARGET"; then
9971 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
9973 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9977 test -z "$as_dir" && as_dir=.
9978 for ac_exec_ext in '' $ac_executable_extensions; do
9979 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9980 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9981 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9989 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
9990 if test -n "$NM_FOR_TARGET"; then
9991 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
9992 echo "${ECHO_T}$NM_FOR_TARGET" >&6
9994 echo "$as_me:$LINENO: result
: no
" >&5
9995 echo "${ECHO_T}no
" >&6
9999 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
10000 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10001 set dummy ${ncn_progname}; ac_word=$2
10002 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10003 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10004 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
10005 echo $ECHO_N "(cached
) $ECHO_C" >&6
10007 if test -n "$NM_FOR_TARGET"; then
10008 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
10010 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10011 for as_dir in $PATH
10014 test -z "$as_dir" && as_dir=.
10015 for ac_exec_ext in '' $ac_executable_extensions; do
10016 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10017 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
10018 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10026 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10027 if test -n "$NM_FOR_TARGET"; then
10028 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10029 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10031 echo "$as_me:$LINENO: result
: no
" >&5
10032 echo "${ECHO_T}no
" >&6
10036 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
10040 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
10042 if test $build = $target ; then
10045 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
10048 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
10052 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
10058 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
10059 if test -n "$with_build_time_tools"; then
10060 echo "$as_me:$LINENO: checking
for objdump
in $with_build_time_tools" >&5
10061 echo $ECHO_N "checking
for objdump
in $with_build_time_tools...
$ECHO_C" >&6
10062 if test -x $with_build_time_tools/objdump; then
10063 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
10064 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10065 echo "$as_me:$LINENO: result
: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
10066 echo "${ECHO_T}$ac_cv_path_OBJDUMP_FOR_TARGET" >&6
10068 echo "$as_me:$LINENO: result
: no
" >&5
10069 echo "${ECHO_T}no
" >&6
10071 elif test $build != $host && test $have_gcc_for_target = yes; then
10072 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
10073 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
10074 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10077 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10078 # Extract the first word of "objdump
", so it can be a program name with args.
10079 set dummy objdump; ac_word=$2
10080 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10081 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10082 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then
10083 echo $ECHO_N "(cached
) $ECHO_C" >&6
10085 case $OBJDUMP_FOR_TARGET in
10087 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
10090 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10091 for as_dir in $gcc_cv_tool_dirs
10094 test -z "$as_dir" && as_dir=.
10095 for ac_exec_ext in '' $ac_executable_extensions; do
10096 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10097 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10098 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10107 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
10109 if test -n "$OBJDUMP_FOR_TARGET"; then
10110 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10111 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10113 echo "$as_me:$LINENO: result
: no
" >&5
10114 echo "${ECHO_T}no
" >&6
10118 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
10121 if test -n "$OBJDUMP_FOR_TARGET"; then
10122 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10123 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10124 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10127 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10128 for ncn_progname in objdump; do
10129 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10130 set dummy ${ncn_progname}; ac_word=$2
10131 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10132 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10133 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10134 echo $ECHO_N "(cached
) $ECHO_C" >&6
10136 if test -n "$OBJDUMP_FOR_TARGET"; then
10137 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10139 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10140 for as_dir in $PATH
10143 test -z "$as_dir" && as_dir=.
10144 for ac_exec_ext in '' $ac_executable_extensions; do
10145 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10146 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
10147 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10155 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10156 if test -n "$OBJDUMP_FOR_TARGET"; then
10157 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10158 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10160 echo "$as_me:$LINENO: result
: no
" >&5
10161 echo "${ECHO_T}no
" >&6
10167 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
10168 for ncn_progname in objdump; do
10169 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10170 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10171 if test -x $with_build_time_tools/${ncn_progname}; then
10172 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10173 echo "$as_me:$LINENO: result
: yes" >&5
10174 echo "${ECHO_T}yes" >&6
10177 echo "$as_me:$LINENO: result
: no
" >&5
10178 echo "${ECHO_T}no
" >&6
10183 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10184 for ncn_progname in objdump; do
10185 if test -n "$ncn_target_tool_prefix"; then
10186 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10187 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10188 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10189 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10190 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10191 echo $ECHO_N "(cached
) $ECHO_C" >&6
10193 if test -n "$OBJDUMP_FOR_TARGET"; then
10194 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10196 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10197 for as_dir in $PATH
10200 test -z "$as_dir" && as_dir=.
10201 for ac_exec_ext in '' $ac_executable_extensions; do
10202 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10203 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10204 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10212 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10213 if test -n "$OBJDUMP_FOR_TARGET"; then
10214 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10215 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10217 echo "$as_me:$LINENO: result
: no
" >&5
10218 echo "${ECHO_T}no
" >&6
10222 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
10223 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10224 set dummy ${ncn_progname}; ac_word=$2
10225 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10226 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10227 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10228 echo $ECHO_N "(cached
) $ECHO_C" >&6
10230 if test -n "$OBJDUMP_FOR_TARGET"; then
10231 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10233 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10234 for as_dir in $PATH
10237 test -z "$as_dir" && as_dir=.
10238 for ac_exec_ext in '' $ac_executable_extensions; do
10239 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10240 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
10241 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10249 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10250 if test -n "$OBJDUMP_FOR_TARGET"; then
10251 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10252 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10254 echo "$as_me:$LINENO: result
: no
" >&5
10255 echo "${ECHO_T}no
" >&6
10259 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
10263 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
10265 if test $build = $target ; then
10266 OBJDUMP_FOR_TARGET="$2"
10268 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
10271 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
10275 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
10281 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
10282 if test -n "$with_build_time_tools"; then
10283 echo "$as_me:$LINENO: checking
for ranlib
in $with_build_time_tools" >&5
10284 echo $ECHO_N "checking
for ranlib
in $with_build_time_tools...
$ECHO_C" >&6
10285 if test -x $with_build_time_tools/ranlib; then
10286 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
10287 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10288 echo "$as_me:$LINENO: result
: $ac_cv_path_RANLIB_FOR_TARGET" >&5
10289 echo "${ECHO_T}$ac_cv_path_RANLIB_FOR_TARGET" >&6
10291 echo "$as_me:$LINENO: result
: no
" >&5
10292 echo "${ECHO_T}no
" >&6
10294 elif test $build != $host && test $have_gcc_for_target = yes; then
10295 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
10296 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
10297 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10300 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10301 # Extract the first word of "ranlib
", so it can be a program name with args.
10302 set dummy ranlib; ac_word=$2
10303 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10304 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10305 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then
10306 echo $ECHO_N "(cached
) $ECHO_C" >&6
10308 case $RANLIB_FOR_TARGET in
10310 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
10313 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10314 for as_dir in $gcc_cv_tool_dirs
10317 test -z "$as_dir" && as_dir=.
10318 for ac_exec_ext in '' $ac_executable_extensions; do
10319 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10320 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10321 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10330 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
10332 if test -n "$RANLIB_FOR_TARGET"; then
10333 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10334 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10336 echo "$as_me:$LINENO: result
: no
" >&5
10337 echo "${ECHO_T}no
" >&6
10341 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
10344 if test -n "$RANLIB_FOR_TARGET"; then
10345 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10346 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10347 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10350 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10351 for ncn_progname in ranlib; do
10352 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10353 set dummy ${ncn_progname}; ac_word=$2
10354 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10355 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10356 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10357 echo $ECHO_N "(cached
) $ECHO_C" >&6
10359 if test -n "$RANLIB_FOR_TARGET"; then
10360 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10363 for as_dir in $PATH
10366 test -z "$as_dir" && as_dir=.
10367 for ac_exec_ext in '' $ac_executable_extensions; do
10368 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10369 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
10370 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10378 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10379 if test -n "$RANLIB_FOR_TARGET"; then
10380 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10381 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10383 echo "$as_me:$LINENO: result
: no
" >&5
10384 echo "${ECHO_T}no
" >&6
10390 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
10391 for ncn_progname in ranlib; do
10392 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10393 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10394 if test -x $with_build_time_tools/${ncn_progname}; then
10395 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10396 echo "$as_me:$LINENO: result
: yes" >&5
10397 echo "${ECHO_T}yes" >&6
10400 echo "$as_me:$LINENO: result
: no
" >&5
10401 echo "${ECHO_T}no
" >&6
10406 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10407 for ncn_progname in ranlib; do
10408 if test -n "$ncn_target_tool_prefix"; then
10409 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10410 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10411 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10412 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10413 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10414 echo $ECHO_N "(cached
) $ECHO_C" >&6
10416 if test -n "$RANLIB_FOR_TARGET"; then
10417 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10420 for as_dir in $PATH
10423 test -z "$as_dir" && as_dir=.
10424 for ac_exec_ext in '' $ac_executable_extensions; do
10425 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10426 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10427 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10435 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10436 if test -n "$RANLIB_FOR_TARGET"; then
10437 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10438 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10440 echo "$as_me:$LINENO: result
: no
" >&5
10441 echo "${ECHO_T}no
" >&6
10445 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
10446 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10447 set dummy ${ncn_progname}; ac_word=$2
10448 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10449 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10450 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10451 echo $ECHO_N "(cached
) $ECHO_C" >&6
10453 if test -n "$RANLIB_FOR_TARGET"; then
10454 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10457 for as_dir in $PATH
10460 test -z "$as_dir" && as_dir=.
10461 for ac_exec_ext in '' $ac_executable_extensions; do
10462 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10463 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
10464 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10472 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10473 if test -n "$RANLIB_FOR_TARGET"; then
10474 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10475 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10477 echo "$as_me:$LINENO: result
: no
" >&5
10478 echo "${ECHO_T}no
" >&6
10482 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
10486 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
10488 if test $build = $target ; then
10489 RANLIB_FOR_TARGET="$2"
10491 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
10494 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
10498 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
10504 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
10505 if test -n "$with_build_time_tools"; then
10506 echo "$as_me:$LINENO: checking
for strip
in $with_build_time_tools" >&5
10507 echo $ECHO_N "checking
for strip
in $with_build_time_tools...
$ECHO_C" >&6
10508 if test -x $with_build_time_tools/strip; then
10509 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
10510 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10511 echo "$as_me:$LINENO: result
: $ac_cv_path_STRIP_FOR_TARGET" >&5
10512 echo "${ECHO_T}$ac_cv_path_STRIP_FOR_TARGET" >&6
10514 echo "$as_me:$LINENO: result
: no
" >&5
10515 echo "${ECHO_T}no
" >&6
10517 elif test $build != $host && test $have_gcc_for_target = yes; then
10518 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
10519 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
10520 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10523 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10524 # Extract the first word of "strip
", so it can be a program name with args.
10525 set dummy strip; ac_word=$2
10526 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10527 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10528 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then
10529 echo $ECHO_N "(cached
) $ECHO_C" >&6
10531 case $STRIP_FOR_TARGET in
10533 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
10536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10537 for as_dir in $gcc_cv_tool_dirs
10540 test -z "$as_dir" && as_dir=.
10541 for ac_exec_ext in '' $ac_executable_extensions; do
10542 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10543 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10544 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10553 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
10555 if test -n "$STRIP_FOR_TARGET"; then
10556 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10557 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10559 echo "$as_me:$LINENO: result
: no
" >&5
10560 echo "${ECHO_T}no
" >&6
10564 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
10567 if test -n "$STRIP_FOR_TARGET"; then
10568 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10569 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
10570 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10573 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
10574 for ncn_progname in strip; do
10575 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10576 set dummy ${ncn_progname}; ac_word=$2
10577 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10578 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10579 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10580 echo $ECHO_N "(cached
) $ECHO_C" >&6
10582 if test -n "$STRIP_FOR_TARGET"; then
10583 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10585 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10586 for as_dir in $PATH
10589 test -z "$as_dir" && as_dir=.
10590 for ac_exec_ext in '' $ac_executable_extensions; do
10591 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10592 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
10593 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10601 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10602 if test -n "$STRIP_FOR_TARGET"; then
10603 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10604 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10606 echo "$as_me:$LINENO: result
: no
" >&5
10607 echo "${ECHO_T}no
" >&6
10613 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
10614 for ncn_progname in strip; do
10615 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10616 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10617 if test -x $with_build_time_tools/${ncn_progname}; then
10618 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10619 echo "$as_me:$LINENO: result
: yes" >&5
10620 echo "${ECHO_T}yes" >&6
10623 echo "$as_me:$LINENO: result
: no
" >&5
10624 echo "${ECHO_T}no
" >&6
10629 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
10630 for ncn_progname in strip; do
10631 if test -n "$ncn_target_tool_prefix"; then
10632 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10633 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10634 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10635 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10636 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10637 echo $ECHO_N "(cached
) $ECHO_C" >&6
10639 if test -n "$STRIP_FOR_TARGET"; then
10640 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10642 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10643 for as_dir in $PATH
10646 test -z "$as_dir" && as_dir=.
10647 for ac_exec_ext in '' $ac_executable_extensions; do
10648 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10649 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10650 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10658 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10659 if test -n "$STRIP_FOR_TARGET"; then
10660 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10661 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10663 echo "$as_me:$LINENO: result
: no
" >&5
10664 echo "${ECHO_T}no
" >&6
10668 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
10669 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10670 set dummy ${ncn_progname}; ac_word=$2
10671 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10672 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10673 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10674 echo $ECHO_N "(cached
) $ECHO_C" >&6
10676 if test -n "$STRIP_FOR_TARGET"; then
10677 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10679 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10680 for as_dir in $PATH
10683 test -z "$as_dir" && as_dir=.
10684 for ac_exec_ext in '' $ac_executable_extensions; do
10685 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10686 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
10687 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10695 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10696 if test -n "$STRIP_FOR_TARGET"; then
10697 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10698 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10700 echo "$as_me:$LINENO: result
: no
" >&5
10701 echo "${ECHO_T}no
" >&6
10705 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
10709 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
10711 if test $build = $target ; then
10712 STRIP_FOR_TARGET="$2"
10714 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
10717 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
10721 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
10727 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
10728 if test -n "$with_build_time_tools"; then
10729 echo "$as_me:$LINENO: checking
for windres
in $with_build_time_tools" >&5
10730 echo $ECHO_N "checking
for windres
in $with_build_time_tools...
$ECHO_C" >&6
10731 if test -x $with_build_time_tools/windres; then
10732 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
10733 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10734 echo "$as_me:$LINENO: result
: $ac_cv_path_WINDRES_FOR_TARGET" >&5
10735 echo "${ECHO_T}$ac_cv_path_WINDRES_FOR_TARGET" >&6
10737 echo "$as_me:$LINENO: result
: no
" >&5
10738 echo "${ECHO_T}no
" >&6
10740 elif test $build != $host && test $have_gcc_for_target = yes; then
10741 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
10742 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
10743 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10746 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10747 # Extract the first word of "windres
", so it can be a program name with args.
10748 set dummy windres; ac_word=$2
10749 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10750 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10751 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then
10752 echo $ECHO_N "(cached
) $ECHO_C" >&6
10754 case $WINDRES_FOR_TARGET in
10756 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
10759 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10760 for as_dir in $gcc_cv_tool_dirs
10763 test -z "$as_dir" && as_dir=.
10764 for ac_exec_ext in '' $ac_executable_extensions; do
10765 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10766 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10767 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10776 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
10778 if test -n "$WINDRES_FOR_TARGET"; then
10779 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
10780 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10782 echo "$as_me:$LINENO: result
: no
" >&5
10783 echo "${ECHO_T}no
" >&6
10787 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
10790 if test -n "$WINDRES_FOR_TARGET"; then
10791 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10792 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
10793 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10796 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
10797 for ncn_progname in windres; do
10798 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10799 set dummy ${ncn_progname}; ac_word=$2
10800 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10801 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10802 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
10803 echo $ECHO_N "(cached
) $ECHO_C" >&6
10805 if test -n "$WINDRES_FOR_TARGET"; then
10806 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
10808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10809 for as_dir in $PATH
10812 test -z "$as_dir" && as_dir=.
10813 for ac_exec_ext in '' $ac_executable_extensions; do
10814 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10815 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
10816 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10824 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10825 if test -n "$WINDRES_FOR_TARGET"; then
10826 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
10827 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10829 echo "$as_me:$LINENO: result
: no
" >&5
10830 echo "${ECHO_T}no
" >&6
10836 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
10837 for ncn_progname in windres; do
10838 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10839 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10840 if test -x $with_build_time_tools/${ncn_progname}; then
10841 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10842 echo "$as_me:$LINENO: result
: yes" >&5
10843 echo "${ECHO_T}yes" >&6
10846 echo "$as_me:$LINENO: result
: no
" >&5
10847 echo "${ECHO_T}no
" >&6
10852 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
10853 for ncn_progname in windres; do
10854 if test -n "$ncn_target_tool_prefix"; then
10855 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10856 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10857 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10858 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10859 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
10860 echo $ECHO_N "(cached
) $ECHO_C" >&6
10862 if test -n "$WINDRES_FOR_TARGET"; then
10863 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
10865 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10866 for as_dir in $PATH
10869 test -z "$as_dir" && as_dir=.
10870 for ac_exec_ext in '' $ac_executable_extensions; do
10871 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10872 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10873 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10881 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10882 if test -n "$WINDRES_FOR_TARGET"; then
10883 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
10884 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10886 echo "$as_me:$LINENO: result
: no
" >&5
10887 echo "${ECHO_T}no
" >&6
10891 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
10892 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10893 set dummy ${ncn_progname}; ac_word=$2
10894 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10895 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10896 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
10897 echo $ECHO_N "(cached
) $ECHO_C" >&6
10899 if test -n "$WINDRES_FOR_TARGET"; then
10900 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
10902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10903 for as_dir in $PATH
10906 test -z "$as_dir" && as_dir=.
10907 for ac_exec_ext in '' $ac_executable_extensions; do
10908 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10909 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
10910 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10918 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10919 if test -n "$WINDRES_FOR_TARGET"; then
10920 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
10921 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10923 echo "$as_me:$LINENO: result
: no
" >&5
10924 echo "${ECHO_T}no
" >&6
10928 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
10932 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
10934 if test $build = $target ; then
10935 WINDRES_FOR_TARGET="$2"
10937 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
10940 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
10944 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
10950 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
10951 if test -n "$with_build_time_tools"; then
10952 echo "$as_me:$LINENO: checking
for windmc
in $with_build_time_tools" >&5
10953 echo $ECHO_N "checking
for windmc
in $with_build_time_tools...
$ECHO_C" >&6
10954 if test -x $with_build_time_tools/windmc; then
10955 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
10956 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
10957 echo "$as_me:$LINENO: result
: $ac_cv_path_WINDMC_FOR_TARGET" >&5
10958 echo "${ECHO_T}$ac_cv_path_WINDMC_FOR_TARGET" >&6
10960 echo "$as_me:$LINENO: result
: no
" >&5
10961 echo "${ECHO_T}no
" >&6
10963 elif test $build != $host && test $have_gcc_for_target = yes; then
10964 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
10965 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
10966 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
10969 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10970 # Extract the first word of "windmc
", so it can be a program name with args.
10971 set dummy windmc; ac_word=$2
10972 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10973 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10974 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then
10975 echo $ECHO_N "(cached
) $ECHO_C" >&6
10977 case $WINDMC_FOR_TARGET in
10979 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
10982 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10983 for as_dir in $gcc_cv_tool_dirs
10986 test -z "$as_dir" && as_dir=.
10987 for ac_exec_ext in '' $ac_executable_extensions; do
10988 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10989 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10990 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10999 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
11001 if test -n "$WINDMC_FOR_TARGET"; then
11002 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11003 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11005 echo "$as_me:$LINENO: result
: no
" >&5
11006 echo "${ECHO_T}no
" >&6
11010 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
11013 if test -n "$WINDMC_FOR_TARGET"; then
11014 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
11015 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11016 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11019 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11020 for ncn_progname in windmc; do
11021 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11022 set dummy ${ncn_progname}; ac_word=$2
11023 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11024 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11025 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11026 echo $ECHO_N "(cached
) $ECHO_C" >&6
11028 if test -n "$WINDMC_FOR_TARGET"; then
11029 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11031 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11032 for as_dir in $PATH
11035 test -z "$as_dir" && as_dir=.
11036 for ac_exec_ext in '' $ac_executable_extensions; do
11037 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11038 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
11039 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11047 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11048 if test -n "$WINDMC_FOR_TARGET"; then
11049 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11050 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11052 echo "$as_me:$LINENO: result
: no
" >&5
11053 echo "${ECHO_T}no
" >&6
11059 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
11060 for ncn_progname in windmc; do
11061 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11062 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
11063 if test -x $with_build_time_tools/${ncn_progname}; then
11064 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11065 echo "$as_me:$LINENO: result
: yes" >&5
11066 echo "${ECHO_T}yes" >&6
11069 echo "$as_me:$LINENO: result
: no
" >&5
11070 echo "${ECHO_T}no
" >&6
11075 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11076 for ncn_progname in windmc; do
11077 if test -n "$ncn_target_tool_prefix"; then
11078 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11079 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11080 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11081 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11082 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11083 echo $ECHO_N "(cached
) $ECHO_C" >&6
11085 if test -n "$WINDMC_FOR_TARGET"; then
11086 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11088 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11089 for as_dir in $PATH
11092 test -z "$as_dir" && as_dir=.
11093 for ac_exec_ext in '' $ac_executable_extensions; do
11094 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11095 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11096 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11104 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11105 if test -n "$WINDMC_FOR_TARGET"; then
11106 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11107 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11109 echo "$as_me:$LINENO: result
: no
" >&5
11110 echo "${ECHO_T}no
" >&6
11114 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
11115 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11116 set dummy ${ncn_progname}; ac_word=$2
11117 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11118 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11119 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11120 echo $ECHO_N "(cached
) $ECHO_C" >&6
11122 if test -n "$WINDMC_FOR_TARGET"; then
11123 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11125 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11126 for as_dir in $PATH
11129 test -z "$as_dir" && as_dir=.
11130 for ac_exec_ext in '' $ac_executable_extensions; do
11131 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11132 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
11133 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11141 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11142 if test -n "$WINDMC_FOR_TARGET"; then
11143 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11144 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11146 echo "$as_me:$LINENO: result
: no
" >&5
11147 echo "${ECHO_T}no
" >&6
11151 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
11155 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
11157 if test $build = $target ; then
11158 WINDMC_FOR_TARGET="$2"
11160 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
11163 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
11167 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
11171 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
11173 echo "$as_me:$LINENO: checking where to
find the target
ar" >&5
11174 echo $ECHO_N "checking where to
find the target
ar...
$ECHO_C" >&6
11175 if test "x
${build}" != "x
${host}" ; then
11176 if expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
11177 # We already found the complete path
11178 ac_dir=`dirname $AR_FOR_TARGET`
11179 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11180 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11182 # Canadian cross, just use what we found
11183 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11184 echo "${ECHO_T}pre-installed
" >&6
11188 case " ${configdirs} " in
11193 if test $ok = yes; then
11194 # An in-tree tool is available and we can use it
11195 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
11196 echo "$as_me:$LINENO: result
: just compiled
" >&5
11197 echo "${ECHO_T}just compiled
" >&6
11198 elif expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
11199 # We already found the complete path
11200 ac_dir=`dirname $AR_FOR_TARGET`
11201 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11202 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11203 elif test "x
$target" = "x
$host"; then
11204 # We can use an host tool
11205 AR_FOR_TARGET='$(AR)'
11206 echo "$as_me:$LINENO: result
: host tool
" >&5
11207 echo "${ECHO_T}host tool
" >&6
11209 # We need a cross tool
11210 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11211 echo "${ECHO_T}pre-installed
" >&6
11215 echo "$as_me:$LINENO: checking where to
find the target as
" >&5
11216 echo $ECHO_N "checking where to
find the target as...
$ECHO_C" >&6
11217 if test "x
${build}" != "x
${host}" ; then
11218 if expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
11219 # We already found the complete path
11220 ac_dir=`dirname $AS_FOR_TARGET`
11221 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11222 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11224 # Canadian cross, just use what we found
11225 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11226 echo "${ECHO_T}pre-installed
" >&6
11230 case " ${configdirs} " in
11235 if test $ok = yes; then
11236 # An in-tree tool is available and we can use it
11237 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
11238 echo "$as_me:$LINENO: result
: just compiled
" >&5
11239 echo "${ECHO_T}just compiled
" >&6
11240 elif expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
11241 # We already found the complete path
11242 ac_dir=`dirname $AS_FOR_TARGET`
11243 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11244 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11245 elif test "x
$target" = "x
$host"; then
11246 # We can use an host tool
11247 AS_FOR_TARGET='$(AS)'
11248 echo "$as_me:$LINENO: result
: host tool
" >&5
11249 echo "${ECHO_T}host tool
" >&6
11251 # We need a cross tool
11252 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11253 echo "${ECHO_T}pre-installed
" >&6
11257 echo "$as_me:$LINENO: checking where to
find the target cc
" >&5
11258 echo $ECHO_N "checking where to
find the target cc...
$ECHO_C" >&6
11259 if test "x
${build}" != "x
${host}" ; then
11260 if expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
11261 # We already found the complete path
11262 ac_dir=`dirname $CC_FOR_TARGET`
11263 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11264 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11266 # Canadian cross, just use what we found
11267 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11268 echo "${ECHO_T}pre-installed
" >&6
11272 case " ${configdirs} " in
11277 if test $ok = yes; then
11278 # An in-tree tool is available and we can use it
11279 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
11280 echo "$as_me:$LINENO: result
: just compiled
" >&5
11281 echo "${ECHO_T}just compiled
" >&6
11282 elif expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
11283 # We already found the complete path
11284 ac_dir=`dirname $CC_FOR_TARGET`
11285 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11286 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11287 elif test "x
$target" = "x
$host"; then
11288 # We can use an host tool
11289 CC_FOR_TARGET='$(CC)'
11290 echo "$as_me:$LINENO: result
: host tool
" >&5
11291 echo "${ECHO_T}host tool
" >&6
11293 # We need a cross tool
11294 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11295 echo "${ECHO_T}pre-installed
" >&6
11299 echo "$as_me:$LINENO: checking where to
find the target c
++" >&5
11300 echo $ECHO_N "checking where to
find the target c
++...
$ECHO_C" >&6
11301 if test "x
${build}" != "x
${host}" ; then
11302 if expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
11303 # We already found the complete path
11304 ac_dir=`dirname $CXX_FOR_TARGET`
11305 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11306 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11308 # Canadian cross, just use what we found
11309 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11310 echo "${ECHO_T}pre-installed
" >&6
11314 case " ${configdirs} " in
11318 case ,${enable_languages}, in
11322 if test $ok = yes; then
11323 # An in-tree tool is available and we can use it
11324 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'
11325 echo "$as_me:$LINENO: result
: just compiled
" >&5
11326 echo "${ECHO_T}just compiled
" >&6
11327 elif expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
11328 # We already found the complete path
11329 ac_dir=`dirname $CXX_FOR_TARGET`
11330 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11331 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11332 elif test "x
$target" = "x
$host"; then
11333 # We can use an host tool
11334 CXX_FOR_TARGET='$(CXX)'
11335 echo "$as_me:$LINENO: result
: host tool
" >&5
11336 echo "${ECHO_T}host tool
" >&6
11338 # We need a cross tool
11339 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11340 echo "${ECHO_T}pre-installed
" >&6
11344 echo "$as_me:$LINENO: checking where to
find the target c
++ for libstdc
++" >&5
11345 echo $ECHO_N "checking where to
find the target c
++ for libstdc
++...
$ECHO_C" >&6
11346 if test "x
${build}" != "x
${host}" ; then
11347 if expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
11348 # We already found the complete path
11349 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
11350 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11351 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11353 # Canadian cross, just use what we found
11354 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11355 echo "${ECHO_T}pre-installed
" >&6
11359 case " ${configdirs} " in
11363 case ,${enable_languages}, in
11367 if test $ok = yes; then
11368 # An in-tree tool is available and we can use it
11369 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'
11370 echo "$as_me:$LINENO: result
: just compiled
" >&5
11371 echo "${ECHO_T}just compiled
" >&6
11372 elif expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
11373 # We already found the complete path
11374 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
11375 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11376 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11377 elif test "x
$target" = "x
$host"; then
11378 # We can use an host tool
11379 RAW_CXX_FOR_TARGET='$(CXX)'
11380 echo "$as_me:$LINENO: result
: host tool
" >&5
11381 echo "${ECHO_T}host tool
" >&6
11383 # We need a cross tool
11384 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11385 echo "${ECHO_T}pre-installed
" >&6
11389 echo "$as_me:$LINENO: checking where to
find the target dlltool
" >&5
11390 echo $ECHO_N "checking where to
find the target dlltool...
$ECHO_C" >&6
11391 if test "x
${build}" != "x
${host}" ; then
11392 if expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
11393 # We already found the complete path
11394 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
11395 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11396 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11398 # Canadian cross, just use what we found
11399 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11400 echo "${ECHO_T}pre-installed
" >&6
11404 case " ${configdirs} " in
11409 if test $ok = yes; then
11410 # An in-tree tool is available and we can use it
11411 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
11412 echo "$as_me:$LINENO: result
: just compiled
" >&5
11413 echo "${ECHO_T}just compiled
" >&6
11414 elif expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
11415 # We already found the complete path
11416 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
11417 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11418 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11419 elif test "x
$target" = "x
$host"; then
11420 # We can use an host tool
11421 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
11422 echo "$as_me:$LINENO: result
: host tool
" >&5
11423 echo "${ECHO_T}host tool
" >&6
11425 # We need a cross tool
11426 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11427 echo "${ECHO_T}pre-installed
" >&6
11431 echo "$as_me:$LINENO: checking where to
find the target gcc
" >&5
11432 echo $ECHO_N "checking where to
find the target gcc...
$ECHO_C" >&6
11433 if test "x
${build}" != "x
${host}" ; then
11434 if expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
11435 # We already found the complete path
11436 ac_dir=`dirname $GCC_FOR_TARGET`
11437 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11438 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11440 # Canadian cross, just use what we found
11441 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11442 echo "${ECHO_T}pre-installed
" >&6
11446 case " ${configdirs} " in
11451 if test $ok = yes; then
11452 # An in-tree tool is available and we can use it
11453 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
11454 echo "$as_me:$LINENO: result
: just compiled
" >&5
11455 echo "${ECHO_T}just compiled
" >&6
11456 elif expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
11457 # We already found the complete path
11458 ac_dir=`dirname $GCC_FOR_TARGET`
11459 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11460 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11461 elif test "x
$target" = "x
$host"; then
11462 # We can use an host tool
11463 GCC_FOR_TARGET='$()'
11464 echo "$as_me:$LINENO: result
: host tool
" >&5
11465 echo "${ECHO_T}host tool
" >&6
11467 # We need a cross tool
11468 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11469 echo "${ECHO_T}pre-installed
" >&6
11473 echo "$as_me:$LINENO: checking where to
find the target gcj
" >&5
11474 echo $ECHO_N "checking where to
find the target gcj...
$ECHO_C" >&6
11475 if test "x
${build}" != "x
${host}" ; then
11476 if expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
11477 # We already found the complete path
11478 ac_dir=`dirname $GCJ_FOR_TARGET`
11479 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11480 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11482 # Canadian cross, just use what we found
11483 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11484 echo "${ECHO_T}pre-installed
" >&6
11488 case " ${configdirs} " in
11492 case ,${enable_languages}, in
11496 if test $ok = yes; then
11497 # An in-tree tool is available and we can use it
11498 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
11499 echo "$as_me:$LINENO: result
: just compiled
" >&5
11500 echo "${ECHO_T}just compiled
" >&6
11501 elif expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
11502 # We already found the complete path
11503 ac_dir=`dirname $GCJ_FOR_TARGET`
11504 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11505 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11506 elif test "x
$target" = "x
$host"; then
11507 # We can use an host tool
11508 GCJ_FOR_TARGET='$(GCJ)'
11509 echo "$as_me:$LINENO: result
: host tool
" >&5
11510 echo "${ECHO_T}host tool
" >&6
11512 # We need a cross tool
11513 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11514 echo "${ECHO_T}pre-installed
" >&6
11518 echo "$as_me:$LINENO: checking where to
find the target gfortran
" >&5
11519 echo $ECHO_N "checking where to
find the target gfortran...
$ECHO_C" >&6
11520 if test "x
${build}" != "x
${host}" ; then
11521 if expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
11522 # We already found the complete path
11523 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
11524 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11525 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11527 # Canadian cross, just use what we found
11528 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11529 echo "${ECHO_T}pre-installed
" >&6
11533 case " ${configdirs} " in
11537 case ,${enable_languages}, in
11541 if test $ok = yes; then
11542 # An in-tree tool is available and we can use it
11543 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
11544 echo "$as_me:$LINENO: result
: just compiled
" >&5
11545 echo "${ECHO_T}just compiled
" >&6
11546 elif expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
11547 # We already found the complete path
11548 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
11549 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11550 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11551 elif test "x
$target" = "x
$host"; then
11552 # We can use an host tool
11553 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
11554 echo "$as_me:$LINENO: result
: host tool
" >&5
11555 echo "${ECHO_T}host tool
" >&6
11557 # We need a cross tool
11558 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11559 echo "${ECHO_T}pre-installed
" >&6
11563 echo "$as_me:$LINENO: checking where to
find the target ld
" >&5
11564 echo $ECHO_N "checking where to
find the target ld...
$ECHO_C" >&6
11565 if test "x
${build}" != "x
${host}" ; then
11566 if expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
11567 # We already found the complete path
11568 ac_dir=`dirname $LD_FOR_TARGET`
11569 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11570 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11572 # Canadian cross, just use what we found
11573 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11574 echo "${ECHO_T}pre-installed
" >&6
11578 case " ${configdirs} " in
11583 if test $ok = yes; then
11584 # An in-tree tool is available and we can use it
11585 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
11586 echo "$as_me:$LINENO: result
: just compiled
" >&5
11587 echo "${ECHO_T}just compiled
" >&6
11588 elif expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
11589 # We already found the complete path
11590 ac_dir=`dirname $LD_FOR_TARGET`
11591 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11592 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11593 elif test "x
$target" = "x
$host"; then
11594 # We can use an host tool
11595 LD_FOR_TARGET='$(LD)'
11596 echo "$as_me:$LINENO: result
: host tool
" >&5
11597 echo "${ECHO_T}host tool
" >&6
11599 # We need a cross tool
11600 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11601 echo "${ECHO_T}pre-installed
" >&6
11605 echo "$as_me:$LINENO: checking where to
find the target lipo
" >&5
11606 echo $ECHO_N "checking where to
find the target lipo...
$ECHO_C" >&6
11607 if test "x
${build}" != "x
${host}" ; then
11608 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
11609 # We already found the complete path
11610 ac_dir=`dirname $LIPO_FOR_TARGET`
11611 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11612 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11614 # Canadian cross, just use what we found
11615 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11616 echo "${ECHO_T}pre-installed
" >&6
11619 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
11620 # We already found the complete path
11621 ac_dir=`dirname $LIPO_FOR_TARGET`
11622 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11623 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11624 elif test "x
$target" = "x
$host"; then
11625 # We can use an host tool
11626 LIPO_FOR_TARGET='$(LIPO)'
11627 echo "$as_me:$LINENO: result
: host tool
" >&5
11628 echo "${ECHO_T}host tool
" >&6
11630 # We need a cross tool
11631 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11632 echo "${ECHO_T}pre-installed
" >&6
11636 echo "$as_me:$LINENO: checking where to
find the target nm
" >&5
11637 echo $ECHO_N "checking where to
find the target nm...
$ECHO_C" >&6
11638 if test "x
${build}" != "x
${host}" ; then
11639 if expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
11640 # We already found the complete path
11641 ac_dir=`dirname $NM_FOR_TARGET`
11642 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11643 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11645 # Canadian cross, just use what we found
11646 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11647 echo "${ECHO_T}pre-installed
" >&6
11651 case " ${configdirs} " in
11656 if test $ok = yes; then
11657 # An in-tree tool is available and we can use it
11658 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
11659 echo "$as_me:$LINENO: result
: just compiled
" >&5
11660 echo "${ECHO_T}just compiled
" >&6
11661 elif expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
11662 # We already found the complete path
11663 ac_dir=`dirname $NM_FOR_TARGET`
11664 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11665 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11666 elif test "x
$target" = "x
$host"; then
11667 # We can use an host tool
11668 NM_FOR_TARGET='$(NM)'
11669 echo "$as_me:$LINENO: result
: host tool
" >&5
11670 echo "${ECHO_T}host tool
" >&6
11672 # We need a cross tool
11673 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11674 echo "${ECHO_T}pre-installed
" >&6
11678 echo "$as_me:$LINENO: checking where to
find the target objdump
" >&5
11679 echo $ECHO_N "checking where to
find the target objdump...
$ECHO_C" >&6
11680 if test "x
${build}" != "x
${host}" ; then
11681 if expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
11682 # We already found the complete path
11683 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
11684 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11685 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11687 # Canadian cross, just use what we found
11688 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11689 echo "${ECHO_T}pre-installed
" >&6
11693 case " ${configdirs} " in
11698 if test $ok = yes; then
11699 # An in-tree tool is available and we can use it
11700 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
11701 echo "$as_me:$LINENO: result
: just compiled
" >&5
11702 echo "${ECHO_T}just compiled
" >&6
11703 elif expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
11704 # We already found the complete path
11705 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
11706 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11707 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11708 elif test "x
$target" = "x
$host"; then
11709 # We can use an host tool
11710 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
11711 echo "$as_me:$LINENO: result
: host tool
" >&5
11712 echo "${ECHO_T}host tool
" >&6
11714 # We need a cross tool
11715 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11716 echo "${ECHO_T}pre-installed
" >&6
11720 echo "$as_me:$LINENO: checking where to
find the target ranlib
" >&5
11721 echo $ECHO_N "checking where to
find the target ranlib...
$ECHO_C" >&6
11722 if test "x
${build}" != "x
${host}" ; then
11723 if expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
11724 # We already found the complete path
11725 ac_dir=`dirname $RANLIB_FOR_TARGET`
11726 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11727 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11729 # Canadian cross, just use what we found
11730 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11731 echo "${ECHO_T}pre-installed
" >&6
11735 case " ${configdirs} " in
11740 if test $ok = yes; then
11741 # An in-tree tool is available and we can use it
11742 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
11743 echo "$as_me:$LINENO: result
: just compiled
" >&5
11744 echo "${ECHO_T}just compiled
" >&6
11745 elif expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
11746 # We already found the complete path
11747 ac_dir=`dirname $RANLIB_FOR_TARGET`
11748 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11749 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11750 elif test "x
$target" = "x
$host"; then
11751 # We can use an host tool
11752 RANLIB_FOR_TARGET='$(RANLIB)'
11753 echo "$as_me:$LINENO: result
: host tool
" >&5
11754 echo "${ECHO_T}host tool
" >&6
11756 # We need a cross tool
11757 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11758 echo "${ECHO_T}pre-installed
" >&6
11762 echo "$as_me:$LINENO: checking where to
find the target strip
" >&5
11763 echo $ECHO_N "checking where to
find the target strip...
$ECHO_C" >&6
11764 if test "x
${build}" != "x
${host}" ; then
11765 if expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
11766 # We already found the complete path
11767 ac_dir=`dirname $STRIP_FOR_TARGET`
11768 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11769 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11771 # Canadian cross, just use what we found
11772 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11773 echo "${ECHO_T}pre-installed
" >&6
11777 case " ${configdirs} " in
11782 if test $ok = yes; then
11783 # An in-tree tool is available and we can use it
11784 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip'
11785 echo "$as_me:$LINENO: result
: just compiled
" >&5
11786 echo "${ECHO_T}just compiled
" >&6
11787 elif expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
11788 # We already found the complete path
11789 ac_dir=`dirname $STRIP_FOR_TARGET`
11790 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11791 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11792 elif test "x
$target" = "x
$host"; then
11793 # We can use an host tool
11794 STRIP_FOR_TARGET='$(STRIP)'
11795 echo "$as_me:$LINENO: result
: host tool
" >&5
11796 echo "${ECHO_T}host tool
" >&6
11798 # We need a cross tool
11799 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11800 echo "${ECHO_T}pre-installed
" >&6
11804 echo "$as_me:$LINENO: checking where to
find the target windres
" >&5
11805 echo $ECHO_N "checking where to
find the target windres...
$ECHO_C" >&6
11806 if test "x
${build}" != "x
${host}" ; then
11807 if expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
11808 # We already found the complete path
11809 ac_dir=`dirname $WINDRES_FOR_TARGET`
11810 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11811 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11813 # Canadian cross, just use what we found
11814 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11815 echo "${ECHO_T}pre-installed
" >&6
11819 case " ${configdirs} " in
11824 if test $ok = yes; then
11825 # An in-tree tool is available and we can use it
11826 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
11827 echo "$as_me:$LINENO: result
: just compiled
" >&5
11828 echo "${ECHO_T}just compiled
" >&6
11829 elif expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
11830 # We already found the complete path
11831 ac_dir=`dirname $WINDRES_FOR_TARGET`
11832 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11833 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11834 elif test "x
$target" = "x
$host"; then
11835 # We can use an host tool
11836 WINDRES_FOR_TARGET='$(WINDRES)'
11837 echo "$as_me:$LINENO: result
: host tool
" >&5
11838 echo "${ECHO_T}host tool
" >&6
11840 # We need a cross tool
11841 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11842 echo "${ECHO_T}pre-installed
" >&6
11846 echo "$as_me:$LINENO: checking where to
find the target windmc
" >&5
11847 echo $ECHO_N "checking where to
find the target windmc...
$ECHO_C" >&6
11848 if test "x
${build}" != "x
${host}" ; then
11849 if expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
11850 # We already found the complete path
11851 ac_dir=`dirname $WINDMC_FOR_TARGET`
11852 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11853 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11855 # Canadian cross, just use what we found
11856 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11857 echo "${ECHO_T}pre-installed
" >&6
11861 case " ${configdirs} " in
11866 if test $ok = yes; then
11867 # An in-tree tool is available and we can use it
11868 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
11869 echo "$as_me:$LINENO: result
: just compiled
" >&5
11870 echo "${ECHO_T}just compiled
" >&6
11871 elif expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
11872 # We already found the complete path
11873 ac_dir=`dirname $WINDMC_FOR_TARGET`
11874 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11875 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11876 elif test "x
$target" = "x
$host"; then
11877 # We can use an host tool
11878 WINDMC_FOR_TARGET='$(WINDMC)'
11879 echo "$as_me:$LINENO: result
: host tool
" >&5
11880 echo "${ECHO_T}host tool
" >&6
11882 # We need a cross tool
11883 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11884 echo "${ECHO_T}pre-installed
" >&6
11892 # Certain tools may need extra flags.
11893 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
11894 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
11895 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
11897 # When building target libraries, except in a Canadian cross, we use
11898 # the same toolchain as the compiler we just built.
11899 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
11900 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
11901 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
11902 if test $host = $build; then
11903 case " $configdirs " in
11905 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
11906 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
11907 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
11916 echo "$as_me:$LINENO: checking whether to
enable maintainer-specific portions of Makefiles
" >&5
11917 echo $ECHO_N "checking whether to
enable maintainer-specific portions of Makefiles...
$ECHO_C" >&6
11918 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
11919 if test "${enable_maintainer_mode+set}" = set; then
11920 enableval="$enable_maintainer_mode"
11921 USE_MAINTAINER_MODE=$enableval
11923 USE_MAINTAINER_MODE=no
11925 echo "$as_me:$LINENO: result
: $USE_MAINTAINER_MODE" >&5
11926 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
11929 if test "$USE_MAINTAINER_MODE" = yes; then
11930 MAINTAINER_MODE_TRUE=
11931 MAINTAINER_MODE_FALSE='#'
11933 MAINTAINER_MODE_TRUE='#'
11934 MAINTAINER_MODE_FALSE=
11936 MAINT=$MAINTAINER_MODE_TRUE
11938 # ---------------------
11939 # GCC bootstrap support
11940 # ---------------------
11942 # Stage specific cflags for build.
11947 yes) stage1_cflags="-g -Wa,-J" ;;
11948 *) stage1_cflags="-g -J" ;;
11952 # This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
11953 if test "$GCC" = yes; then
11954 saved_CFLAGS="$CFLAGS"
11956 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
11957 CFLAGS="$CFLAGS -fkeep-inline-functions"
11958 echo "$as_me:$LINENO: checking whether
-fkeep-inline-functions is supported
" >&5
11959 echo $ECHO_N "checking whether
-fkeep-inline-functions is supported...
$ECHO_C" >&6
11960 cat >conftest.$ac_ext <<_ACEOF
11963 cat confdefs.h >>conftest.$ac_ext
11964 cat >>conftest.$ac_ext <<_ACEOF
11965 /* end confdefs.h. */
11967 #if (__GNUC__ < 3) \
11968 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
11969 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
11970 #error http://gcc.gnu.org/PR29382
11981 rm -f conftest.$ac_objext
11982 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11983 (eval $ac_compile) 2>conftest.er1
11985 grep -v '^ *+' conftest.er1 >conftest.err
11987 cat conftest.err >&5
11988 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11989 (exit $ac_status); } &&
11990 { ac_try='test -z "$ac_c_werror_flag"
11991 || test ! -s conftest.err'
11992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11993 (eval $ac_try) 2>&5
11995 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11996 (exit $ac_status); }; } &&
11997 { ac_try='test -s conftest.$ac_objext'
11998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11999 (eval $ac_try) 2>&5
12001 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12002 (exit $ac_status); }; }; then
12003 echo "$as_me:$LINENO: result
: yes" >&5
12004 echo "${ECHO_T}yes" >&6; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
12006 echo "$as_me: failed program was
:" >&5
12007 sed 's/^/| /' conftest.$ac_ext >&5
12009 echo "$as_me:$LINENO: result
: no
" >&5
12010 echo "${ECHO_T}no
" >&6
12012 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12014 CFLAGS="$saved_CFLAGS"
12019 # Enable --enable-checking in stage1 of the compiler.
12020 # Check whether --enable-stage1-checking or --disable-stage1-checking was given.
12021 if test "${enable_stage1_checking+set}" = set; then
12022 enableval="$enable_stage1_checking"
12023 stage1_checking=--enable-checking=${enable_stage1_checking}
12025 if test "x
$enable_checking" = xno || test "x
$enable_checking" = x; then
12026 stage1_checking=--enable-checking=yes,types
12028 stage1_checking=--enable-checking=$enable_checking,types
12033 # Enable -Werror in bootstrap stage2 and later.
12034 # Check whether --enable-werror or --disable-werror was given.
12035 if test "${enable_werror+set}" = set; then
12036 enableval="$enable_werror"
12039 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
12045 case ${enable_werror} in
12046 yes) stage2_werror_flag="--enable-werror-always" ;;
12047 *) stage2_werror_flag="" ;;
12051 # Flags needed to enable html installing and building
12053 # Check whether --with-datarootdir or --without-datarootdir was given.
12054 if test "${with_datarootdir+set}" = set; then
12055 withval="$with_datarootdir"
12056 datarootdir="\
${prefix}/${withval}"
12058 datarootdir="\
${prefix}/share
"
12062 # Check whether --with-docdir or --without-docdir was given.
12063 if test "${with_docdir+set}" = set; then
12064 withval="$with_docdir"
12065 docdir="\
${prefix}/${withval}"
12067 docdir="\
${datarootdir}/doc
"
12071 # Check whether --with-pdfdir or --without-pdfdir was given.
12072 if test "${with_pdfdir+set}" = set; then
12073 withval="$with_pdfdir"
12074 pdfdir="\
${prefix}/${withval}"
12076 pdfdir="\
${docdir}"
12080 # Check whether --with-htmldir or --without-htmldir was given.
12081 if test "${with_htmldir+set}" = set; then
12082 withval="$with_htmldir"
12083 htmldir="\
${prefix}/${withval}"
12085 htmldir="\
${docdir}"
12093 ac_config_files="$ac_config_files Makefile
"
12094 cat >confcache <<\_ACEOF
12095 # This file is a shell script that caches the results of configure
12096 # tests run on this system so they can be shared between configure
12097 # scripts and configure runs, see configure's option --config-cache.
12098 # It is not useful on other systems. If it contains results you don't
12099 # want to keep, you may remove or edit it.
12101 # config.status only pays attention to the cache file if you give it
12102 # the --recheck option to rerun configure.
12104 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12105 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12106 # following values.
12110 # The following way of writing the cache mishandles newlines in values,
12111 # but we know of no workaround that is simple, portable, and efficient.
12112 # So, don't put newlines in cache variables' values.
12113 # Ultrix sh set writes to stderr and can't be redirected directly,
12114 # and sets the high bit in the cache file unless we assign to the vars.
12117 case `(ac_space=' '; set | grep ac_space) 2>&1` in
12119 # `set' does not quote correctly, so add quotes (double-quote
12120 # substitution turns \\\\ into \\, and sed turns \\ into \).
12123 s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1='\\2'/p
"
12126 # `set' quotes correctly as required by POSIX, so do not add quotes.
12128 "s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1=\\2/p
"
12135 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12137 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12139 if diff $cache_file confcache >/dev/null 2>&1; then :; else
12140 if test -w $cache_file; then
12141 test "x
$cache_file" != "x
/dev
/null
" && echo "updating cache
$cache_file"
12142 cat confcache >$cache_file
12144 echo "not updating unwritable cache
$cache_file"
12149 test "x
$prefix" = xNONE && prefix=$ac_default_prefix
12150 # Let make expand exec_prefix.
12151 test "x
$exec_prefix" = xNONE && exec_prefix='${prefix}'
12153 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12154 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".
", strip leading and
12155 # trailing colons and then remove the whole line if VPATH becomes empty
12156 # (actually we leave an empty line to preserve line numbers).
12157 if test "x
$srcdir" = x.; then
12158 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12159 s/:*\$(srcdir):*/:/;
12160 s/:*\${srcdir}:*/:/;
12162 s/^\([^=]*=[ ]*\):*/\1/;
12168 # Transform confdefs.h into DEFS.
12169 # Protect against shell expansion while executing Makefile rules.
12170 # Protect against Makefile macro expansion.
12172 # If the first sed substitution is executed (which looks for macros that
12173 # take arguments), then we branch to the quote section. Otherwise,
12174 # look for a macro that doesn't take arguments.
12175 cat >confdef2opt.sed <<\_ACEOF
12178 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
12180 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
12184 s,[ `~#$^&*(){}\\|;'"<>?
],\\&,g
12190 # We use echo to avoid assuming a particular line-breaking character.
12191 # The extra dot is to prevent the shell from consuming trailing
12192 # line-breaks from the sub-command output. A line-break within
12193 # single-quotes doesn't work because, if this script is created in a
12194 # platform that uses two characters for line-breaks (e.g., DOS), tr
12196 ac_LF_and_DOT
=`echo; echo .`
12197 DEFS
=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
12198 rm -f confdef2opt.
sed
12203 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
12204 # 1. Remove the extension, and $U if already installed.
12205 ac_i
=`echo "$ac_i" |
12206 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
12208 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
12209 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
12211 LIBOBJS
=$ac_libobjs
12213 LTLIBOBJS
=$ac_ltlibobjs
12217 : ${CONFIG_STATUS=./config.status}
12218 ac_clean_files_save
=$ac_clean_files
12219 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
12220 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
12221 echo "$as_me: creating $CONFIG_STATUS" >&6;}
12222 cat >$CONFIG_STATUS <<_ACEOF
12224 # Generated by $as_me.
12225 # Run this file to recreate the current configuration.
12226 # Compiler output produced by configure, useful for debugging
12227 # configure, is in config.log if it exists.
12230 ac_cs_recheck=false
12232 SHELL=\${CONFIG_SHELL-$SHELL}
12235 cat >>$CONFIG_STATUS <<\_ACEOF
12236 ## --------------------- ##
12237 ## M4sh Initialization. ##
12238 ## --------------------- ##
12240 # Be Bourne compatible
12241 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
12244 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
12245 # is contrary to our usage. Disable this feature.
12246 alias -g '${1+"$@"}'='"$@"'
12247 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
12250 DUALCASE
=1; export DUALCASE
# for MKS sh
12252 # Support unset when possible.
12253 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
12260 # Work around bugs in pre-3.0 UWIN ksh.
12261 $as_unset ENV MAIL MAILPATH
12268 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
12269 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
12270 LC_TELEPHONE LC_TIME
12272 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
12273 eval $as_var=C
; export $as_var
12279 # Required to use basename.
12280 if expr a
: '\(a\)' >/dev
/null
2>&1; then
12286 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
12287 as_basename
=basename
12293 # Name of the executable.
12294 as_me
=`$as_basename "$0" ||
12295 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12296 X"$0" : 'X\(//\)$' \| \
12297 X"$0" : 'X\(/\)$' \| \
12298 . : '\(.\)' 2>/dev/null ||
12300 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
12301 /^X\/\(\/\/\)$/{ s//\1/; q; }
12302 /^X\/\(\/\).*/{ s//\1/; q; }
12306 # PATH needs CR, and LINENO needs CR and PATH.
12307 # Avoid depending upon Character Ranges.
12308 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
12309 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12310 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
12311 as_cr_digits
='0123456789'
12312 as_cr_alnum
=$as_cr_Letters$as_cr_digits
12314 # The user is always right.
12315 if test "${PATH_SEPARATOR+set}" != set; then
12316 echo "#! /bin/sh" >conf$$.sh
12317 echo "exit 0" >>conf$$.sh
12319 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
12328 as_lineno_1
=$LINENO
12329 as_lineno_2
=$LINENO
12330 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
12331 test "x$as_lineno_1" != "x$as_lineno_2" &&
12332 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
12333 # Find who we are. Look in the path if we contain no path at all
12336 *[\\/]* ) as_myself
=$0 ;;
12337 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12338 for as_dir
in $PATH
12341 test -z "$as_dir" && as_dir
=.
12342 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
12347 # We did not find ourselves, most probably we were run as `sh COMMAND'
12348 # in which case we are not to be found in the path.
12349 if test "x$as_myself" = x
; then
12352 if test ! -f "$as_myself"; then
12353 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
12354 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
12355 { (exit 1); exit 1; }; }
12357 case $CONFIG_SHELL in
12359 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12360 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
12363 test -z "$as_dir" && as_dir
=.
12364 for as_base
in sh bash ksh sh5
; do
12367 if ("$as_dir/$as_base" -c '
12368 as_lineno_1=$LINENO
12369 as_lineno_2=$LINENO
12370 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
12371 test "x$as_lineno_1" != "x$as_lineno_2" &&
12372 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
12373 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
12374 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
12375 CONFIG_SHELL
=$as_dir/$as_base
12376 export CONFIG_SHELL
12377 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
12385 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
12386 # uniformly replaced by the line number. The first 'sed' inserts a
12387 # line-number line before each line; the second 'sed' does the real
12388 # work. The second script uses 'N' to pair each line-number line
12389 # with the numbered line, and appends trailing '-' during
12390 # substitution so that $LINENO is not a special case at line end.
12391 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
12392 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
12393 sed '=' <$as_myself |
12398 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
12401 s,^['$as_cr_digits']*\n,,
12402 ' >$as_me.lineno
&&
12403 chmod +x
$as_me.lineno ||
12404 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
12405 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
12406 { (exit 1); exit 1; }; }
12408 # Don't try to exec as it changes $[0], causing all sort of problems
12409 # (the dirname of $[0] is not the place where we might find the
12410 # original and so on. Autoconf is especially sensible to this).
12412 # Exit status is that of the last command.
12417 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
12418 *c
*,-n*) ECHO_N
= ECHO_C
='
12420 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
12421 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
12424 if expr a
: '\(a\)' >/dev
/null
2>&1; then
12430 rm -f conf$$ conf$$.exe conf$$.
file
12432 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
12433 # We could just check for DJGPP; but this test a) works b) is more generic
12434 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
12435 if test -f conf$$.exe
; then
12436 # Don't use ln at all; we don't have any links
12441 elif ln conf$$.
file conf$$
2>/dev
/null
; then
12446 rm -f conf$$ conf$$.exe conf$$.
file
12448 if mkdir
-p .
2>/dev
/null
; then
12451 test -d .
/-p && rmdir .
/-p
12455 as_executable_p
="test -f"
12457 # Sed expression to map a string onto a valid CPP name.
12458 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12460 # Sed expression to map a string onto a valid variable name.
12461 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12465 # We need space, tab and new line, in precisely that order.
12475 # Open the log real soon, to keep \$[0] and so on meaningful, and to
12476 # report actual input values of CONFIG_FILES etc. instead of their
12477 # values after options handling. Logging --version etc. is OK.
12481 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12482 ## Running $as_me. ##
12487 This file was extended by $as_me, which was
12488 generated by GNU Autoconf 2.59. Invocation command line was
12490 CONFIG_FILES = $CONFIG_FILES
12491 CONFIG_HEADERS = $CONFIG_HEADERS
12492 CONFIG_LINKS = $CONFIG_LINKS
12493 CONFIG_COMMANDS = $CONFIG_COMMANDS
12497 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
12501 # Files that config.status was made for.
12502 if test -n "$ac_config_files"; then
12503 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
12506 if test -n "$ac_config_headers"; then
12507 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
12510 if test -n "$ac_config_links"; then
12511 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
12514 if test -n "$ac_config_commands"; then
12515 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
12518 cat >>$CONFIG_STATUS <<\_ACEOF
12521 \`$as_me' instantiates files from templates according to the
12522 current configuration.
12524 Usage: $0 [OPTIONS] [FILE]...
12526 -h, --help print this help, then exit
12527 -V, --version print version number, then exit
12528 -q, --quiet do not print progress messages
12529 -d, --debug don't remove temporary files
12530 --recheck update $as_me by reconfiguring in the same conditions
12531 --file=FILE[:TEMPLATE]
12532 instantiate the configuration file FILE
12534 Configuration files:
12537 Report bugs to <bug-autoconf@gnu.org>."
12540 cat >>$CONFIG_STATUS <<_ACEOF
12543 configured by $0, generated by GNU Autoconf 2.59,
12544 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
12546 Copyright (C) 2003 Free Software Foundation, Inc.
12547 This config.status script is free software; the Free Software Foundation
12548 gives unlimited permission to copy, distribute and modify it."
12553 cat >>$CONFIG_STATUS <<\_ACEOF
12554 # If no file are specified by the user, then we need to provide default
12555 # value. By we need to know if files were specified by the user.
12561 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
12562 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
12570 *) # This is not an option, so the user has probably given explicit
12573 ac_need_defaults
=false
;;
12577 # Handling of the options.
12579 cat >>$CONFIG_STATUS <<\_ACEOF
12580 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
12582 --version |
--vers* |
-V )
12583 echo "$ac_cs_version"; exit 0 ;;
12585 # Conflict between --help and --header
12586 { { echo "$as_me:$LINENO: error: ambiguous option: $1
12587 Try \`$0 --help' for more information." >&5
12588 echo "$as_me: error: ambiguous option: $1
12589 Try \`$0 --help' for more information." >&2;}
12590 { (exit 1); exit 1; }; };;
12591 --help |
--hel |
-h )
12592 echo "$ac_cs_usage"; exit 0 ;;
12593 --debug |
--d* |
-d )
12595 --file |
--fil |
--fi |
--f )
12597 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
12598 ac_need_defaults
=false
;;
12599 --header |
--heade |
--head |
--hea )
12601 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
12602 ac_need_defaults
=false
;;
12603 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
12604 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
12607 # This is an error.
12608 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
12609 Try \`$0 --help' for more information." >&5
12610 echo "$as_me: error: unrecognized option: $1
12611 Try \`$0 --help' for more information." >&2;}
12612 { (exit 1); exit 1; }; } ;;
12614 *) ac_config_targets
="$ac_config_targets $1" ;;
12620 ac_configure_extra_args
=
12622 if $ac_cs_silent; then
12624 ac_configure_extra_args
="$ac_configure_extra_args --silent"
12628 cat >>$CONFIG_STATUS <<_ACEOF
12629 if \$ac_cs_recheck; then
12630 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
12631 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12640 cat >>$CONFIG_STATUS <<\_ACEOF
12641 for ac_config_target
in $ac_config_targets
12643 case "$ac_config_target" in
12644 # Handling of arguments.
12645 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
12646 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
12647 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
12648 { (exit 1); exit 1; }; };;
12652 # If the user did not use the arguments to specify the items to instantiate,
12653 # then the envvar interface is used. Set only those that are not.
12654 # We use the long form for the default assignment because of an extremely
12655 # bizarre bug on SunOS 4.1.3.
12656 if $ac_need_defaults; then
12657 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
12660 # Have a temporary directory for convenience. Make it in the build tree
12661 # simply because there is no reason to put it here, and in addition,
12662 # creating and moving files from /tmp can sometimes cause problems.
12663 # Create a temporary directory, and hook for its removal unless debugging.
12666 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
12667 trap '{ (exit 1); exit 1; }' 1 2 13 15
12670 # Create a (secure) tmp directory for tmp files.
12673 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
12674 test -n "$tmp" && test -d "$tmp"
12677 tmp
=.
/confstat$$
-$RANDOM
12678 (umask 077 && mkdir
$tmp)
12681 echo "$me: cannot create a temporary directory in ." >&2
12682 { (exit 1); exit 1; }
12687 cat >>$CONFIG_STATUS <<_ACEOF
12690 # CONFIG_FILES section.
12693 # No need to generate the scripts if there are no CONFIG_FILES.
12694 # This happens for instance when ./config.status config.h
12695 if test -n "\$CONFIG_FILES"; then
12696 # Protect against being on the right side of a sed subst in config.status.
12697 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
12698 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
12699 s,@SHELL@,$SHELL,;t t
12700 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
12701 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
12702 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
12703 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
12704 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
12705 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
12706 s,@exec_prefix@,$exec_prefix,;t t
12707 s,@prefix@,$prefix,;t t
12708 s,@program_transform_name@,$program_transform_name,;t t
12709 s,@bindir@,$bindir,;t t
12710 s,@sbindir@,$sbindir,;t t
12711 s,@libexecdir@,$libexecdir,;t t
12712 s,@datadir@,$datadir,;t t
12713 s,@sysconfdir@,$sysconfdir,;t t
12714 s,@sharedstatedir@,$sharedstatedir,;t t
12715 s,@localstatedir@,$localstatedir,;t t
12716 s,@libdir@,$libdir,;t t
12717 s,@includedir@,$includedir,;t t
12718 s,@oldincludedir@,$oldincludedir,;t t
12719 s,@infodir@,$infodir,;t t
12720 s,@mandir@,$mandir,;t t
12721 s,@build_alias@,$build_alias,;t t
12722 s,@host_alias@,$host_alias,;t t
12723 s,@target_alias@,$target_alias,;t t
12724 s,@DEFS@,$DEFS,;t t
12725 s,@ECHO_C@,$ECHO_C,;t t
12726 s,@ECHO_N@,$ECHO_N,;t t
12727 s,@ECHO_T@,$ECHO_T,;t t
12728 s,@LIBS@,$LIBS,;t t
12729 s,@build@,$build,;t t
12730 s,@build_cpu@,$build_cpu,;t t
12731 s,@build_vendor@,$build_vendor,;t t
12732 s,@build_os@,$build_os,;t t
12733 s,@build_noncanonical@,$build_noncanonical,;t t
12734 s,@host_noncanonical@,$host_noncanonical,;t t
12735 s,@target_noncanonical@,$target_noncanonical,;t t
12736 s,@host@,$host,;t t
12737 s,@host_cpu@,$host_cpu,;t t
12738 s,@host_vendor@,$host_vendor,;t t
12739 s,@host_os@,$host_os,;t t
12740 s,@target@,$target,;t t
12741 s,@target_cpu@,$target_cpu,;t t
12742 s,@target_vendor@,$target_vendor,;t t
12743 s,@target_os@,$target_os,;t t
12744 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
12745 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
12746 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
12748 s,@LN_S@,$LN_S,;t t
12749 s,@TOPLEVEL_CONFIGURE_ARGUMENTS@,$TOPLEVEL_CONFIGURE_ARGUMENTS,;t t
12750 s,@build_libsubdir@,$build_libsubdir,;t t
12751 s,@build_subdir@,$build_subdir,;t t
12752 s,@host_subdir@,$host_subdir,;t t
12753 s,@target_subdir@,$target_subdir,;t t
12755 s,@CFLAGS@,$CFLAGS,;t t
12756 s,@LDFLAGS@,$LDFLAGS,;t t
12757 s,@CPPFLAGS@,$CPPFLAGS,;t t
12758 s,@ac_ct_CC@,$ac_ct_CC,;t t
12759 s,@EXEEXT@,$EXEEXT,;t t
12760 s,@OBJEXT@,$OBJEXT,;t t
12762 s,@CXXFLAGS@,$CXXFLAGS,;t t
12763 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
12764 s,@GNATBIND@,$GNATBIND,;t t
12765 s,@ac_ct_GNATBIND@,$ac_ct_GNATBIND,;t t
12766 s,@GNATMAKE@,$GNATMAKE,;t t
12767 s,@ac_ct_GNATMAKE@,$ac_ct_GNATMAKE,;t t
12768 s,@do_compare@,$do_compare,;t t
12769 s,@gmplibs@,$gmplibs,;t t
12770 s,@gmpinc@,$gmpinc,;t t
12771 s,@stage1_languages@,$stage1_languages,;t t
12772 s,@SYSROOT_CFLAGS_FOR_TARGET@,$SYSROOT_CFLAGS_FOR_TARGET,;t t
12773 s,@DEBUG_PREFIX_CFLAGS_FOR_TARGET@,$DEBUG_PREFIX_CFLAGS_FOR_TARGET,;t t
12774 s,@RPATH_ENVVAR@,$RPATH_ENVVAR,;t t
12775 s,@tooldir@,$tooldir,;t t
12776 s,@build_tooldir@,$build_tooldir,;t t
12777 s,@CONFIGURE_GDB_TK@,$CONFIGURE_GDB_TK,;t t
12778 s,@GDB_TK@,$GDB_TK,;t t
12779 s,@INSTALL_GDB_TK@,$INSTALL_GDB_TK,;t t
12780 s,@build_configargs@,$build_configargs,;t t
12781 s,@build_configdirs@,$build_configdirs,;t t
12782 s,@host_configargs@,$host_configargs,;t t
12783 s,@configdirs@,$configdirs,;t t
12784 s,@target_configargs@,$target_configargs,;t t
12785 s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
12786 s,@config_shell@,$config_shell,;t t
12787 s,@YACC@,$YACC,;t t
12788 s,@BISON@,$BISON,;t t
12791 s,@FLEX@,$FLEX,;t t
12792 s,@MAKEINFO@,$MAKEINFO,;t t
12793 s,@EXPECT@,$EXPECT,;t t
12794 s,@RUNTEST@,$RUNTEST,;t t
12797 s,@DLLTOOL@,$DLLTOOL,;t t
12799 s,@LIPO@,$LIPO,;t t
12801 s,@RANLIB@,$RANLIB,;t t
12802 s,@STRIP@,$STRIP,;t t
12803 s,@WINDRES@,$WINDRES,;t t
12804 s,@WINDMC@,$WINDMC,;t t
12805 s,@OBJCOPY@,$OBJCOPY,;t t
12806 s,@OBJDUMP@,$OBJDUMP,;t t
12807 s,@CFLAGS_FOR_BUILD@,$CFLAGS_FOR_BUILD,;t t
12808 s,@CC_FOR_TARGET@,$CC_FOR_TARGET,;t t
12809 s,@CXX_FOR_TARGET@,$CXX_FOR_TARGET,;t t
12810 s,@GCC_FOR_TARGET@,$GCC_FOR_TARGET,;t t
12811 s,@GCJ_FOR_TARGET@,$GCJ_FOR_TARGET,;t t
12812 s,@GFORTRAN_FOR_TARGET@,$GFORTRAN_FOR_TARGET,;t t
12813 s,@AR_FOR_TARGET@,$AR_FOR_TARGET,;t t
12814 s,@AS_FOR_TARGET@,$AS_FOR_TARGET,;t t
12815 s,@DLLTOOL_FOR_TARGET@,$DLLTOOL_FOR_TARGET,;t t
12816 s,@LD_FOR_TARGET@,$LD_FOR_TARGET,;t t
12817 s,@LIPO_FOR_TARGET@,$LIPO_FOR_TARGET,;t t
12818 s,@NM_FOR_TARGET@,$NM_FOR_TARGET,;t t
12819 s,@OBJDUMP_FOR_TARGET@,$OBJDUMP_FOR_TARGET,;t t
12820 s,@RANLIB_FOR_TARGET@,$RANLIB_FOR_TARGET,;t t
12821 s,@STRIP_FOR_TARGET@,$STRIP_FOR_TARGET,;t t
12822 s,@WINDRES_FOR_TARGET@,$WINDRES_FOR_TARGET,;t t
12823 s,@WINDMC_FOR_TARGET@,$WINDMC_FOR_TARGET,;t t
12824 s,@RAW_CXX_FOR_TARGET@,$RAW_CXX_FOR_TARGET,;t t
12825 s,@FLAGS_FOR_TARGET@,$FLAGS_FOR_TARGET,;t t
12826 s,@COMPILER_AS_FOR_TARGET@,$COMPILER_AS_FOR_TARGET,;t t
12827 s,@COMPILER_LD_FOR_TARGET@,$COMPILER_LD_FOR_TARGET,;t t
12828 s,@COMPILER_NM_FOR_TARGET@,$COMPILER_NM_FOR_TARGET,;t t
12829 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
12830 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
12831 s,@MAINT@,$MAINT,;t t
12832 s,@stage1_cflags@,$stage1_cflags,;t t
12833 s,@stage1_checking@,$stage1_checking,;t t
12834 s,@stage2_werror_flag@,$stage2_werror_flag,;t t
12835 s,@datarootdir@,$datarootdir,;t t
12836 s,@docdir@,$docdir,;t t
12837 s,@pdfdir@,$pdfdir,;t t
12838 s,@htmldir@,$htmldir,;t t
12839 s,@LIBOBJS@,$LIBOBJS,;t t
12840 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
12841 /@serialization_dependencies@/r $serialization_dependencies
12842 s,@serialization_dependencies@,,;t t
12843 /@host_makefile_frag@/r $host_makefile_frag
12844 s,@host_makefile_frag@,,;t t
12845 /@target_makefile_frag@/r $target_makefile_frag
12846 s,@target_makefile_frag@,,;t t
12847 /@alphaieee_frag@/r $alphaieee_frag
12848 s,@alphaieee_frag@,,;t t
12849 /@ospace_frag@/r $ospace_frag
12850 s,@ospace_frag@,,;t t
12855 cat >>$CONFIG_STATUS <<\_ACEOF
12856 # Split the substitutions into bite-sized pieces for seds with
12857 # small command number limits, like on Digital OSF/1 and HP-UX.
12858 ac_max_sed_lines
=48
12859 ac_sed_frag
=1 # Number of current file.
12860 ac_beg
=1 # First line for current file.
12861 ac_end
=$ac_max_sed_lines # Line after last line for current file.
12864 while $ac_more_lines; do
12865 if test $ac_beg -gt 1; then
12866 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
12868 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
12870 if test ! -s $tmp/subs.frag
; then
12871 ac_more_lines
=false
12873 # The purpose of the label and of the branching condition is to
12874 # speed up the sed processing (if there are no `@' at all, there
12875 # is no need to browse any of the substitutions).
12876 # These are the two extra sed commands mentioned above.
12878 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
12879 if test -z "$ac_sed_cmds"; then
12880 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
12882 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
12884 ac_sed_frag
=`expr $ac_sed_frag + 1`
12886 ac_end
=`expr $ac_end + $ac_max_sed_lines`
12889 if test -z "$ac_sed_cmds"; then
12892 fi # test -n "$CONFIG_FILES"
12895 cat >>$CONFIG_STATUS <<\_ACEOF
12896 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
12897 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
12899 - |
*:- |
*:-:* ) # input from stdin
12901 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
12902 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
12903 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
12904 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
12905 * ) ac_file_in
=$ac_file.
in ;;
12908 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
12909 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
12910 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12911 X"$ac_file" : 'X\(//\)[^/]' \| \
12912 X"$ac_file" : 'X\(//\)$' \| \
12913 X"$ac_file" : 'X\(/\)' \| \
12914 . : '\(.\)' 2>/dev/null ||
12916 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12917 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12918 /^X\(\/\/\)$/{ s//\1/; q; }
12919 /^X\(\/\).*/{ s//\1/; q; }
12921 { if $as_mkdir_p; then
12926 while test ! -d "$as_dir"; do
12927 as_dirs
="$as_dir $as_dirs"
12928 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
12929 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12930 X"$as_dir" : 'X\(//\)[^/]' \| \
12931 X"$as_dir" : 'X\(//\)$' \| \
12932 X"$as_dir" : 'X\(/\)' \| \
12933 . : '\(.\)' 2>/dev/null ||
12935 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12936 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12937 /^X\(\/\/\)$/{ s//\1/; q; }
12938 /^X\(\/\).*/{ s//\1/; q; }
12941 test ! -n "$as_dirs" || mkdir
$as_dirs
12942 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12943 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12944 { (exit 1); exit 1; }; }; }
12948 if test "$ac_dir" != .
; then
12949 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
12950 # A "../" for each directory in $ac_dir_suffix.
12951 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
12953 ac_dir_suffix
= ac_top_builddir
=
12957 .
) # No --srcdir option. We are building in place.
12959 if test -z "$ac_top_builddir"; then
12962 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
12964 [\\/]* | ?
:[\\/]* ) # Absolute path.
12965 ac_srcdir
=$srcdir$ac_dir_suffix;
12966 ac_top_srcdir
=$srcdir ;;
12967 *) # Relative path.
12968 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
12969 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
12972 # Do not use `cd foo && pwd` to compute absolute paths, because
12973 # the directories may not exist.
12975 .
) ac_abs_builddir
="$ac_dir";;
12978 .
) ac_abs_builddir
=`pwd`;;
12979 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
12980 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
12983 case $ac_abs_builddir in
12984 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
12986 case ${ac_top_builddir}.
in
12987 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
12988 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
12989 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
12992 case $ac_abs_builddir in
12993 .
) ac_abs_srcdir
=$ac_srcdir;;
12996 .
) ac_abs_srcdir
=$ac_abs_builddir;;
12997 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
12998 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
13001 case $ac_abs_builddir in
13002 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
13004 case $ac_top_srcdir in
13005 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
13006 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
13007 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
13013 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
13014 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
13017 if test x
"$ac_file" != x-
; then
13018 { echo "$as_me:$LINENO: creating $ac_file" >&5
13019 echo "$as_me: creating $ac_file" >&6;}
13022 # Let's still pretend it is `configure' which instantiates (i.e., don't
13023 # use $as_me), people would be surprised to read:
13024 # /* config.h. Generated by config.status. */
13025 if test x
"$ac_file" = x-
; then
13028 configure_input
="$ac_file. "
13030 configure_input
=$configure_input"Generated from `echo $ac_file_in |
13031 sed 's,.*/,,'` by configure."
13033 # First look for the input files in the build tree, otherwise in the
13035 ac_file_inputs
=`IFS=:
13036 for f in $ac_file_in; do
13038 -) echo $tmp/stdin ;;
13040 # Absolute (can't be DOS-style, as IFS=:)
13041 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13042 echo "$as_me: error: cannot find input file: $f" >&2;}
13043 { (exit 1); exit 1; }; }
13046 if test -f "$f"; then
13049 elif test -f "$srcdir/$f"; then
13054 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13055 echo "$as_me: error: cannot find input file: $f" >&2;}
13056 { (exit 1); exit 1; }; }
13059 done` ||
{ (exit 1); exit 1; }
13061 cat >>$CONFIG_STATUS <<_ACEOF
13065 cat >>$CONFIG_STATUS <<\_ACEOF
13067 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
13068 s
,@configure_input@
,$configure_input,;t t
13069 s
,@srcdir@
,$ac_srcdir,;t t
13070 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
13071 s
,@top_srcdir@
,$ac_top_srcdir,;t t
13072 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
13073 s
,@builddir@
,$ac_builddir,;t t
13074 s
,@abs_builddir@
,$ac_abs_builddir,;t t
13075 s
,@top_builddir@
,$ac_top_builddir,;t t
13076 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
13077 s
,@INSTALL@
,$ac_INSTALL,;t t
13078 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
13080 if test x"$ac_file" != x-; then
13081 mv $tmp/out $ac_file
13090 cat >>$CONFIG_STATUS <<\_ACEOF
13092 { (exit 0); exit 0; }
13094 chmod +x $CONFIG_STATUS
13095 ac_clean_files=$ac_clean_files_save
13098 # configure is writing to config.log, and then calls config.status.
13099 # config.status does its own redirection, appending to config.log.
13100 # Unfortunately, on DOS this fails, as config.log is still kept open
13101 # by configure, so config.status won't be able to write to it; its
13102 # output is simply discarded. So we exec the FD to /dev/null,
13103 # effectively closing config.log, so it can be properly (re)opened and
13104 # appended to by config.status. When coming back to configure, we
13105 # need to make the FD available again.
13106 if test "$no_create" != yes; then
13108 ac_config_status_args=
13109 test "$silent" = yes &&
13110 ac_config_status_args="$ac_config_status_args --quiet"
13112 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13114 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13115 # would make configure fail if this is the last instruction.
13116 $ac_cs_success || { (exit 1); exit 1; }