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 TOPLEVEL_CONFIGURE_ARGUMENTS 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 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 CFLAGS_FOR_TARGET CXXFLAGS_FOR_TARGET RPATH_ENVVAR tooldir build_tooldir CONFIGURE_GDB_TK GDB_TK INSTALL_GDB_TK build_configargs build_configdirs host_configargs configdirs target_configargs AR_FOR_BUILD AS_FOR_BUILD CC_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD CXX_FOR_BUILD DLLTOOL_FOR_BUILD GCJ_FOR_BUILD GFORTRAN_FOR_BUILD LDFLAGS_FOR_BUILD LD_FOR_BUILD NM_FOR_BUILD RANLIB_FOR_BUILD WINDMC_FOR_BUILD WINDRES_FOR_BUILD config_shell YACC BISON M4 LEX FLEX MAKEINFO EXPECT RUNTEST AR AS DLLTOOL LD LIPO NM RANLIB STRIP WINDRES WINDMC OBJCOPY OBJDUMP 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'
279 # Initialize some variables set by options.
281 ac_init_version
=false
282 # The variables have the same names as the options, with
283 # dashes changed to underlines.
291 program_transform_name
=s
,x
,x
,
299 # Installation directory options.
300 # These are left unexpanded so users can "make install exec_prefix=/foo"
301 # and all the variables that are supposed to be based on exec_prefix
302 # by default will actually change.
303 # Use braces instead of parens because sh, perl, etc. also accept them.
304 bindir
='${exec_prefix}/bin'
305 sbindir
='${exec_prefix}/sbin'
306 libexecdir
='${exec_prefix}/libexec'
307 datadir
='${prefix}/share'
308 sysconfdir
='${prefix}/etc'
309 sharedstatedir
='${prefix}/com'
310 localstatedir
='${prefix}/var'
311 libdir
='${exec_prefix}/lib'
312 includedir
='${prefix}/include'
313 oldincludedir
='/usr/include'
314 infodir
='${prefix}/info'
315 mandir
='${prefix}/man'
320 # If the previous option needs an argument, assign it.
321 if test -n "$ac_prev"; then
322 eval "$ac_prev=\$ac_option"
327 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
329 # Accept the important Cygnus configure options, so we can diagnose typos.
333 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
335 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
338 -build |
--build |
--buil |
--bui |
--bu)
339 ac_prev
=build_alias
;;
340 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
341 build_alias
=$ac_optarg ;;
343 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
344 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
345 ac_prev
=cache_file
;;
346 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
347 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
348 cache_file
=$ac_optarg ;;
351 cache_file
=config.cache
;;
353 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
355 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
357 datadir
=$ac_optarg ;;
359 -disable-* |
--disable-*)
360 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
361 # Reject names that are not valid shell variable names.
362 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
363 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
364 { (exit 1); exit 1; }; }
365 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
366 eval "enable_$ac_feature=no" ;;
368 -enable-* |
--enable-*)
369 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
370 # Reject names that are not valid shell variable names.
371 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
372 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
373 { (exit 1); exit 1; }; }
374 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
376 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
379 eval "enable_$ac_feature='$ac_optarg'" ;;
381 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
382 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
383 |
--exec |
--exe |
--ex)
384 ac_prev
=exec_prefix
;;
385 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
386 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
387 |
--exec=* |
--exe=* |
--ex=*)
388 exec_prefix
=$ac_optarg ;;
390 -gas |
--gas |
--ga |
--g)
391 # Obsolete; use --with-gas.
394 -help |
--help |
--hel |
--he |
-h)
396 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
397 ac_init_help
=recursive
;;
398 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
399 ac_init_help
=short
;;
401 -host |
--host |
--hos |
--ho)
402 ac_prev
=host_alias
;;
403 -host=* |
--host=* |
--hos=* |
--ho=*)
404 host_alias
=$ac_optarg ;;
406 -includedir |
--includedir |
--includedi |
--included |
--include \
407 |
--includ |
--inclu |
--incl |
--inc)
408 ac_prev
=includedir
;;
409 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
410 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
411 includedir
=$ac_optarg ;;
413 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
415 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
416 infodir
=$ac_optarg ;;
418 -libdir |
--libdir |
--libdi |
--libd)
420 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
423 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
424 |
--libexe |
--libex |
--libe)
425 ac_prev
=libexecdir
;;
426 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
427 |
--libexe=* |
--libex=* |
--libe=*)
428 libexecdir
=$ac_optarg ;;
430 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
431 |
--localstate |
--localstat |
--localsta |
--localst \
432 |
--locals |
--local |
--loca |
--loc |
--lo)
433 ac_prev
=localstatedir
;;
434 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
435 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
436 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
437 localstatedir
=$ac_optarg ;;
439 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
441 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
445 # Obsolete; use --without-fp.
448 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
449 |
--no-cr |
--no-c |
-n)
452 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
453 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
456 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
457 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
458 |
--oldin |
--oldi |
--old |
--ol |
--o)
459 ac_prev
=oldincludedir
;;
460 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
461 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
462 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
463 oldincludedir
=$ac_optarg ;;
465 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
467 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
470 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
471 |
--program-pre |
--program-pr |
--program-p)
472 ac_prev
=program_prefix
;;
473 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
474 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
475 program_prefix
=$ac_optarg ;;
477 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
478 |
--program-suf |
--program-su |
--program-s)
479 ac_prev
=program_suffix
;;
480 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
481 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
482 program_suffix
=$ac_optarg ;;
484 -program-transform-name |
--program-transform-name \
485 |
--program-transform-nam |
--program-transform-na \
486 |
--program-transform-n |
--program-transform- \
487 |
--program-transform |
--program-transfor \
488 |
--program-transfo |
--program-transf \
489 |
--program-trans |
--program-tran \
490 |
--progr-tra |
--program-tr |
--program-t)
491 ac_prev
=program_transform_name
;;
492 -program-transform-name=* |
--program-transform-name=* \
493 |
--program-transform-nam=* |
--program-transform-na=* \
494 |
--program-transform-n=* |
--program-transform-=* \
495 |
--program-transform=* |
--program-transfor=* \
496 |
--program-transfo=* |
--program-transf=* \
497 |
--program-trans=* |
--program-tran=* \
498 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
499 program_transform_name
=$ac_optarg ;;
501 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
502 |
-silent |
--silent |
--silen |
--sile |
--sil)
505 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
507 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
509 sbindir
=$ac_optarg ;;
511 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
512 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
513 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
515 ac_prev
=sharedstatedir
;;
516 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
517 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
518 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
520 sharedstatedir
=$ac_optarg ;;
522 -site |
--site |
--sit)
524 -site=* |
--site=* |
--sit=*)
527 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
529 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
532 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
533 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
534 ac_prev
=sysconfdir
;;
535 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
536 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
537 sysconfdir
=$ac_optarg ;;
539 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
540 ac_prev
=target_alias
;;
541 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
542 target_alias
=$ac_optarg ;;
544 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
547 -version |
--version |
--versio |
--versi |
--vers |
-V)
551 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
552 # Reject names that are not valid shell variable names.
553 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
554 { echo "$as_me: error: invalid package name: $ac_package" >&2
555 { (exit 1); exit 1; }; }
556 ac_package
=`echo $ac_package| sed 's/-/_/g'`
558 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
561 eval "with_$ac_package='$ac_optarg'" ;;
563 -without-* |
--without-*)
564 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
565 # Reject names that are not valid shell variable names.
566 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
567 { echo "$as_me: error: invalid package name: $ac_package" >&2
568 { (exit 1); exit 1; }; }
569 ac_package
=`echo $ac_package | sed 's/-/_/g'`
570 eval "with_$ac_package=no" ;;
573 # Obsolete; use --with-x.
576 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
577 |
--x-incl |
--x-inc |
--x-in |
--x-i)
578 ac_prev
=x_includes
;;
579 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
580 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
581 x_includes
=$ac_optarg ;;
583 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
584 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
585 ac_prev
=x_libraries
;;
586 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
587 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
588 x_libraries
=$ac_optarg ;;
590 -*) { echo "$as_me: error: unrecognized option: $ac_option
591 Try \`$0 --help' for more information." >&2
592 { (exit 1); exit 1; }; }
596 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
597 # Reject names that are not valid shell variable names.
598 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
599 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
600 { (exit 1); exit 1; }; }
601 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
602 eval "$ac_envvar='$ac_optarg'"
606 # FIXME: should be removed in autoconf 3.0.
607 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
608 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
609 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
610 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
616 if test -n "$ac_prev"; then
617 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
618 { echo "$as_me: error: missing argument to $ac_option" >&2
619 { (exit 1); exit 1; }; }
622 # Be sure to have absolute paths.
623 for ac_var
in exec_prefix prefix
625 eval ac_val
=$
`echo $ac_var`
627 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
628 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
629 { (exit 1); exit 1; }; };;
633 # Be sure to have absolute paths.
634 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
635 localstatedir libdir includedir oldincludedir infodir mandir
637 eval ac_val
=$
`echo $ac_var`
639 [\\/$
]* | ?
:[\\/]* ) ;;
640 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
641 { (exit 1); exit 1; }; };;
645 # There might be people who depend on the old broken behavior: `$host'
646 # used to hold the argument of --host etc.
647 # FIXME: To remove some day.
652 # FIXME: To remove some day.
653 if test "x$host_alias" != x
; then
654 if test "x$build_alias" = x
; then
655 cross_compiling
=maybe
656 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
657 If a cross compiler is detected then cross compile mode will be used." >&2
658 elif test "x$build_alias" != "x$host_alias"; then
664 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
666 test "$silent" = yes && exec 6>/dev
/null
669 # Find the source files, if location was not specified.
670 if test -z "$srcdir"; then
671 ac_srcdir_defaulted
=yes
672 # Try the directory containing this script, then its parent.
673 ac_confdir
=`(dirname "$0") 2>/dev/null ||
674 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
675 X"$0" : 'X\(//\)[^/]' \| \
676 X"$0" : 'X\(//\)$' \| \
677 X"$0" : 'X\(/\)' \| \
678 . : '\(.\)' 2>/dev/null ||
680 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
681 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
682 /^X\(\/\/\)$/{ s//\1/; q; }
683 /^X\(\/\).*/{ s//\1/; q; }
686 if test ! -r $srcdir/$ac_unique_file; then
690 ac_srcdir_defaulted
=no
692 if test ! -r $srcdir/$ac_unique_file; then
693 if test "$ac_srcdir_defaulted" = yes; then
694 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
695 { (exit 1); exit 1; }; }
697 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
698 { (exit 1); exit 1; }; }
701 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null ||
702 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
703 { (exit 1); exit 1; }; }
704 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
705 ac_env_build_alias_set
=${build_alias+set}
706 ac_env_build_alias_value
=$build_alias
707 ac_cv_env_build_alias_set
=${build_alias+set}
708 ac_cv_env_build_alias_value
=$build_alias
709 ac_env_host_alias_set
=${host_alias+set}
710 ac_env_host_alias_value
=$host_alias
711 ac_cv_env_host_alias_set
=${host_alias+set}
712 ac_cv_env_host_alias_value
=$host_alias
713 ac_env_target_alias_set
=${target_alias+set}
714 ac_env_target_alias_value
=$target_alias
715 ac_cv_env_target_alias_set
=${target_alias+set}
716 ac_cv_env_target_alias_value
=$target_alias
717 ac_subdirs_all
=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
719 ac_env_CC_set
=${CC+set}
721 ac_cv_env_CC_set
=${CC+set}
722 ac_cv_env_CC_value
=$CC
723 ac_env_CFLAGS_set
=${CFLAGS+set}
724 ac_env_CFLAGS_value
=$CFLAGS
725 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
726 ac_cv_env_CFLAGS_value
=$CFLAGS
727 ac_env_LDFLAGS_set
=${LDFLAGS+set}
728 ac_env_LDFLAGS_value
=$LDFLAGS
729 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
730 ac_cv_env_LDFLAGS_value
=$LDFLAGS
731 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
732 ac_env_CPPFLAGS_value
=$CPPFLAGS
733 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
734 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
735 ac_env_CXX_set
=${CXX+set}
736 ac_env_CXX_value
=$CXX
737 ac_cv_env_CXX_set
=${CXX+set}
738 ac_cv_env_CXX_value
=$CXX
739 ac_env_CXXFLAGS_set
=${CXXFLAGS+set}
740 ac_env_CXXFLAGS_value
=$CXXFLAGS
741 ac_cv_env_CXXFLAGS_set
=${CXXFLAGS+set}
742 ac_cv_env_CXXFLAGS_value
=$CXXFLAGS
743 ac_env_AR_set
=${AR+set}
745 ac_cv_env_AR_set
=${AR+set}
746 ac_cv_env_AR_value
=$AR
747 ac_env_AS_set
=${AS+set}
749 ac_cv_env_AS_set
=${AS+set}
750 ac_cv_env_AS_value
=$AS
751 ac_env_DLLTOOL_set
=${DLLTOOL+set}
752 ac_env_DLLTOOL_value
=$DLLTOOL
753 ac_cv_env_DLLTOOL_set
=${DLLTOOL+set}
754 ac_cv_env_DLLTOOL_value
=$DLLTOOL
755 ac_env_LD_set
=${LD+set}
757 ac_cv_env_LD_set
=${LD+set}
758 ac_cv_env_LD_value
=$LD
759 ac_env_LIPO_set
=${LIPO+set}
760 ac_env_LIPO_value
=$LIPO
761 ac_cv_env_LIPO_set
=${LIPO+set}
762 ac_cv_env_LIPO_value
=$LIPO
763 ac_env_NM_set
=${NM+set}
765 ac_cv_env_NM_set
=${NM+set}
766 ac_cv_env_NM_value
=$NM
767 ac_env_RANLIB_set
=${RANLIB+set}
768 ac_env_RANLIB_value
=$RANLIB
769 ac_cv_env_RANLIB_set
=${RANLIB+set}
770 ac_cv_env_RANLIB_value
=$RANLIB
771 ac_env_STRIP_set
=${STRIP+set}
772 ac_env_STRIP_value
=$STRIP
773 ac_cv_env_STRIP_set
=${STRIP+set}
774 ac_cv_env_STRIP_value
=$STRIP
775 ac_env_WINDRES_set
=${WINDRES+set}
776 ac_env_WINDRES_value
=$WINDRES
777 ac_cv_env_WINDRES_set
=${WINDRES+set}
778 ac_cv_env_WINDRES_value
=$WINDRES
779 ac_env_WINDMC_set
=${WINDMC+set}
780 ac_env_WINDMC_value
=$WINDMC
781 ac_cv_env_WINDMC_set
=${WINDMC+set}
782 ac_cv_env_WINDMC_value
=$WINDMC
783 ac_env_OBJCOPY_set
=${OBJCOPY+set}
784 ac_env_OBJCOPY_value
=$OBJCOPY
785 ac_cv_env_OBJCOPY_set
=${OBJCOPY+set}
786 ac_cv_env_OBJCOPY_value
=$OBJCOPY
787 ac_env_OBJDUMP_set
=${OBJDUMP+set}
788 ac_env_OBJDUMP_value
=$OBJDUMP
789 ac_cv_env_OBJDUMP_set
=${OBJDUMP+set}
790 ac_cv_env_OBJDUMP_value
=$OBJDUMP
791 ac_env_CC_FOR_TARGET_set
=${CC_FOR_TARGET+set}
792 ac_env_CC_FOR_TARGET_value
=$CC_FOR_TARGET
793 ac_cv_env_CC_FOR_TARGET_set
=${CC_FOR_TARGET+set}
794 ac_cv_env_CC_FOR_TARGET_value
=$CC_FOR_TARGET
795 ac_env_CXX_FOR_TARGET_set
=${CXX_FOR_TARGET+set}
796 ac_env_CXX_FOR_TARGET_value
=$CXX_FOR_TARGET
797 ac_cv_env_CXX_FOR_TARGET_set
=${CXX_FOR_TARGET+set}
798 ac_cv_env_CXX_FOR_TARGET_value
=$CXX_FOR_TARGET
799 ac_env_GCC_FOR_TARGET_set
=${GCC_FOR_TARGET+set}
800 ac_env_GCC_FOR_TARGET_value
=$GCC_FOR_TARGET
801 ac_cv_env_GCC_FOR_TARGET_set
=${GCC_FOR_TARGET+set}
802 ac_cv_env_GCC_FOR_TARGET_value
=$GCC_FOR_TARGET
803 ac_env_GCJ_FOR_TARGET_set
=${GCJ_FOR_TARGET+set}
804 ac_env_GCJ_FOR_TARGET_value
=$GCJ_FOR_TARGET
805 ac_cv_env_GCJ_FOR_TARGET_set
=${GCJ_FOR_TARGET+set}
806 ac_cv_env_GCJ_FOR_TARGET_value
=$GCJ_FOR_TARGET
807 ac_env_GFORTRAN_FOR_TARGET_set
=${GFORTRAN_FOR_TARGET+set}
808 ac_env_GFORTRAN_FOR_TARGET_value
=$GFORTRAN_FOR_TARGET
809 ac_cv_env_GFORTRAN_FOR_TARGET_set
=${GFORTRAN_FOR_TARGET+set}
810 ac_cv_env_GFORTRAN_FOR_TARGET_value
=$GFORTRAN_FOR_TARGET
811 ac_env_AR_FOR_TARGET_set
=${AR_FOR_TARGET+set}
812 ac_env_AR_FOR_TARGET_value
=$AR_FOR_TARGET
813 ac_cv_env_AR_FOR_TARGET_set
=${AR_FOR_TARGET+set}
814 ac_cv_env_AR_FOR_TARGET_value
=$AR_FOR_TARGET
815 ac_env_AS_FOR_TARGET_set
=${AS_FOR_TARGET+set}
816 ac_env_AS_FOR_TARGET_value
=$AS_FOR_TARGET
817 ac_cv_env_AS_FOR_TARGET_set
=${AS_FOR_TARGET+set}
818 ac_cv_env_AS_FOR_TARGET_value
=$AS_FOR_TARGET
819 ac_env_DLLTOOL_FOR_TARGET_set
=${DLLTOOL_FOR_TARGET+set}
820 ac_env_DLLTOOL_FOR_TARGET_value
=$DLLTOOL_FOR_TARGET
821 ac_cv_env_DLLTOOL_FOR_TARGET_set
=${DLLTOOL_FOR_TARGET+set}
822 ac_cv_env_DLLTOOL_FOR_TARGET_value
=$DLLTOOL_FOR_TARGET
823 ac_env_LD_FOR_TARGET_set
=${LD_FOR_TARGET+set}
824 ac_env_LD_FOR_TARGET_value
=$LD_FOR_TARGET
825 ac_cv_env_LD_FOR_TARGET_set
=${LD_FOR_TARGET+set}
826 ac_cv_env_LD_FOR_TARGET_value
=$LD_FOR_TARGET
827 ac_env_LIPO_FOR_TARGET_set
=${LIPO_FOR_TARGET+set}
828 ac_env_LIPO_FOR_TARGET_value
=$LIPO_FOR_TARGET
829 ac_cv_env_LIPO_FOR_TARGET_set
=${LIPO_FOR_TARGET+set}
830 ac_cv_env_LIPO_FOR_TARGET_value
=$LIPO_FOR_TARGET
831 ac_env_NM_FOR_TARGET_set
=${NM_FOR_TARGET+set}
832 ac_env_NM_FOR_TARGET_value
=$NM_FOR_TARGET
833 ac_cv_env_NM_FOR_TARGET_set
=${NM_FOR_TARGET+set}
834 ac_cv_env_NM_FOR_TARGET_value
=$NM_FOR_TARGET
835 ac_env_OBJDUMP_FOR_TARGET_set
=${OBJDUMP_FOR_TARGET+set}
836 ac_env_OBJDUMP_FOR_TARGET_value
=$OBJDUMP_FOR_TARGET
837 ac_cv_env_OBJDUMP_FOR_TARGET_set
=${OBJDUMP_FOR_TARGET+set}
838 ac_cv_env_OBJDUMP_FOR_TARGET_value
=$OBJDUMP_FOR_TARGET
839 ac_env_RANLIB_FOR_TARGET_set
=${RANLIB_FOR_TARGET+set}
840 ac_env_RANLIB_FOR_TARGET_value
=$RANLIB_FOR_TARGET
841 ac_cv_env_RANLIB_FOR_TARGET_set
=${RANLIB_FOR_TARGET+set}
842 ac_cv_env_RANLIB_FOR_TARGET_value
=$RANLIB_FOR_TARGET
843 ac_env_STRIP_FOR_TARGET_set
=${STRIP_FOR_TARGET+set}
844 ac_env_STRIP_FOR_TARGET_value
=$STRIP_FOR_TARGET
845 ac_cv_env_STRIP_FOR_TARGET_set
=${STRIP_FOR_TARGET+set}
846 ac_cv_env_STRIP_FOR_TARGET_value
=$STRIP_FOR_TARGET
847 ac_env_WINDRES_FOR_TARGET_set
=${WINDRES_FOR_TARGET+set}
848 ac_env_WINDRES_FOR_TARGET_value
=$WINDRES_FOR_TARGET
849 ac_cv_env_WINDRES_FOR_TARGET_set
=${WINDRES_FOR_TARGET+set}
850 ac_cv_env_WINDRES_FOR_TARGET_value
=$WINDRES_FOR_TARGET
851 ac_env_WINDMC_FOR_TARGET_set
=${WINDMC_FOR_TARGET+set}
852 ac_env_WINDMC_FOR_TARGET_value
=$WINDMC_FOR_TARGET
853 ac_cv_env_WINDMC_FOR_TARGET_set
=${WINDMC_FOR_TARGET+set}
854 ac_cv_env_WINDMC_FOR_TARGET_value
=$WINDMC_FOR_TARGET
857 # Report the --help message.
859 if test "$ac_init_help" = "long"; then
860 # Omit some internal or obsolete options to make the list less imposing.
861 # This message is too long to be a string in the A/UX 3.1 sh.
863 \`configure' configures this package to adapt to many kinds of systems.
865 Usage: $0 [OPTION]... [VAR=VALUE]...
867 To assign environment variables (e.g., CC, CFLAGS...), specify them as
868 VAR=VALUE. See below for descriptions of some of the useful variables.
870 Defaults for the options are specified in brackets.
873 -h, --help display this help and exit
874 --help=short display options specific to this package
875 --help=recursive display the short help of all the included packages
876 -V, --version display version information and exit
877 -q, --quiet, --silent do not print \`checking...' messages
878 --cache-file=FILE cache test results in FILE [disabled]
879 -C, --config-cache alias for \`--cache-file=config.cache'
880 -n, --no-create do not create output files
881 --srcdir=DIR find the sources in DIR [configure dir or \`..']
886 Installation directories:
887 --prefix=PREFIX install architecture-independent files in PREFIX
889 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
892 By default, \`make install' will install all the files in
893 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
894 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
895 for instance \`--prefix=\$HOME'.
897 For better control, use the options below.
899 Fine tuning of the installation directories:
900 --bindir=DIR user executables [EPREFIX/bin]
901 --sbindir=DIR system admin executables [EPREFIX/sbin]
902 --libexecdir=DIR program executables [EPREFIX/libexec]
903 --datadir=DIR read-only architecture-independent data [PREFIX/share]
904 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
905 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
906 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
907 --libdir=DIR object code libraries [EPREFIX/lib]
908 --includedir=DIR C header files [PREFIX/include]
909 --oldincludedir=DIR C header files for non-gcc [/usr/include]
910 --infodir=DIR info documentation [PREFIX/info]
911 --mandir=DIR man documentation [PREFIX/man]
917 --program-prefix=PREFIX prepend PREFIX to installed program names
918 --program-suffix=SUFFIX append SUFFIX to installed program names
919 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
922 --build=BUILD configure
for building on BUILD
[guessed
]
923 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
924 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
928 if test -n "$ac_init_help"; then
933 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
934 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
935 --enable-gold use gold instead of ld
936 --enable-libada build libada directory
937 --enable-libssp build libssp directory
938 --enable-stage1-languages[=all
] choose additional languages to build during
939 stage1. Mostly useful
for compiler development.
940 --enable-objc-gc enable use of Boehm
's garbage collector with the
941 GNU Objective-C runtime
942 --enable-bootstrap enable bootstrapping [yes if native build]
943 --enable-serial-[{host,target,build}-]configure
944 force sequential configuration of
945 sub-packages for the host, target or build
946 machine, or all sub-packages
947 --enable-maintainer-mode enable make rules and dependencies not useful
948 (and sometimes confusing) to the casual installer
949 --enable-stage1-checking[=all] choose additional checking for stage1
951 --enable-werror enable -Werror in bootstrap stage2 and later
954 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
955 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
956 --with-build-libsubdir=DIR Directory where to find libraries for build system
957 --with-mpfr-dir=PATH this option has been REMOVED
958 --with-mpfr=PATH specify prefix directory for installed MPFR package.
959 Equivalent to --with-mpfr-include=PATH/include
960 plus --with-mpfr-lib=PATH/lib
961 --with-mpfr-include=PATH
962 specify directory for installed MPFR include files
963 --with-mpfr-lib=PATH specify directory for the installed MPFR library
964 --with-gmp-dir=PATH this option has been REMOVED
965 --with-gmp=PATH specify prefix directory for the installed GMP package.
966 Equivalent to --with-gmp-include=PATH/include
967 plus --with-gmp-lib=PATH/lib
968 --with-gmp-include=PATH specify directory for installed GMP include files
969 --with-gmp-lib=PATH specify directory for the installed GMP library
970 --with-build-sysroot=SYSROOT
971 use sysroot as the system root during the build
972 --with-debug-prefix-map='A
=B C
=D ...
'
973 map A to B, C to D ... in debug information
974 --with-build-time-tools=PATH
975 use given path to find target tools during the build
976 --with-datarootdir use datarootdir as the data root directory.
977 --with-docdir install documentation in this directory.
978 --with-pdfdir install pdf in this directory.
979 --with-htmldir install html in this directory.
981 Some influential environment variables:
982 CC C compiler command
983 CFLAGS C compiler flags
984 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
985 nonstandard directory <lib dir>
986 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
987 headers in a nonstandard directory <include dir>
988 CXX C++ compiler command
989 CXXFLAGS C++ compiler flags
992 DLLTOOL DLLTOOL for the host
994 LIPO LIPO for the host
996 RANLIB RANLIB for the host
997 STRIP STRIP for the host
998 WINDRES WINDRES for the host
999 WINDMC WINDMC for the host
1000 OBJCOPY OBJCOPY for the host
1001 OBJDUMP OBJDUMP for the host
1011 GFORTRAN for the target
1017 DLLTOOL for the target
1025 OBJDUMP for the target
1027 RANLIB for the target
1029 STRIP for the target
1031 WINDRES for the target
1033 WINDMC for the target
1035 Use these variables to override the choices made by `configure' or to
help
1036 it to
find libraries and programs with nonstandard names
/locations.
1041 if test "$ac_init_help" = "recursive"; then
1042 # If there are subdirs, report their specific --help.
1044 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1045 test -d $ac_dir ||
continue
1048 if test "$ac_dir" != .
; then
1049 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1050 # A "../" for each directory in $ac_dir_suffix.
1051 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1053 ac_dir_suffix
= ac_top_builddir
=
1057 .
) # No --srcdir option. We are building in place.
1059 if test -z "$ac_top_builddir"; then
1062 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
1064 [\\/]* | ?
:[\\/]* ) # Absolute path.
1065 ac_srcdir
=$srcdir$ac_dir_suffix;
1066 ac_top_srcdir
=$srcdir ;;
1068 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
1069 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
1072 # Do not use `cd foo && pwd` to compute absolute paths, because
1073 # the directories may not exist.
1075 .
) ac_abs_builddir
="$ac_dir";;
1078 .
) ac_abs_builddir
=`pwd`;;
1079 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
1080 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
1083 case $ac_abs_builddir in
1084 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1086 case ${ac_top_builddir}.
in
1087 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
1088 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1089 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
1092 case $ac_abs_builddir in
1093 .
) ac_abs_srcdir
=$ac_srcdir;;
1096 .
) ac_abs_srcdir
=$ac_abs_builddir;;
1097 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
1098 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
1101 case $ac_abs_builddir in
1102 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
1104 case $ac_top_srcdir in
1105 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
1106 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
1107 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
1112 # Check for guested configure; otherwise get Cygnus style configure.
1113 if test -f $ac_srcdir/configure.gnu
; then
1115 $SHELL $ac_srcdir/configure.gnu
--help=recursive
1116 elif test -f $ac_srcdir/configure
; then
1118 $SHELL $ac_srcdir/configure
--help=recursive
1119 elif test -f $ac_srcdir/configure.ac ||
1120 test -f $ac_srcdir/configure.
in; then
1122 $ac_configure --help
1124 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1130 test -n "$ac_init_help" && exit 0
1131 if $ac_init_version; then
1134 Copyright
(C
) 2003 Free Software Foundation
, Inc.
1135 This configure
script is free software
; the Free Software Foundation
1136 gives unlimited permission to copy
, distribute and modify it.
1142 This file contains any messages produced by compilers while
1143 running configure, to aid debugging if configure makes a mistake.
1145 It was created by $as_me, which was
1146 generated by GNU Autoconf 2.59. Invocation command line was
1157 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1158 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1159 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1160 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1161 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1163 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1164 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1166 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1167 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1168 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1169 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1170 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1171 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1172 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1176 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1180 test -z "$as_dir" && as_dir
=.
1181 echo "PATH: $as_dir"
1196 # Keep a trace of the command line.
1197 # Strip out --no-create and --no-recursion so they do not pile up.
1198 # Strip out --silent because we don't want to record it for future runs.
1199 # Also quote any args containing shell meta-characters.
1200 # Make two passes to allow for proper duplicate-argument suppression.
1205 ac_must_keep_next
=false
1211 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1212 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1213 |
-silent |
--silent |
--silen |
--sile |
--sil)
1215 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1216 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1219 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1221 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1222 if test $ac_must_keep_next = true
; then
1223 ac_must_keep_next
=false
# Got value, back to normal.
1226 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1227 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1228 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1229 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1230 case "$ac_configure_args0 " in
1231 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1234 -* ) ac_must_keep_next
=true
;;
1237 ac_configure_args
="$ac_configure_args$ac_sep'$ac_arg'"
1238 # Get rid of the leading space.
1244 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1245 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1247 # When interrupted or exit'd, cleanup temporary files, and complete
1248 # config.log. We remove comments because anyway the quotes in there
1249 # would cause problems or look ugly.
1250 # WARNING: Be sure not to use single quotes in there, as some shells,
1251 # such as our DU 5.0 friend, will then `close' the trap.
1252 trap 'exit_status=$?
1253 # Save into config.log some information that might help in debugging.
1258 ## ---------------- ##
1259 ## Cache variables. ##
1260 ## ---------------- ##
1263 # The following way of writing the cache mishandles newlines in values,
1266 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1269 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1270 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1274 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1281 ## ----------------- ##
1282 ## Output variables. ##
1283 ## ----------------- ##
1286 for ac_var in $ac_subst_vars
1288 eval ac_val=$`echo $ac_var`
1289 echo "$ac_var='"'"'$ac_val'"'"'"
1293 if test -n "$ac_subst_files"; then
1300 for ac_var in $ac_subst_files
1302 eval ac_val=$`echo $ac_var`
1303 echo "$ac_var='"'"'$ac_val'"'"'"
1308 if test -s confdefs.h; then
1315 sed "/^$/d" confdefs.h | sort
1318 test "$ac_signal" != 0 &&
1319 echo "$as_me: caught signal $ac_signal"
1320 echo "$as_me: exit $exit_status"
1322 rm -f core *.core &&
1323 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1326 for ac_signal
in 1 2 13 15; do
1327 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1331 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1332 rm -rf conftest
* confdefs.h
1333 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1336 # Predefined preprocessor variables.
1338 cat >>confdefs.h
<<_ACEOF
1339 #define PACKAGE_NAME "$PACKAGE_NAME"
1343 cat >>confdefs.h
<<_ACEOF
1344 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1348 cat >>confdefs.h
<<_ACEOF
1349 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1353 cat >>confdefs.h
<<_ACEOF
1354 #define PACKAGE_STRING "$PACKAGE_STRING"
1358 cat >>confdefs.h
<<_ACEOF
1359 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1363 # Let the site file select an alternate cache file if it wants to.
1364 # Prefer explicitly selected file to automatically selected ones.
1365 if test -z "$CONFIG_SITE"; then
1366 if test "x$prefix" != xNONE
; then
1367 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
1369 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1372 for ac_site_file
in $CONFIG_SITE; do
1373 if test -r "$ac_site_file"; then
1374 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1375 echo "$as_me: loading site script $ac_site_file" >&6;}
1376 sed 's/^/| /' "$ac_site_file" >&5
1381 if test -r "$cache_file"; then
1382 # Some versions of bash will fail to source /dev/null (special
1383 # files actually), so we avoid doing that.
1384 if test -f "$cache_file"; then
1385 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1386 echo "$as_me: loading cache $cache_file" >&6;}
1388 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
1389 *) . .
/$cache_file;;
1393 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1394 echo "$as_me: creating cache $cache_file" >&6;}
1398 # Check that the precious variables saved in the cache have kept the same
1400 ac_cache_corrupted
=false
1401 for ac_var
in `(set) 2>&1 |
1402 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1403 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1404 eval ac_new_set
=\
$ac_env_${ac_var}_set
1405 eval ac_old_val
="\$ac_cv_env_${ac_var}_value"
1406 eval ac_new_val
="\$ac_env_${ac_var}_value"
1407 case $ac_old_set,$ac_new_set in
1409 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1410 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1411 ac_cache_corrupted
=: ;;
1413 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1414 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1415 ac_cache_corrupted
=: ;;
1418 if test "x$ac_old_val" != "x$ac_new_val"; then
1419 # differences in whitespace do not lead to failure.
1420 ac_old_val_w
=`echo x $ac_old_val`
1421 ac_new_val_w
=`echo x $ac_new_val`
1422 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1423 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1424 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1425 ac_cache_corrupted
=:
1427 { echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1428 echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1429 eval $ac_var=\
$ac_old_val
1431 { echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1432 echo "$as_me: former value: \`$ac_old_val'" >&2;}
1433 { echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1434 echo "$as_me: current value: \`$ac_new_val'" >&2;}
1437 # Pass precious variables to config.status.
1438 if test "$ac_new_set" = set; then
1440 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1441 ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1442 *) ac_arg
=$ac_var=$ac_new_val ;;
1444 case " $ac_configure_args " in
1445 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1446 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1450 if $ac_cache_corrupted; then
1451 { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1452 echo "$as_me: error: in \`$ac_pwd':" >&2;}
1453 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1454 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1455 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1456 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1457 { (exit 1); exit 1; }; }
1461 ac_cpp
='$CPP $CPPFLAGS'
1462 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1463 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1464 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1490 # if PWD already has a value, it is probably wrong.
1491 if test -n "$PWD" ; then PWD
=`${PWDCMD-pwd}`; fi
1493 # Export original configure arguments for use by sub-configures.
1494 # Quote arguments with shell meta charatcers.
1495 TOPLEVEL_CONFIGURE_ARGUMENTS
=
1496 set -- "$progname" "$@"
1500 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
1501 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
1502 # if the argument is of the form -foo=baz, quote the baz part only
1503 ac_arg
=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
1506 # Add the quoted argument to the list.
1507 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
1509 if test "$silent" = yes; then
1510 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
1512 # Remove the initial space we just introduced and, as these will be
1513 # expanded by make, quote '$'.
1514 TOPLEVEL_CONFIGURE_ARGUMENTS
=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
1517 # Find the build, host, and target systems.
1519 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
1520 if test -f $ac_dir/install-sh
; then
1522 ac_install_sh
="$ac_aux_dir/install-sh -c"
1524 elif test -f $ac_dir/install.sh
; then
1526 ac_install_sh
="$ac_aux_dir/install.sh -c"
1528 elif test -f $ac_dir/shtool
; then
1530 ac_install_sh
="$ac_aux_dir/shtool install -c"
1534 if test -z "$ac_aux_dir"; then
1535 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1536 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1537 { (exit 1); exit 1; }; }
1539 ac_config_guess
="$SHELL $ac_aux_dir/config.guess"
1540 ac_config_sub
="$SHELL $ac_aux_dir/config.sub"
1541 ac_configure
="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1543 # Make sure we can run config.sub.
1544 $ac_config_sub sun4
>/dev
/null
2>&1 ||
1545 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1546 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1547 { (exit 1); exit 1; }; }
1549 echo "$as_me:$LINENO: checking build system type" >&5
1550 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1551 if test "${ac_cv_build+set}" = set; then
1552 echo $ECHO_N "(cached) $ECHO_C" >&6
1554 ac_cv_build_alias
=$build_alias
1555 test -z "$ac_cv_build_alias" &&
1556 ac_cv_build_alias
=`$ac_config_guess`
1557 test -z "$ac_cv_build_alias" &&
1558 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1559 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1560 { (exit 1); exit 1; }; }
1561 ac_cv_build
=`$ac_config_sub $ac_cv_build_alias` ||
1562 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1563 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1564 { (exit 1); exit 1; }; }
1567 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1568 echo "${ECHO_T}$ac_cv_build" >&6
1570 build_cpu
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1571 build_vendor
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1572 build_os
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1575 case ${build_alias} in
1576 "") build_noncanonical
=${build} ;;
1577 *) build_noncanonical
=${build_alias} ;;
1582 case ${host_alias} in
1583 "") host_noncanonical
=${build_noncanonical} ;;
1584 *) host_noncanonical
=${host_alias} ;;
1589 case ${target_alias} in
1590 "") target_noncanonical
=${host_noncanonical} ;;
1591 *) target_noncanonical
=${target_alias} ;;
1597 test "$host_noncanonical" = "$target_noncanonical" &&
1598 test "$program_prefix$program_suffix$program_transform_name" = \
1600 program_transform_name
=s
,y
,y
,
1602 echo "$as_me:$LINENO: checking host system type" >&5
1603 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1604 if test "${ac_cv_host+set}" = set; then
1605 echo $ECHO_N "(cached) $ECHO_C" >&6
1607 ac_cv_host_alias
=$host_alias
1608 test -z "$ac_cv_host_alias" &&
1609 ac_cv_host_alias
=$ac_cv_build_alias
1610 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1611 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1612 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1613 { (exit 1); exit 1; }; }
1616 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1617 echo "${ECHO_T}$ac_cv_host" >&6
1619 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1620 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1621 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1624 echo "$as_me:$LINENO: checking target system type" >&5
1625 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1626 if test "${ac_cv_target+set}" = set; then
1627 echo $ECHO_N "(cached) $ECHO_C" >&6
1629 ac_cv_target_alias
=$target_alias
1630 test "x$ac_cv_target_alias" = "x" &&
1631 ac_cv_target_alias
=$ac_cv_host_alias
1632 ac_cv_target
=`$ac_config_sub $ac_cv_target_alias` ||
1633 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1634 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1635 { (exit 1); exit 1; }; }
1638 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1639 echo "${ECHO_T}$ac_cv_target" >&6
1640 target
=$ac_cv_target
1641 target_cpu
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1642 target_vendor
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1643 target_os
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1646 # The aliases save the names the user supplied, while $host etc.
1647 # will get canonicalized.
1648 test -n "$target_alias" &&
1649 test "$program_prefix$program_suffix$program_transform_name" = \
1651 program_prefix
=${target_alias}-
1652 test "$program_prefix" != NONE
&&
1653 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
1654 # Use a double $ so make ignores it.
1655 test "$program_suffix" != NONE
&&
1656 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
1657 # Double any \ or $. echo might interpret backslashes.
1658 # By default was `s,x,x', remove it if useless.
1659 cat <<\_ACEOF
>conftest.
sed
1660 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
1662 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
1667 # Get 'install' or 'install-sh' and its variants.
1668 # Find a good install program. We prefer a C program (faster),
1669 # so one script is as good as another. But avoid the broken or
1670 # incompatible versions:
1671 # SysV /etc/install, /usr/sbin/install
1672 # SunOS /usr/etc/install
1673 # IRIX /sbin/install
1675 # AmigaOS /C/install, which installs bootblocks on floppy discs
1676 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1677 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1678 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1679 # OS/2's system install, which has a completely different semantic
1680 # ./install, which can be erroneously created by make from ./install.sh.
1681 # Reject install programs that cannot install multiple files.
1682 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1683 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1684 if test -z "$INSTALL"; then
1685 if test "${ac_cv_path_install+set}" = set; then
1686 echo $ECHO_N "(cached) $ECHO_C" >&6
1688 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1692 test -z "$as_dir" && as_dir
=.
1693 # Account for people who put trailing slashes in PATH elements.
1695 .
/ | .
// |
/cC
/* | \
1696 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
1697 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
1700 # OSF1 and SCO ODT 3.0 have their own names for install.
1701 # Don't use installbsd from OSF since it installs stuff as root
1703 for ac_prog
in ginstall scoinst
install; do
1704 for ac_exec_ext
in '' $ac_executable_extensions; do
1705 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1706 if test $ac_prog = install &&
1707 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1708 # AIX install. It has an incompatible calling convention.
1710 elif test $ac_prog = install &&
1711 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1712 # program-specific install script used by HP pwplus--don't use.
1715 rm -rf conftest.one conftest.two conftest.dir
1716 echo one
> conftest.one
1717 echo two
> conftest.two
1719 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
1720 test -s conftest.one
&& test -s conftest.two
&&
1721 test -s conftest.dir
/conftest.one
&&
1722 test -s conftest.dir
/conftest.two
1724 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
1735 rm -rf conftest.one conftest.two conftest.dir
1738 if test "${ac_cv_path_install+set}" = set; then
1739 INSTALL
=$ac_cv_path_install
1741 # As a last resort, use the slow shell script. Don't cache a
1742 # value for INSTALL within a source directory, because that will
1743 # break other packages using the cache if that directory is
1744 # removed, or if the value is a relative name.
1745 INSTALL
=$ac_install_sh
1748 echo "$as_me:$LINENO: result: $INSTALL" >&5
1749 echo "${ECHO_T}$INSTALL" >&6
1751 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1752 # It thinks the first close brace ends the variable substitution.
1753 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
1755 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
1757 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
1759 echo "$as_me:$LINENO: checking whether ln works" >&5
1760 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6
1761 if test "${acx_cv_prog_LN+set}" = set; then
1762 echo $ECHO_N "(cached) $ECHO_C" >&6
1764 rm -f conftestdata_t
1765 echo >conftestdata_f
1766 if ln conftestdata_f conftestdata_t
2>/dev
/null
1772 rm -f conftestdata_f conftestdata_t
1775 if test $acx_cv_prog_LN = no
; then
1777 echo "$as_me:$LINENO: result: no, using $LN" >&5
1778 echo "${ECHO_T}no, using $LN" >&6
1780 LN
="$acx_cv_prog_LN"
1781 echo "$as_me:$LINENO: result: yes" >&5
1782 echo "${ECHO_T}yes" >&6
1785 echo "$as_me:$LINENO: checking whether ln -s works" >&5
1786 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
1788 if test "$LN_S" = "ln -s"; then
1789 echo "$as_me:$LINENO: result: yes" >&5
1790 echo "${ECHO_T}yes" >&6
1792 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
1793 echo "${ECHO_T}no, using $LN_S" >&6
1797 ### we might need to use some other shell than /bin/sh for running subshells
1798 ### If we are on Windows, search for the shell. This will permit people
1799 ### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
1800 ### without also having to set CONFIG_SHELL. This code will work when
1801 ### using bash, which sets OSTYPE.
1804 if test x
${CONFIG_SHELL} = x
; then
1805 if test ! -f /bin
/sh
; then
1806 if test x
${SHELL} != x
&& test -f ${SHELL} ; then
1807 CONFIG_SHELL
=${SHELL}
1810 for prog
in sh sh.exe bash bash.exe
; do
1811 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
1812 for dir
in $PATH; do
1813 test -z "$dir" && dir
=.
1814 if test -f $dir/$prog; then
1815 CONFIG_SHELL
=$dir/$prog
1821 test -n "${CONFIG_SHELL}" && break
1829 config_shell
=${CONFIG_SHELL-/bin/sh}
1831 moveifchange
=${srcdir}/move-if-change
1833 srcpwd
=`cd ${srcdir} ; ${PWDCMD-pwd}`
1835 # We pass INSTALL explicitly to sub-makes. Make sure that it is not
1837 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
1838 INSTALL
="${srcpwd}/install-sh -c"
1841 # Set srcdir to "." if that's what it is.
1842 # This is important for multilib support.
1844 if test "${pwd}" = "${srcpwd}" ; then
1852 ### To add a new directory to the tree, first choose whether it is a target
1853 ### or a host dependent tool. Then put it into the appropriate list
1854 ### (library or tools, host or target), doing a dependency sort.
1856 # Subdirs will be configured in the order listed in build_configdirs,
1857 # configdirs, or target_configdirs; see the serialization section below.
1859 # Dependency sorting is only needed when *configuration* must be done in
1860 # a particular order. In all cases a dependency should be specified in
1861 # the Makefile, whether or not it's implicitly specified here.
1863 # Double entries in build_configdirs, configdirs, or target_configdirs may
1864 # cause circular dependencies and break everything horribly.
1866 # these library is used by various programs built for the build
1869 build_libs
="build-libiberty"
1871 # these tools are built for the build environment
1872 build_tools
="build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes"
1874 # these libraries are used by various programs built for the host environment
1876 host_libs
="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr"
1878 # these tools are built for the host environment
1879 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
1880 # know that we are building the simulator.
1881 # binutils, gas and ld appear in that order because it makes sense to run
1882 # "make check" in that particular order.
1883 # If --enable-gold is used, "gold" will replace "ld".
1884 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"
1886 # libgcj represents the runtime libraries only used by gcj.
1887 libgcj
="target-libffi \
1892 # these libraries are built for the target environment, and are built after
1893 # the host libraries and the host tools (which may be a cross compiler)
1895 target_libraries
="target-libgcc \
1900 target-libstdc++-v3 \
1903 target-libgfortran \
1909 # these tools are built using the target libraries, and are intended to
1910 # run only in the target environment
1912 # note: any program that *uses* libraries that are in the "target_libraries"
1913 # list belongs in this list. those programs are also very likely
1914 # candidates for the "native_only" list which follows
1916 target_tools
="target-examples target-groff target-gperf target-rda"
1918 ################################################################################
1920 ## All tools belong in one of the four categories, and are assigned above
1921 ## We assign ${configdirs} this way to remove all embedded newlines. This
1922 ## is important because configure will choke if they ever get through.
1923 ## ${configdirs} is directories we build using the host tools.
1924 ## ${target_configdirs} is directories we build using the target tools.
1925 configdirs
=`echo ${host_libs} ${host_tools}`
1926 target_configdirs
=`echo ${target_libraries} ${target_tools}`
1927 build_configdirs
=`echo ${build_libs} ${build_tools}`
1931 ################################################################################
1933 srcname
="gnu development package"
1935 # This gets set non-empty for some net releases of packages.
1938 # Define is_cross_compiler to save on calls to 'test'.
1940 if test x
"${host}" = x
"${target}" ; then
1941 is_cross_compiler
=no
1943 is_cross_compiler
=yes
1946 # Find the build and target subdir names.
1948 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
1949 # have matching libraries, they should use host libraries: Makefile.tpl
1950 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
1951 # However, they still use the build modules, because the corresponding
1952 # host modules (e.g. bison) are only built for the host when bootstrap
1954 # - build_subdir is where we find build modules, and never changes.
1955 # - build_libsubdir is where we find build libraries, and can be overridden.
1957 # Prefix 'build-' so this never conflicts with target_subdir.
1958 build_subdir
="build-${build_noncanonical}"
1960 # Check whether --with-build-libsubdir or --without-build-libsubdir was given.
1961 if test "${with_build_libsubdir+set}" = set; then
1962 withval
="$with_build_libsubdir"
1963 build_libsubdir
="$withval"
1965 build_libsubdir
="$build_subdir"
1967 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
1968 if ( test $srcdir = .
&& test -d gcc
) \
1969 ||
test -d $srcdir/..
/host-
${host_noncanonical}; then
1970 host_subdir
="host-${host_noncanonical}"
1975 target_subdir
=${target_noncanonical}
1978 # Skipdirs are removed silently.
1980 # Noconfigdirs are removed loudly.
1984 # Make sure we don't let GNU ld be added if we didn't want it.
1985 if test x
$with_gnu_ld = xno
; then
1987 noconfigdirs
="$noconfigdirs ld gold"
1991 # Make sure we don't let GNU as be added if we didn't want it.
1992 if test x
$with_gnu_as = xno
; then
1994 noconfigdirs
="$noconfigdirs gas"
1997 # some tools are so dependent upon X11 that if we're not building with X,
1998 # it's not even worth trying to configure, much less build, that tool.
2001 yes |
"") ;; # the default value for this tree is that X11 is available
2003 skipdirs
="${skipdirs} tk itcl libgui"
2004 # We won't be able to build gdbtk without X.
2007 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2010 # Some tools are only suitable for building in a "native" situation.
2011 # Remove these if host!=target.
2012 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"
2014 # Similarly, some are only suitable for cross toolchains.
2015 # Remove these if host=target.
2016 cross_only
="target-libgloss target-newlib target-opcodes"
2018 case $is_cross_compiler in
2019 no
) skipdirs
="${skipdirs} ${cross_only}" ;;
2020 yes) skipdirs
="${skipdirs} ${native_only}" ;;
2023 # If both --with-headers and --with-libs are specified, default to
2025 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno \
2026 && test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
2027 if test x
"${with_newlib}" = x
; then
2032 # Recognize --with-newlib/--without-newlib.
2033 case ${with_newlib} in
2034 no
) skipdirs
="${skipdirs} target-newlib" ;;
2035 yes) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2038 # Handle --enable-gold.
2040 # Check whether --enable-gold or --disable-gold was given.
2041 if test "${enable_gold+set}" = set; then
2042 enableval
="$enable_gold"
2043 ENABLE_GOLD
=$enableval
2047 if test "${ENABLE_GOLD}" = "yes"; then
2048 # Check for ELF target.
2051 *-*-elf* |
*-*-sysv4* |
*-*-unixware* |
*-*-eabi* | hppa
*64*-*-hpux* \
2052 |
*-*-linux* | frv-
*-uclinux* |
*-*-irix5* |
*-*-irix6* \
2053 |
*-*-netbsd* |
*-*-openbsd* |
*-*-freebsd* |
*-*-solaris2*)
2055 *-*-linux*aout
* |
*-*-linux*oldld
*)
2063 if test "$is_elf" = "yes"; then
2064 # Check for target supported by gold.
2066 i?
86-*-* | x86_64-
*-* | sparc
*-*-* | powerpc
*-*-*)
2067 configdirs
="`echo " ${configdirs} " | sed -e 's/ ld / gold /'`"
2073 # Configure extra directories which are host specific
2077 configdirs
="$configdirs libtermcap" ;;
2080 # A target can indicate whether a language isn't supported for some reason.
2081 # Only spaces may be used in this macro; not newlines or tabs.
2082 unsupported_languages
=
2084 # Remove more programs from consideration, based on the host or
2085 # target this usually means that a port of the program doesn't
2090 noconfigdirs
="$noconfigdirs byacc"
2092 i
[3456789]86-*-vsta)
2093 noconfigdirs
="$noconfigdirs tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl gnuserv gettext"
2095 i
[3456789]86-*-go32* | i
[3456789]86-*-msdosdjgpp*)
2096 noconfigdirs
="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
2099 noconfigdirs
="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2101 i
[3456789]86-*-mingw32*)
2102 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
2103 noconfigdirs
="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2105 i
[3456789]86-*-beos*)
2106 noconfigdirs
="$noconfigdirs tk itcl libgui gdb"
2109 noconfigdirs
="$noconfigdirs autoconf automake send-pr rcs guile perl"
2112 noconfigdirs
="$noconfigdirs rcs"
2115 noconfigdirs
="$noconfigdirs patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl gnuserv"
2118 noconfigdirs
="$noconfigdirs tk itcl libgui gdb dejagnu readline"
2123 # Check whether --enable-libada or --disable-libada was given.
2124 if test "${enable_libada+set}" = set; then
2125 enableval
="$enable_libada"
2126 ENABLE_LIBADA
=$enableval
2130 if test "${ENABLE_LIBADA}" != "yes" ; then
2131 noconfigdirs
="$noconfigdirs gnattools"
2134 # Check whether --enable-libssp or --disable-libssp was given.
2135 if test "${enable_libssp+set}" = set; then
2136 enableval
="$enable_libssp"
2137 ENABLE_LIBSSP
=$enableval
2142 # Save it here so that, even in case of --enable-libgcj, if the Java
2143 # front-end isn't enabled, we still get libgcj disabled.
2144 libgcj_saved
=$libgcj
2145 case $enable_libgcj in
2147 # If we reset it here, it won't get added to noconfigdirs in the
2148 # target-specific build rules, so it will be forcibly enabled
2149 # (unless the Java language itself isn't enabled).
2153 # Make sure we get it printed in the list of not supported target libs.
2154 noconfigdirs
="$noconfigdirs ${libgcj}"
2159 # Disable libmudflap on some systems.
2160 if test x
$enable_libmudflap = x
; then
2162 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu | bfin
*-*-uclinux*)
2163 # Enable libmudflap by default in GNU and friends.
2166 # Enable libmudflap by default in FreeBSD.
2169 # Disable it by default everywhere else.
2170 noconfigdirs
="$noconfigdirs target-libmudflap"
2175 # Disable libgomp on non POSIX hosted systems.
2176 if test x
$enable_libgomp = x
; then
2177 # Enable libgomp by default on hosted POSIX systems.
2179 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
2181 *-*-netbsd* |
*-*-freebsd* |
*-*-openbsd*)
2183 *-*-solaris2* |
*-*-sysv4* |
*-*-irix6* |
*-*-osf* |
*-*-hpux11*)
2185 *-*-darwin* |
*-*-aix*)
2188 noconfigdirs
="$noconfigdirs target-libgomp"
2193 # Default libgloss CPU subdirectory.
2194 libgloss_dir
="$target_cpu"
2198 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2200 powerpc-
*-darwin* | i
[3456789]86-*-darwin* | x86_64-
*-darwin9*)
2201 noconfigdirs
="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
2202 noconfigdirs
="$noconfigdirs sim target-rda"
2205 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
2206 noconfigdirs
="$noconfigdirs sim target-rda"
2207 noconfigdirs
="$noconfigdirs ${libgcj}"
2209 *-*-freebsd[12] |
*-*-freebsd[12].
* |
*-*-freebsd*aout
*)
2210 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2213 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2214 if test "x$with_gmp" = x
&& test "x$with_gmp_dir" = x \
2215 && test -f /usr
/local
/include
/gmp.h
; then
2219 # Skip some stuff that's unsupported on some FreeBSD configurations.
2224 noconfigdirs
="$noconfigdirs ${libgcj}"
2229 # Remove unsupported stuff on all kaOS configurations.
2230 skipdirs
="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
2231 skipdirs
="$skipdirs target-libobjc target-examples target-groff target-gperf"
2232 skipdirs
="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
2233 noconfigdirs
="$noconfigdirs target-libgloss"
2236 # Skip some stuff on all NetBSD configurations.
2237 noconfigdirs
="$noconfigdirs target-newlib target-libiberty target-libgloss"
2239 # Skip some stuff that's unsupported on some NetBSD configurations.
2241 i
*86-*-netbsdelf*) ;;
2242 arm
*-*-netbsdelf*) ;;
2244 noconfigdirs
="$noconfigdirs ${libgcj}"
2249 noconfigdirs
="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
2252 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2254 # The tpf target doesn't support gdb yet.
2256 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
2259 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
2262 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
2265 # ld works, but does not support shared libraries.
2266 # newlib is not 64 bit ready. I'm not sure about fileutils.
2267 # gas doesn't generate exception information.
2268 noconfigdirs
="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
2271 noconfigdirs
="$noconfigdirs gdb ld target-newlib target-libgloss ${libgcj}"
2274 # newlib is not 64 bit ready
2275 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2278 # newlib is not 64 bit ready
2279 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2282 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss"
2285 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss"
2287 sh
*-*-pe|mips
*-*-pe|
*arm-wince-pe
)
2288 noconfigdirs
="$noconfigdirs ${libgcj}"
2289 noconfigdirs
="$noconfigdirs target-examples"
2290 noconfigdirs
="$noconfigdirs target-libiberty texinfo send-pr"
2291 noconfigdirs
="$noconfigdirs tcl tk itcl libgui sim"
2292 noconfigdirs
="$noconfigdirs expect dejagnu"
2293 # the C++ libraries don't build on top of CE's C libraries
2294 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
2295 noconfigdirs
="$noconfigdirs target-newlib"
2297 *-*-cygwin*) ;; # keep gdb and readline
2298 *) noconfigdirs
="$noconfigdirs gdb readline"
2304 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2308 arm-
*-coff | strongarm-
*-coff | xscale-
*-coff)
2309 noconfigdirs
="$noconfigdirs ${libgcj}"
2312 arm-
*-elf* | strongarm-
*-elf* | xscale-
*-elf* | arm
*-*-eabi* )
2313 noconfigdirs
="$noconfigdirs target-libffi target-qthreads"
2316 arm
*-*-linux-gnueabi)
2317 noconfigdirs
="$noconfigdirs target-qthreads"
2318 case ${with_newlib} in
2319 no
) noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2324 noconfigdirs
="$noconfigdirs ${libgcj} target-libiberty"
2328 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2331 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2334 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2337 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2340 noconfigdirs
="$noconfigdirs ld target-libgloss ${libgcj}"
2343 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj} target-libssp"
2346 noconfigdirs
="$noconfigdirs gdb"
2347 if test x
${is_cross_compiler} != xno
; then
2348 target_configdirs
="${target_configdirs} target-bsp target-cygmon"
2351 c4x-
*-* | tic4x-
*-*)
2352 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2354 c54x
*-*-* | tic54x-
*-*)
2355 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
2358 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2360 cris-
*-* | crisv32-
*-*)
2361 unsupported_languages
="$unsupported_languages java"
2364 unsupported_languages
="$unsupported_languages fortran"
2365 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc";;
2367 noconfigdirs
="$noconfigdirs target-boehm-gc";;
2369 noconfigdirs
="$noconfigdirs target-newlib target-libgloss";;
2371 unsupported_languages
="$unsupported_languages fortran"
2372 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
2377 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-mudflap ${libgcj}"
2380 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2383 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2385 ep9312-
*-elf | ep9312-
*-coff)
2389 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2392 noconfigdirs
="$noconfigdirs ${libgcj}"
2395 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2398 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2400 hppa1.1
-*-osf* | hppa1.1
-*-bsd* )
2402 hppa
*64*-*-linux* | parisc
*64*-*-linux*)
2403 # In this case, it's because the hppa64-linux target is for
2404 # the kernel only at this point and has no libc, and thus no
2405 # headers, crt*.o, etc., all of which are needed by these.
2406 noconfigdirs
="$noconfigdirs target-zlib"
2408 parisc
*-*-linux* | hppa
*-*-linux*)
2412 hppa
*-*-openbsd* | \
2414 noconfigdirs
="$noconfigdirs ${libgcj}"
2417 noconfigdirs
="$noconfigdirs ld shellutils"
2423 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
2424 # build on HP-UX 10.20.
2425 noconfigdirs
="$noconfigdirs ld shellutils ${libgcj}"
2428 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2431 # No gdb support yet.
2432 noconfigdirs
="$noconfigdirs readline mmalloc libgui itcl gdb"
2435 # No gdb or ld support yet.
2436 noconfigdirs
="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld"
2440 i
[3456789]86-*-coff | i
[3456789]86-*-elf)
2441 noconfigdirs
="$noconfigdirs ${libgcj}"
2444 i
[3456789]86-*-linux*)
2445 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
2446 # not build java stuff by default.
2449 noconfigdirs
="$noconfigdirs ${libgcj}";;
2452 # This section makes it possible to build newlib natively on linux.
2453 # If we are using a cross compiler then don't configure newlib.
2454 if test x
${is_cross_compiler} != xno
; then
2455 noconfigdirs
="$noconfigdirs target-newlib"
2457 noconfigdirs
="$noconfigdirs target-libgloss"
2458 # If we are not using a cross compiler, do configure newlib.
2459 # Note however, that newlib will only be configured in this situation
2460 # if the --with-newlib option has been given, because otherwise
2461 # 'target-newlib' will appear in skipdirs.
2463 i
[3456789]86-*-mingw32*)
2464 target_configdirs
="$target_configdirs target-winsup"
2465 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
2468 target_configdirs
="$target_configdirs target-winsup"
2469 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
2472 target_configdirs
="$target_configdirs target-libtermcap target-winsup"
2473 noconfigdirs
="$noconfigdirs target-gperf target-libgloss ${libgcj}"
2474 # always build newlib if winsup directory is present.
2475 if test -d "$srcdir/winsup/cygwin"; then
2476 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
2477 elif test -d "$srcdir/newlib"; then
2478 echo "Warning: winsup/cygwin is missing so newlib can't be built."
2481 i
[3456789]86-moss-msdos | i
[3456789]86-*-moss* | \
2482 i
[3456789]86-*-uwin* | i
[3456789]86-*-interix* )
2485 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2487 i
[3456789]86-*-sco3.2v5
*)
2488 # The linker does not yet know about weak symbols in COFF,
2489 # and is not configured to handle mixed ELF and COFF.
2490 noconfigdirs
="$noconfigdirs ld target-libgloss ${libgcj}"
2492 i
[3456789]86-*-sco*)
2493 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2495 i
[3456789]86-*-solaris2*)
2496 noconfigdirs
="$noconfigdirs target-libgloss"
2498 i
[3456789]86-*-sysv4*)
2499 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2501 i
[3456789]86-*-beos*)
2502 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
2504 i
[3456789]86-*-rdos*)
2505 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
2508 noconfigdirs
="$noconfigdirs ${libgcj}"
2510 m68hc11-
*-*|m6811-
*-*|m68hc12-
*-*|m6812-
*-*)
2511 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2512 libgloss_dir
=m68hc11
2515 noconfigdirs
="$noconfigdirs ${libgcj}"
2518 noconfigdirs
="$noconfigdirs ${libgcj}"
2520 m68
*-*-* | fido-
*-*)
2524 # The EPOC C++ environment does not support exceptions or rtti,
2525 # and so building libstdc++-v3 tends not to always work.
2526 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
2529 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
2530 unsupported_languages
="$unsupported_languages fortran java"
2533 noconfigdirs
="$noconfigdirs ${libgcj}"
2536 noconfigdirs
="$noconfigdirs ${libgcj}"
2539 noconfigdirs
="$noconfigdirs sim"
2542 # copied from rs6000-*-* entry
2543 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
2545 powerpc
*-*-winnt* | powerpc
*-*-pe* | ppc
*-*-pe)
2546 target_configdirs
="$target_configdirs target-winsup"
2547 noconfigdirs
="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
2548 # always build newlib.
2549 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
2551 # This is temporary until we can link against shared libraries
2552 powerpcle-
*-solaris*)
2553 noconfigdirs
="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
2557 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
2560 noconfigdirs
="$noconfigdirs ${libgcj}"
2563 powerpc-
*-eabi* | powerpcle-
*-eabi* | powerpc-
*-rtems* )
2567 noconfigdirs
="$noconfigdirs target-newlib gprof ${libgcj}"
2570 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
2573 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
2576 noconfigdirs
="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
2579 skipdirs
="$skipdirs target-libiberty"
2580 noconfigdirs
="$noconfigdirs ${libgcj}"
2581 if test x
$with_newlib = xyes
; then
2582 noconfigdirs
="$noconfigdirs gprof"
2587 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2590 # Linking libjava exceeds command-line length limits on at least
2591 # IRIX 6.2, but not on IRIX 6.5.
2592 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
2593 # <oldham@codesourcery.com>
2594 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2597 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2600 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2603 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
2607 noconfigdirs
="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
2611 i
[3456789]86-*-vsta) ;; # don't add gprof back in
2612 i
[3456789]86-*-go32*) ;; # don't add gprof back in
2613 i
[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
2614 *) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
2616 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2618 sparclet-
*-aout* | sparc86x-
*-*)
2622 noconfigdirs
="$noconfigdirs ${libgcj}"
2625 noconfigdirs
="$noconfigdirs ${libgcj}"
2629 noconfigdirs
="$noconfigdirs ${libgcj}"
2633 noconfigdirs
="$noconfigdirs ${libgcj}"
2634 if test x
${is_cross_compiler} != xno
; then
2635 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
2640 sparc-
*-solaris2.
[0-6] | sparc-
*-solaris2.
[0-6].
*)
2641 noconfigdirs
="$noconfigdirs ${libgcj}"
2643 sparc-
*-solaris* | sparc64-
*-solaris* | sparcv9-
*-solaris*)
2646 skipdirs
="target-libssp"
2649 noconfigdirs
="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
2652 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2655 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2658 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2661 noconfigdirs
="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
2664 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2667 noconfigdirs
="$noconfigdirs ${libgcj}"
2670 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2672 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
2673 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2676 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2679 noconfigdirs
="$noconfigdirs ${libgcj}"
2683 # If we aren't building newlib, then don't build libgloss, since libgloss
2684 # depends upon some newlib header files.
2685 case "${noconfigdirs}" in
2686 *target-libgloss
*) ;;
2687 *target-newlib
*) noconfigdirs
="$noconfigdirs target-libgloss" ;;
2690 # Work in distributions that contain no compiler tools, like Autoconf.
2692 host_makefile_frag
=/dev
/null
2693 if test -d ${srcdir}/config
; then
2696 # Avoid "too much defining" errors from HPUX compiler.
2697 tentative_cc
="cc -Wp,-H256000"
2698 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
2699 # If it's HP/UX ar, this should be harmless.
2703 tentative_cc
="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
2706 #None of the Apollo compilers can compile gas or binutils. The preprocessor
2707 # chokes on bfd, the compiler won't let you assign integers to enums, and
2708 # other problems. Defining CC to gcc is a questionable way to say "don't use
2709 # the apollo compiler" (the preferred version of GCC could be called cc,
2710 # or whatever), but I'm not sure leaving CC as cc is any better...
2711 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
2712 # Used to have BISON=yacc.
2716 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
2719 # Under CX/UX, we want to tell the compiler to use ANSI mode.
2720 tentative_cc
="cc -Xa"
2721 host_makefile_frag
="config/mh-cxux"
2723 m88k-motorola-sysv
*)
2726 tentative_cc
="cc -Wf,-XNg1000"
2727 host_makefile_frag
="config/mh-decstation"
2730 # The C compiler on NEC MIPS SVR4 needs bigger tables.
2731 tentative_cc
="cc -ZXNd=5000 -ZXNg=1000"
2732 host_makefile_frag
="config/mh-necv4"
2735 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
2736 # environment. Also bump switch table size so that cp-parse will
2737 # compile. Bump string length limit so linker builds.
2738 tentative_cc
="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
2741 host_makefile_frag
="config/mh-sysv4"
2744 # This is for a MIPS running RISC/os 4.52C.
2746 # This is needed for GDB, but needs to be in the top-level make because
2747 # if a library is compiled with the bsd headers and gets linked with the
2748 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
2749 # a different size).
2750 # ptrace(2) apparently has problems in the BSD environment. No workaround is
2751 # known except to select the sysv environment. Could we use /proc instead?
2752 # These "sysv environments" and "bsd environments" often end up being a pain.
2754 # This is not part of CFLAGS because perhaps not all C compilers have this
2756 tentative_cc
="cc -systype sysv"
2761 i
[3456789]86-*-sysv5*)
2762 host_makefile_frag
="config/mh-sysv5"
2764 i
[3456789]86-*-dgux*)
2765 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
2766 host_makefile_frag
="config/mh-dgux386"
2768 i
[3456789]86-ncr-sysv4.3
*)
2769 # The MetaWare compiler will generate a copyright message unless you
2770 # turn it off by adding the -Hnocopyr flag.
2771 tentative_cc
="cc -Hnocopyr"
2773 i
[3456789]86-ncr-sysv4*)
2774 # for an NCR 3000 (i486/SVR4) system.
2775 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
2776 # This compiler not only emits obnoxious copyright messages every time
2777 # you run it, but it chokes and dies on a whole bunch of GNU source
2778 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
2779 tentative_cc
="/usr/ccs/ATT/cc"
2780 host_makefile_frag
="config/mh-ncr3000"
2782 i
[3456789]86-*-sco3.2v5
*)
2784 i
[3456789]86-*-sco*)
2785 # The native C compiler botches some simple uses of const. Unfortunately,
2786 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
2787 tentative_cc
="cc -Dconst="
2788 host_makefile_frag
="config/mh-sco"
2790 i
[3456789]86-*-udk*)
2791 host_makefile_frag
="config/mh-sysv5"
2793 i
[3456789]86-*-solaris2*)
2794 host_makefile_frag
="config/mh-sysv4"
2796 i
[3456789]86-*-msdosdjgpp*)
2797 host_makefile_frag
="config/mh-djgpp"
2801 echo "$as_me:$LINENO: checking to see if cat works as expected" >&5
2802 echo $ECHO_N "checking to see if cat works as expected... $ECHO_C" >&6
2803 echo a
>cygwin-cat-check
2804 if test `cat cygwin-cat-check` == a
; then
2806 echo "$as_me:$LINENO: result: yes" >&5
2807 echo "${ECHO_T}yes" >&6
2810 echo "$as_me:$LINENO: result: no" >&5
2811 echo "${ECHO_T}no" >&6
2812 { { echo "$as_me:$LINENO: error: The cat command does not ignore carriage return characters.
2813 Please either mount the build directory in binary mode or run the following
2814 commands before running any configure script:
2818 echo "$as_me: error: The cat command does not ignore carriage return characters.
2819 Please either mount the build directory in binary mode or run the following
2820 commands before running any configure script:
2824 { (exit 1); exit 1; }; }
2827 host_makefile_frag
="config/mh-cygwin"
2830 host_makefile_frag
="config/mh-mingw"
2833 host_makefile_frag
="config/mh-interix"
2836 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
2840 host_makefile_frag
="config/mh-solaris"
2843 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
2844 # without overflowing the jump tables (-J says to use a 32 bit table)
2845 tentative_cc
="cc -J"
2848 tentative_cc
="cc -Wp,-H256000"
2851 tentative_cc
="cc -Wp,-H256000"
2854 # /bin/cc is less than useful for our purposes. Always use GCC
2855 tentative_cc
="/usr/cygnus/progressive/bin/gcc"
2856 host_makefile_frag
="config/mh-lynxrs6k"
2859 host_makefile_frag
="config/mh-ppc-darwin"
2862 host_makefile_frag
="config/mh-ppc-aix"
2865 host_makefile_frag
="config/mh-ppc-aix"
2868 # /bin/cc is less than useful for our purposes. Always use GCC
2869 tentative_cc
="/bin/gcc"
2872 host_makefile_frag
="config/mh-sysv4"
2874 # This is placed last to prevent interfering with the cases above.
2876 # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
2877 host_makefile_frag
="config/mh-x86omitfp"
2882 # If we aren't going to be using gcc, see if we can extract a definition
2883 # of CC from the fragment.
2884 # Actually, use the 'pre-extracted' version above.
2885 if test -z "${CC}" && test "${build}" = "${host}" ; then
2886 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
2888 for dir
in $PATH; do
2889 test -z "$dir" && dir
=.
2890 if test -f $dir/gcc
; then
2896 if test -z "${found}" && test -n "${tentative_cc}" ; then
2901 if test "${build}" != "${host}" ; then
2902 AR_FOR_BUILD
=${AR_FOR_BUILD-ar}
2903 AS_FOR_BUILD
=${AS_FOR_BUILD-as}
2904 CC_FOR_BUILD
=${CC_FOR_BUILD-gcc}
2905 CXX_FOR_BUILD
=${CXX_FOR_BUILD-g++}
2906 GCJ_FOR_BUILD
=${GCJ_FOR_BUILD-gcj}
2907 GFORTRAN_FOR_BUILD
=${GFORTRAN_FOR_BUILD-gfortran}
2908 DLLTOOL_FOR_BUILD
=${DLLTOOL_FOR_BUILD-dlltool}
2909 LD_FOR_BUILD
=${LD_FOR_BUILD-ld}
2910 NM_FOR_BUILD
=${NM_FOR_BUILD-nm}
2911 RANLIB_FOR_BUILD
=${RANLIB_FOR_BUILD-ranlib}
2912 WINDRES_FOR_BUILD
=${WINDRES_FOR_BUILD-windres}
2913 WINDMC_FOR_BUILD
=${WINDMC_FOR_BUILD-windmc}
2915 AR_FOR_BUILD
="\$(AR)"
2916 AS_FOR_BUILD
="\$(AS)"
2917 CC_FOR_BUILD
="\$(CC)"
2918 CXX_FOR_BUILD
="\$(CXX)"
2919 GCJ_FOR_BUILD
="\$(GCJ)"
2920 GFORTRAN_FOR_BUILD
="\$(GFORTRAN)"
2921 DLLTOOL_FOR_BUILD
="\$(DLLTOOL)"
2922 LD_FOR_BUILD
="\$(LD)"
2923 NM_FOR_BUILD
="\$(NM)"
2924 RANLIB_FOR_BUILD
="\$(RANLIB)"
2925 WINDRES_FOR_BUILD
="\$(WINDRES)"
2926 WINDMC_FOR_BUILD
="\$(WINDMC)"
2930 ac_cpp
='$CPP $CPPFLAGS'
2931 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2932 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2933 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2934 if test -n "$ac_tool_prefix"; then
2935 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2936 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2937 echo "$as_me:$LINENO: checking for $ac_word" >&5
2938 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2939 if test "${ac_cv_prog_CC+set}" = set; then
2940 echo $ECHO_N "(cached) $ECHO_C" >&6
2942 if test -n "$CC"; then
2943 ac_cv_prog_CC
="$CC" # Let the user override the test.
2945 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2949 test -z "$as_dir" && as_dir
=.
2950 for ac_exec_ext
in '' $ac_executable_extensions; do
2951 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2952 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2953 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2962 if test -n "$CC"; then
2963 echo "$as_me:$LINENO: result: $CC" >&5
2964 echo "${ECHO_T}$CC" >&6
2966 echo "$as_me:$LINENO: result: no" >&5
2967 echo "${ECHO_T}no" >&6
2971 if test -z "$ac_cv_prog_CC"; then
2973 # Extract the first word of "gcc", so it can be a program name with args.
2974 set dummy gcc
; ac_word
=$2
2975 echo "$as_me:$LINENO: checking for $ac_word" >&5
2976 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2977 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2978 echo $ECHO_N "(cached) $ECHO_C" >&6
2980 if test -n "$ac_ct_CC"; then
2981 ac_cv_prog_ac_ct_CC
="$ac_ct_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 ac_cv_prog_ac_ct_CC
="gcc"
2991 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2999 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3000 if test -n "$ac_ct_CC"; then
3001 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3002 echo "${ECHO_T}$ac_ct_CC" >&6
3004 echo "$as_me:$LINENO: result: no" >&5
3005 echo "${ECHO_T}no" >&6
3013 if test -z "$CC"; then
3014 if test -n "$ac_tool_prefix"; then
3015 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3016 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3017 echo "$as_me:$LINENO: checking for $ac_word" >&5
3018 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3019 if test "${ac_cv_prog_CC+set}" = set; then
3020 echo $ECHO_N "(cached) $ECHO_C" >&6
3022 if test -n "$CC"; then
3023 ac_cv_prog_CC
="$CC" # Let the user override the test.
3025 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3029 test -z "$as_dir" && as_dir
=.
3030 for ac_exec_ext
in '' $ac_executable_extensions; do
3031 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3032 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3033 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3042 if test -n "$CC"; then
3043 echo "$as_me:$LINENO: result: $CC" >&5
3044 echo "${ECHO_T}$CC" >&6
3046 echo "$as_me:$LINENO: result: no" >&5
3047 echo "${ECHO_T}no" >&6
3051 if test -z "$ac_cv_prog_CC"; then
3053 # Extract the first word of "cc", so it can be a program name with args.
3054 set dummy cc
; ac_word
=$2
3055 echo "$as_me:$LINENO: checking for $ac_word" >&5
3056 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3057 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3058 echo $ECHO_N "(cached) $ECHO_C" >&6
3060 if test -n "$ac_ct_CC"; then
3061 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3063 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3067 test -z "$as_dir" && as_dir
=.
3068 for ac_exec_ext
in '' $ac_executable_extensions; do
3069 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3070 ac_cv_prog_ac_ct_CC
="cc"
3071 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3079 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3080 if test -n "$ac_ct_CC"; then
3081 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3082 echo "${ECHO_T}$ac_ct_CC" >&6
3084 echo "$as_me:$LINENO: result: no" >&5
3085 echo "${ECHO_T}no" >&6
3094 if test -z "$CC"; then
3095 # Extract the first word of "cc", so it can be a program name with args.
3096 set dummy cc
; ac_word
=$2
3097 echo "$as_me:$LINENO: checking for $ac_word" >&5
3098 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3099 if test "${ac_cv_prog_CC+set}" = set; then
3100 echo $ECHO_N "(cached) $ECHO_C" >&6
3102 if test -n "$CC"; then
3103 ac_cv_prog_CC
="$CC" # Let the user override the test.
3106 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3110 test -z "$as_dir" && as_dir
=.
3111 for ac_exec_ext
in '' $ac_executable_extensions; do
3112 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3113 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3114 ac_prog_rejected
=yes
3118 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3124 if test $ac_prog_rejected = yes; then
3125 # We found a bogon in the path, so make sure we never use it.
3126 set dummy
$ac_cv_prog_CC
3128 if test $# != 0; then
3129 # We chose a different compiler from the bogus one.
3130 # However, it has the same basename, so the bogon will be chosen
3131 # first if we set CC to just the basename; use the full file name.
3133 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3139 if test -n "$CC"; then
3140 echo "$as_me:$LINENO: result: $CC" >&5
3141 echo "${ECHO_T}$CC" >&6
3143 echo "$as_me:$LINENO: result: no" >&5
3144 echo "${ECHO_T}no" >&6
3148 if test -z "$CC"; then
3149 if test -n "$ac_tool_prefix"; then
3152 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3153 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3154 echo "$as_me:$LINENO: checking for $ac_word" >&5
3155 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3156 if test "${ac_cv_prog_CC+set}" = set; then
3157 echo $ECHO_N "(cached) $ECHO_C" >&6
3159 if test -n "$CC"; then
3160 ac_cv_prog_CC
="$CC" # Let the user override the test.
3162 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3166 test -z "$as_dir" && as_dir
=.
3167 for ac_exec_ext
in '' $ac_executable_extensions; do
3168 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3169 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3170 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3179 if test -n "$CC"; then
3180 echo "$as_me:$LINENO: result: $CC" >&5
3181 echo "${ECHO_T}$CC" >&6
3183 echo "$as_me:$LINENO: result: no" >&5
3184 echo "${ECHO_T}no" >&6
3187 test -n "$CC" && break
3190 if test -z "$CC"; then
3194 # Extract the first word of "$ac_prog", so it can be a program name with args.
3195 set dummy
$ac_prog; ac_word
=$2
3196 echo "$as_me:$LINENO: checking for $ac_word" >&5
3197 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3198 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3199 echo $ECHO_N "(cached) $ECHO_C" >&6
3201 if test -n "$ac_ct_CC"; then
3202 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3204 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3208 test -z "$as_dir" && as_dir
=.
3209 for ac_exec_ext
in '' $ac_executable_extensions; do
3210 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3211 ac_cv_prog_ac_ct_CC
="$ac_prog"
3212 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3220 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3221 if test -n "$ac_ct_CC"; then
3222 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3223 echo "${ECHO_T}$ac_ct_CC" >&6
3225 echo "$as_me:$LINENO: result: no" >&5
3226 echo "${ECHO_T}no" >&6
3229 test -n "$ac_ct_CC" && break
3238 test -z "$CC" && { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3239 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3240 { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3241 See \`config.log' for more details." >&5
3242 echo "$as_me: error: no acceptable C compiler found in \$PATH
3243 See \`config.log' for more details." >&2;}
3244 { (exit 1); exit 1; }; }; }
3246 # Provide some information about the compiler.
3247 echo "$as_me:$LINENO:" \
3248 "checking for C compiler version" >&5
3249 ac_compiler
=`set X $ac_compile; echo $2`
3250 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3251 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3254 (exit $ac_status); }
3255 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3256 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3259 (exit $ac_status); }
3260 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3261 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3264 (exit $ac_status); }
3266 cat >conftest.
$ac_ext <<_ACEOF
3269 cat confdefs.h
>>conftest.
$ac_ext
3270 cat >>conftest.
$ac_ext <<_ACEOF
3271 /* end confdefs.h. */
3281 ac_clean_files_save
=$ac_clean_files
3282 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
3283 # Try to create an executable without -o first, disregard a.out.
3284 # It will help us diagnose broken compilers, and finding out an intuition
3286 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3287 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
3288 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3289 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
3290 (eval $ac_link_default) 2>&5
3292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3293 (exit $ac_status); }; then
3294 # Find the output, starting from the most likely. This scheme is
3295 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
3298 # Be careful to initialize this variable, since it used to be cached.
3299 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
3301 # b.out is created by i960 compilers.
3302 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
3304 test -f "$ac_file" ||
continue
3306 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
3309 # This is the source file.
3312 # We found the default executable, but exeext='' is most
3316 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3317 # FIXME: I believe we export ac_cv_exeext for Libtool,
3318 # but it would be cool to find out if it's true. Does anybody
3319 # maintain Libtool? --akim.
3327 echo "$as_me: failed program was:" >&5
3328 sed 's/^/| /' conftest.
$ac_ext >&5
3330 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3331 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3332 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
3333 See \`config.log' for more details." >&5
3334 echo "$as_me: error: C compiler cannot create executables
3335 See \`config.log' for more details." >&2;}
3336 { (exit 77); exit 77; }; }; }
3339 ac_exeext
=$ac_cv_exeext
3340 echo "$as_me:$LINENO: result: $ac_file" >&5
3341 echo "${ECHO_T}$ac_file" >&6
3343 # Check the compiler produces executables we can run. If not, either
3344 # the compiler is broken, or we cross compile.
3345 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3346 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
3347 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3348 # If not cross compiling, check that we can run a simple program.
3349 if test "$cross_compiling" != yes; then
3350 if { ac_try
='./$ac_file'
3351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3355 (exit $ac_status); }; }; then
3358 if test "$cross_compiling" = maybe
; then
3361 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3362 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3363 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3364 If you meant to cross compile, use \`--host'.
3365 See \`config.log' for more details." >&5
3366 echo "$as_me: error: cannot run C compiled programs.
3367 If you meant to cross compile, use \`--host'.
3368 See \`config.log' for more details." >&2;}
3369 { (exit 1); exit 1; }; }; }
3373 echo "$as_me:$LINENO: result: yes" >&5
3374 echo "${ECHO_T}yes" >&6
3376 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
3377 ac_clean_files
=$ac_clean_files_save
3378 # Check the compiler produces executables we can run. If not, either
3379 # the compiler is broken, or we cross compile.
3380 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3381 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
3382 echo "$as_me:$LINENO: result: $cross_compiling" >&5
3383 echo "${ECHO_T}$cross_compiling" >&6
3385 echo "$as_me:$LINENO: checking for suffix of executables" >&5
3386 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
3387 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3388 (eval $ac_link) 2>&5
3390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3391 (exit $ac_status); }; then
3392 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3393 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3394 # work properly (i.e., refer to `conftest.exe'), while it won't with
3396 for ac_file
in conftest.exe conftest conftest.
*; do
3397 test -f "$ac_file" ||
continue
3399 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
3400 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3407 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3408 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3409 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3410 See \`config.log' for more details." >&5
3411 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3412 See \`config.log' for more details." >&2;}
3413 { (exit 1); exit 1; }; }; }
3416 rm -f conftest
$ac_cv_exeext
3417 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3418 echo "${ECHO_T}$ac_cv_exeext" >&6
3420 rm -f conftest.
$ac_ext
3421 EXEEXT
=$ac_cv_exeext
3423 echo "$as_me:$LINENO: checking for suffix of object files" >&5
3424 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
3425 if test "${ac_cv_objext+set}" = set; then
3426 echo $ECHO_N "(cached) $ECHO_C" >&6
3428 cat >conftest.
$ac_ext <<_ACEOF
3431 cat confdefs.h
>>conftest.
$ac_ext
3432 cat >>conftest.
$ac_ext <<_ACEOF
3433 /* end confdefs.h. */
3443 rm -f conftest.o conftest.obj
3444 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3445 (eval $ac_compile) 2>&5
3447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3448 (exit $ac_status); }; then
3449 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
3451 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
3452 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
3457 echo "$as_me: failed program was:" >&5
3458 sed 's/^/| /' conftest.
$ac_ext >&5
3460 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3461 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3462 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3463 See \`config.log' for more details." >&5
3464 echo "$as_me: error: cannot compute suffix of object files: cannot compile
3465 See \`config.log' for more details." >&2;}
3466 { (exit 1); exit 1; }; }; }
3469 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
3471 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3472 echo "${ECHO_T}$ac_cv_objext" >&6
3473 OBJEXT
=$ac_cv_objext
3475 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3476 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
3477 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3478 echo $ECHO_N "(cached) $ECHO_C" >&6
3480 cat >conftest.
$ac_ext <<_ACEOF
3483 cat confdefs.h
>>conftest.
$ac_ext
3484 cat >>conftest.
$ac_ext <<_ACEOF
3485 /* end confdefs.h. */
3498 rm -f conftest.
$ac_objext
3499 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3500 (eval $ac_compile) 2>conftest.er1
3502 grep -v '^ *+' conftest.er1
>conftest.err
3504 cat conftest.err
>&5
3505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3506 (exit $ac_status); } &&
3507 { ac_try
='test -z "$ac_c_werror_flag"
3508 || test ! -s conftest.err'
3509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3513 (exit $ac_status); }; } &&
3514 { ac_try
='test -s conftest.$ac_objext'
3515 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3519 (exit $ac_status); }; }; then
3522 echo "$as_me: failed program was:" >&5
3523 sed 's/^/| /' conftest.
$ac_ext >&5
3527 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3528 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
3531 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3532 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3533 GCC
=`test $ac_compiler_gnu = yes && echo yes`
3534 ac_test_CFLAGS
=${CFLAGS+set}
3535 ac_save_CFLAGS
=$CFLAGS
3537 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3538 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3539 if test "${ac_cv_prog_cc_g+set}" = set; then
3540 echo $ECHO_N "(cached) $ECHO_C" >&6
3542 cat >conftest.
$ac_ext <<_ACEOF
3545 cat confdefs.h
>>conftest.
$ac_ext
3546 cat >>conftest.
$ac_ext <<_ACEOF
3547 /* end confdefs.h. */
3557 rm -f conftest.
$ac_objext
3558 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3559 (eval $ac_compile) 2>conftest.er1
3561 grep -v '^ *+' conftest.er1
>conftest.err
3563 cat conftest.err
>&5
3564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3565 (exit $ac_status); } &&
3566 { ac_try
='test -z "$ac_c_werror_flag"
3567 || test ! -s conftest.err'
3568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3572 (exit $ac_status); }; } &&
3573 { ac_try
='test -s conftest.$ac_objext'
3574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3578 (exit $ac_status); }; }; then
3581 echo "$as_me: failed program was:" >&5
3582 sed 's/^/| /' conftest.
$ac_ext >&5
3586 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3588 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3589 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3590 if test "$ac_test_CFLAGS" = set; then
3591 CFLAGS
=$ac_save_CFLAGS
3592 elif test $ac_cv_prog_cc_g = yes; then
3593 if test "$GCC" = yes; then
3599 if test "$GCC" = yes; then
3605 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3606 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3607 if test "${ac_cv_prog_cc_stdc+set}" = set; then
3608 echo $ECHO_N "(cached) $ECHO_C" >&6
3610 ac_cv_prog_cc_stdc
=no
3612 cat >conftest.
$ac_ext <<_ACEOF
3615 cat confdefs.h
>>conftest.
$ac_ext
3616 cat >>conftest.
$ac_ext <<_ACEOF
3617 /* end confdefs.h. */
3620 #include <sys/types.h>
3621 #include <sys/stat.h>
3622 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3623 struct buf { int x; };
3624 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3625 static char *e (p, i)
3631 static char *f (char * (*g) (char **, int), char **p, ...)
3636 s = g (p, va_arg (v,int));
3641 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3642 function prototypes and stuff, but not '\xHH' hex character constants.
3643 These don't provoke an error unfortunately, instead are silently treated
3644 as 'x'. The following induces an error, until -std1 is added to get
3645 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3646 array size at least. It's necessary to write '\x00'==0 to get something
3647 that's true only with -std1. */
3648 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3650 int test (int i, double x);
3651 struct s1 {int (*f) (int a);};
3652 struct s2 {int (*f) (double a);};
3653 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3659 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3664 # Don't try gcc -ansi; that turns off useful extensions and
3665 # breaks some systems' header files.
3666 # AIX -qlanglvl=ansi
3667 # Ultrix and OSF/1 -std1
3668 # HP-UX 10.20 and later -Ae
3669 # HP-UX older versions -Aa -D_HPUX_SOURCE
3670 # SVR4 -Xc -D__EXTENSIONS__
3671 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3673 CC
="$ac_save_CC $ac_arg"
3674 rm -f conftest.
$ac_objext
3675 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3676 (eval $ac_compile) 2>conftest.er1
3678 grep -v '^ *+' conftest.er1
>conftest.err
3680 cat conftest.err
>&5
3681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3682 (exit $ac_status); } &&
3683 { ac_try
='test -z "$ac_c_werror_flag"
3684 || test ! -s conftest.err'
3685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3689 (exit $ac_status); }; } &&
3690 { ac_try
='test -s conftest.$ac_objext'
3691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3695 (exit $ac_status); }; }; then
3696 ac_cv_prog_cc_stdc
=$ac_arg
3699 echo "$as_me: failed program was:" >&5
3700 sed 's/^/| /' conftest.
$ac_ext >&5
3703 rm -f conftest.err conftest.
$ac_objext
3705 rm -f conftest.
$ac_ext conftest.
$ac_objext
3710 case "x$ac_cv_prog_cc_stdc" in
3712 echo "$as_me:$LINENO: result: none needed" >&5
3713 echo "${ECHO_T}none needed" >&6 ;;
3715 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3716 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3717 CC
="$CC $ac_cv_prog_cc_stdc" ;;
3720 # Some people use a C++ compiler to compile C. Since we use `exit',
3721 # in C++ we need to declare it. In case someone uses the same compiler
3722 # for both compiling C and C++ we need to have the C++ compiler decide
3723 # the declaration of exit, since it's the most demanding environment.
3724 cat >conftest.
$ac_ext <<_ACEOF
3729 rm -f conftest.
$ac_objext
3730 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3731 (eval $ac_compile) 2>conftest.er1
3733 grep -v '^ *+' conftest.er1
>conftest.err
3735 cat conftest.err
>&5
3736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3737 (exit $ac_status); } &&
3738 { ac_try
='test -z "$ac_c_werror_flag"
3739 || test ! -s conftest.err'
3740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3744 (exit $ac_status); }; } &&
3745 { ac_try
='test -s conftest.$ac_objext'
3746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3750 (exit $ac_status); }; }; then
3751 for ac_declaration
in \
3753 'extern "C" void std::exit (int) throw (); using std::exit;' \
3754 'extern "C" void std::exit (int); using std::exit;' \
3755 'extern "C" void exit (int) throw ();' \
3756 'extern "C" void exit (int);' \
3759 cat >conftest.
$ac_ext <<_ACEOF
3762 cat confdefs.h
>>conftest.
$ac_ext
3763 cat >>conftest.
$ac_ext <<_ACEOF
3764 /* end confdefs.h. */
3775 rm -f conftest.
$ac_objext
3776 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3777 (eval $ac_compile) 2>conftest.er1
3779 grep -v '^ *+' conftest.er1
>conftest.err
3781 cat conftest.err
>&5
3782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3783 (exit $ac_status); } &&
3784 { ac_try
='test -z "$ac_c_werror_flag"
3785 || test ! -s conftest.err'
3786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3790 (exit $ac_status); }; } &&
3791 { ac_try
='test -s conftest.$ac_objext'
3792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3796 (exit $ac_status); }; }; then
3799 echo "$as_me: failed program was:" >&5
3800 sed 's/^/| /' conftest.
$ac_ext >&5
3804 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3805 cat >conftest.
$ac_ext <<_ACEOF
3808 cat confdefs.h
>>conftest.
$ac_ext
3809 cat >>conftest.
$ac_ext <<_ACEOF
3810 /* end confdefs.h. */
3820 rm -f conftest.
$ac_objext
3821 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3822 (eval $ac_compile) 2>conftest.er1
3824 grep -v '^ *+' conftest.er1
>conftest.err
3826 cat conftest.err
>&5
3827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3828 (exit $ac_status); } &&
3829 { ac_try
='test -z "$ac_c_werror_flag"
3830 || test ! -s conftest.err'
3831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3835 (exit $ac_status); }; } &&
3836 { ac_try
='test -s conftest.$ac_objext'
3837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3841 (exit $ac_status); }; }; then
3844 echo "$as_me: failed program was:" >&5
3845 sed 's/^/| /' conftest.
$ac_ext >&5
3848 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3851 if test -n "$ac_declaration"; then
3852 echo '#ifdef __cplusplus' >>confdefs.h
3853 echo $ac_declaration >>confdefs.h
3854 echo '#endif' >>confdefs.h
3858 echo "$as_me: failed program was:" >&5
3859 sed 's/^/| /' conftest.
$ac_ext >&5
3862 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3864 ac_cpp
='$CPP $CPPFLAGS'
3865 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3866 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3867 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3870 ac_cpp
='$CXXCPP $CPPFLAGS'
3871 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3872 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3873 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
3874 if test -n "$ac_tool_prefix"; then
3875 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3877 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3878 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3879 echo "$as_me:$LINENO: checking for $ac_word" >&5
3880 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3881 if test "${ac_cv_prog_CXX+set}" = set; then
3882 echo $ECHO_N "(cached) $ECHO_C" >&6
3884 if test -n "$CXX"; then
3885 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
3887 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3891 test -z "$as_dir" && as_dir
=.
3892 for ac_exec_ext
in '' $ac_executable_extensions; do
3893 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3894 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
3895 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3904 if test -n "$CXX"; then
3905 echo "$as_me:$LINENO: result: $CXX" >&5
3906 echo "${ECHO_T}$CXX" >&6
3908 echo "$as_me:$LINENO: result: no" >&5
3909 echo "${ECHO_T}no" >&6
3912 test -n "$CXX" && break
3915 if test -z "$CXX"; then
3917 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3919 # Extract the first word of "$ac_prog", so it can be a program name with args.
3920 set dummy
$ac_prog; ac_word
=$2
3921 echo "$as_me:$LINENO: checking for $ac_word" >&5
3922 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3923 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3924 echo $ECHO_N "(cached) $ECHO_C" >&6
3926 if test -n "$ac_ct_CXX"; then
3927 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
3929 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3933 test -z "$as_dir" && as_dir
=.
3934 for ac_exec_ext
in '' $ac_executable_extensions; do
3935 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3936 ac_cv_prog_ac_ct_CXX
="$ac_prog"
3937 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3945 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
3946 if test -n "$ac_ct_CXX"; then
3947 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3948 echo "${ECHO_T}$ac_ct_CXX" >&6
3950 echo "$as_me:$LINENO: result: no" >&5
3951 echo "${ECHO_T}no" >&6
3954 test -n "$ac_ct_CXX" && break
3956 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
3962 # Provide some information about the compiler.
3963 echo "$as_me:$LINENO:" \
3964 "checking for C++ compiler version" >&5
3965 ac_compiler
=`set X $ac_compile; echo $2`
3966 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3967 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3970 (exit $ac_status); }
3971 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3972 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3975 (exit $ac_status); }
3976 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3977 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3980 (exit $ac_status); }
3982 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3983 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
3984 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3985 echo $ECHO_N "(cached) $ECHO_C" >&6
3987 cat >conftest.
$ac_ext <<_ACEOF
3990 cat confdefs.h
>>conftest.
$ac_ext
3991 cat >>conftest.
$ac_ext <<_ACEOF
3992 /* end confdefs.h. */
4005 rm -f conftest.
$ac_objext
4006 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4007 (eval $ac_compile) 2>conftest.er1
4009 grep -v '^ *+' conftest.er1
>conftest.err
4011 cat conftest.err
>&5
4012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4013 (exit $ac_status); } &&
4014 { ac_try
='test -z "$ac_cxx_werror_flag"
4015 || test ! -s conftest.err'
4016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4020 (exit $ac_status); }; } &&
4021 { ac_try
='test -s conftest.$ac_objext'
4022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4026 (exit $ac_status); }; }; then
4029 echo "$as_me: failed program was:" >&5
4030 sed 's/^/| /' conftest.
$ac_ext >&5
4034 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4035 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4038 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
4039 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
4040 GXX
=`test $ac_compiler_gnu = yes && echo yes`
4041 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4042 ac_save_CXXFLAGS
=$CXXFLAGS
4044 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
4045 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
4046 if test "${ac_cv_prog_cxx_g+set}" = set; then
4047 echo $ECHO_N "(cached) $ECHO_C" >&6
4049 cat >conftest.
$ac_ext <<_ACEOF
4052 cat confdefs.h
>>conftest.
$ac_ext
4053 cat >>conftest.
$ac_ext <<_ACEOF
4054 /* end confdefs.h. */
4064 rm -f conftest.
$ac_objext
4065 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4066 (eval $ac_compile) 2>conftest.er1
4068 grep -v '^ *+' conftest.er1
>conftest.err
4070 cat conftest.err
>&5
4071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4072 (exit $ac_status); } &&
4073 { ac_try
='test -z "$ac_cxx_werror_flag"
4074 || test ! -s conftest.err'
4075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4079 (exit $ac_status); }; } &&
4080 { ac_try
='test -s conftest.$ac_objext'
4081 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4085 (exit $ac_status); }; }; then
4086 ac_cv_prog_cxx_g
=yes
4088 echo "$as_me: failed program was:" >&5
4089 sed 's/^/| /' conftest.
$ac_ext >&5
4093 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4095 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
4096 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
4097 if test "$ac_test_CXXFLAGS" = set; then
4098 CXXFLAGS
=$ac_save_CXXFLAGS
4099 elif test $ac_cv_prog_cxx_g = yes; then
4100 if test "$GXX" = yes; then
4106 if test "$GXX" = yes; then
4112 for ac_declaration
in \
4114 'extern "C" void std::exit (int) throw (); using std::exit;' \
4115 'extern "C" void std::exit (int); using std::exit;' \
4116 'extern "C" void exit (int) throw ();' \
4117 'extern "C" void exit (int);' \
4120 cat >conftest.
$ac_ext <<_ACEOF
4123 cat confdefs.h
>>conftest.
$ac_ext
4124 cat >>conftest.
$ac_ext <<_ACEOF
4125 /* end confdefs.h. */
4136 rm -f conftest.
$ac_objext
4137 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4138 (eval $ac_compile) 2>conftest.er1
4140 grep -v '^ *+' conftest.er1
>conftest.err
4142 cat conftest.err
>&5
4143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4144 (exit $ac_status); } &&
4145 { ac_try
='test -z "$ac_cxx_werror_flag"
4146 || test ! -s conftest.err'
4147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4151 (exit $ac_status); }; } &&
4152 { ac_try
='test -s conftest.$ac_objext'
4153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4157 (exit $ac_status); }; }; then
4160 echo "$as_me: failed program was:" >&5
4161 sed 's/^/| /' conftest.
$ac_ext >&5
4165 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4166 cat >conftest.
$ac_ext <<_ACEOF
4169 cat confdefs.h
>>conftest.
$ac_ext
4170 cat >>conftest.
$ac_ext <<_ACEOF
4171 /* end confdefs.h. */
4181 rm -f conftest.
$ac_objext
4182 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4183 (eval $ac_compile) 2>conftest.er1
4185 grep -v '^ *+' conftest.er1
>conftest.err
4187 cat conftest.err
>&5
4188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4189 (exit $ac_status); } &&
4190 { ac_try
='test -z "$ac_cxx_werror_flag"
4191 || test ! -s conftest.err'
4192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4196 (exit $ac_status); }; } &&
4197 { ac_try
='test -s conftest.$ac_objext'
4198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4202 (exit $ac_status); }; }; then
4205 echo "$as_me: failed program was:" >&5
4206 sed 's/^/| /' conftest.
$ac_ext >&5
4209 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4212 if test -n "$ac_declaration"; then
4213 echo '#ifdef __cplusplus' >>confdefs.h
4214 echo $ac_declaration >>confdefs.h
4215 echo '#endif' >>confdefs.h
4219 ac_cpp
='$CPP $CPPFLAGS'
4220 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4221 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4222 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4225 # We must set the default linker to the linker used by gcc for the correct
4226 # operation of libtool. If LD is not defined and we are using gcc, try to
4227 # set the LD default to the ld used by gcc.
4228 if test -z "$LD"; then
4229 if test "$GCC" = yes; then
4232 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4234 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1` ;;
4236 case $gcc_prog_ld in
4237 # Accept absolute paths.
4238 [\\/]* |
[A-Za-z
]:[\\/]*)
4239 LD
="$gcc_prog_ld" ;;
4247 if test -n "$ac_tool_prefix"; then
4248 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4249 set dummy
${ac_tool_prefix}gnatbind
; ac_word
=$2
4250 echo "$as_me:$LINENO: checking for $ac_word" >&5
4251 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4252 if test "${ac_cv_prog_GNATBIND+set}" = set; then
4253 echo $ECHO_N "(cached) $ECHO_C" >&6
4255 if test -n "$GNATBIND"; then
4256 ac_cv_prog_GNATBIND
="$GNATBIND" # Let the user override the test.
4258 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4262 test -z "$as_dir" && as_dir
=.
4263 for ac_exec_ext
in '' $ac_executable_extensions; do
4264 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4265 ac_cv_prog_GNATBIND
="${ac_tool_prefix}gnatbind"
4266 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4274 GNATBIND
=$ac_cv_prog_GNATBIND
4275 if test -n "$GNATBIND"; then
4276 echo "$as_me:$LINENO: result: $GNATBIND" >&5
4277 echo "${ECHO_T}$GNATBIND" >&6
4279 echo "$as_me:$LINENO: result: no" >&5
4280 echo "${ECHO_T}no" >&6
4284 if test -z "$ac_cv_prog_GNATBIND"; then
4285 ac_ct_GNATBIND
=$GNATBIND
4286 # Extract the first word of "gnatbind", so it can be a program name with args.
4287 set dummy gnatbind
; ac_word
=$2
4288 echo "$as_me:$LINENO: checking for $ac_word" >&5
4289 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4290 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then
4291 echo $ECHO_N "(cached) $ECHO_C" >&6
4293 if test -n "$ac_ct_GNATBIND"; then
4294 ac_cv_prog_ac_ct_GNATBIND
="$ac_ct_GNATBIND" # Let the user override the test.
4296 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4300 test -z "$as_dir" && as_dir
=.
4301 for ac_exec_ext
in '' $ac_executable_extensions; do
4302 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4303 ac_cv_prog_ac_ct_GNATBIND
="gnatbind"
4304 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4310 test -z "$ac_cv_prog_ac_ct_GNATBIND" && ac_cv_prog_ac_ct_GNATBIND
="no"
4313 ac_ct_GNATBIND
=$ac_cv_prog_ac_ct_GNATBIND
4314 if test -n "$ac_ct_GNATBIND"; then
4315 echo "$as_me:$LINENO: result: $ac_ct_GNATBIND" >&5
4316 echo "${ECHO_T}$ac_ct_GNATBIND" >&6
4318 echo "$as_me:$LINENO: result: no" >&5
4319 echo "${ECHO_T}no" >&6
4322 GNATBIND
=$ac_ct_GNATBIND
4324 GNATBIND
="$ac_cv_prog_GNATBIND"
4327 if test -n "$ac_tool_prefix"; then
4328 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4329 set dummy
${ac_tool_prefix}gnatmake
; ac_word
=$2
4330 echo "$as_me:$LINENO: checking for $ac_word" >&5
4331 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4332 if test "${ac_cv_prog_GNATMAKE+set}" = set; then
4333 echo $ECHO_N "(cached) $ECHO_C" >&6
4335 if test -n "$GNATMAKE"; then
4336 ac_cv_prog_GNATMAKE
="$GNATMAKE" # Let the user override the test.
4338 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4342 test -z "$as_dir" && as_dir
=.
4343 for ac_exec_ext
in '' $ac_executable_extensions; do
4344 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4345 ac_cv_prog_GNATMAKE
="${ac_tool_prefix}gnatmake"
4346 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4354 GNATMAKE
=$ac_cv_prog_GNATMAKE
4355 if test -n "$GNATMAKE"; then
4356 echo "$as_me:$LINENO: result: $GNATMAKE" >&5
4357 echo "${ECHO_T}$GNATMAKE" >&6
4359 echo "$as_me:$LINENO: result: no" >&5
4360 echo "${ECHO_T}no" >&6
4364 if test -z "$ac_cv_prog_GNATMAKE"; then
4365 ac_ct_GNATMAKE
=$GNATMAKE
4366 # Extract the first word of "gnatmake", so it can be a program name with args.
4367 set dummy gnatmake
; ac_word
=$2
4368 echo "$as_me:$LINENO: checking for $ac_word" >&5
4369 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4370 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then
4371 echo $ECHO_N "(cached) $ECHO_C" >&6
4373 if test -n "$ac_ct_GNATMAKE"; then
4374 ac_cv_prog_ac_ct_GNATMAKE
="$ac_ct_GNATMAKE" # Let the user override the test.
4376 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4380 test -z "$as_dir" && as_dir
=.
4381 for ac_exec_ext
in '' $ac_executable_extensions; do
4382 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4383 ac_cv_prog_ac_ct_GNATMAKE
="gnatmake"
4384 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4390 test -z "$ac_cv_prog_ac_ct_GNATMAKE" && ac_cv_prog_ac_ct_GNATMAKE
="no"
4393 ac_ct_GNATMAKE
=$ac_cv_prog_ac_ct_GNATMAKE
4394 if test -n "$ac_ct_GNATMAKE"; then
4395 echo "$as_me:$LINENO: result: $ac_ct_GNATMAKE" >&5
4396 echo "${ECHO_T}$ac_ct_GNATMAKE" >&6
4398 echo "$as_me:$LINENO: result: no" >&5
4399 echo "${ECHO_T}no" >&6
4402 GNATMAKE
=$ac_ct_GNATMAKE
4404 GNATMAKE
="$ac_cv_prog_GNATMAKE"
4407 echo "$as_me:$LINENO: checking whether compiler driver understands Ada" >&5
4408 echo $ECHO_N "checking whether compiler driver understands Ada... $ECHO_C" >&6
4409 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then
4410 echo $ECHO_N "(cached) $ECHO_C" >&6
4412 cat >conftest.adb
<<EOF
4413 procedure conftest is begin null; end conftest;
4415 acx_cv_cc_gcc_supports_ada
=no
4416 # There is a bug in old released versions of GCC which causes the
4417 # driver to exit successfully when the appropriate language module
4418 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
4419 # Therefore we must check for the error message as well as an
4420 # unsuccessful exit.
4421 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
4422 # given a .adb file, but produce no object file. So we must check
4423 # if an object file was really produced to guard against this.
4424 errors
=`(${CC} -c conftest.adb) 2>&1 || echo failure`
4425 if test x
"$errors" = x
&& test -f conftest.
$ac_objext; then
4426 acx_cv_cc_gcc_supports_ada
=yes
4430 echo "$as_me:$LINENO: result: $acx_cv_cc_gcc_supports_ada" >&5
4431 echo "${ECHO_T}$acx_cv_cc_gcc_supports_ada" >&6
4433 if test x
$GNATBIND != xno
&& test x
$GNATMAKE != xno
&& test x
$acx_cv_cc_gcc_supports_ada != xno
; then
4439 echo "$as_me:$LINENO: checking how to compare bootstrapped objects" >&5
4440 echo $ECHO_N "checking how to compare bootstrapped objects... $ECHO_C" >&6
4441 if test "${gcc_cv_prog_cmp_skip+set}" = set; then
4442 echo $ECHO_N "(cached) $ECHO_C" >&6
4446 gcc_cv_prog_cmp_skip
='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4447 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
4448 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
4451 gcc_cv_prog_cmp_skip
='cmp $$f1 $$f2 16 16'
4454 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
4455 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
4458 gcc_cv_prog_cmp_skip
='cmp --ignore-initial=16 $$f1 $$f2'
4464 echo "$as_me:$LINENO: result: $gcc_cv_prog_cmp_skip" >&5
4465 echo "${ECHO_T}$gcc_cv_prog_cmp_skip" >&6
4466 do_compare
="$gcc_cv_prog_cmp_skip"
4470 # Check for GMP and MPFR
4471 gmplibs
="-lmpfr -lgmp"
4475 # Specify a location for mpfr
4476 # check for this first so it ends up on the link line before gmp.
4478 # Check whether --with-mpfr-dir or --without-mpfr-dir was given.
4479 if test "${with_mpfr_dir+set}" = set; then
4480 withval
="$with_mpfr_dir"
4481 { { echo "$as_me:$LINENO: error: The --with-mpfr-dir=PATH option has been removed.
4482 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" >&5
4483 echo "$as_me: error: The --with-mpfr-dir=PATH option has been removed.
4484 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" >&2;}
4485 { (exit 1); exit 1; }; }
4489 # Check whether --with-mpfr or --without-mpfr was given.
4490 if test "${with_mpfr+set}" = set; then
4491 withval
="$with_mpfr"
4495 # Check whether --with-mpfr_include or --without-mpfr_include was given.
4496 if test "${with_mpfr_include+set}" = set; then
4497 withval
="$with_mpfr_include"
4501 # Check whether --with-mpfr_lib or --without-mpfr_lib was given.
4502 if test "${with_mpfr_lib+set}" = set; then
4503 withval
="$with_mpfr_lib"
4507 if test "x$with_mpfr" != x
; then
4508 gmplibs
="-L$with_mpfr/lib $gmplibs"
4509 gmpinc
="-I$with_mpfr/include"
4511 if test "x$with_mpfr_include" != x
; then
4512 gmpinc
="-I$with_mpfr_include"
4514 if test "x$with_mpfr_lib" != x
; then
4515 gmplibs
="-L$with_mpfr_lib $gmplibs"
4517 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x
&& test -d ${srcdir}/mpfr
; then
4518 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpfr/.libs -L$$r/$(HOST_SUBDIR)/mpfr/_libs '"$gmplibs"
4519 gmpinc
='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
4520 # Do not test the mpfr version. Assume that it is sufficient, since
4521 # it is in the source tree, and the library has not been built yet
4522 # but it would be included on the link line in the version check below
4523 # hence making the test fail.
4527 # Specify a location for gmp
4529 # Check whether --with-gmp-dir or --without-gmp-dir was given.
4530 if test "${with_gmp_dir+set}" = set; then
4531 withval
="$with_gmp_dir"
4532 { { echo "$as_me:$LINENO: error: The --with-gmp-dir=PATH option has been removed.
4533 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" >&5
4534 echo "$as_me: error: The --with-gmp-dir=PATH option has been removed.
4535 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" >&2;}
4536 { (exit 1); exit 1; }; }
4540 # Check whether --with-gmp or --without-gmp was given.
4541 if test "${with_gmp+set}" = set; then
4546 # Check whether --with-gmp_include or --without-gmp_include was given.
4547 if test "${with_gmp_include+set}" = set; then
4548 withval
="$with_gmp_include"
4552 # Check whether --with-gmp_lib or --without-gmp_lib was given.
4553 if test "${with_gmp_lib+set}" = set; then
4554 withval
="$with_gmp_lib"
4559 if test "x$with_gmp" != x
; then
4560 gmplibs
="-L$with_gmp/lib $gmplibs"
4561 gmpinc
="-I$with_gmp/include $gmpinc"
4563 if test "x$with_gmp_include" != x
; then
4564 gmpinc
="-I$with_gmp_include $gmpinc"
4566 if test "x$with_gmp_lib" != x
; then
4567 gmplibs
="-L$with_gmp_lib $gmplibs"
4569 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x
&& test -d ${srcdir}/gmp
; then
4570 gmplibs
='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/gmp/_libs '"$gmplibs"
4571 gmpinc
='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
4572 # Do not test the gmp version. Assume that it is sufficient, since
4573 # it is in the source tree, and the library has not been built yet
4574 # but it would be included on the link line in the version check below
4575 # hence making the test fail.
4579 if test -d ${srcdir}/gcc
&& test "x$have_gmp" = xno
; then
4581 saved_CFLAGS
="$CFLAGS"
4582 CFLAGS
="$CFLAGS $gmpinc"
4583 # Check GMP actually works
4584 echo "$as_me:$LINENO: checking for correct version of gmp.h" >&5
4585 echo $ECHO_N "checking for correct version of gmp.h... $ECHO_C" >&6
4587 cat >conftest.
$ac_ext <<_ACEOF
4590 cat confdefs.h
>>conftest.
$ac_ext
4591 cat >>conftest.
$ac_ext <<_ACEOF
4592 /* end confdefs.h. */
4598 #if __GNU_MP_VERSION < 4 || (__GNU_MP_VERSION == 4 && __GNU_MP_VERSION_MINOR < 1)
4606 rm -f conftest.
$ac_objext
4607 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4608 (eval $ac_compile) 2>conftest.er1
4610 grep -v '^ *+' conftest.er1
>conftest.err
4612 cat conftest.err
>&5
4613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4614 (exit $ac_status); } &&
4615 { ac_try
='test -z "$ac_c_werror_flag"
4616 || test ! -s conftest.err'
4617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4621 (exit $ac_status); }; } &&
4622 { ac_try
='test -s conftest.$ac_objext'
4623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4627 (exit $ac_status); }; }; then
4628 echo "$as_me:$LINENO: result: yes" >&5
4629 echo "${ECHO_T}yes" >&6
4631 echo "$as_me: failed program was:" >&5
4632 sed 's/^/| /' conftest.
$ac_ext >&5
4634 echo "$as_me:$LINENO: result: no" >&5
4635 echo "${ECHO_T}no" >&6; have_gmp
=no
4637 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4639 if test x
"$have_gmp" = xyes
; then
4641 LIBS
="$LIBS $gmplibs"
4642 echo "$as_me:$LINENO: checking for correct version of mpfr.h" >&5
4643 echo $ECHO_N "checking for correct version of mpfr.h... $ECHO_C" >&6
4644 cat >conftest.
$ac_ext <<_ACEOF
4647 cat confdefs.h
>>conftest.
$ac_ext
4648 cat >>conftest.
$ac_ext <<_ACEOF
4649 /* end confdefs.h. */
4656 #if MPFR_VERSION < MPFR_VERSION_NUM(2,2,1)
4664 mpfr_atan2 (n, n, x, GMP_RNDN);
4665 mpfr_erfc (n, x, GMP_RNDN);
4666 mpfr_subnormalize (x, t, GMP_RNDN);
4672 rm -f conftest.
$ac_objext conftest
$ac_exeext
4673 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4674 (eval $ac_link) 2>conftest.er1
4676 grep -v '^ *+' conftest.er1
>conftest.err
4678 cat conftest.err
>&5
4679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4680 (exit $ac_status); } &&
4681 { ac_try
='test -z "$ac_c_werror_flag"
4682 || test ! -s conftest.err'
4683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4687 (exit $ac_status); }; } &&
4688 { ac_try
='test -s conftest$ac_exeext'
4689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4693 (exit $ac_status); }; }; then
4694 cat >conftest.
$ac_ext <<_ACEOF
4697 cat confdefs.h
>>conftest.
$ac_ext
4698 cat >>conftest.
$ac_ext <<_ACEOF
4699 /* end confdefs.h. */
4706 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,0)
4709 mpfr_t n; mpfr_init(n);
4715 rm -f conftest.
$ac_objext conftest
$ac_exeext
4716 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4717 (eval $ac_link) 2>conftest.er1
4719 grep -v '^ *+' conftest.er1
>conftest.err
4721 cat conftest.err
>&5
4722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4723 (exit $ac_status); } &&
4724 { ac_try
='test -z "$ac_c_werror_flag"
4725 || test ! -s conftest.err'
4726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4730 (exit $ac_status); }; } &&
4731 { ac_try
='test -s conftest$ac_exeext'
4732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4736 (exit $ac_status); }; }; then
4737 echo "$as_me:$LINENO: result: yes" >&5
4738 echo "${ECHO_T}yes" >&6
4740 echo "$as_me: failed program was:" >&5
4741 sed 's/^/| /' conftest.
$ac_ext >&5
4743 echo "$as_me:$LINENO: result: buggy but acceptable" >&5
4744 echo "${ECHO_T}buggy but acceptable" >&6
4746 rm -f conftest.err conftest.
$ac_objext \
4747 conftest
$ac_exeext conftest.
$ac_ext
4749 echo "$as_me: failed program was:" >&5
4750 sed 's/^/| /' conftest.
$ac_ext >&5
4752 echo "$as_me:$LINENO: result: no" >&5
4753 echo "${ECHO_T}no" >&6; have_gmp
=no
4755 rm -f conftest.err conftest.
$ac_objext \
4756 conftest
$ac_exeext conftest.
$ac_ext
4759 CFLAGS
="$saved_CFLAGS"
4761 if test x
$have_gmp != xyes
; then
4762 { { echo "$as_me:$LINENO: error: Building GCC requires GMP 4.1+ and MPFR 2.3.0+.
4763 Try the --with-gmp and/or --with-mpfr options to specify their locations.
4764 Copies of these libraries' source code can be found at their respective
4765 hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
4766 See also http://gcc.gnu.org/install/prerequisites.html for additional info.
4767 If you obtained GMP and/or MPFR from a vendor distribution package, make
4768 sure that you have installed both the libraries and the header files.
4769 They may be located in separate packages." >&5
4770 echo "$as_me: error: Building GCC requires GMP 4.1+ and MPFR 2.3.0+.
4771 Try the --with-gmp and/or --with-mpfr options to specify their locations.
4772 Copies of these libraries' source code can be found at their respective
4773 hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
4774 See also http://gcc.gnu.org/install/prerequisites.html for additional info.
4775 If you obtained GMP and/or MPFR from a vendor distribution package, make
4776 sure that you have installed both the libraries and the header files.
4777 They may be located in separate packages." >&2;}
4778 { (exit 1); exit 1; }; }
4782 # Flags needed for both GMP and/or MPFR
4786 # By default, C is the only stage 1 language.
4787 stage1_languages
=,c
,
4789 # Figure out what language subdirectories are present.
4790 # Look if the user specified --enable-languages="..."; if not, use
4791 # the environment variable $LANGUAGES if defined. $LANGUAGES might
4793 # NB: embedded tabs in this IF block -- do not untabify
4794 if test -d ${srcdir}/gcc
; then
4795 if test x
"${enable_languages+set}" != xset
; then
4796 if test x
"${LANGUAGES+set}" = xset
; then
4797 enable_languages
="${LANGUAGES}"
4798 echo configure.
in: warning
: setting LANGUAGES is deprecated
, use
--enable-languages instead
1>&2
4800 enable_languages
=all
4803 if test x
"${enable_languages}" = x ||
4804 test x
"${enable_languages}" = xyes
;
4806 echo configure.
in: --enable-languages needs
at least one language argument
1>&2
4810 enable_languages
=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
4812 # 'f95' is the old name for the 'fortran' language. We issue a warning
4813 # and make the substitution.
4814 case ,${enable_languages}, in
4816 echo configure.
in: warning
: 'f95' as language name is deprecated
, use
'fortran' instead
1>&2
4817 enable_languages
=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
4821 # First scan to see if an enabled language requires some other language.
4822 # We assume that a given config-lang.in will list all the language
4823 # front ends it requires, even if some are required indirectly.
4824 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
4825 case ${lang_frag} in
4827 # The odd quoting in the next line works around
4828 # an apparent bug in bash 1.12 on linux.
4829 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
4831 # From the config-lang.in, get $language, $lang_requires
4835 for other
in ${lang_requires} ; do
4836 case ,${enable_languages}, in
4840 echo " \`$other' language required by \`$language'; enabling" 1>&2
4841 enable_languages
="${enable_languages},${other}"
4849 new_enable_languages
=,c
,
4850 missing_languages
=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
4851 potential_languages
=,c
,
4853 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
4854 case ${lang_frag} in
4856 # The odd quoting in the next line works around
4857 # an apparent bug in bash 1.12 on linux.
4858 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
4860 # From the config-lang.in, get $language, $target_libs,
4861 # $lang_dirs, $boot_language, and $build_by_default
4867 build_by_default
=yes
4869 if test x
${language} = x
; then
4870 echo "${lang_frag} doesn't set \$language." 1>&2
4874 case ,${enable_languages}, in
4876 # Language was explicitly selected; include it.
4880 # 'all' was selected, select it if it is a default language
4881 add_this_lang
=${build_by_default}
4888 # Disable languages that need other directories if these aren't available.
4889 for i
in $subdir_requires; do
4890 test -f "$srcdir/gcc/$i/config-lang.in" && continue
4891 case ,${enable_languages}, in
4893 # Specifically requested language; tell them.
4894 { { echo "$as_me:$LINENO: error: The gcc/$i directory contains parts of $language but is missing" >&5
4895 echo "$as_me: error: The gcc/$i directory contains parts of $language but is missing" >&2;}
4896 { (exit 1); exit 1; }; }
4900 add_this_lang
=unsupported
4905 # Disable Ada if no preexisting GNAT is available.
4906 case ,${enable_languages},:${language}:${have_gnat} in
4907 *,${language},*:ada
:no
)
4908 # Specifically requested language; tell them.
4909 { { echo "$as_me:$LINENO: error: GNAT is required to build $language" >&5
4910 echo "$as_me: error: GNAT is required to build $language" >&2;}
4911 { (exit 1); exit 1; }; }
4915 add_this_lang
=unsupported
4919 # Disable a language that is unsupported by the target.
4920 case " $unsupported_languages " in
4922 add_this_lang
=unsupported
4926 case $add_this_lang in
4928 # Remove language-dependent dirs.
4929 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
4932 # Remove language-dependent dirs; still show language as supported.
4933 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
4934 potential_languages
="${potential_languages}${language},"
4937 new_enable_languages
="${new_enable_languages}${language},"
4938 potential_languages
="${potential_languages}${language},"
4939 missing_languages
=`echo "$missing_languages" | sed "s/,$language,/,/"`
4940 case ${boot_language} in
4942 # Add to (comma-separated) list of stage 1 languages.
4943 stage1_languages
="${stage1_languages}${language},"
4952 # Check whether --enable-stage1-languages or --disable-stage1-languages was given.
4953 if test "${enable_stage1_languages+set}" = set; then
4954 enableval
="$enable_stage1_languages"
4955 case ,${enable_stage1_languages}, in
4957 # Set it to something that will have no effect in the loop below
4958 enable_stage1_languages
=c
;;
4960 enable_stage1_languages
=`echo $new_enable_languages | \
4961 sed -e "s/^,//" -e "s/,$//" ` ;;
4963 enable_stage1_languages
=`echo ,$enable_stage1_languages, | \
4964 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
4967 # Add "good" languages from enable_stage1_languages to stage1_languages,
4968 # while "bad" languages go in missing_languages. Leave no duplicates.
4969 for i
in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
4970 case $potential_languages in
4972 case $stage1_languages in
4974 *) stage1_languages
="$stage1_languages$i," ;;
4977 case $missing_languages in
4979 *) missing_languages
="$missing_languages$i," ;;
4985 # Remove leading/trailing commas that were added for simplicity
4986 potential_languages
=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
4987 missing_languages
=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
4988 stage1_languages
=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
4989 new_enable_languages
=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
4991 if test "x$missing_languages" != x
; then
4992 { { echo "$as_me:$LINENO: error:
4993 The following requested languages could not be built: ${missing_languages}
4994 Supported languages are: ${potential_languages}" >&5
4995 echo "$as_me: error:
4996 The following requested languages could not be built: ${missing_languages}
4997 Supported languages are: ${potential_languages}" >&2;}
4998 { (exit 1); exit 1; }; }
5000 if test "x$new_enable_languages" != "x$enable_languages"; then
5001 echo The following languages will be built
: ${new_enable_languages}
5002 enable_languages
="$new_enable_languages"
5006 ac_configure_args
=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
5009 # Handle --disable-<component> generically.
5010 for dir
in $configdirs $build_configdirs $target_configdirs ; do
5011 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
5012 varname
=`echo $dirname | sed -e s/+/_/g`
5013 if eval test x\
${enable_${varname}} "=" xno
; then
5014 noconfigdirs
="$noconfigdirs $dir"
5018 # Check for Boehm's garbage collector
5019 # Check whether --enable-objc-gc or --disable-objc-gc was given.
5020 if test "${enable_objc_gc+set}" = set; then
5021 enableval
="$enable_objc_gc"
5022 case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
5023 *,objc
,*:*:yes:*target-boehm-gc
*)
5024 { { echo "$as_me:$LINENO: error: Boehm's garbage collector was requested yet not supported in this configuration" >&5
5025 echo "$as_me: error: Boehm's garbage collector was requested yet not supported in this configuration" >&2;}
5026 { (exit 1); exit 1; }; }
5031 # Make sure we only build Boehm's garbage collector if required.
5032 case ,${enable_languages},:${enable_objc_gc} in
5034 # Keep target-boehm-gc if requested for Objective-C.
5037 # Otherwise remove target-boehm-gc depending on target-libjava.
5038 if echo " ${noconfigdirs} " |
grep "target-libjava" >/dev
/null
2>&1; then
5039 noconfigdirs
="$noconfigdirs target-boehm-gc"
5044 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
5045 # $build_configdirs and $target_configdirs.
5046 # If we have the source for $noconfigdirs entries, add them to $notsupp.
5049 for dir
in .
$skipdirs $noconfigdirs ; do
5050 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
5051 if test $dir != .
&& echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5052 configdirs
=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
5053 if test -r $srcdir/$dirname/configure
; then
5054 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5057 notsupp
="$notsupp $dir"
5061 if test $dir != .
&& echo " ${build_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5062 build_configdirs
=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
5063 if test -r $srcdir/$dirname/configure
; then
5064 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5067 notsupp
="$notsupp $dir"
5071 if test $dir != .
&& echo " ${target_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5072 target_configdirs
=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
5073 if test -r $srcdir/$dirname/configure
; then
5074 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5077 notsupp
="$notsupp $dir"
5083 # Sometimes the tools are distributed with libiberty but with no other
5084 # libraries. In that case, we don't want to build target-libiberty.
5085 # Don't let libgcc imply libiberty either.
5086 if test -n "${target_configdirs}" ; then
5089 for i
in `echo ${target_configdirs} | sed -e s/target-//g` ; do
5090 if test "$i" = "libgcc"; then
5091 libgcc
=target-libgcc
5092 elif test "$i" != "libiberty" ; then
5093 if test -r $srcdir/$i/configure
; then
5099 if test -z "${others}" ; then
5100 target_configdirs
=$libgcc
5104 # Quietly strip out all directories which aren't configurable in this tree.
5105 # This relies on all configurable subdirectories being autoconfiscated, which
5107 build_configdirs_all
="$build_configdirs"
5109 for i
in ${build_configdirs_all} ; do
5110 j
=`echo $i | sed -e s/build-//g`
5111 if test -f ${srcdir}/$j/configure
; then
5112 build_configdirs
="${build_configdirs} $i"
5116 configdirs_all
="$configdirs"
5118 for i
in ${configdirs_all} ; do
5119 if test -f ${srcdir}/$i/configure
; then
5120 configdirs
="${configdirs} $i"
5124 target_configdirs_all
="$target_configdirs"
5126 for i
in ${target_configdirs_all} ; do
5127 j
=`echo $i | sed -e s/target-//g`
5128 if test -f ${srcdir}/$j/configure
; then
5129 target_configdirs
="${target_configdirs} $i"
5133 # Produce a warning message for the subdirs we can't configure.
5134 # This isn't especially interesting in the Cygnus tree, but in the individual
5135 # FSF releases, it's important to let people know when their machine isn't
5136 # supported by the one or two programs in a package.
5138 if test -n "${notsupp}" && test -z "${norecursion}" ; then
5139 # If $appdirs is non-empty, at least one of those directories must still
5140 # be configured, or we error out. (E.g., if the gas release supports a
5141 # specified target in some subdirs but not the gas subdir, we shouldn't
5142 # pretend that all is well.)
5143 if test -n "$appdirs" ; then
5144 for dir
in $appdirs ; do
5145 if test -r $dir/Makefile.
in ; then
5146 if echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5150 if echo " ${target_configdirs} " |
grep " target-${dir} " >/dev
/null
2>&1; then
5156 if test -n "$appdirs" ; then
5157 echo "*** This configuration is not supported by this package." 1>&2
5161 # Okay, some application will build, or we don't care to check. Still
5162 # notify of subdirs not getting built.
5163 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
5164 echo " ${notsupp}" 1>&2
5165 echo " (Any other directories should still work fine.)" 1>&2
5173 # To find our prefix, in gcc_cv_tool_prefix.
5175 # The user is always right.
5176 if test "${PATH_SEPARATOR+set}" != set; then
5177 echo "#! /bin/sh" >conf$$.sh
5178 echo "exit 0" >>conf$$.sh
5180 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
5190 if test "x$exec_prefix" = xNONE
; then
5191 if test "x$prefix" = xNONE
; then
5192 gcc_cv_tool_prefix
=$ac_default_prefix
5194 gcc_cv_tool_prefix
=$prefix
5197 gcc_cv_tool_prefix
=$exec_prefix
5200 # If there is no compiler in the tree, use the PATH only. In any
5201 # case, if there is no compiler in the tree nobody should use
5202 # AS_FOR_TARGET and LD_FOR_TARGET.
5203 if test x
$host = x
$build && test -f $srcdir/gcc
/BASE-VER
; then
5204 gcc_version
=`cat $srcdir/gcc/BASE-VER`
5205 gcc_cv_tool_dirs
="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5206 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
5207 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5208 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
5209 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5210 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
5215 if test x
$build = x
$target && test -n "$md_exec_prefix"; then
5216 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
5224 # Check whether --with-build-sysroot or --without-build-sysroot was given.
5225 if test "${with_build_sysroot+set}" = set; then
5226 withval
="$with_build_sysroot"
5227 if test x
"$withval" != x
; then
5228 SYSROOT_CFLAGS_FOR_TARGET
="--sysroot=$withval"
5231 SYSROOT_CFLAGS_FOR_TARGET
=
5236 # Check whether --with-debug-prefix-map or --without-debug-prefix-map was given.
5237 if test "${with_debug_prefix_map+set}" = set; then
5238 withval
="$with_debug_prefix_map"
5239 if test x
"$withval" != x
; then
5240 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
5241 for debug_map
in $withval; do
5242 DEBUG_PREFIX_CFLAGS_FOR_TARGET
="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
5246 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
5250 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
5251 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
5252 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
5253 # We want to ensure that TARGET libraries (which we know are built with
5254 # gcc) are built with "-O2 -g", so include those options when setting
5255 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5256 if test "x$CFLAGS_FOR_TARGET" = x
; then
5257 CFLAGS_FOR_TARGET
=$CFLAGS
5260 *) CFLAGS_FOR_TARGET
="-O2 $CFLAGS" ;;
5263 *" -g "* |
*" -g3 "*) ;;
5264 *) CFLAGS_FOR_TARGET
="-g $CFLAGS" ;;
5269 if test "x$CXXFLAGS_FOR_TARGET" = x
; then
5270 CXXFLAGS_FOR_TARGET
=$CXXFLAGS
5271 case " $CXXFLAGS " in
5273 *) CXXFLAGS_FOR_TARGET
="-O2 $CXXFLAGS" ;;
5275 case " $CXXFLAGS " in
5276 *" -g "* |
*" -g3 "*) ;;
5277 *) CXXFLAGS_FOR_TARGET
="-g $CXXFLAGS" ;;
5282 # Handle --with-headers=XXX. If the value is not "yes", the contents of
5283 # the named directory are copied to $(tooldir)/sys-include.
5284 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno
; then
5285 if test x
${is_cross_compiler} = xno
; then
5286 echo 1>&2 '***' --with-headers is only supported when cross compiling
5289 if test x
"${with_headers}" != xyes
; then
5290 x
=${gcc_cv_tool_prefix}
5291 copy_dirs
="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
5295 # Handle --with-libs=XXX. If the value is not "yes", the contents of
5296 # the name directories are copied to $(tooldir)/lib. Multiple directories
5298 if test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
5299 if test x
${is_cross_compiler} = xno
; then
5300 echo 1>&2 '***' --with-libs is only supported when cross compiling
5303 if test x
"${with_libs}" != xyes
; then
5304 # Copy the libraries in reverse order, so that files in the first named
5305 # library override files in subsequent libraries.
5306 x
=${gcc_cv_tool_prefix}
5307 for l
in ${with_libs}; do
5308 copy_dirs
="$l $x/${target_noncanonical}/lib ${copy_dirs}"
5313 # Set with_gnu_as and with_gnu_ld as appropriate.
5315 # This is done by determining whether or not the appropriate directory
5316 # is available, and by checking whether or not specific configurations
5317 # have requested that this magic not happen.
5319 # The command line options always override the explicit settings in
5320 # configure.in, and the settings in configure.in override this magic.
5322 # If the default for a toolchain is to use GNU as and ld, and you don't
5323 # want to do that, then you should use the --without-gnu-as and
5324 # --without-gnu-ld options for the configure script.
5326 if test x
${use_gnu_as} = x
&&
5327 echo " ${configdirs} " |
grep " gas " > /dev
/null
2>&1 ; then
5329 extra_host_args
="$extra_host_args --with-gnu-as"
5332 if test x
${use_gnu_ld} = x
&&
5333 echo " ${configdirs} " |
egrep " (go)?ld " > /dev
/null
2>&1 ; then
5335 extra_host_args
="$extra_host_args --with-gnu-ld"
5338 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
5339 # can detect this case.
5341 if test x
${with_newlib} != xno
&& echo " ${target_configdirs} " |
grep " target-newlib " > /dev
/null
2>&1 ; then
5343 extra_host_args
="$extra_host_args --with-newlib"
5346 # Handle ${copy_dirs}
5347 set fnord
${copy_dirs}
5349 while test $# != 0 ; do
5350 if test -f $2/COPIED
&& test x
"`cat $2/COPIED`" = x
"$1" ; then
5353 echo Copying
$1 to
$2
5355 # Use the install script to create the directory and all required
5356 # parent directories.
5357 if test -d $2 ; then
5361 ${srcdir}/install-sh
-c -m 644 config.temp
$2/COPIED
5364 # Copy the directory, assuming we have tar.
5365 # FIXME: Should we use B in the second tar? Not all systems support it.
5366 (cd $1; tar -cf - .
) |
(cd $2; tar -xpf -)
5368 # It is the responsibility of the user to correctly adjust all
5369 # symlinks. If somebody can figure out how to handle them correctly
5370 # here, feel free to add the code.
5377 # Determine a target-dependent exec_prefix that the installed
5378 # gcc will search in. Keep this list sorted by triplet, with
5379 # the *-*-osname triplets last.
5383 md_exec_prefix
=/gnu
/lib
/gcc-lib
5385 i
[34567]86-pc-msdosdjgpp*)
5386 md_exec_prefix
=/dev
/env
/DJDIR
/bin
5388 i
[34567]86-*-sco3.2v5
*)
5389 if test $with_gnu_as = yes; then
5390 md_exec_prefix
=/usr
/gnu
/bin
5392 md_exec_prefix
=/usr
/ccs
/bin
/elf
5397 powerpc-
*-chorusos* | \
5398 powerpc
*-*-eabi* | \
5399 powerpc
*-*-sysv* | \
5400 powerpc
*-*-kaos* | \
5402 md_exec_prefix
=/usr
/ccs
/bin
5407 md_exec_prefix
=/usr
/ccs
/bin
5422 md_exec_prefix
=/usr
/ccs
/bin
5426 extra_arflags_for_target
=
5427 extra_nmflags_for_target
=
5428 extra_ranlibflags_for_target
=
5429 target_makefile_frag
=/dev
/null
5432 target_makefile_frag
="config/mt-mep"
5435 target_makefile_frag
="config/mt-spu"
5438 target_makefile_frag
="config/mt-sde"
5440 mipsisa
*-*-elfoabi*)
5441 target_makefile_frag
="config/mt-mips-elfoabi"
5444 target_makefile_frag
="config/mt-netware"
5446 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
5447 target_makefile_frag
="config/mt-gnu"
5449 *-*-aix4.
[3456789]* |
*-*-aix[56789].
*)
5450 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
5451 # commands to handle both 32-bit and 64-bit objects. These flags are
5452 # harmless if we're using GNU nm or ar.
5453 extra_arflags_for_target
=" -X32_64"
5454 extra_nmflags_for_target
=" -B -X32_64"
5457 # ranlib from Darwin requires the -c flag to look at common symbols.
5458 extra_ranlibflags_for_target
=" -c"
5460 mips
*-*-pe | sh
*-*-pe |
*arm-wince-pe
)
5461 target_makefile_frag
="config/mt-wince"
5465 alphaieee_frag
=/dev
/null
5468 # This just makes sure to use the -mieee option to build target libs.
5469 # This should probably be set individually by each library.
5470 alphaieee_frag
="config/mt-alphaieee"
5474 # If --enable-target-optspace always use -Os instead of -O2 to build
5475 # the target libraries, similarly if it is not specified, use -Os
5476 # on selected platforms.
5477 ospace_frag
=/dev
/null
5478 case "${enable_target_optspace}:${target}" in
5480 ospace_frag
="config/mt-ospace"
5483 ospace_frag
="config/mt-d30v"
5485 :m32r-
* |
:d10v-
* |
:fr30-
*)
5486 ospace_frag
="config/mt-ospace"
5491 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
5495 # Default to using --with-stabs for certain targets.
5496 if test x
${with_stabs} = x
; then
5500 mips
*-*-* | alpha
*-*-osf*)
5502 extra_host_args
="${extra_host_args} --with-stabs"
5507 # hpux11 in 64bit mode has libraries in a weird place. Arrange to find
5508 # them automatically.
5511 extra_host_args
="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
5515 # Some systems (e.g., one of the i386-aix systems the gas testers are
5516 # using) don't handle "\$" correctly, so don't use it here.
5517 tooldir
='${exec_prefix}'/${target_noncanonical}
5518 build_tooldir
=${tooldir}
5520 # Create a .gdbinit file which runs the one in srcdir
5521 # and tells GDB to look there for source files.
5523 if test -r ${srcdir}/.gdbinit
; then
5526 *) cat > .
/.gdbinit
<<EOF
5530 source ${srcdir}/.gdbinit
5536 # Make sure that the compiler is able to generate an executable. If it
5537 # can't, we are probably in trouble. We don't care whether we can run the
5538 # executable--we might be using a cross compiler--we only care whether it
5539 # can be created. At this point the main configure script has set CC.
5541 echo "int main () { return 0; }" > conftest.c
5542 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
5543 if test $?
= 0 ; then
5544 if test -s conftest ||
test -s conftest.exe
; then
5550 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
5551 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
5558 # The Solaris /usr/ucb/cc compiler does not appear to work.
5560 sparc-sun-solaris2
*)
5561 CCBASE
="`echo ${CC-cc} | sed 's/ .*$//'`"
5562 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
5564 test -d /opt
/SUNWspro
/bin
&& could_use
="/opt/SUNWspro/bin"
5565 if test -d /opt
/cygnus
/bin
; then
5566 if test "$could_use" = "" ; then
5567 could_use
="/opt/cygnus/bin"
5569 could_use
="$could_use or /opt/cygnus/bin"
5572 if test "$could_use" = "" ; then
5573 echo "Warning: compilation may fail because you're using"
5574 echo "/usr/ucb/cc. You should change your PATH or CC "
5575 echo "variable and rerun configure."
5577 echo "Warning: compilation may fail because you're using"
5578 echo "/usr/ucb/cc, when you should use the C compiler from"
5579 echo "$could_use. You should change your"
5580 echo "PATH or CC variable and rerun configure."
5587 *-*-hpux*) RPATH_ENVVAR
=SHLIB_PATH
;;
5588 *-*-darwin* |
*-*-rhapsody* ) RPATH_ENVVAR
=DYLD_LIBRARY_PATH
;;
5589 *) RPATH_ENVVAR
=LD_LIBRARY_PATH
;;
5592 # Record target_configdirs and the configure arguments for target and
5593 # build configuration in Makefile.
5594 target_configdirs
=`echo "${target_configdirs}" | sed -e 's/target-//g'`
5595 build_configdirs
=`echo "${build_configdirs}" | sed -e 's/build-//g'`
5597 # Determine whether gdb needs tk/tcl or not.
5598 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
5599 # and in that case we want gdb to be built without tk. Ugh!
5600 # In fact I believe gdb is the *only* package directly dependent on tk,
5601 # so we should be able to put the 'maybe's in unconditionally and
5602 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
5603 # 100% sure that that's safe though.
5605 gdb_tk
="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
5606 case "$enable_gdbtk" in
5610 GDB_TK
="${gdb_tk}" ;;
5612 # Only add the dependency on gdbtk when GDBtk is part of the gdb
5613 # distro. Eventually someone will fix this and move Insight, nee
5614 # gdbtk to a separate directory.
5615 if test -d ${srcdir}/gdb
/gdbtk
; then
5622 CONFIGURE_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
5623 INSTALL_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-install-/g`
5625 # Strip out unwanted targets.
5627 # While at that, we remove Makefiles if we were started for recursive
5628 # configuration, so that the top-level Makefile reconfigures them,
5629 # like we used to do when configure itself was recursive.
5631 # Loop over modules. $extrasub must be used with care, limiting as
5632 # much as possible the usage of range addresses. That's because autoconf
5633 # splits the sed script to overcome limits in the number of commands,
5634 # and relying on carefully-timed sed passes may turn out to be very hard
5635 # to maintain later. In this particular case, you just have to be careful
5636 # not to nest @if/@endif pairs, because configure will not warn you at all.
5638 # Check whether --enable-bootstrap or --disable-bootstrap was given.
5639 if test "${enable_bootstrap+set}" = set; then
5640 enableval
="$enable_bootstrap"
5643 enable_bootstrap
=default
5646 # Issue errors and warnings for invalid/strange bootstrap combinations.
5647 case "$configdirs" in
5648 *gcc
*) have_compiler
=yes ;;
5649 *) have_compiler
=no
;;
5652 case "$have_compiler:$host:$target:$enable_bootstrap" in
5655 # Default behavior. Enable bootstrap if we have a compiler
5656 # and we are in a native configuration.
5657 yes:$build:$build:default
)
5658 enable_bootstrap
=yes ;;
5661 enable_bootstrap
=no
;;
5663 # We have a compiler and we are in a native configuration, bootstrap is ok
5664 yes:$build:$build:yes)
5667 # Other configurations, but we have a compiler. Assume the user knows
5670 { echo "$as_me:$LINENO: WARNING: trying to bootstrap a cross compiler" >&5
5671 echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5674 # No compiler: if they passed --enable-bootstrap explicitly, fail
5676 { { echo "$as_me:$LINENO: error: cannot bootstrap without a compiler" >&5
5677 echo "$as_me: error: cannot bootstrap without a compiler" >&2;}
5678 { (exit 1); exit 1; }; } ;;
5680 # Fail if wrong command line
5682 { { echo "$as_me:$LINENO: error: invalid option for --enable-bootstrap" >&5
5683 echo "$as_me: error: invalid option for --enable-bootstrap" >&2;}
5684 { (exit 1); exit 1; }; }
5688 # Adjust the toplevel makefile according to whether bootstrap was selected.
5689 case "$enable_bootstrap" in
5691 bootstrap_suffix
=bootstrap
;;
5693 bootstrap_suffix
=no-bootstrap
;;
5696 for module
in ${build_configdirs} ; do
5697 if test -z "${no_recursion}" \
5698 && test -f ${build_subdir}/${module}/Makefile
; then
5699 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
5700 rm -f ${build_subdir}/${module}/Makefile
5703 /^@if build-$module\$/d
5704 /^@endif build-$module\$/d
5705 /^@if build-$module-$bootstrap_suffix\$/d
5706 /^@endif build-$module-$bootstrap_suffix\$/d"
5708 for module
in ${configdirs} ; do
5709 if test -z "${no_recursion}"; then
5710 for file in stage
*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile
; do
5711 if test -f ${file}; then
5712 echo 1>&2 "*** removing ${file} to force reconfigure"
5719 /^@endif $module\$/d
5720 /^@if $module-$bootstrap_suffix\$/d
5721 /^@endif $module-$bootstrap_suffix\$/d"
5723 for module
in ${target_configdirs} ; do
5724 if test -z "${no_recursion}" \
5725 && test -f ${target_subdir}/${module}/Makefile
; then
5726 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
5727 rm -f ${target_subdir}/${module}/Makefile
5730 /^@if target-$module\$/d
5731 /^@endif target-$module\$/d
5732 /^@if target-$module-$bootstrap_suffix\$/d
5733 /^@endif target-$module-$bootstrap_suffix\$/d"
5737 /^@if /,/^@endif /d"
5739 # Create the serialization dependencies. This uses a temporary file.
5741 # Check whether --enable-serial-configure or --disable-serial-configure was given.
5742 if test "${enable_serial_configure+set}" = set; then
5743 enableval
="$enable_serial_configure"
5747 case ${enable_serial_configure} in
5749 enable_serial_build_configure
=yes
5750 enable_serial_host_configure
=yes
5751 enable_serial_target_configure
=yes
5755 # These force 'configure's to be done one at a time, to avoid problems
5756 # with contention over a shared config.cache.
5758 echo '# serdep.tmp' > serdep.tmp
5760 test "x${enable_serial_build_configure}" = xyes
&&
5761 for item
in ${build_configdirs} ; do
5764 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp
;;
5769 test "x${enable_serial_host_configure}" = xyes
&&
5770 for item
in ${configdirs} ; do
5773 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp
;;
5778 test "x${enable_serial_target_configure}" = xyes
&&
5779 for item
in ${target_configdirs} ; do
5782 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp
;;
5786 serialization_dependencies
=serdep.tmp
5789 # Base args. Strip norecursion, cache-file, srcdir, host, build,
5790 # target, nonopt, and variable assignments. These are the ones we
5791 # might not want to pass down to subconfigures. Also strip
5792 # program-prefix, program-suffix, and program-transform-name, so that
5793 # we can pass down a consistent program-transform-name.
5797 eval "set -- $ac_configure_args"
5800 if test X
"$skip_next" = X
"yes"; then
5804 if test X
"$keep_next" = X
"yes"; then
5807 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5809 baseargs
="$baseargs '$ac_arg'"
5814 # Handle separated arguments. Based on the logic generated by
5817 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
5818 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
5819 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
5820 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
5846 -program-prefix* | \
5847 -program-suffix* | \
5848 -program-transform-name* )
5849 skip_next
=$separate_arg
5853 # An option. Add it.
5856 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5858 baseargs
="$baseargs '$ac_arg'"
5859 keep_next
=$separate_arg
5862 # Either a variable assignment, or a nonopt (triplet). Don't
5863 # pass it down; let the Makefile handle this.
5868 # Remove the initial space we just introduced and, as these will be
5869 # expanded by make, quote '$'.
5870 baseargs
=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
5872 # Add in --program-transform-name, after --program-prefix and
5873 # --program-suffix have been applied to it. Autoconf has already
5874 # doubled dollar signs and backslashes in program_transform_name; we want
5875 # the backslashes un-doubled, and then the entire thing wrapped in single
5876 # quotes, because this will be expanded first by make and then by the shell.
5877 # Also, because we want to override the logic in subdir configure scripts to
5878 # choose program_transform_name, replace any s,x,x, with s,y,y,.
5879 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
5880 ${program_transform_name}
5882 gcc_transform_name
=`cat conftestsed.out`
5883 rm -f conftestsed.out
5884 baseargs
="$baseargs --program-transform-name='${gcc_transform_name}'"
5885 if test "$silent" = yes; then
5886 baseargs
="$baseargs --silent"
5889 # For the build-side libraries, we just need to pretend we're native,
5890 # and not use the same cache file. Multilibs are neither needed nor
5892 build_configargs
="--cache-file=../config.cache ${baseargs}"
5894 # For host modules, accept cache file option, or specification as blank.
5895 case "${cache_file}" in
5897 cache_file_option
="" ;;
5898 /* |
[A-Za-z
]:[\\/]* ) # absolute path
5899 cache_file_option
="--cache-file=${cache_file}" ;;
5901 cache_file_option
="--cache-file=../${cache_file}" ;;
5904 # Host dirs don't like to share a cache file either, horribly enough.
5905 # This seems to be due to autoconf 2.5x stupidity.
5906 host_configargs
="--cache-file=./config.cache ${extra_host_args} ${baseargs}"
5908 target_configargs
=${baseargs}
5910 # Passing a --with-cross-host argument lets the target libraries know
5911 # whether they are being built with a cross-compiler or being built
5912 # native. However, it would be better to use other mechanisms to make the
5913 # sorts of decisions they want to make on this basis. Please consider
5914 # this option to be deprecated. FIXME.
5915 if test x
${is_cross_compiler} = xyes
; then
5916 target_configargs
="--with-cross-host=${host_noncanonical} ${target_configargs}"
5919 # Default to --enable-multilib.
5920 if test x
${enable_multilib} = x
; then
5921 target_configargs
="--enable-multilib ${target_configargs}"
5924 # Pass --with-newlib if appropriate. Note that target_configdirs has
5925 # changed from the earlier setting of with_newlib.
5926 if test x
${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib
; then
5927 target_configargs
="--with-newlib ${target_configargs}"
5930 # Different target subdirs use different values of certain variables
5931 # (notably CXX). Worse, multilibs use *lots* of different values.
5932 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
5933 # it doesn't automatically accept command-line overrides of them.
5934 # This means it's not safe for target subdirs to share a cache file,
5935 # which is disgusting, but there you have it. Hopefully this can be
5936 # fixed in future. It's still worthwhile to use a cache file for each
5937 # directory. I think.
5939 # Pass the appropriate --build, --host, --target and --cache-file arguments.
5940 # We need to pass --target, as newer autoconf's requires consistency
5941 # for target_alias and gcc doesn't manage it consistently.
5942 target_configargs
="--cache-file=./config.cache ${target_configargs}"
5945 case " $target_configdirs " in
5947 case " $target_configargs " in
5948 *" --with-newlib "*)
5951 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' ;;
5954 # If we're not building GCC, don't discard standard headers.
5955 if test -d ${srcdir}/gcc
; then
5956 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -nostdinc'
5958 if test "${build}" != "${host}"; then
5959 # On Canadian crosses, CC_FOR_TARGET will have already been set
5960 # by `configure', so we won't have an opportunity to add -Bgcc/
5961 # to it. This is right: we don't want to search that directory
5962 # for binaries, but we want the header files in there, so add
5964 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include'
5966 # Someone might think of using the pre-installed headers on
5967 # Canadian crosses, in case the installed compiler is not fully
5968 # compatible with the compiler being built. In this case, it
5969 # would be better to flag an error than risking having
5970 # incompatible object files being constructed. We can't
5971 # guarantee that an error will be flagged, but let's hope the
5972 # compiler will do it, when presented with incompatible header
5977 case "${target}-${is_cross_compiler}" in
5978 i
[3456789]86-*-linux*-no)
5979 # Here host == target, so we don't need to build gcc,
5980 # so we don't want to discard standard headers.
5981 FLAGS_FOR_TARGET
=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
5984 # If we're building newlib, use its generic headers last, but search
5985 # for any libc-related directories first (so make it the last -B
5987 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
5989 # If we're building libgloss, find the startup file, simulator library
5990 # and linker script.
5991 case " $target_configdirs " in
5993 # Look for startup file, simulator library and maybe linker script.
5994 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
5995 # Look for libnosys.a in case the target needs it.
5996 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
5997 # Most targets have the linker script in the source directory.
5998 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
6009 # Can't be handled as Cygwin above since Mingw does not use newlib.
6010 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' ;;
6013 # Allow the user to override the flags for
6014 # our build compiler if desired.
6015 if test x
"${build}" = x
"${host}" ; then
6016 CFLAGS_FOR_BUILD
=${CFLAGS_FOR_BUILD-${CFLAGS}}
6017 CXXFLAGS_FOR_BUILD
=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
6018 LDFLAGS_FOR_BUILD
=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
6021 # On Canadian crosses, we'll be searching the right directories for
6022 # the previously-installed cross compiler, so don't bother to add
6023 # flags for directories within the install tree of the compiler
6024 # being built; programs in there won't even run.
6025 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
6026 # Search for pre-installed headers if nothing else fits.
6027 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
6030 if test "x
${use_gnu_ld}" = x &&
6031 echo " ${configdirs} " | grep " ld
" > /dev/null ; then
6032 # Arrange for us to find uninstalled linker scripts.
6033 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
6036 # Search for other target-specific linker scripts and such.
6039 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
6043 # Makefile fragments.
6044 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
6046 eval fragval=\$$frag
6047 if test $fragval != /dev/null; then
6048 eval $frag=${srcdir}/$fragval
6056 # Miscellanea: directories, flags, etc.
6064 # Build module lists & subconfigure args.
6068 # Host module lists & subconfigure args.
6072 # Target module lists & subconfigure args.
6094 # Generate default definitions for YACC, M4, LEX and other programs that run
6095 # on the build machine. These are used if the Makefile can't locate these
6096 # programs in objdir.
6097 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
6099 for ac_prog in 'bison -y' byacc yacc
6101 # Extract the first word of "$ac_prog", so it can be a program name with args.
6102 set dummy $ac_prog; ac_word=$2
6103 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6104 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6105 if test "${ac_cv_prog_YACC+set}" = set; then
6106 echo $ECHO_N "(cached
) $ECHO_C" >&6
6108 if test -n "$YACC"; then
6109 ac_cv_prog_YACC="$YACC" # Let the user override the test.
6111 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6115 test -z "$as_dir" && as_dir=.
6116 for ac_exec_ext in '' $ac_executable_extensions; do
6117 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6118 ac_cv_prog_YACC="$ac_prog"
6119 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6127 YACC=$ac_cv_prog_YACC
6128 if test -n "$YACC"; then
6129 echo "$as_me:$LINENO: result
: $YACC" >&5
6130 echo "${ECHO_T}$YACC" >&6
6132 echo "$as_me:$LINENO: result
: no
" >&5
6133 echo "${ECHO_T}no
" >&6
6136 test -n "$YACC" && break
6138 test -n "$YACC" || YACC="$MISSING bison
-y"
6140 case " $build_configdirs " in
6141 *" bison
"*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
6142 *" byacc
"*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
6145 for ac_prog in bison
6147 # Extract the first word of "$ac_prog", so it can be a program name with args.
6148 set dummy $ac_prog; ac_word=$2
6149 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6150 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6151 if test "${ac_cv_prog_BISON+set}" = set; then
6152 echo $ECHO_N "(cached
) $ECHO_C" >&6
6154 if test -n "$BISON"; then
6155 ac_cv_prog_BISON="$BISON" # Let the user override the test.
6157 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6161 test -z "$as_dir" && as_dir=.
6162 for ac_exec_ext in '' $ac_executable_extensions; do
6163 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6164 ac_cv_prog_BISON="$ac_prog"
6165 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6173 BISON=$ac_cv_prog_BISON
6174 if test -n "$BISON"; then
6175 echo "$as_me:$LINENO: result
: $BISON" >&5
6176 echo "${ECHO_T}$BISON" >&6
6178 echo "$as_me:$LINENO: result
: no
" >&5
6179 echo "${ECHO_T}no
" >&6
6182 test -n "$BISON" && break
6184 test -n "$BISON" || BISON="$MISSING bison
"
6186 case " $build_configdirs " in
6187 *" bison
"*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
6190 for ac_prog in gm4 gnum4 m4
6192 # Extract the first word of "$ac_prog", so it can be a program name with args.
6193 set dummy $ac_prog; ac_word=$2
6194 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6195 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6196 if test "${ac_cv_prog_M4+set}" = set; then
6197 echo $ECHO_N "(cached
) $ECHO_C" >&6
6199 if test -n "$M4"; then
6200 ac_cv_prog_M4="$M4" # Let the user override the test.
6202 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6206 test -z "$as_dir" && as_dir=.
6207 for ac_exec_ext in '' $ac_executable_extensions; do
6208 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6209 ac_cv_prog_M4="$ac_prog"
6210 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6219 if test -n "$M4"; then
6220 echo "$as_me:$LINENO: result
: $M4" >&5
6221 echo "${ECHO_T}$M4" >&6
6223 echo "$as_me:$LINENO: result
: no
" >&5
6224 echo "${ECHO_T}no
" >&6
6227 test -n "$M4" && break
6229 test -n "$M4" || M4="$MISSING m4"
6231 case " $build_configdirs " in
6232 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
6235 for ac_prog in flex lex
6237 # Extract the first word of "$ac_prog", so it can be a program name with args.
6238 set dummy $ac_prog; ac_word=$2
6239 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6240 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6241 if test "${ac_cv_prog_LEX+set}" = set; then
6242 echo $ECHO_N "(cached
) $ECHO_C" >&6
6244 if test -n "$LEX"; then
6245 ac_cv_prog_LEX="$LEX" # Let the user override the test.
6247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6251 test -z "$as_dir" && as_dir=.
6252 for ac_exec_ext in '' $ac_executable_extensions; do
6253 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6254 ac_cv_prog_LEX="$ac_prog"
6255 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6264 if test -n "$LEX"; then
6265 echo "$as_me:$LINENO: result
: $LEX" >&5
6266 echo "${ECHO_T}$LEX" >&6
6268 echo "$as_me:$LINENO: result
: no
" >&5
6269 echo "${ECHO_T}no
" >&6
6272 test -n "$LEX" && break
6274 test -n "$LEX" || LEX="$MISSING flex
"
6276 case " $build_configdirs " in
6277 *" flex
"*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
6278 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
6283 # Extract the first word of "$ac_prog", so it can be a program name with args.
6284 set dummy $ac_prog; ac_word=$2
6285 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6286 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6287 if test "${ac_cv_prog_FLEX+set}" = set; then
6288 echo $ECHO_N "(cached
) $ECHO_C" >&6
6290 if test -n "$FLEX"; then
6291 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
6293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6297 test -z "$as_dir" && as_dir=.
6298 for ac_exec_ext in '' $ac_executable_extensions; do
6299 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6300 ac_cv_prog_FLEX="$ac_prog"
6301 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6309 FLEX=$ac_cv_prog_FLEX
6310 if test -n "$FLEX"; then
6311 echo "$as_me:$LINENO: result
: $FLEX" >&5
6312 echo "${ECHO_T}$FLEX" >&6
6314 echo "$as_me:$LINENO: result
: no
" >&5
6315 echo "${ECHO_T}no
" >&6
6318 test -n "$FLEX" && break
6320 test -n "$FLEX" || FLEX="$MISSING flex
"
6322 case " $build_configdirs " in
6323 *" flex
"*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
6326 for ac_prog in makeinfo
6328 # Extract the first word of "$ac_prog", so it can be a program name with args.
6329 set dummy $ac_prog; ac_word=$2
6330 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6331 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6332 if test "${ac_cv_prog_MAKEINFO+set}" = set; then
6333 echo $ECHO_N "(cached
) $ECHO_C" >&6
6335 if test -n "$MAKEINFO"; then
6336 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
6338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6342 test -z "$as_dir" && as_dir=.
6343 for ac_exec_ext in '' $ac_executable_extensions; do
6344 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6345 ac_cv_prog_MAKEINFO="$ac_prog"
6346 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6354 MAKEINFO=$ac_cv_prog_MAKEINFO
6355 if test -n "$MAKEINFO"; then
6356 echo "$as_me:$LINENO: result
: $MAKEINFO" >&5
6357 echo "${ECHO_T}$MAKEINFO" >&6
6359 echo "$as_me:$LINENO: result
: no
" >&5
6360 echo "${ECHO_T}no
" >&6
6363 test -n "$MAKEINFO" && break
6365 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo
"
6367 case " $build_configdirs " in
6368 *" texinfo
"*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
6371 # For an installed makeinfo, we require it to be from texinfo 4.6 or
6372 # higher, else we use the "missing
" dummy.
6373 if ${MAKEINFO} --version \
6374 | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
6377 MAKEINFO="$MISSING makeinfo
"
6383 # FIXME: expect and dejagnu may become build tools?
6385 for ac_prog in expect
6387 # Extract the first word of "$ac_prog", so it can be a program name with args.
6388 set dummy $ac_prog; ac_word=$2
6389 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6390 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6391 if test "${ac_cv_prog_EXPECT+set}" = set; then
6392 echo $ECHO_N "(cached
) $ECHO_C" >&6
6394 if test -n "$EXPECT"; then
6395 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
6397 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6401 test -z "$as_dir" && as_dir=.
6402 for ac_exec_ext in '' $ac_executable_extensions; do
6403 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6404 ac_cv_prog_EXPECT="$ac_prog"
6405 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6413 EXPECT=$ac_cv_prog_EXPECT
6414 if test -n "$EXPECT"; then
6415 echo "$as_me:$LINENO: result
: $EXPECT" >&5
6416 echo "${ECHO_T}$EXPECT" >&6
6418 echo "$as_me:$LINENO: result
: no
" >&5
6419 echo "${ECHO_T}no
" >&6
6422 test -n "$EXPECT" && break
6424 test -n "$EXPECT" || EXPECT="expect
"
6426 case " $configdirs " in
6428 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
6432 for ac_prog in runtest
6434 # Extract the first word of "$ac_prog", so it can be a program name with args.
6435 set dummy $ac_prog; ac_word=$2
6436 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6437 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6438 if test "${ac_cv_prog_RUNTEST+set}" = set; then
6439 echo $ECHO_N "(cached
) $ECHO_C" >&6
6441 if test -n "$RUNTEST"; then
6442 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
6444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6448 test -z "$as_dir" && as_dir=.
6449 for ac_exec_ext in '' $ac_executable_extensions; do
6450 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6451 ac_cv_prog_RUNTEST="$ac_prog"
6452 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6460 RUNTEST=$ac_cv_prog_RUNTEST
6461 if test -n "$RUNTEST"; then
6462 echo "$as_me:$LINENO: result
: $RUNTEST" >&5
6463 echo "${ECHO_T}$RUNTEST" >&6
6465 echo "$as_me:$LINENO: result
: no
" >&5
6466 echo "${ECHO_T}no
" >&6
6469 test -n "$RUNTEST" && break
6471 test -n "$RUNTEST" || RUNTEST="runtest
"
6473 case " $configdirs " in
6475 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
6482 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
6483 ncn_target_tool_prefix=
6484 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
6488 if test -n "$AR"; then
6490 elif test -n "$ac_cv_prog_AR"; then
6494 if test -n "$ac_cv_prog_AR"; then
6495 for ncn_progname in ar; do
6496 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6497 set dummy ${ncn_progname}; ac_word=$2
6498 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6499 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6500 if test "${ac_cv_prog_AR+set}" = set; then
6501 echo $ECHO_N "(cached
) $ECHO_C" >&6
6503 if test -n "$AR"; then
6504 ac_cv_prog_AR="$AR" # Let the user override the test.
6506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6510 test -z "$as_dir" && as_dir=.
6511 for ac_exec_ext in '' $ac_executable_extensions; do
6512 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6513 ac_cv_prog_AR="${ncn_progname}"
6514 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6523 if test -n "$AR"; then
6524 echo "$as_me:$LINENO: result
: $AR" >&5
6525 echo "${ECHO_T}$AR" >&6
6527 echo "$as_me:$LINENO: result
: no
" >&5
6528 echo "${ECHO_T}no
" >&6
6534 for ncn_progname in ar; do
6535 if test -n "$ncn_tool_prefix"; then
6536 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6537 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6538 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6539 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6540 if test "${ac_cv_prog_AR+set}" = set; then
6541 echo $ECHO_N "(cached
) $ECHO_C" >&6
6543 if test -n "$AR"; then
6544 ac_cv_prog_AR="$AR" # Let the user override the test.
6546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6550 test -z "$as_dir" && as_dir=.
6551 for ac_exec_ext in '' $ac_executable_extensions; do
6552 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6553 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
6554 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6563 if test -n "$AR"; then
6564 echo "$as_me:$LINENO: result
: $AR" >&5
6565 echo "${ECHO_T}$AR" >&6
6567 echo "$as_me:$LINENO: result
: no
" >&5
6568 echo "${ECHO_T}no
" >&6
6572 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
6573 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6574 set dummy ${ncn_progname}; ac_word=$2
6575 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6576 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6577 if test "${ac_cv_prog_AR+set}" = set; then
6578 echo $ECHO_N "(cached
) $ECHO_C" >&6
6580 if test -n "$AR"; then
6581 ac_cv_prog_AR="$AR" # Let the user override the test.
6583 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6587 test -z "$as_dir" && as_dir=.
6588 for ac_exec_ext in '' $ac_executable_extensions; do
6589 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6590 ac_cv_prog_AR="${ncn_progname}"
6591 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6600 if test -n "$AR"; then
6601 echo "$as_me:$LINENO: result
: $AR" >&5
6602 echo "${ECHO_T}$AR" >&6
6604 echo "$as_me:$LINENO: result
: no
" >&5
6605 echo "${ECHO_T}no
" >&6
6609 test -n "$ac_cv_prog_AR" && break
6612 if test -z "$ac_cv_prog_AR" ; then
6614 if test $build = $host ; then
6617 AR="${ncn_tool_prefix}$2"
6623 if test -n "$AS"; then
6625 elif test -n "$ac_cv_prog_AS"; then
6629 if test -n "$ac_cv_prog_AS"; then
6630 for ncn_progname in as; do
6631 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6632 set dummy ${ncn_progname}; ac_word=$2
6633 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6634 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6635 if test "${ac_cv_prog_AS+set}" = set; then
6636 echo $ECHO_N "(cached
) $ECHO_C" >&6
6638 if test -n "$AS"; then
6639 ac_cv_prog_AS="$AS" # Let the user override the test.
6641 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6645 test -z "$as_dir" && as_dir=.
6646 for ac_exec_ext in '' $ac_executable_extensions; do
6647 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6648 ac_cv_prog_AS="${ncn_progname}"
6649 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6658 if test -n "$AS"; then
6659 echo "$as_me:$LINENO: result
: $AS" >&5
6660 echo "${ECHO_T}$AS" >&6
6662 echo "$as_me:$LINENO: result
: no
" >&5
6663 echo "${ECHO_T}no
" >&6
6669 for ncn_progname in as; do
6670 if test -n "$ncn_tool_prefix"; then
6671 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6672 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6673 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6674 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6675 if test "${ac_cv_prog_AS+set}" = set; then
6676 echo $ECHO_N "(cached
) $ECHO_C" >&6
6678 if test -n "$AS"; then
6679 ac_cv_prog_AS="$AS" # Let the user override the test.
6681 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6685 test -z "$as_dir" && as_dir=.
6686 for ac_exec_ext in '' $ac_executable_extensions; do
6687 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6688 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
6689 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6698 if test -n "$AS"; then
6699 echo "$as_me:$LINENO: result
: $AS" >&5
6700 echo "${ECHO_T}$AS" >&6
6702 echo "$as_me:$LINENO: result
: no
" >&5
6703 echo "${ECHO_T}no
" >&6
6707 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
6708 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6709 set dummy ${ncn_progname}; ac_word=$2
6710 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6711 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6712 if test "${ac_cv_prog_AS+set}" = set; then
6713 echo $ECHO_N "(cached
) $ECHO_C" >&6
6715 if test -n "$AS"; then
6716 ac_cv_prog_AS="$AS" # Let the user override the test.
6718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6722 test -z "$as_dir" && as_dir=.
6723 for ac_exec_ext in '' $ac_executable_extensions; do
6724 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6725 ac_cv_prog_AS="${ncn_progname}"
6726 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6735 if test -n "$AS"; then
6736 echo "$as_me:$LINENO: result
: $AS" >&5
6737 echo "${ECHO_T}$AS" >&6
6739 echo "$as_me:$LINENO: result
: no
" >&5
6740 echo "${ECHO_T}no
" >&6
6744 test -n "$ac_cv_prog_AS" && break
6747 if test -z "$ac_cv_prog_AS" ; then
6749 if test $build = $host ; then
6752 AS="${ncn_tool_prefix}$2"
6758 if test -n "$DLLTOOL"; then
6759 ac_cv_prog_DLLTOOL=$DLLTOOL
6760 elif test -n "$ac_cv_prog_DLLTOOL"; then
6761 DLLTOOL=$ac_cv_prog_DLLTOOL
6764 if test -n "$ac_cv_prog_DLLTOOL"; then
6765 for ncn_progname in dlltool; do
6766 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6767 set dummy ${ncn_progname}; ac_word=$2
6768 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6769 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6770 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6771 echo $ECHO_N "(cached
) $ECHO_C" >&6
6773 if test -n "$DLLTOOL"; then
6774 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6776 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6780 test -z "$as_dir" && as_dir=.
6781 for ac_exec_ext in '' $ac_executable_extensions; do
6782 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6783 ac_cv_prog_DLLTOOL="${ncn_progname}"
6784 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6792 DLLTOOL=$ac_cv_prog_DLLTOOL
6793 if test -n "$DLLTOOL"; then
6794 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
6795 echo "${ECHO_T}$DLLTOOL" >&6
6797 echo "$as_me:$LINENO: result
: no
" >&5
6798 echo "${ECHO_T}no
" >&6
6804 for ncn_progname in dlltool; do
6805 if test -n "$ncn_tool_prefix"; then
6806 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6807 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6808 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6809 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6810 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6811 echo $ECHO_N "(cached
) $ECHO_C" >&6
6813 if test -n "$DLLTOOL"; then
6814 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6820 test -z "$as_dir" && as_dir=.
6821 for ac_exec_ext in '' $ac_executable_extensions; do
6822 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6823 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
6824 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6832 DLLTOOL=$ac_cv_prog_DLLTOOL
6833 if test -n "$DLLTOOL"; then
6834 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
6835 echo "${ECHO_T}$DLLTOOL" >&6
6837 echo "$as_me:$LINENO: result
: no
" >&5
6838 echo "${ECHO_T}no
" >&6
6842 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
6843 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6844 set dummy ${ncn_progname}; ac_word=$2
6845 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6846 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6847 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6848 echo $ECHO_N "(cached
) $ECHO_C" >&6
6850 if test -n "$DLLTOOL"; then
6851 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6853 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6857 test -z "$as_dir" && as_dir=.
6858 for ac_exec_ext in '' $ac_executable_extensions; do
6859 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6860 ac_cv_prog_DLLTOOL="${ncn_progname}"
6861 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6869 DLLTOOL=$ac_cv_prog_DLLTOOL
6870 if test -n "$DLLTOOL"; then
6871 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
6872 echo "${ECHO_T}$DLLTOOL" >&6
6874 echo "$as_me:$LINENO: result
: no
" >&5
6875 echo "${ECHO_T}no
" >&6
6879 test -n "$ac_cv_prog_DLLTOOL" && break
6882 if test -z "$ac_cv_prog_DLLTOOL" ; then
6884 if test $build = $host ; then
6887 DLLTOOL="${ncn_tool_prefix}$2"
6893 if test -n "$LD"; then
6895 elif test -n "$ac_cv_prog_LD"; then
6899 if test -n "$ac_cv_prog_LD"; then
6900 for ncn_progname in ld; do
6901 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6902 set dummy ${ncn_progname}; ac_word=$2
6903 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6904 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6905 if test "${ac_cv_prog_LD+set}" = set; then
6906 echo $ECHO_N "(cached
) $ECHO_C" >&6
6908 if test -n "$LD"; then
6909 ac_cv_prog_LD="$LD" # Let the user override the test.
6911 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6915 test -z "$as_dir" && as_dir=.
6916 for ac_exec_ext in '' $ac_executable_extensions; do
6917 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6918 ac_cv_prog_LD="${ncn_progname}"
6919 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6928 if test -n "$LD"; then
6929 echo "$as_me:$LINENO: result
: $LD" >&5
6930 echo "${ECHO_T}$LD" >&6
6932 echo "$as_me:$LINENO: result
: no
" >&5
6933 echo "${ECHO_T}no
" >&6
6939 for ncn_progname in ld; do
6940 if test -n "$ncn_tool_prefix"; then
6941 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6942 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6943 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6944 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6945 if test "${ac_cv_prog_LD+set}" = set; then
6946 echo $ECHO_N "(cached
) $ECHO_C" >&6
6948 if test -n "$LD"; then
6949 ac_cv_prog_LD="$LD" # Let the user override the test.
6951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6955 test -z "$as_dir" && as_dir=.
6956 for ac_exec_ext in '' $ac_executable_extensions; do
6957 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6958 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
6959 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6968 if test -n "$LD"; then
6969 echo "$as_me:$LINENO: result
: $LD" >&5
6970 echo "${ECHO_T}$LD" >&6
6972 echo "$as_me:$LINENO: result
: no
" >&5
6973 echo "${ECHO_T}no
" >&6
6977 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
6978 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6979 set dummy ${ncn_progname}; ac_word=$2
6980 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6981 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6982 if test "${ac_cv_prog_LD+set}" = set; then
6983 echo $ECHO_N "(cached
) $ECHO_C" >&6
6985 if test -n "$LD"; then
6986 ac_cv_prog_LD="$LD" # Let the user override the test.
6988 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6992 test -z "$as_dir" && as_dir=.
6993 for ac_exec_ext in '' $ac_executable_extensions; do
6994 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6995 ac_cv_prog_LD="${ncn_progname}"
6996 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7005 if test -n "$LD"; then
7006 echo "$as_me:$LINENO: result
: $LD" >&5
7007 echo "${ECHO_T}$LD" >&6
7009 echo "$as_me:$LINENO: result
: no
" >&5
7010 echo "${ECHO_T}no
" >&6
7014 test -n "$ac_cv_prog_LD" && break
7017 if test -z "$ac_cv_prog_LD" ; then
7019 if test $build = $host ; then
7022 LD="${ncn_tool_prefix}$2"
7028 if test -n "$LIPO"; then
7029 ac_cv_prog_LIPO=$LIPO
7030 elif test -n "$ac_cv_prog_LIPO"; then
7031 LIPO=$ac_cv_prog_LIPO
7034 if test -n "$ac_cv_prog_LIPO"; then
7035 for ncn_progname in lipo; do
7036 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7037 set dummy ${ncn_progname}; ac_word=$2
7038 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7039 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7040 if test "${ac_cv_prog_LIPO+set}" = set; then
7041 echo $ECHO_N "(cached
) $ECHO_C" >&6
7043 if test -n "$LIPO"; then
7044 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7046 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7050 test -z "$as_dir" && as_dir=.
7051 for ac_exec_ext in '' $ac_executable_extensions; do
7052 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7053 ac_cv_prog_LIPO="${ncn_progname}"
7054 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7062 LIPO=$ac_cv_prog_LIPO
7063 if test -n "$LIPO"; then
7064 echo "$as_me:$LINENO: result
: $LIPO" >&5
7065 echo "${ECHO_T}$LIPO" >&6
7067 echo "$as_me:$LINENO: result
: no
" >&5
7068 echo "${ECHO_T}no
" >&6
7074 for ncn_progname in lipo; do
7075 if test -n "$ncn_tool_prefix"; then
7076 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7077 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7078 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7079 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7080 if test "${ac_cv_prog_LIPO+set}" = set; then
7081 echo $ECHO_N "(cached
) $ECHO_C" >&6
7083 if test -n "$LIPO"; then
7084 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7086 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7090 test -z "$as_dir" && as_dir=.
7091 for ac_exec_ext in '' $ac_executable_extensions; do
7092 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7093 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
7094 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7102 LIPO=$ac_cv_prog_LIPO
7103 if test -n "$LIPO"; then
7104 echo "$as_me:$LINENO: result
: $LIPO" >&5
7105 echo "${ECHO_T}$LIPO" >&6
7107 echo "$as_me:$LINENO: result
: no
" >&5
7108 echo "${ECHO_T}no
" >&6
7112 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
7113 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7114 set dummy ${ncn_progname}; ac_word=$2
7115 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7116 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7117 if test "${ac_cv_prog_LIPO+set}" = set; then
7118 echo $ECHO_N "(cached
) $ECHO_C" >&6
7120 if test -n "$LIPO"; then
7121 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7123 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7127 test -z "$as_dir" && as_dir=.
7128 for ac_exec_ext in '' $ac_executable_extensions; do
7129 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7130 ac_cv_prog_LIPO="${ncn_progname}"
7131 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7139 LIPO=$ac_cv_prog_LIPO
7140 if test -n "$LIPO"; then
7141 echo "$as_me:$LINENO: result
: $LIPO" >&5
7142 echo "${ECHO_T}$LIPO" >&6
7144 echo "$as_me:$LINENO: result
: no
" >&5
7145 echo "${ECHO_T}no
" >&6
7149 test -n "$ac_cv_prog_LIPO" && break
7152 if test -z "$ac_cv_prog_LIPO" ; then
7154 if test $build = $host ; then
7157 LIPO="${ncn_tool_prefix}$2"
7163 if test -n "$NM"; then
7165 elif test -n "$ac_cv_prog_NM"; then
7169 if test -n "$ac_cv_prog_NM"; then
7170 for ncn_progname in nm; do
7171 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7172 set dummy ${ncn_progname}; ac_word=$2
7173 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7174 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7175 if test "${ac_cv_prog_NM+set}" = set; then
7176 echo $ECHO_N "(cached
) $ECHO_C" >&6
7178 if test -n "$NM"; then
7179 ac_cv_prog_NM="$NM" # Let the user override the test.
7181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7185 test -z "$as_dir" && as_dir=.
7186 for ac_exec_ext in '' $ac_executable_extensions; do
7187 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7188 ac_cv_prog_NM="${ncn_progname}"
7189 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7198 if test -n "$NM"; then
7199 echo "$as_me:$LINENO: result
: $NM" >&5
7200 echo "${ECHO_T}$NM" >&6
7202 echo "$as_me:$LINENO: result
: no
" >&5
7203 echo "${ECHO_T}no
" >&6
7209 for ncn_progname in nm; do
7210 if test -n "$ncn_tool_prefix"; then
7211 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7212 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7213 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7214 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7215 if test "${ac_cv_prog_NM+set}" = set; then
7216 echo $ECHO_N "(cached
) $ECHO_C" >&6
7218 if test -n "$NM"; then
7219 ac_cv_prog_NM="$NM" # Let the user override the test.
7221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7225 test -z "$as_dir" && as_dir=.
7226 for ac_exec_ext in '' $ac_executable_extensions; do
7227 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7228 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
7229 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7238 if test -n "$NM"; then
7239 echo "$as_me:$LINENO: result
: $NM" >&5
7240 echo "${ECHO_T}$NM" >&6
7242 echo "$as_me:$LINENO: result
: no
" >&5
7243 echo "${ECHO_T}no
" >&6
7247 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
7248 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7249 set dummy ${ncn_progname}; ac_word=$2
7250 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7251 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7252 if test "${ac_cv_prog_NM+set}" = set; then
7253 echo $ECHO_N "(cached
) $ECHO_C" >&6
7255 if test -n "$NM"; then
7256 ac_cv_prog_NM="$NM" # Let the user override the test.
7258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7262 test -z "$as_dir" && as_dir=.
7263 for ac_exec_ext in '' $ac_executable_extensions; do
7264 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7265 ac_cv_prog_NM="${ncn_progname}"
7266 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7275 if test -n "$NM"; then
7276 echo "$as_me:$LINENO: result
: $NM" >&5
7277 echo "${ECHO_T}$NM" >&6
7279 echo "$as_me:$LINENO: result
: no
" >&5
7280 echo "${ECHO_T}no
" >&6
7284 test -n "$ac_cv_prog_NM" && break
7287 if test -z "$ac_cv_prog_NM" ; then
7289 if test $build = $host ; then
7292 NM="${ncn_tool_prefix}$2"
7298 if test -n "$RANLIB"; then
7299 ac_cv_prog_RANLIB=$RANLIB
7300 elif test -n "$ac_cv_prog_RANLIB"; then
7301 RANLIB=$ac_cv_prog_RANLIB
7304 if test -n "$ac_cv_prog_RANLIB"; then
7305 for ncn_progname in ranlib; do
7306 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7307 set dummy ${ncn_progname}; ac_word=$2
7308 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7309 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7310 if test "${ac_cv_prog_RANLIB+set}" = set; then
7311 echo $ECHO_N "(cached
) $ECHO_C" >&6
7313 if test -n "$RANLIB"; then
7314 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7320 test -z "$as_dir" && as_dir=.
7321 for ac_exec_ext in '' $ac_executable_extensions; do
7322 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7323 ac_cv_prog_RANLIB="${ncn_progname}"
7324 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7332 RANLIB=$ac_cv_prog_RANLIB
7333 if test -n "$RANLIB"; then
7334 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7335 echo "${ECHO_T}$RANLIB" >&6
7337 echo "$as_me:$LINENO: result
: no
" >&5
7338 echo "${ECHO_T}no
" >&6
7344 for ncn_progname in ranlib; do
7345 if test -n "$ncn_tool_prefix"; then
7346 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7347 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7348 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7349 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7350 if test "${ac_cv_prog_RANLIB+set}" = set; then
7351 echo $ECHO_N "(cached
) $ECHO_C" >&6
7353 if test -n "$RANLIB"; then
7354 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7360 test -z "$as_dir" && as_dir=.
7361 for ac_exec_ext in '' $ac_executable_extensions; do
7362 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7363 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
7364 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7372 RANLIB=$ac_cv_prog_RANLIB
7373 if test -n "$RANLIB"; then
7374 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7375 echo "${ECHO_T}$RANLIB" >&6
7377 echo "$as_me:$LINENO: result
: no
" >&5
7378 echo "${ECHO_T}no
" >&6
7382 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
7383 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7384 set dummy ${ncn_progname}; ac_word=$2
7385 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7386 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7387 if test "${ac_cv_prog_RANLIB+set}" = set; then
7388 echo $ECHO_N "(cached
) $ECHO_C" >&6
7390 if test -n "$RANLIB"; then
7391 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7397 test -z "$as_dir" && as_dir=.
7398 for ac_exec_ext in '' $ac_executable_extensions; do
7399 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7400 ac_cv_prog_RANLIB="${ncn_progname}"
7401 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7409 RANLIB=$ac_cv_prog_RANLIB
7410 if test -n "$RANLIB"; then
7411 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7412 echo "${ECHO_T}$RANLIB" >&6
7414 echo "$as_me:$LINENO: result
: no
" >&5
7415 echo "${ECHO_T}no
" >&6
7419 test -n "$ac_cv_prog_RANLIB" && break
7422 if test -z "$ac_cv_prog_RANLIB" ; then
7428 if test -n "$STRIP"; then
7429 ac_cv_prog_STRIP=$STRIP
7430 elif test -n "$ac_cv_prog_STRIP"; then
7431 STRIP=$ac_cv_prog_STRIP
7434 if test -n "$ac_cv_prog_STRIP"; then
7435 for ncn_progname in strip; do
7436 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7437 set dummy ${ncn_progname}; ac_word=$2
7438 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7439 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7440 if test "${ac_cv_prog_STRIP+set}" = set; then
7441 echo $ECHO_N "(cached
) $ECHO_C" >&6
7443 if test -n "$STRIP"; then
7444 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7450 test -z "$as_dir" && as_dir=.
7451 for ac_exec_ext in '' $ac_executable_extensions; do
7452 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7453 ac_cv_prog_STRIP="${ncn_progname}"
7454 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7462 STRIP=$ac_cv_prog_STRIP
7463 if test -n "$STRIP"; then
7464 echo "$as_me:$LINENO: result
: $STRIP" >&5
7465 echo "${ECHO_T}$STRIP" >&6
7467 echo "$as_me:$LINENO: result
: no
" >&5
7468 echo "${ECHO_T}no
" >&6
7474 for ncn_progname in strip; do
7475 if test -n "$ncn_tool_prefix"; then
7476 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7477 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7478 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7479 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7480 if test "${ac_cv_prog_STRIP+set}" = set; then
7481 echo $ECHO_N "(cached
) $ECHO_C" >&6
7483 if test -n "$STRIP"; then
7484 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7486 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7490 test -z "$as_dir" && as_dir=.
7491 for ac_exec_ext in '' $ac_executable_extensions; do
7492 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7493 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
7494 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7502 STRIP=$ac_cv_prog_STRIP
7503 if test -n "$STRIP"; then
7504 echo "$as_me:$LINENO: result
: $STRIP" >&5
7505 echo "${ECHO_T}$STRIP" >&6
7507 echo "$as_me:$LINENO: result
: no
" >&5
7508 echo "${ECHO_T}no
" >&6
7512 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
7513 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7514 set dummy ${ncn_progname}; ac_word=$2
7515 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7516 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7517 if test "${ac_cv_prog_STRIP+set}" = set; then
7518 echo $ECHO_N "(cached
) $ECHO_C" >&6
7520 if test -n "$STRIP"; then
7521 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7527 test -z "$as_dir" && as_dir=.
7528 for ac_exec_ext in '' $ac_executable_extensions; do
7529 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7530 ac_cv_prog_STRIP="${ncn_progname}"
7531 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7539 STRIP=$ac_cv_prog_STRIP
7540 if test -n "$STRIP"; then
7541 echo "$as_me:$LINENO: result
: $STRIP" >&5
7542 echo "${ECHO_T}$STRIP" >&6
7544 echo "$as_me:$LINENO: result
: no
" >&5
7545 echo "${ECHO_T}no
" >&6
7549 test -n "$ac_cv_prog_STRIP" && break
7552 if test -z "$ac_cv_prog_STRIP" ; then
7558 if test -n "$WINDRES"; then
7559 ac_cv_prog_WINDRES=$WINDRES
7560 elif test -n "$ac_cv_prog_WINDRES"; then
7561 WINDRES=$ac_cv_prog_WINDRES
7564 if test -n "$ac_cv_prog_WINDRES"; then
7565 for ncn_progname in windres; do
7566 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7567 set dummy ${ncn_progname}; ac_word=$2
7568 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7569 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7570 if test "${ac_cv_prog_WINDRES+set}" = set; then
7571 echo $ECHO_N "(cached
) $ECHO_C" >&6
7573 if test -n "$WINDRES"; then
7574 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7576 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7580 test -z "$as_dir" && as_dir=.
7581 for ac_exec_ext in '' $ac_executable_extensions; do
7582 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7583 ac_cv_prog_WINDRES="${ncn_progname}"
7584 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7592 WINDRES=$ac_cv_prog_WINDRES
7593 if test -n "$WINDRES"; then
7594 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7595 echo "${ECHO_T}$WINDRES" >&6
7597 echo "$as_me:$LINENO: result
: no
" >&5
7598 echo "${ECHO_T}no
" >&6
7604 for ncn_progname in windres; do
7605 if test -n "$ncn_tool_prefix"; then
7606 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7607 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7608 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7609 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7610 if test "${ac_cv_prog_WINDRES+set}" = set; then
7611 echo $ECHO_N "(cached
) $ECHO_C" >&6
7613 if test -n "$WINDRES"; then
7614 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7616 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7620 test -z "$as_dir" && as_dir=.
7621 for ac_exec_ext in '' $ac_executable_extensions; do
7622 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7623 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
7624 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7632 WINDRES=$ac_cv_prog_WINDRES
7633 if test -n "$WINDRES"; then
7634 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7635 echo "${ECHO_T}$WINDRES" >&6
7637 echo "$as_me:$LINENO: result
: no
" >&5
7638 echo "${ECHO_T}no
" >&6
7642 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
7643 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7644 set dummy ${ncn_progname}; ac_word=$2
7645 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7646 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7647 if test "${ac_cv_prog_WINDRES+set}" = set; then
7648 echo $ECHO_N "(cached
) $ECHO_C" >&6
7650 if test -n "$WINDRES"; then
7651 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7653 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7657 test -z "$as_dir" && as_dir=.
7658 for ac_exec_ext in '' $ac_executable_extensions; do
7659 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7660 ac_cv_prog_WINDRES="${ncn_progname}"
7661 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7669 WINDRES=$ac_cv_prog_WINDRES
7670 if test -n "$WINDRES"; then
7671 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7672 echo "${ECHO_T}$WINDRES" >&6
7674 echo "$as_me:$LINENO: result
: no
" >&5
7675 echo "${ECHO_T}no
" >&6
7679 test -n "$ac_cv_prog_WINDRES" && break
7682 if test -z "$ac_cv_prog_WINDRES" ; then
7684 if test $build = $host ; then
7687 WINDRES="${ncn_tool_prefix}$2"
7693 if test -n "$WINDMC"; then
7694 ac_cv_prog_WINDMC=$WINDMC
7695 elif test -n "$ac_cv_prog_WINDMC"; then
7696 WINDMC=$ac_cv_prog_WINDMC
7699 if test -n "$ac_cv_prog_WINDMC"; then
7700 for ncn_progname in windmc; do
7701 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7702 set dummy ${ncn_progname}; ac_word=$2
7703 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7704 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7705 if test "${ac_cv_prog_WINDMC+set}" = set; then
7706 echo $ECHO_N "(cached
) $ECHO_C" >&6
7708 if test -n "$WINDMC"; then
7709 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
7711 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7715 test -z "$as_dir" && as_dir=.
7716 for ac_exec_ext in '' $ac_executable_extensions; do
7717 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7718 ac_cv_prog_WINDMC="${ncn_progname}"
7719 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7727 WINDMC=$ac_cv_prog_WINDMC
7728 if test -n "$WINDMC"; then
7729 echo "$as_me:$LINENO: result
: $WINDMC" >&5
7730 echo "${ECHO_T}$WINDMC" >&6
7732 echo "$as_me:$LINENO: result
: no
" >&5
7733 echo "${ECHO_T}no
" >&6
7739 for ncn_progname in windmc; do
7740 if test -n "$ncn_tool_prefix"; then
7741 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7742 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7743 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7744 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7745 if test "${ac_cv_prog_WINDMC+set}" = set; then
7746 echo $ECHO_N "(cached
) $ECHO_C" >&6
7748 if test -n "$WINDMC"; then
7749 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
7751 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7755 test -z "$as_dir" && as_dir=.
7756 for ac_exec_ext in '' $ac_executable_extensions; do
7757 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7758 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
7759 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7767 WINDMC=$ac_cv_prog_WINDMC
7768 if test -n "$WINDMC"; then
7769 echo "$as_me:$LINENO: result
: $WINDMC" >&5
7770 echo "${ECHO_T}$WINDMC" >&6
7772 echo "$as_me:$LINENO: result
: no
" >&5
7773 echo "${ECHO_T}no
" >&6
7777 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
7778 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7779 set dummy ${ncn_progname}; ac_word=$2
7780 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7781 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7782 if test "${ac_cv_prog_WINDMC+set}" = set; then
7783 echo $ECHO_N "(cached
) $ECHO_C" >&6
7785 if test -n "$WINDMC"; then
7786 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
7788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7792 test -z "$as_dir" && as_dir=.
7793 for ac_exec_ext in '' $ac_executable_extensions; do
7794 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7795 ac_cv_prog_WINDMC="${ncn_progname}"
7796 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7804 WINDMC=$ac_cv_prog_WINDMC
7805 if test -n "$WINDMC"; then
7806 echo "$as_me:$LINENO: result
: $WINDMC" >&5
7807 echo "${ECHO_T}$WINDMC" >&6
7809 echo "$as_me:$LINENO: result
: no
" >&5
7810 echo "${ECHO_T}no
" >&6
7814 test -n "$ac_cv_prog_WINDMC" && break
7817 if test -z "$ac_cv_prog_WINDMC" ; then
7819 if test $build = $host ; then
7822 WINDMC="${ncn_tool_prefix}$2"
7828 if test -n "$OBJCOPY"; then
7829 ac_cv_prog_OBJCOPY=$OBJCOPY
7830 elif test -n "$ac_cv_prog_OBJCOPY"; then
7831 OBJCOPY=$ac_cv_prog_OBJCOPY
7834 if test -n "$ac_cv_prog_OBJCOPY"; then
7835 for ncn_progname in objcopy; do
7836 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7837 set dummy ${ncn_progname}; ac_word=$2
7838 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7839 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7840 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7841 echo $ECHO_N "(cached
) $ECHO_C" >&6
7843 if test -n "$OBJCOPY"; then
7844 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7846 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7850 test -z "$as_dir" && as_dir=.
7851 for ac_exec_ext in '' $ac_executable_extensions; do
7852 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7853 ac_cv_prog_OBJCOPY="${ncn_progname}"
7854 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7862 OBJCOPY=$ac_cv_prog_OBJCOPY
7863 if test -n "$OBJCOPY"; then
7864 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
7865 echo "${ECHO_T}$OBJCOPY" >&6
7867 echo "$as_me:$LINENO: result
: no
" >&5
7868 echo "${ECHO_T}no
" >&6
7874 for ncn_progname in objcopy; do
7875 if test -n "$ncn_tool_prefix"; then
7876 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7877 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7878 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7879 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7880 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7881 echo $ECHO_N "(cached
) $ECHO_C" >&6
7883 if test -n "$OBJCOPY"; then
7884 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7886 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7890 test -z "$as_dir" && as_dir=.
7891 for ac_exec_ext in '' $ac_executable_extensions; do
7892 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7893 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
7894 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7902 OBJCOPY=$ac_cv_prog_OBJCOPY
7903 if test -n "$OBJCOPY"; then
7904 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
7905 echo "${ECHO_T}$OBJCOPY" >&6
7907 echo "$as_me:$LINENO: result
: no
" >&5
7908 echo "${ECHO_T}no
" >&6
7912 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
7913 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7914 set dummy ${ncn_progname}; ac_word=$2
7915 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7916 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7917 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7918 echo $ECHO_N "(cached
) $ECHO_C" >&6
7920 if test -n "$OBJCOPY"; then
7921 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7927 test -z "$as_dir" && as_dir=.
7928 for ac_exec_ext in '' $ac_executable_extensions; do
7929 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7930 ac_cv_prog_OBJCOPY="${ncn_progname}"
7931 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7939 OBJCOPY=$ac_cv_prog_OBJCOPY
7940 if test -n "$OBJCOPY"; then
7941 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
7942 echo "${ECHO_T}$OBJCOPY" >&6
7944 echo "$as_me:$LINENO: result
: no
" >&5
7945 echo "${ECHO_T}no
" >&6
7949 test -n "$ac_cv_prog_OBJCOPY" && break
7952 if test -z "$ac_cv_prog_OBJCOPY" ; then
7954 if test $build = $host ; then
7957 OBJCOPY="${ncn_tool_prefix}$2"
7963 if test -n "$OBJDUMP"; then
7964 ac_cv_prog_OBJDUMP=$OBJDUMP
7965 elif test -n "$ac_cv_prog_OBJDUMP"; then
7966 OBJDUMP=$ac_cv_prog_OBJDUMP
7969 if test -n "$ac_cv_prog_OBJDUMP"; then
7970 for ncn_progname in objdump; do
7971 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7972 set dummy ${ncn_progname}; ac_word=$2
7973 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7974 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7975 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
7976 echo $ECHO_N "(cached
) $ECHO_C" >&6
7978 if test -n "$OBJDUMP"; then
7979 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7981 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7985 test -z "$as_dir" && as_dir=.
7986 for ac_exec_ext in '' $ac_executable_extensions; do
7987 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7988 ac_cv_prog_OBJDUMP="${ncn_progname}"
7989 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7997 OBJDUMP=$ac_cv_prog_OBJDUMP
7998 if test -n "$OBJDUMP"; then
7999 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
8000 echo "${ECHO_T}$OBJDUMP" >&6
8002 echo "$as_me:$LINENO: result
: no
" >&5
8003 echo "${ECHO_T}no
" >&6
8009 for ncn_progname in objdump; do
8010 if test -n "$ncn_tool_prefix"; then
8011 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8012 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8013 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8014 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8015 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
8016 echo $ECHO_N "(cached
) $ECHO_C" >&6
8018 if test -n "$OBJDUMP"; then
8019 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
8021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8025 test -z "$as_dir" && as_dir=.
8026 for ac_exec_ext in '' $ac_executable_extensions; do
8027 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8028 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
8029 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8037 OBJDUMP=$ac_cv_prog_OBJDUMP
8038 if test -n "$OBJDUMP"; then
8039 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
8040 echo "${ECHO_T}$OBJDUMP" >&6
8042 echo "$as_me:$LINENO: result
: no
" >&5
8043 echo "${ECHO_T}no
" >&6
8047 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
8048 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8049 set dummy ${ncn_progname}; ac_word=$2
8050 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8051 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8052 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
8053 echo $ECHO_N "(cached
) $ECHO_C" >&6
8055 if test -n "$OBJDUMP"; then
8056 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
8058 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8062 test -z "$as_dir" && as_dir=.
8063 for ac_exec_ext in '' $ac_executable_extensions; do
8064 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8065 ac_cv_prog_OBJDUMP="${ncn_progname}"
8066 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8074 OBJDUMP=$ac_cv_prog_OBJDUMP
8075 if test -n "$OBJDUMP"; then
8076 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
8077 echo "${ECHO_T}$OBJDUMP" >&6
8079 echo "$as_me:$LINENO: result
: no
" >&5
8080 echo "${ECHO_T}no
" >&6
8084 test -n "$ac_cv_prog_OBJDUMP" && break
8087 if test -z "$ac_cv_prog_OBJDUMP" ; then
8089 if test $build = $host ; then
8092 OBJDUMP="${ncn_tool_prefix}$2"
8103 # Check whether --with-build-time-tools or --without-build-time-tools was given.
8104 if test "${with_build_time_tools+set}" = set; then
8105 withval="$with_build_time_tools"
8109 with_build_time_tools=
8110 { echo "$as_me:$LINENO: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&5
8111 echo "$as_me: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&2;}
8115 with_build_time_tools=
8120 if test -n "$CC_FOR_TARGET"; then
8121 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
8122 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
8123 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8126 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
8127 for ncn_progname in cc gcc; do
8128 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8129 set dummy ${ncn_progname}; ac_word=$2
8130 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8131 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8132 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
8133 echo $ECHO_N "(cached
) $ECHO_C" >&6
8135 if test -n "$CC_FOR_TARGET"; then
8136 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
8138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8142 test -z "$as_dir" && as_dir=.
8143 for ac_exec_ext in '' $ac_executable_extensions; do
8144 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8145 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
8146 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8154 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8155 if test -n "$CC_FOR_TARGET"; then
8156 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
8157 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8159 echo "$as_me:$LINENO: result
: no
" >&5
8160 echo "${ECHO_T}no
" >&6
8166 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
8167 for ncn_progname in cc gcc; do
8168 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8169 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8170 if test -x $with_build_time_tools/${ncn_progname}; then
8171 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8172 echo "$as_me:$LINENO: result
: yes" >&5
8173 echo "${ECHO_T}yes" >&6
8176 echo "$as_me:$LINENO: result
: no
" >&5
8177 echo "${ECHO_T}no
" >&6
8182 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
8183 for ncn_progname in cc gcc; do
8184 if test -n "$ncn_target_tool_prefix"; then
8185 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8186 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8187 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8188 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8189 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
8190 echo $ECHO_N "(cached
) $ECHO_C" >&6
8192 if test -n "$CC_FOR_TARGET"; then
8193 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
8195 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8199 test -z "$as_dir" && as_dir=.
8200 for ac_exec_ext in '' $ac_executable_extensions; do
8201 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8202 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8203 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8211 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8212 if test -n "$CC_FOR_TARGET"; then
8213 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
8214 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8216 echo "$as_me:$LINENO: result
: no
" >&5
8217 echo "${ECHO_T}no
" >&6
8221 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
8222 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8223 set dummy ${ncn_progname}; ac_word=$2
8224 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8225 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8226 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
8227 echo $ECHO_N "(cached
) $ECHO_C" >&6
8229 if test -n "$CC_FOR_TARGET"; then
8230 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
8232 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8236 test -z "$as_dir" && as_dir=.
8237 for ac_exec_ext in '' $ac_executable_extensions; do
8238 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8239 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
8240 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8248 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8249 if test -n "$CC_FOR_TARGET"; then
8250 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
8251 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8253 echo "$as_me:$LINENO: result
: no
" >&5
8254 echo "${ECHO_T}no
" >&6
8258 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
8262 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
8264 if test $build = $target ; then
8267 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
8270 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
8275 if test -n "$CXX_FOR_TARGET"; then
8276 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
8277 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
8278 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8281 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
8282 for ncn_progname in c++ g++ cxx gxx; do
8283 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8284 set dummy ${ncn_progname}; ac_word=$2
8285 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8286 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8287 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8288 echo $ECHO_N "(cached
) $ECHO_C" >&6
8290 if test -n "$CXX_FOR_TARGET"; then
8291 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8297 test -z "$as_dir" && as_dir=.
8298 for ac_exec_ext in '' $ac_executable_extensions; do
8299 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8300 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
8301 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8309 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8310 if test -n "$CXX_FOR_TARGET"; then
8311 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8312 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8314 echo "$as_me:$LINENO: result
: no
" >&5
8315 echo "${ECHO_T}no
" >&6
8321 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
8322 for ncn_progname in c++ g++ cxx gxx; do
8323 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8324 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8325 if test -x $with_build_time_tools/${ncn_progname}; then
8326 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8327 echo "$as_me:$LINENO: result
: yes" >&5
8328 echo "${ECHO_T}yes" >&6
8331 echo "$as_me:$LINENO: result
: no
" >&5
8332 echo "${ECHO_T}no
" >&6
8337 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
8338 for ncn_progname in c++ g++ cxx gxx; do
8339 if test -n "$ncn_target_tool_prefix"; then
8340 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8341 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8342 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8343 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8344 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8345 echo $ECHO_N "(cached
) $ECHO_C" >&6
8347 if test -n "$CXX_FOR_TARGET"; then
8348 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8350 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8354 test -z "$as_dir" && as_dir=.
8355 for ac_exec_ext in '' $ac_executable_extensions; do
8356 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8357 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8358 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8366 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8367 if test -n "$CXX_FOR_TARGET"; then
8368 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8369 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8371 echo "$as_me:$LINENO: result
: no
" >&5
8372 echo "${ECHO_T}no
" >&6
8376 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
8377 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8378 set dummy ${ncn_progname}; ac_word=$2
8379 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8380 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8381 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8382 echo $ECHO_N "(cached
) $ECHO_C" >&6
8384 if test -n "$CXX_FOR_TARGET"; then
8385 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8387 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8391 test -z "$as_dir" && as_dir=.
8392 for ac_exec_ext in '' $ac_executable_extensions; do
8393 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8394 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
8395 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8403 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8404 if test -n "$CXX_FOR_TARGET"; then
8405 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8406 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8408 echo "$as_me:$LINENO: result
: no
" >&5
8409 echo "${ECHO_T}no
" >&6
8413 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
8417 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
8418 set dummy c++ g++ cxx gxx
8419 if test $build = $target ; then
8422 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
8425 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
8430 if test -n "$GCC_FOR_TARGET"; then
8431 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
8432 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
8433 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8436 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
8437 for ncn_progname in gcc; do
8438 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8439 set dummy ${ncn_progname}; ac_word=$2
8440 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8441 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8442 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8443 echo $ECHO_N "(cached
) $ECHO_C" >&6
8445 if test -n "$GCC_FOR_TARGET"; then
8446 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8448 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8452 test -z "$as_dir" && as_dir=.
8453 for ac_exec_ext in '' $ac_executable_extensions; do
8454 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8455 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
8456 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8464 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8465 if test -n "$GCC_FOR_TARGET"; then
8466 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8467 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8469 echo "$as_me:$LINENO: result
: no
" >&5
8470 echo "${ECHO_T}no
" >&6
8476 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
8477 for ncn_progname in gcc; do
8478 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8479 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8480 if test -x $with_build_time_tools/${ncn_progname}; then
8481 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8482 echo "$as_me:$LINENO: result
: yes" >&5
8483 echo "${ECHO_T}yes" >&6
8486 echo "$as_me:$LINENO: result
: no
" >&5
8487 echo "${ECHO_T}no
" >&6
8492 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
8493 for ncn_progname in gcc; do
8494 if test -n "$ncn_target_tool_prefix"; then
8495 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8496 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8497 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8498 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8499 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8500 echo $ECHO_N "(cached
) $ECHO_C" >&6
8502 if test -n "$GCC_FOR_TARGET"; then
8503 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8505 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8509 test -z "$as_dir" && as_dir=.
8510 for ac_exec_ext in '' $ac_executable_extensions; do
8511 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8512 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8513 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8521 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8522 if test -n "$GCC_FOR_TARGET"; then
8523 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8524 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8526 echo "$as_me:$LINENO: result
: no
" >&5
8527 echo "${ECHO_T}no
" >&6
8531 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
8532 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8533 set dummy ${ncn_progname}; ac_word=$2
8534 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8535 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8536 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8537 echo $ECHO_N "(cached
) $ECHO_C" >&6
8539 if test -n "$GCC_FOR_TARGET"; then
8540 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8542 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8546 test -z "$as_dir" && as_dir=.
8547 for ac_exec_ext in '' $ac_executable_extensions; do
8548 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8549 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
8550 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8558 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8559 if test -n "$GCC_FOR_TARGET"; then
8560 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8561 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8563 echo "$as_me:$LINENO: result
: no
" >&5
8564 echo "${ECHO_T}no
" >&6
8568 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
8572 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
8573 GCC_FOR_TARGET="${CC_FOR_TARGET}"
8575 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
8580 if test -n "$GCJ_FOR_TARGET"; then
8581 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
8582 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
8583 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8586 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
8587 for ncn_progname in gcj; do
8588 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8589 set dummy ${ncn_progname}; ac_word=$2
8590 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8591 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8592 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8593 echo $ECHO_N "(cached
) $ECHO_C" >&6
8595 if test -n "$GCJ_FOR_TARGET"; then
8596 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8598 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8602 test -z "$as_dir" && as_dir=.
8603 for ac_exec_ext in '' $ac_executable_extensions; do
8604 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8605 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
8606 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8614 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8615 if test -n "$GCJ_FOR_TARGET"; then
8616 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8617 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8619 echo "$as_me:$LINENO: result
: no
" >&5
8620 echo "${ECHO_T}no
" >&6
8626 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
8627 for ncn_progname in gcj; do
8628 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8629 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8630 if test -x $with_build_time_tools/${ncn_progname}; then
8631 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8632 echo "$as_me:$LINENO: result
: yes" >&5
8633 echo "${ECHO_T}yes" >&6
8636 echo "$as_me:$LINENO: result
: no
" >&5
8637 echo "${ECHO_T}no
" >&6
8642 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
8643 for ncn_progname in gcj; do
8644 if test -n "$ncn_target_tool_prefix"; then
8645 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8646 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8647 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8648 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8649 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8650 echo $ECHO_N "(cached
) $ECHO_C" >&6
8652 if test -n "$GCJ_FOR_TARGET"; then
8653 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8655 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8659 test -z "$as_dir" && as_dir=.
8660 for ac_exec_ext in '' $ac_executable_extensions; do
8661 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8662 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8663 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8671 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8672 if test -n "$GCJ_FOR_TARGET"; then
8673 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8674 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8676 echo "$as_me:$LINENO: result
: no
" >&5
8677 echo "${ECHO_T}no
" >&6
8681 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
8682 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8683 set dummy ${ncn_progname}; ac_word=$2
8684 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8685 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8686 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8687 echo $ECHO_N "(cached
) $ECHO_C" >&6
8689 if test -n "$GCJ_FOR_TARGET"; then
8690 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8692 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8696 test -z "$as_dir" && as_dir=.
8697 for ac_exec_ext in '' $ac_executable_extensions; do
8698 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8699 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
8700 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8708 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8709 if test -n "$GCJ_FOR_TARGET"; then
8710 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8711 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8713 echo "$as_me:$LINENO: result
: no
" >&5
8714 echo "${ECHO_T}no
" >&6
8718 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
8722 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
8724 if test $build = $target ; then
8727 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
8730 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
8735 if test -n "$GFORTRAN_FOR_TARGET"; then
8736 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
8737 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8738 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8741 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8742 for ncn_progname in gfortran; do
8743 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8744 set dummy ${ncn_progname}; ac_word=$2
8745 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8746 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8747 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8748 echo $ECHO_N "(cached
) $ECHO_C" >&6
8750 if test -n "$GFORTRAN_FOR_TARGET"; then
8751 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8753 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8757 test -z "$as_dir" && as_dir=.
8758 for ac_exec_ext in '' $ac_executable_extensions; do
8759 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8760 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
8761 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8769 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8770 if test -n "$GFORTRAN_FOR_TARGET"; then
8771 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
8772 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8774 echo "$as_me:$LINENO: result
: no
" >&5
8775 echo "${ECHO_T}no
" >&6
8781 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
8782 for ncn_progname in gfortran; do
8783 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8784 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8785 if test -x $with_build_time_tools/${ncn_progname}; then
8786 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8787 echo "$as_me:$LINENO: result
: yes" >&5
8788 echo "${ECHO_T}yes" >&6
8791 echo "$as_me:$LINENO: result
: no
" >&5
8792 echo "${ECHO_T}no
" >&6
8797 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8798 for ncn_progname in gfortran; do
8799 if test -n "$ncn_target_tool_prefix"; then
8800 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8801 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8802 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8803 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8804 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8805 echo $ECHO_N "(cached
) $ECHO_C" >&6
8807 if test -n "$GFORTRAN_FOR_TARGET"; then
8808 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8810 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8814 test -z "$as_dir" && as_dir=.
8815 for ac_exec_ext in '' $ac_executable_extensions; do
8816 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8817 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8818 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8826 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8827 if test -n "$GFORTRAN_FOR_TARGET"; then
8828 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
8829 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8831 echo "$as_me:$LINENO: result
: no
" >&5
8832 echo "${ECHO_T}no
" >&6
8836 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
8837 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8838 set dummy ${ncn_progname}; ac_word=$2
8839 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8840 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8841 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8842 echo $ECHO_N "(cached
) $ECHO_C" >&6
8844 if test -n "$GFORTRAN_FOR_TARGET"; then
8845 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8851 test -z "$as_dir" && as_dir=.
8852 for ac_exec_ext in '' $ac_executable_extensions; do
8853 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8854 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
8855 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8863 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8864 if test -n "$GFORTRAN_FOR_TARGET"; then
8865 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
8866 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8868 echo "$as_me:$LINENO: result
: no
" >&5
8869 echo "${ECHO_T}no
" >&6
8873 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
8877 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
8879 if test $build = $target ; then
8880 GFORTRAN_FOR_TARGET="$2"
8882 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
8885 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
8890 cat > conftest.c << \EOF
8895 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
8896 have_gcc_for_target=yes
8898 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
8899 have_gcc_for_target=no
8906 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
8907 if test -n "$with_build_time_tools"; then
8908 echo "$as_me:$LINENO: checking
for ar in $with_build_time_tools" >&5
8909 echo $ECHO_N "checking
for ar in $with_build_time_tools...
$ECHO_C" >&6
8910 if test -x $with_build_time_tools/ar; then
8911 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
8912 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
8913 echo "$as_me:$LINENO: result
: $ac_cv_path_AR_FOR_TARGET" >&5
8914 echo "${ECHO_T}$ac_cv_path_AR_FOR_TARGET" >&6
8916 echo "$as_me:$LINENO: result
: no
" >&5
8917 echo "${ECHO_T}no
" >&6
8919 elif test $build != $host && test $have_gcc_for_target = yes; then
8920 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
8921 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
8922 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
8925 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
8926 # Extract the first word of "ar", so it can be a program name with args.
8927 set dummy ar; ac_word=$2
8928 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8929 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8930 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then
8931 echo $ECHO_N "(cached
) $ECHO_C" >&6
8933 case $AR_FOR_TARGET in
8935 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
8938 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8939 for as_dir in $gcc_cv_tool_dirs
8942 test -z "$as_dir" && as_dir=.
8943 for ac_exec_ext in '' $ac_executable_extensions; do
8944 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8945 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
8946 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8955 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
8957 if test -n "$AR_FOR_TARGET"; then
8958 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
8959 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8961 echo "$as_me:$LINENO: result
: no
" >&5
8962 echo "${ECHO_T}no
" >&6
8966 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
8969 if test -n "$AR_FOR_TARGET"; then
8970 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
8971 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
8972 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8975 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
8976 for ncn_progname in ar; do
8977 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8978 set dummy ${ncn_progname}; ac_word=$2
8979 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8980 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8981 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
8982 echo $ECHO_N "(cached
) $ECHO_C" >&6
8984 if test -n "$AR_FOR_TARGET"; then
8985 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
8987 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8991 test -z "$as_dir" && as_dir=.
8992 for ac_exec_ext in '' $ac_executable_extensions; do
8993 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8994 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
8995 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9003 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
9004 if test -n "$AR_FOR_TARGET"; then
9005 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
9006 echo "${ECHO_T}$AR_FOR_TARGET" >&6
9008 echo "$as_me:$LINENO: result
: no
" >&5
9009 echo "${ECHO_T}no
" >&6
9015 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
9016 for ncn_progname in ar; do
9017 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9018 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9019 if test -x $with_build_time_tools/${ncn_progname}; then
9020 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9021 echo "$as_me:$LINENO: result
: yes" >&5
9022 echo "${ECHO_T}yes" >&6
9025 echo "$as_me:$LINENO: result
: no
" >&5
9026 echo "${ECHO_T}no
" >&6
9031 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
9032 for ncn_progname in ar; do
9033 if test -n "$ncn_target_tool_prefix"; then
9034 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9035 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9036 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9037 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9038 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
9039 echo $ECHO_N "(cached
) $ECHO_C" >&6
9041 if test -n "$AR_FOR_TARGET"; then
9042 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
9044 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9048 test -z "$as_dir" && as_dir=.
9049 for ac_exec_ext in '' $ac_executable_extensions; do
9050 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9051 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9052 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9060 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
9061 if test -n "$AR_FOR_TARGET"; then
9062 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
9063 echo "${ECHO_T}$AR_FOR_TARGET" >&6
9065 echo "$as_me:$LINENO: result
: no
" >&5
9066 echo "${ECHO_T}no
" >&6
9070 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
9071 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9072 set dummy ${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_AR_FOR_TARGET+set}" = set; then
9076 echo $ECHO_N "(cached
) $ECHO_C" >&6
9078 if test -n "$AR_FOR_TARGET"; then
9079 ac_cv_prog_AR_FOR_TARGET="$AR_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_AR_FOR_TARGET="${ncn_progname}"
9089 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9097 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
9098 if test -n "$AR_FOR_TARGET"; then
9099 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
9100 echo "${ECHO_T}$AR_FOR_TARGET" >&6
9102 echo "$as_me:$LINENO: result
: no
" >&5
9103 echo "${ECHO_T}no
" >&6
9107 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
9111 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
9113 if test $build = $target ; then
9116 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
9119 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
9123 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
9129 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9130 if test -n "$with_build_time_tools"; then
9131 echo "$as_me:$LINENO: checking
for as
in $with_build_time_tools" >&5
9132 echo $ECHO_N "checking
for as
in $with_build_time_tools...
$ECHO_C" >&6
9133 if test -x $with_build_time_tools/as; then
9134 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
9135 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
9136 echo "$as_me:$LINENO: result
: $ac_cv_path_AS_FOR_TARGET" >&5
9137 echo "${ECHO_T}$ac_cv_path_AS_FOR_TARGET" >&6
9139 echo "$as_me:$LINENO: result
: no
" >&5
9140 echo "${ECHO_T}no
" >&6
9142 elif test $build != $host && test $have_gcc_for_target = yes; then
9143 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
9144 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
9145 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
9148 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9149 # Extract the first word of "as
", so it can be a program name with args.
9150 set dummy as; ac_word=$2
9151 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9152 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9153 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then
9154 echo $ECHO_N "(cached
) $ECHO_C" >&6
9156 case $AS_FOR_TARGET in
9158 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
9161 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9162 for as_dir in $gcc_cv_tool_dirs
9165 test -z "$as_dir" && as_dir=.
9166 for ac_exec_ext in '' $ac_executable_extensions; do
9167 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9168 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9169 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9178 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
9180 if test -n "$AS_FOR_TARGET"; then
9181 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9182 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9184 echo "$as_me:$LINENO: result
: no
" >&5
9185 echo "${ECHO_T}no
" >&6
9189 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9192 if test -n "$AS_FOR_TARGET"; then
9193 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
9194 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
9195 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9198 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
9199 for ncn_progname in as; do
9200 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9201 set dummy ${ncn_progname}; ac_word=$2
9202 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9203 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9204 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9205 echo $ECHO_N "(cached
) $ECHO_C" >&6
9207 if test -n "$AS_FOR_TARGET"; then
9208 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9214 test -z "$as_dir" && as_dir=.
9215 for ac_exec_ext in '' $ac_executable_extensions; do
9216 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9217 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
9218 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9226 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9227 if test -n "$AS_FOR_TARGET"; then
9228 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9229 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9231 echo "$as_me:$LINENO: result
: no
" >&5
9232 echo "${ECHO_T}no
" >&6
9238 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
9239 for ncn_progname in as; do
9240 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9241 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9242 if test -x $with_build_time_tools/${ncn_progname}; then
9243 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9244 echo "$as_me:$LINENO: result
: yes" >&5
9245 echo "${ECHO_T}yes" >&6
9248 echo "$as_me:$LINENO: result
: no
" >&5
9249 echo "${ECHO_T}no
" >&6
9254 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
9255 for ncn_progname in as; do
9256 if test -n "$ncn_target_tool_prefix"; then
9257 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9258 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9259 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9260 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9261 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9262 echo $ECHO_N "(cached
) $ECHO_C" >&6
9264 if test -n "$AS_FOR_TARGET"; then
9265 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9271 test -z "$as_dir" && as_dir=.
9272 for ac_exec_ext in '' $ac_executable_extensions; do
9273 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9274 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9275 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9283 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9284 if test -n "$AS_FOR_TARGET"; then
9285 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9286 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9288 echo "$as_me:$LINENO: result
: no
" >&5
9289 echo "${ECHO_T}no
" >&6
9293 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
9294 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9295 set dummy ${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_AS_FOR_TARGET+set}" = set; then
9299 echo $ECHO_N "(cached
) $ECHO_C" >&6
9301 if test -n "$AS_FOR_TARGET"; then
9302 ac_cv_prog_AS_FOR_TARGET="$AS_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_AS_FOR_TARGET="${ncn_progname}"
9312 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9320 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9321 if test -n "$AS_FOR_TARGET"; then
9322 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9323 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9325 echo "$as_me:$LINENO: result
: no
" >&5
9326 echo "${ECHO_T}no
" >&6
9330 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
9334 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
9336 if test $build = $target ; then
9339 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
9342 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
9346 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
9352 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9353 if test -n "$with_build_time_tools"; then
9354 echo "$as_me:$LINENO: checking
for dlltool
in $with_build_time_tools" >&5
9355 echo $ECHO_N "checking
for dlltool
in $with_build_time_tools...
$ECHO_C" >&6
9356 if test -x $with_build_time_tools/dlltool; then
9357 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
9358 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9359 echo "$as_me:$LINENO: result
: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
9360 echo "${ECHO_T}$ac_cv_path_DLLTOOL_FOR_TARGET" >&6
9362 echo "$as_me:$LINENO: result
: no
" >&5
9363 echo "${ECHO_T}no
" >&6
9365 elif test $build != $host && test $have_gcc_for_target = yes; then
9366 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
9367 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
9368 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9371 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9372 # Extract the first word of "dlltool
", so it can be a program name with args.
9373 set dummy dlltool; ac_word=$2
9374 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9375 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9376 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then
9377 echo $ECHO_N "(cached
) $ECHO_C" >&6
9379 case $DLLTOOL_FOR_TARGET in
9381 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
9384 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9385 for as_dir in $gcc_cv_tool_dirs
9388 test -z "$as_dir" && as_dir=.
9389 for ac_exec_ext in '' $ac_executable_extensions; do
9390 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9391 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9392 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9401 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
9403 if test -n "$DLLTOOL_FOR_TARGET"; then
9404 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9405 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9407 echo "$as_me:$LINENO: result
: no
" >&5
9408 echo "${ECHO_T}no
" >&6
9412 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9415 if test -n "$DLLTOOL_FOR_TARGET"; then
9416 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9417 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9418 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9421 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9422 for ncn_progname in dlltool; do
9423 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9424 set dummy ${ncn_progname}; ac_word=$2
9425 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9426 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9427 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9428 echo $ECHO_N "(cached
) $ECHO_C" >&6
9430 if test -n "$DLLTOOL_FOR_TARGET"; then
9431 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9433 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9437 test -z "$as_dir" && as_dir=.
9438 for ac_exec_ext in '' $ac_executable_extensions; do
9439 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9440 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
9441 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9449 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9450 if test -n "$DLLTOOL_FOR_TARGET"; then
9451 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9452 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9454 echo "$as_me:$LINENO: result
: no
" >&5
9455 echo "${ECHO_T}no
" >&6
9461 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
9462 for ncn_progname in dlltool; do
9463 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9464 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9465 if test -x $with_build_time_tools/${ncn_progname}; then
9466 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9467 echo "$as_me:$LINENO: result
: yes" >&5
9468 echo "${ECHO_T}yes" >&6
9471 echo "$as_me:$LINENO: result
: no
" >&5
9472 echo "${ECHO_T}no
" >&6
9477 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9478 for ncn_progname in dlltool; do
9479 if test -n "$ncn_target_tool_prefix"; then
9480 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9481 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9482 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9483 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9484 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9485 echo $ECHO_N "(cached
) $ECHO_C" >&6
9487 if test -n "$DLLTOOL_FOR_TARGET"; then
9488 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9490 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9494 test -z "$as_dir" && as_dir=.
9495 for ac_exec_ext in '' $ac_executable_extensions; do
9496 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9497 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9498 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9506 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9507 if test -n "$DLLTOOL_FOR_TARGET"; then
9508 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9509 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9511 echo "$as_me:$LINENO: result
: no
" >&5
9512 echo "${ECHO_T}no
" >&6
9516 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
9517 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9518 set dummy ${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_DLLTOOL_FOR_TARGET+set}" = set; then
9522 echo $ECHO_N "(cached
) $ECHO_C" >&6
9524 if test -n "$DLLTOOL_FOR_TARGET"; then
9525 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_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_DLLTOOL_FOR_TARGET="${ncn_progname}"
9535 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9543 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9544 if test -n "$DLLTOOL_FOR_TARGET"; then
9545 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9546 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9548 echo "$as_me:$LINENO: result
: no
" >&5
9549 echo "${ECHO_T}no
" >&6
9553 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
9557 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
9559 if test $build = $target ; then
9560 DLLTOOL_FOR_TARGET="$2"
9562 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
9565 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
9569 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
9575 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9576 if test -n "$with_build_time_tools"; then
9577 echo "$as_me:$LINENO: checking
for ld
in $with_build_time_tools" >&5
9578 echo $ECHO_N "checking
for ld
in $with_build_time_tools...
$ECHO_C" >&6
9579 if test -x $with_build_time_tools/ld; then
9580 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
9581 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
9582 echo "$as_me:$LINENO: result
: $ac_cv_path_LD_FOR_TARGET" >&5
9583 echo "${ECHO_T}$ac_cv_path_LD_FOR_TARGET" >&6
9585 echo "$as_me:$LINENO: result
: no
" >&5
9586 echo "${ECHO_T}no
" >&6
9588 elif test $build != $host && test $have_gcc_for_target = yes; then
9589 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
9590 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
9591 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
9594 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9595 # Extract the first word of "ld
", so it can be a program name with args.
9596 set dummy ld; ac_word=$2
9597 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9598 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9599 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then
9600 echo $ECHO_N "(cached
) $ECHO_C" >&6
9602 case $LD_FOR_TARGET in
9604 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
9607 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9608 for as_dir in $gcc_cv_tool_dirs
9611 test -z "$as_dir" && as_dir=.
9612 for ac_exec_ext in '' $ac_executable_extensions; do
9613 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9614 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9615 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9624 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
9626 if test -n "$LD_FOR_TARGET"; then
9627 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9628 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9630 echo "$as_me:$LINENO: result
: no
" >&5
9631 echo "${ECHO_T}no
" >&6
9635 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9638 if test -n "$LD_FOR_TARGET"; then
9639 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
9640 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
9641 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9644 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
9645 for ncn_progname in ld; do
9646 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9647 set dummy ${ncn_progname}; ac_word=$2
9648 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9649 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9650 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9651 echo $ECHO_N "(cached
) $ECHO_C" >&6
9653 if test -n "$LD_FOR_TARGET"; then
9654 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9656 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9660 test -z "$as_dir" && as_dir=.
9661 for ac_exec_ext in '' $ac_executable_extensions; do
9662 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9663 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
9664 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9672 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9673 if test -n "$LD_FOR_TARGET"; then
9674 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9675 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9677 echo "$as_me:$LINENO: result
: no
" >&5
9678 echo "${ECHO_T}no
" >&6
9684 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
9685 for ncn_progname in ld; do
9686 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9687 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9688 if test -x $with_build_time_tools/${ncn_progname}; then
9689 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9690 echo "$as_me:$LINENO: result
: yes" >&5
9691 echo "${ECHO_T}yes" >&6
9694 echo "$as_me:$LINENO: result
: no
" >&5
9695 echo "${ECHO_T}no
" >&6
9700 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
9701 for ncn_progname in ld; do
9702 if test -n "$ncn_target_tool_prefix"; then
9703 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9704 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9705 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9706 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9707 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9708 echo $ECHO_N "(cached
) $ECHO_C" >&6
9710 if test -n "$LD_FOR_TARGET"; then
9711 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9713 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9717 test -z "$as_dir" && as_dir=.
9718 for ac_exec_ext in '' $ac_executable_extensions; do
9719 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9720 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9721 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9729 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9730 if test -n "$LD_FOR_TARGET"; then
9731 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9732 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9734 echo "$as_me:$LINENO: result
: no
" >&5
9735 echo "${ECHO_T}no
" >&6
9739 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
9740 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9741 set dummy ${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_LD_FOR_TARGET+set}" = set; then
9745 echo $ECHO_N "(cached
) $ECHO_C" >&6
9747 if test -n "$LD_FOR_TARGET"; then
9748 ac_cv_prog_LD_FOR_TARGET="$LD_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_LD_FOR_TARGET="${ncn_progname}"
9758 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9766 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9767 if test -n "$LD_FOR_TARGET"; then
9768 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9769 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9771 echo "$as_me:$LINENO: result
: no
" >&5
9772 echo "${ECHO_T}no
" >&6
9776 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
9780 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
9782 if test $build = $target ; then
9785 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
9788 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
9792 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
9798 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
9799 if test -n "$with_build_time_tools"; then
9800 echo "$as_me:$LINENO: checking
for lipo
in $with_build_time_tools" >&5
9801 echo $ECHO_N "checking
for lipo
in $with_build_time_tools...
$ECHO_C" >&6
9802 if test -x $with_build_time_tools/lipo; then
9803 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
9804 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9805 echo "$as_me:$LINENO: result
: $ac_cv_path_LIPO_FOR_TARGET" >&5
9806 echo "${ECHO_T}$ac_cv_path_LIPO_FOR_TARGET" >&6
9808 echo "$as_me:$LINENO: result
: no
" >&5
9809 echo "${ECHO_T}no
" >&6
9811 elif test $build != $host && test $have_gcc_for_target = yes; then
9812 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
9813 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
9814 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9817 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9818 # Extract the first word of "lipo
", so it can be a program name with args.
9819 set dummy lipo; ac_word=$2
9820 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9821 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9822 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then
9823 echo $ECHO_N "(cached
) $ECHO_C" >&6
9825 case $LIPO_FOR_TARGET in
9827 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
9830 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9831 for as_dir in $gcc_cv_tool_dirs
9834 test -z "$as_dir" && as_dir=.
9835 for ac_exec_ext in '' $ac_executable_extensions; do
9836 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9837 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9838 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9847 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9849 if test -n "$LIPO_FOR_TARGET"; then
9850 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9851 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9853 echo "$as_me:$LINENO: result
: no
" >&5
9854 echo "${ECHO_T}no
" >&6
9858 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
9861 if test -n "$LIPO_FOR_TARGET"; then
9862 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9863 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
9864 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9867 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
9868 for ncn_progname in lipo; do
9869 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9870 set dummy ${ncn_progname}; ac_word=$2
9871 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9872 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9873 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9874 echo $ECHO_N "(cached
) $ECHO_C" >&6
9876 if test -n "$LIPO_FOR_TARGET"; then
9877 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9879 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9883 test -z "$as_dir" && as_dir=.
9884 for ac_exec_ext in '' $ac_executable_extensions; do
9885 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9886 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
9887 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9895 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9896 if test -n "$LIPO_FOR_TARGET"; then
9897 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9898 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9900 echo "$as_me:$LINENO: result
: no
" >&5
9901 echo "${ECHO_T}no
" >&6
9907 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
9908 for ncn_progname in lipo; do
9909 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9910 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9911 if test -x $with_build_time_tools/${ncn_progname}; then
9912 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9913 echo "$as_me:$LINENO: result
: yes" >&5
9914 echo "${ECHO_T}yes" >&6
9917 echo "$as_me:$LINENO: result
: no
" >&5
9918 echo "${ECHO_T}no
" >&6
9923 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
9924 for ncn_progname in lipo; do
9925 if test -n "$ncn_target_tool_prefix"; then
9926 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9927 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9928 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9929 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9930 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9931 echo $ECHO_N "(cached
) $ECHO_C" >&6
9933 if test -n "$LIPO_FOR_TARGET"; then
9934 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9936 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9940 test -z "$as_dir" && as_dir=.
9941 for ac_exec_ext in '' $ac_executable_extensions; do
9942 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9943 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9944 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9952 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9953 if test -n "$LIPO_FOR_TARGET"; then
9954 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9955 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9957 echo "$as_me:$LINENO: result
: no
" >&5
9958 echo "${ECHO_T}no
" >&6
9962 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
9963 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9964 set dummy ${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_LIPO_FOR_TARGET+set}" = set; then
9968 echo $ECHO_N "(cached
) $ECHO_C" >&6
9970 if test -n "$LIPO_FOR_TARGET"; then
9971 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_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_LIPO_FOR_TARGET="${ncn_progname}"
9981 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9989 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9990 if test -n "$LIPO_FOR_TARGET"; then
9991 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9992 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9994 echo "$as_me:$LINENO: result
: no
" >&5
9995 echo "${ECHO_T}no
" >&6
9999 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
10003 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
10005 if test $build = $target ; then
10006 LIPO_FOR_TARGET="$2"
10008 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
10011 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
10015 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
10021 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
10022 if test -n "$with_build_time_tools"; then
10023 echo "$as_me:$LINENO: checking
for nm
in $with_build_time_tools" >&5
10024 echo $ECHO_N "checking
for nm
in $with_build_time_tools...
$ECHO_C" >&6
10025 if test -x $with_build_time_tools/nm; then
10026 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
10027 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
10028 echo "$as_me:$LINENO: result
: $ac_cv_path_NM_FOR_TARGET" >&5
10029 echo "${ECHO_T}$ac_cv_path_NM_FOR_TARGET" >&6
10031 echo "$as_me:$LINENO: result
: no
" >&5
10032 echo "${ECHO_T}no
" >&6
10034 elif test $build != $host && test $have_gcc_for_target = yes; then
10035 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
10036 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
10037 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
10040 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10041 # Extract the first word of "nm
", so it can be a program name with args.
10042 set dummy nm; ac_word=$2
10043 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10044 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10045 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then
10046 echo $ECHO_N "(cached
) $ECHO_C" >&6
10048 case $NM_FOR_TARGET in
10050 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
10053 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10054 for as_dir in $gcc_cv_tool_dirs
10057 test -z "$as_dir" && as_dir=.
10058 for ac_exec_ext in '' $ac_executable_extensions; do
10059 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10060 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10061 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10070 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
10072 if test -n "$NM_FOR_TARGET"; then
10073 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10074 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10076 echo "$as_me:$LINENO: result
: no
" >&5
10077 echo "${ECHO_T}no
" >&6
10081 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
10084 if test -n "$NM_FOR_TARGET"; then
10085 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
10086 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
10087 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10090 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
10091 for ncn_progname in nm; do
10092 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10093 set dummy ${ncn_progname}; ac_word=$2
10094 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10095 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10096 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
10097 echo $ECHO_N "(cached
) $ECHO_C" >&6
10099 if test -n "$NM_FOR_TARGET"; then
10100 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
10102 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10103 for as_dir in $PATH
10106 test -z "$as_dir" && as_dir=.
10107 for ac_exec_ext in '' $ac_executable_extensions; do
10108 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10109 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
10110 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10118 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10119 if test -n "$NM_FOR_TARGET"; then
10120 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10121 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10123 echo "$as_me:$LINENO: result
: no
" >&5
10124 echo "${ECHO_T}no
" >&6
10130 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
10131 for ncn_progname in nm; do
10132 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10133 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10134 if test -x $with_build_time_tools/${ncn_progname}; then
10135 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10136 echo "$as_me:$LINENO: result
: yes" >&5
10137 echo "${ECHO_T}yes" >&6
10140 echo "$as_me:$LINENO: result
: no
" >&5
10141 echo "${ECHO_T}no
" >&6
10146 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
10147 for ncn_progname in nm; do
10148 if test -n "$ncn_target_tool_prefix"; then
10149 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10150 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10151 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10152 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10153 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
10154 echo $ECHO_N "(cached
) $ECHO_C" >&6
10156 if test -n "$NM_FOR_TARGET"; then
10157 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
10159 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10160 for as_dir in $PATH
10163 test -z "$as_dir" && as_dir=.
10164 for ac_exec_ext in '' $ac_executable_extensions; do
10165 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10166 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10167 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10175 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10176 if test -n "$NM_FOR_TARGET"; then
10177 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10178 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10180 echo "$as_me:$LINENO: result
: no
" >&5
10181 echo "${ECHO_T}no
" >&6
10185 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
10186 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10187 set dummy ${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_NM_FOR_TARGET+set}" = set; then
10191 echo $ECHO_N "(cached
) $ECHO_C" >&6
10193 if test -n "$NM_FOR_TARGET"; then
10194 ac_cv_prog_NM_FOR_TARGET="$NM_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_NM_FOR_TARGET="${ncn_progname}"
10204 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10212 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10213 if test -n "$NM_FOR_TARGET"; then
10214 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10215 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10217 echo "$as_me:$LINENO: result
: no
" >&5
10218 echo "${ECHO_T}no
" >&6
10222 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
10226 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
10228 if test $build = $target ; then
10231 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
10234 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
10238 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
10244 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
10245 if test -n "$with_build_time_tools"; then
10246 echo "$as_me:$LINENO: checking
for objdump
in $with_build_time_tools" >&5
10247 echo $ECHO_N "checking
for objdump
in $with_build_time_tools...
$ECHO_C" >&6
10248 if test -x $with_build_time_tools/objdump; then
10249 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
10250 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10251 echo "$as_me:$LINENO: result
: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
10252 echo "${ECHO_T}$ac_cv_path_OBJDUMP_FOR_TARGET" >&6
10254 echo "$as_me:$LINENO: result
: no
" >&5
10255 echo "${ECHO_T}no
" >&6
10257 elif test $build != $host && test $have_gcc_for_target = yes; then
10258 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
10259 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
10260 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10263 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10264 # Extract the first word of "objdump
", so it can be a program name with args.
10265 set dummy objdump; ac_word=$2
10266 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10267 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10268 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then
10269 echo $ECHO_N "(cached
) $ECHO_C" >&6
10271 case $OBJDUMP_FOR_TARGET in
10273 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
10276 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10277 for as_dir in $gcc_cv_tool_dirs
10280 test -z "$as_dir" && as_dir=.
10281 for ac_exec_ext in '' $ac_executable_extensions; do
10282 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10283 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10284 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10293 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
10295 if test -n "$OBJDUMP_FOR_TARGET"; then
10296 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10297 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10299 echo "$as_me:$LINENO: result
: no
" >&5
10300 echo "${ECHO_T}no
" >&6
10304 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
10307 if test -n "$OBJDUMP_FOR_TARGET"; then
10308 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10309 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10310 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10313 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10314 for ncn_progname in objdump; do
10315 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10316 set dummy ${ncn_progname}; ac_word=$2
10317 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10318 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10319 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10320 echo $ECHO_N "(cached
) $ECHO_C" >&6
10322 if test -n "$OBJDUMP_FOR_TARGET"; then
10323 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10325 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10326 for as_dir in $PATH
10329 test -z "$as_dir" && as_dir=.
10330 for ac_exec_ext in '' $ac_executable_extensions; do
10331 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10332 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
10333 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10341 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10342 if test -n "$OBJDUMP_FOR_TARGET"; then
10343 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10344 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10346 echo "$as_me:$LINENO: result
: no
" >&5
10347 echo "${ECHO_T}no
" >&6
10353 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
10354 for ncn_progname in objdump; do
10355 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10356 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10357 if test -x $with_build_time_tools/${ncn_progname}; then
10358 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10359 echo "$as_me:$LINENO: result
: yes" >&5
10360 echo "${ECHO_T}yes" >&6
10363 echo "$as_me:$LINENO: result
: no
" >&5
10364 echo "${ECHO_T}no
" >&6
10369 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10370 for ncn_progname in objdump; do
10371 if test -n "$ncn_target_tool_prefix"; then
10372 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10373 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10374 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10375 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10376 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10377 echo $ECHO_N "(cached
) $ECHO_C" >&6
10379 if test -n "$OBJDUMP_FOR_TARGET"; then
10380 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10382 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10383 for as_dir in $PATH
10386 test -z "$as_dir" && as_dir=.
10387 for ac_exec_ext in '' $ac_executable_extensions; do
10388 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10389 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10390 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10398 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10399 if test -n "$OBJDUMP_FOR_TARGET"; then
10400 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10401 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10403 echo "$as_me:$LINENO: result
: no
" >&5
10404 echo "${ECHO_T}no
" >&6
10408 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
10409 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10410 set dummy ${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_OBJDUMP_FOR_TARGET+set}" = set; then
10414 echo $ECHO_N "(cached
) $ECHO_C" >&6
10416 if test -n "$OBJDUMP_FOR_TARGET"; then
10417 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_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_OBJDUMP_FOR_TARGET="${ncn_progname}"
10427 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10435 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10436 if test -n "$OBJDUMP_FOR_TARGET"; then
10437 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10438 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10440 echo "$as_me:$LINENO: result
: no
" >&5
10441 echo "${ECHO_T}no
" >&6
10445 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
10449 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
10451 if test $build = $target ; then
10452 OBJDUMP_FOR_TARGET="$2"
10454 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
10457 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
10461 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
10467 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
10468 if test -n "$with_build_time_tools"; then
10469 echo "$as_me:$LINENO: checking
for ranlib
in $with_build_time_tools" >&5
10470 echo $ECHO_N "checking
for ranlib
in $with_build_time_tools...
$ECHO_C" >&6
10471 if test -x $with_build_time_tools/ranlib; then
10472 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
10473 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10474 echo "$as_me:$LINENO: result
: $ac_cv_path_RANLIB_FOR_TARGET" >&5
10475 echo "${ECHO_T}$ac_cv_path_RANLIB_FOR_TARGET" >&6
10477 echo "$as_me:$LINENO: result
: no
" >&5
10478 echo "${ECHO_T}no
" >&6
10480 elif test $build != $host && test $have_gcc_for_target = yes; then
10481 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
10482 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
10483 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10486 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10487 # Extract the first word of "ranlib
", so it can be a program name with args.
10488 set dummy ranlib; ac_word=$2
10489 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10490 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10491 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then
10492 echo $ECHO_N "(cached
) $ECHO_C" >&6
10494 case $RANLIB_FOR_TARGET in
10496 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
10499 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10500 for as_dir in $gcc_cv_tool_dirs
10503 test -z "$as_dir" && as_dir=.
10504 for ac_exec_ext in '' $ac_executable_extensions; do
10505 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10506 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10507 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10516 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
10518 if test -n "$RANLIB_FOR_TARGET"; then
10519 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10520 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10522 echo "$as_me:$LINENO: result
: no
" >&5
10523 echo "${ECHO_T}no
" >&6
10527 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
10530 if test -n "$RANLIB_FOR_TARGET"; then
10531 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10532 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10533 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10536 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10537 for ncn_progname in ranlib; do
10538 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10539 set dummy ${ncn_progname}; ac_word=$2
10540 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10541 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10542 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10543 echo $ECHO_N "(cached
) $ECHO_C" >&6
10545 if test -n "$RANLIB_FOR_TARGET"; then
10546 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10548 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10549 for as_dir in $PATH
10552 test -z "$as_dir" && as_dir=.
10553 for ac_exec_ext in '' $ac_executable_extensions; do
10554 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10555 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
10556 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10564 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10565 if test -n "$RANLIB_FOR_TARGET"; then
10566 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10567 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10569 echo "$as_me:$LINENO: result
: no
" >&5
10570 echo "${ECHO_T}no
" >&6
10576 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
10577 for ncn_progname in ranlib; do
10578 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10579 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10580 if test -x $with_build_time_tools/${ncn_progname}; then
10581 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10582 echo "$as_me:$LINENO: result
: yes" >&5
10583 echo "${ECHO_T}yes" >&6
10586 echo "$as_me:$LINENO: result
: no
" >&5
10587 echo "${ECHO_T}no
" >&6
10592 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10593 for ncn_progname in ranlib; do
10594 if test -n "$ncn_target_tool_prefix"; then
10595 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10596 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10597 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10598 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10599 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10600 echo $ECHO_N "(cached
) $ECHO_C" >&6
10602 if test -n "$RANLIB_FOR_TARGET"; then
10603 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10605 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10606 for as_dir in $PATH
10609 test -z "$as_dir" && as_dir=.
10610 for ac_exec_ext in '' $ac_executable_extensions; do
10611 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10612 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10613 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10621 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10622 if test -n "$RANLIB_FOR_TARGET"; then
10623 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10624 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10626 echo "$as_me:$LINENO: result
: no
" >&5
10627 echo "${ECHO_T}no
" >&6
10631 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
10632 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10633 set dummy ${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_RANLIB_FOR_TARGET+set}" = set; then
10637 echo $ECHO_N "(cached
) $ECHO_C" >&6
10639 if test -n "$RANLIB_FOR_TARGET"; then
10640 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_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_RANLIB_FOR_TARGET="${ncn_progname}"
10650 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10658 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10659 if test -n "$RANLIB_FOR_TARGET"; then
10660 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10661 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10663 echo "$as_me:$LINENO: result
: no
" >&5
10664 echo "${ECHO_T}no
" >&6
10668 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
10672 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
10674 if test $build = $target ; then
10675 RANLIB_FOR_TARGET="$2"
10677 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
10680 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
10684 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
10690 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
10691 if test -n "$with_build_time_tools"; then
10692 echo "$as_me:$LINENO: checking
for strip
in $with_build_time_tools" >&5
10693 echo $ECHO_N "checking
for strip
in $with_build_time_tools...
$ECHO_C" >&6
10694 if test -x $with_build_time_tools/strip; then
10695 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
10696 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10697 echo "$as_me:$LINENO: result
: $ac_cv_path_STRIP_FOR_TARGET" >&5
10698 echo "${ECHO_T}$ac_cv_path_STRIP_FOR_TARGET" >&6
10700 echo "$as_me:$LINENO: result
: no
" >&5
10701 echo "${ECHO_T}no
" >&6
10703 elif test $build != $host && test $have_gcc_for_target = yes; then
10704 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
10705 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
10706 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10709 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10710 # Extract the first word of "strip
", so it can be a program name with args.
10711 set dummy strip; ac_word=$2
10712 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10713 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10714 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then
10715 echo $ECHO_N "(cached
) $ECHO_C" >&6
10717 case $STRIP_FOR_TARGET in
10719 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
10722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10723 for as_dir in $gcc_cv_tool_dirs
10726 test -z "$as_dir" && as_dir=.
10727 for ac_exec_ext in '' $ac_executable_extensions; do
10728 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10729 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10730 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10739 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
10741 if test -n "$STRIP_FOR_TARGET"; then
10742 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10743 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10745 echo "$as_me:$LINENO: result
: no
" >&5
10746 echo "${ECHO_T}no
" >&6
10750 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
10753 if test -n "$STRIP_FOR_TARGET"; then
10754 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10755 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
10756 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10759 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
10760 for ncn_progname in strip; do
10761 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10762 set dummy ${ncn_progname}; ac_word=$2
10763 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10764 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10765 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10766 echo $ECHO_N "(cached
) $ECHO_C" >&6
10768 if test -n "$STRIP_FOR_TARGET"; then
10769 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10772 for as_dir in $PATH
10775 test -z "$as_dir" && as_dir=.
10776 for ac_exec_ext in '' $ac_executable_extensions; do
10777 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10778 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
10779 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10787 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10788 if test -n "$STRIP_FOR_TARGET"; then
10789 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10790 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10792 echo "$as_me:$LINENO: result
: no
" >&5
10793 echo "${ECHO_T}no
" >&6
10799 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
10800 for ncn_progname in strip; do
10801 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10802 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10803 if test -x $with_build_time_tools/${ncn_progname}; then
10804 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10805 echo "$as_me:$LINENO: result
: yes" >&5
10806 echo "${ECHO_T}yes" >&6
10809 echo "$as_me:$LINENO: result
: no
" >&5
10810 echo "${ECHO_T}no
" >&6
10815 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
10816 for ncn_progname in strip; do
10817 if test -n "$ncn_target_tool_prefix"; then
10818 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10819 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10820 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10821 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10822 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10823 echo $ECHO_N "(cached
) $ECHO_C" >&6
10825 if test -n "$STRIP_FOR_TARGET"; then
10826 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10828 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10829 for as_dir in $PATH
10832 test -z "$as_dir" && as_dir=.
10833 for ac_exec_ext in '' $ac_executable_extensions; do
10834 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10835 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10836 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10844 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10845 if test -n "$STRIP_FOR_TARGET"; then
10846 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10847 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10849 echo "$as_me:$LINENO: result
: no
" >&5
10850 echo "${ECHO_T}no
" >&6
10854 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
10855 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10856 set dummy ${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_STRIP_FOR_TARGET+set}" = set; then
10860 echo $ECHO_N "(cached
) $ECHO_C" >&6
10862 if test -n "$STRIP_FOR_TARGET"; then
10863 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_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_STRIP_FOR_TARGET="${ncn_progname}"
10873 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10881 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10882 if test -n "$STRIP_FOR_TARGET"; then
10883 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10884 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10886 echo "$as_me:$LINENO: result
: no
" >&5
10887 echo "${ECHO_T}no
" >&6
10891 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
10895 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
10897 if test $build = $target ; then
10898 STRIP_FOR_TARGET="$2"
10900 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
10903 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
10907 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
10913 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
10914 if test -n "$with_build_time_tools"; then
10915 echo "$as_me:$LINENO: checking
for windres
in $with_build_time_tools" >&5
10916 echo $ECHO_N "checking
for windres
in $with_build_time_tools...
$ECHO_C" >&6
10917 if test -x $with_build_time_tools/windres; then
10918 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
10919 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10920 echo "$as_me:$LINENO: result
: $ac_cv_path_WINDRES_FOR_TARGET" >&5
10921 echo "${ECHO_T}$ac_cv_path_WINDRES_FOR_TARGET" >&6
10923 echo "$as_me:$LINENO: result
: no
" >&5
10924 echo "${ECHO_T}no
" >&6
10926 elif test $build != $host && test $have_gcc_for_target = yes; then
10927 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
10928 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
10929 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10932 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10933 # Extract the first word of "windres
", so it can be a program name with args.
10934 set dummy windres; ac_word=$2
10935 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10936 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10937 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then
10938 echo $ECHO_N "(cached
) $ECHO_C" >&6
10940 case $WINDRES_FOR_TARGET in
10942 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
10945 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10946 for as_dir in $gcc_cv_tool_dirs
10949 test -z "$as_dir" && as_dir=.
10950 for ac_exec_ext in '' $ac_executable_extensions; do
10951 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10952 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10953 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10962 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
10964 if test -n "$WINDRES_FOR_TARGET"; then
10965 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
10966 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10968 echo "$as_me:$LINENO: result
: no
" >&5
10969 echo "${ECHO_T}no
" >&6
10973 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
10976 if test -n "$WINDRES_FOR_TARGET"; then
10977 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10978 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
10979 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10982 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
10983 for ncn_progname in windres; do
10984 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10985 set dummy ${ncn_progname}; ac_word=$2
10986 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10987 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10988 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
10989 echo $ECHO_N "(cached
) $ECHO_C" >&6
10991 if test -n "$WINDRES_FOR_TARGET"; then
10992 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
10994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10995 for as_dir in $PATH
10998 test -z "$as_dir" && as_dir=.
10999 for ac_exec_ext in '' $ac_executable_extensions; do
11000 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11001 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
11002 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11010 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
11011 if test -n "$WINDRES_FOR_TARGET"; then
11012 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
11013 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
11015 echo "$as_me:$LINENO: result
: no
" >&5
11016 echo "${ECHO_T}no
" >&6
11022 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
11023 for ncn_progname in windres; do
11024 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11025 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
11026 if test -x $with_build_time_tools/${ncn_progname}; then
11027 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11028 echo "$as_me:$LINENO: result
: yes" >&5
11029 echo "${ECHO_T}yes" >&6
11032 echo "$as_me:$LINENO: result
: no
" >&5
11033 echo "${ECHO_T}no
" >&6
11038 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
11039 for ncn_progname in windres; do
11040 if test -n "$ncn_target_tool_prefix"; then
11041 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11042 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11043 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11044 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11045 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
11046 echo $ECHO_N "(cached
) $ECHO_C" >&6
11048 if test -n "$WINDRES_FOR_TARGET"; then
11049 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
11051 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11052 for as_dir in $PATH
11055 test -z "$as_dir" && as_dir=.
11056 for ac_exec_ext in '' $ac_executable_extensions; do
11057 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11058 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11059 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11067 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
11068 if test -n "$WINDRES_FOR_TARGET"; then
11069 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
11070 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
11072 echo "$as_me:$LINENO: result
: no
" >&5
11073 echo "${ECHO_T}no
" >&6
11077 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
11078 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11079 set dummy ${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_WINDRES_FOR_TARGET+set}" = set; then
11083 echo $ECHO_N "(cached
) $ECHO_C" >&6
11085 if test -n "$WINDRES_FOR_TARGET"; then
11086 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_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_WINDRES_FOR_TARGET="${ncn_progname}"
11096 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11104 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
11105 if test -n "$WINDRES_FOR_TARGET"; then
11106 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
11107 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
11109 echo "$as_me:$LINENO: result
: no
" >&5
11110 echo "${ECHO_T}no
" >&6
11114 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
11118 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
11120 if test $build = $target ; then
11121 WINDRES_FOR_TARGET="$2"
11123 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
11126 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
11130 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
11136 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
11137 if test -n "$with_build_time_tools"; then
11138 echo "$as_me:$LINENO: checking
for windmc
in $with_build_time_tools" >&5
11139 echo $ECHO_N "checking
for windmc
in $with_build_time_tools...
$ECHO_C" >&6
11140 if test -x $with_build_time_tools/windmc; then
11141 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
11142 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
11143 echo "$as_me:$LINENO: result
: $ac_cv_path_WINDMC_FOR_TARGET" >&5
11144 echo "${ECHO_T}$ac_cv_path_WINDMC_FOR_TARGET" >&6
11146 echo "$as_me:$LINENO: result
: no
" >&5
11147 echo "${ECHO_T}no
" >&6
11149 elif test $build != $host && test $have_gcc_for_target = yes; then
11150 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
11151 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
11152 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
11155 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11156 # Extract the first word of "windmc
", so it can be a program name with args.
11157 set dummy windmc; ac_word=$2
11158 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11159 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11160 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then
11161 echo $ECHO_N "(cached
) $ECHO_C" >&6
11163 case $WINDMC_FOR_TARGET in
11165 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
11168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11169 for as_dir in $gcc_cv_tool_dirs
11172 test -z "$as_dir" && as_dir=.
11173 for ac_exec_ext in '' $ac_executable_extensions; do
11174 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11175 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11176 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11185 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
11187 if test -n "$WINDMC_FOR_TARGET"; then
11188 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11189 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11191 echo "$as_me:$LINENO: result
: no
" >&5
11192 echo "${ECHO_T}no
" >&6
11196 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
11199 if test -n "$WINDMC_FOR_TARGET"; then
11200 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
11201 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11202 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11205 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11206 for ncn_progname in windmc; do
11207 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11208 set dummy ${ncn_progname}; ac_word=$2
11209 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11210 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11211 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11212 echo $ECHO_N "(cached
) $ECHO_C" >&6
11214 if test -n "$WINDMC_FOR_TARGET"; then
11215 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11217 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11218 for as_dir in $PATH
11221 test -z "$as_dir" && as_dir=.
11222 for ac_exec_ext in '' $ac_executable_extensions; do
11223 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11224 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
11225 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11233 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11234 if test -n "$WINDMC_FOR_TARGET"; then
11235 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11236 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11238 echo "$as_me:$LINENO: result
: no
" >&5
11239 echo "${ECHO_T}no
" >&6
11245 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
11246 for ncn_progname in windmc; do
11247 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11248 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
11249 if test -x $with_build_time_tools/${ncn_progname}; then
11250 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11251 echo "$as_me:$LINENO: result
: yes" >&5
11252 echo "${ECHO_T}yes" >&6
11255 echo "$as_me:$LINENO: result
: no
" >&5
11256 echo "${ECHO_T}no
" >&6
11261 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11262 for ncn_progname in windmc; do
11263 if test -n "$ncn_target_tool_prefix"; then
11264 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11265 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11266 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11267 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11268 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11269 echo $ECHO_N "(cached
) $ECHO_C" >&6
11271 if test -n "$WINDMC_FOR_TARGET"; then
11272 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11275 for as_dir in $PATH
11278 test -z "$as_dir" && as_dir=.
11279 for ac_exec_ext in '' $ac_executable_extensions; do
11280 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11281 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11282 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11290 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11291 if test -n "$WINDMC_FOR_TARGET"; then
11292 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11293 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11295 echo "$as_me:$LINENO: result
: no
" >&5
11296 echo "${ECHO_T}no
" >&6
11300 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
11301 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11302 set dummy ${ncn_progname}; ac_word=$2
11303 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11304 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11305 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11306 echo $ECHO_N "(cached
) $ECHO_C" >&6
11308 if test -n "$WINDMC_FOR_TARGET"; then
11309 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11311 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11312 for as_dir in $PATH
11315 test -z "$as_dir" && as_dir=.
11316 for ac_exec_ext in '' $ac_executable_extensions; do
11317 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11318 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
11319 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11327 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11328 if test -n "$WINDMC_FOR_TARGET"; then
11329 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11330 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11332 echo "$as_me:$LINENO: result
: no
" >&5
11333 echo "${ECHO_T}no
" >&6
11337 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
11341 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
11343 if test $build = $target ; then
11344 WINDMC_FOR_TARGET="$2"
11346 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
11349 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
11353 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
11357 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
11359 echo "$as_me:$LINENO: checking where to
find the target
ar" >&5
11360 echo $ECHO_N "checking where to
find the target
ar...
$ECHO_C" >&6
11361 if test "x
${build}" != "x
${host}" ; then
11362 if expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
11363 # We already found the complete path
11364 ac_dir=`dirname $AR_FOR_TARGET`
11365 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11366 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11368 # Canadian cross, just use what we found
11369 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11370 echo "${ECHO_T}pre-installed
" >&6
11374 case " ${configdirs} " in
11379 if test $ok = yes; then
11380 # An in-tree tool is available and we can use it
11381 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
11382 echo "$as_me:$LINENO: result
: just compiled
" >&5
11383 echo "${ECHO_T}just compiled
" >&6
11384 elif expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
11385 # We already found the complete path
11386 ac_dir=`dirname $AR_FOR_TARGET`
11387 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11388 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11389 elif test "x
$target" = "x
$host"; then
11390 # We can use an host tool
11391 AR_FOR_TARGET='$(AR)'
11392 echo "$as_me:$LINENO: result
: host tool
" >&5
11393 echo "${ECHO_T}host tool
" >&6
11395 # We need a cross tool
11396 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11397 echo "${ECHO_T}pre-installed
" >&6
11401 echo "$as_me:$LINENO: checking where to
find the target as
" >&5
11402 echo $ECHO_N "checking where to
find the target as...
$ECHO_C" >&6
11403 if test "x
${build}" != "x
${host}" ; then
11404 if expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
11405 # We already found the complete path
11406 ac_dir=`dirname $AS_FOR_TARGET`
11407 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11408 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11410 # Canadian cross, just use what we found
11411 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11412 echo "${ECHO_T}pre-installed
" >&6
11416 case " ${configdirs} " in
11421 if test $ok = yes; then
11422 # An in-tree tool is available and we can use it
11423 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
11424 echo "$as_me:$LINENO: result
: just compiled
" >&5
11425 echo "${ECHO_T}just compiled
" >&6
11426 elif expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
11427 # We already found the complete path
11428 ac_dir=`dirname $AS_FOR_TARGET`
11429 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11430 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11431 elif test "x
$target" = "x
$host"; then
11432 # We can use an host tool
11433 AS_FOR_TARGET='$(AS)'
11434 echo "$as_me:$LINENO: result
: host tool
" >&5
11435 echo "${ECHO_T}host tool
" >&6
11437 # We need a cross tool
11438 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11439 echo "${ECHO_T}pre-installed
" >&6
11443 echo "$as_me:$LINENO: checking where to
find the target cc
" >&5
11444 echo $ECHO_N "checking where to
find the target cc...
$ECHO_C" >&6
11445 if test "x
${build}" != "x
${host}" ; then
11446 if expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
11447 # We already found the complete path
11448 ac_dir=`dirname $CC_FOR_TARGET`
11449 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11450 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11452 # Canadian cross, just use what we found
11453 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11454 echo "${ECHO_T}pre-installed
" >&6
11458 case " ${configdirs} " in
11463 if test $ok = yes; then
11464 # An in-tree tool is available and we can use it
11465 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
11466 echo "$as_me:$LINENO: result
: just compiled
" >&5
11467 echo "${ECHO_T}just compiled
" >&6
11468 elif expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
11469 # We already found the complete path
11470 ac_dir=`dirname $CC_FOR_TARGET`
11471 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11472 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11473 elif test "x
$target" = "x
$host"; then
11474 # We can use an host tool
11475 CC_FOR_TARGET='$(CC)'
11476 echo "$as_me:$LINENO: result
: host tool
" >&5
11477 echo "${ECHO_T}host tool
" >&6
11479 # We need a cross tool
11480 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11481 echo "${ECHO_T}pre-installed
" >&6
11485 echo "$as_me:$LINENO: checking where to
find the target c
++" >&5
11486 echo $ECHO_N "checking where to
find the target c
++...
$ECHO_C" >&6
11487 if test "x
${build}" != "x
${host}" ; then
11488 if expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
11489 # We already found the complete path
11490 ac_dir=`dirname $CXX_FOR_TARGET`
11491 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11492 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11494 # Canadian cross, just use what we found
11495 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11496 echo "${ECHO_T}pre-installed
" >&6
11500 case " ${configdirs} " in
11504 case ,${enable_languages}, in
11508 if test $ok = yes; then
11509 # An in-tree tool is available and we can use it
11510 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'
11511 echo "$as_me:$LINENO: result
: just compiled
" >&5
11512 echo "${ECHO_T}just compiled
" >&6
11513 elif expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
11514 # We already found the complete path
11515 ac_dir=`dirname $CXX_FOR_TARGET`
11516 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11517 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11518 elif test "x
$target" = "x
$host"; then
11519 # We can use an host tool
11520 CXX_FOR_TARGET='$(CXX)'
11521 echo "$as_me:$LINENO: result
: host tool
" >&5
11522 echo "${ECHO_T}host tool
" >&6
11524 # We need a cross tool
11525 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11526 echo "${ECHO_T}pre-installed
" >&6
11530 echo "$as_me:$LINENO: checking where to
find the target c
++ for libstdc
++" >&5
11531 echo $ECHO_N "checking where to
find the target c
++ for libstdc
++...
$ECHO_C" >&6
11532 if test "x
${build}" != "x
${host}" ; then
11533 if expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
11534 # We already found the complete path
11535 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
11536 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11537 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11539 # Canadian cross, just use what we found
11540 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11541 echo "${ECHO_T}pre-installed
" >&6
11545 case " ${configdirs} " in
11549 case ,${enable_languages}, in
11553 if test $ok = yes; then
11554 # An in-tree tool is available and we can use it
11555 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'
11556 echo "$as_me:$LINENO: result
: just compiled
" >&5
11557 echo "${ECHO_T}just compiled
" >&6
11558 elif expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
11559 # We already found the complete path
11560 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
11561 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11562 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11563 elif test "x
$target" = "x
$host"; then
11564 # We can use an host tool
11565 RAW_CXX_FOR_TARGET='$(CXX)'
11566 echo "$as_me:$LINENO: result
: host tool
" >&5
11567 echo "${ECHO_T}host tool
" >&6
11569 # We need a cross tool
11570 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11571 echo "${ECHO_T}pre-installed
" >&6
11575 echo "$as_me:$LINENO: checking where to
find the target dlltool
" >&5
11576 echo $ECHO_N "checking where to
find the target dlltool...
$ECHO_C" >&6
11577 if test "x
${build}" != "x
${host}" ; then
11578 if expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
11579 # We already found the complete path
11580 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
11581 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11582 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11584 # Canadian cross, just use what we found
11585 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11586 echo "${ECHO_T}pre-installed
" >&6
11590 case " ${configdirs} " in
11595 if test $ok = yes; then
11596 # An in-tree tool is available and we can use it
11597 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
11598 echo "$as_me:$LINENO: result
: just compiled
" >&5
11599 echo "${ECHO_T}just compiled
" >&6
11600 elif expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
11601 # We already found the complete path
11602 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
11603 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11604 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11605 elif test "x
$target" = "x
$host"; then
11606 # We can use an host tool
11607 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
11608 echo "$as_me:$LINENO: result
: host tool
" >&5
11609 echo "${ECHO_T}host tool
" >&6
11611 # We need a cross tool
11612 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11613 echo "${ECHO_T}pre-installed
" >&6
11617 echo "$as_me:$LINENO: checking where to
find the target gcc
" >&5
11618 echo $ECHO_N "checking where to
find the target gcc...
$ECHO_C" >&6
11619 if test "x
${build}" != "x
${host}" ; then
11620 if expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
11621 # We already found the complete path
11622 ac_dir=`dirname $GCC_FOR_TARGET`
11623 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11624 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11626 # Canadian cross, just use what we found
11627 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11628 echo "${ECHO_T}pre-installed
" >&6
11632 case " ${configdirs} " in
11637 if test $ok = yes; then
11638 # An in-tree tool is available and we can use it
11639 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
11640 echo "$as_me:$LINENO: result
: just compiled
" >&5
11641 echo "${ECHO_T}just compiled
" >&6
11642 elif expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
11643 # We already found the complete path
11644 ac_dir=`dirname $GCC_FOR_TARGET`
11645 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11646 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11647 elif test "x
$target" = "x
$host"; then
11648 # We can use an host tool
11649 GCC_FOR_TARGET='$()'
11650 echo "$as_me:$LINENO: result
: host tool
" >&5
11651 echo "${ECHO_T}host tool
" >&6
11653 # We need a cross tool
11654 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11655 echo "${ECHO_T}pre-installed
" >&6
11659 echo "$as_me:$LINENO: checking where to
find the target gcj
" >&5
11660 echo $ECHO_N "checking where to
find the target gcj...
$ECHO_C" >&6
11661 if test "x
${build}" != "x
${host}" ; then
11662 if expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
11663 # We already found the complete path
11664 ac_dir=`dirname $GCJ_FOR_TARGET`
11665 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11666 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11668 # Canadian cross, just use what we found
11669 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11670 echo "${ECHO_T}pre-installed
" >&6
11674 case " ${configdirs} " in
11678 case ,${enable_languages}, in
11682 if test $ok = yes; then
11683 # An in-tree tool is available and we can use it
11684 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
11685 echo "$as_me:$LINENO: result
: just compiled
" >&5
11686 echo "${ECHO_T}just compiled
" >&6
11687 elif expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
11688 # We already found the complete path
11689 ac_dir=`dirname $GCJ_FOR_TARGET`
11690 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11691 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11692 elif test "x
$target" = "x
$host"; then
11693 # We can use an host tool
11694 GCJ_FOR_TARGET='$(GCJ)'
11695 echo "$as_me:$LINENO: result
: host tool
" >&5
11696 echo "${ECHO_T}host tool
" >&6
11698 # We need a cross tool
11699 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11700 echo "${ECHO_T}pre-installed
" >&6
11704 echo "$as_me:$LINENO: checking where to
find the target gfortran
" >&5
11705 echo $ECHO_N "checking where to
find the target gfortran...
$ECHO_C" >&6
11706 if test "x
${build}" != "x
${host}" ; then
11707 if expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
11708 # We already found the complete path
11709 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
11710 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11711 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11713 # Canadian cross, just use what we found
11714 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11715 echo "${ECHO_T}pre-installed
" >&6
11719 case " ${configdirs} " in
11723 case ,${enable_languages}, in
11727 if test $ok = yes; then
11728 # An in-tree tool is available and we can use it
11729 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
11730 echo "$as_me:$LINENO: result
: just compiled
" >&5
11731 echo "${ECHO_T}just compiled
" >&6
11732 elif expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
11733 # We already found the complete path
11734 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
11735 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11736 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11737 elif test "x
$target" = "x
$host"; then
11738 # We can use an host tool
11739 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
11740 echo "$as_me:$LINENO: result
: host tool
" >&5
11741 echo "${ECHO_T}host tool
" >&6
11743 # We need a cross tool
11744 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11745 echo "${ECHO_T}pre-installed
" >&6
11749 echo "$as_me:$LINENO: checking where to
find the target ld
" >&5
11750 echo $ECHO_N "checking where to
find the target ld...
$ECHO_C" >&6
11751 if test "x
${build}" != "x
${host}" ; then
11752 if expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
11753 # We already found the complete path
11754 ac_dir=`dirname $LD_FOR_TARGET`
11755 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11756 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11758 # Canadian cross, just use what we found
11759 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11760 echo "${ECHO_T}pre-installed
" >&6
11764 case " ${configdirs} " in
11769 if test $ok = yes; then
11770 # An in-tree tool is available and we can use it
11771 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
11772 echo "$as_me:$LINENO: result
: just compiled
" >&5
11773 echo "${ECHO_T}just compiled
" >&6
11774 elif expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
11775 # We already found the complete path
11776 ac_dir=`dirname $LD_FOR_TARGET`
11777 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11778 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11779 elif test "x
$target" = "x
$host"; then
11780 # We can use an host tool
11781 LD_FOR_TARGET='$(LD)'
11782 echo "$as_me:$LINENO: result
: host tool
" >&5
11783 echo "${ECHO_T}host tool
" >&6
11785 # We need a cross tool
11786 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11787 echo "${ECHO_T}pre-installed
" >&6
11791 echo "$as_me:$LINENO: checking where to
find the target lipo
" >&5
11792 echo $ECHO_N "checking where to
find the target lipo...
$ECHO_C" >&6
11793 if test "x
${build}" != "x
${host}" ; then
11794 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
11795 # We already found the complete path
11796 ac_dir=`dirname $LIPO_FOR_TARGET`
11797 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11798 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11800 # Canadian cross, just use what we found
11801 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11802 echo "${ECHO_T}pre-installed
" >&6
11805 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
11806 # We already found the complete path
11807 ac_dir=`dirname $LIPO_FOR_TARGET`
11808 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11809 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11810 elif test "x
$target" = "x
$host"; then
11811 # We can use an host tool
11812 LIPO_FOR_TARGET='$(LIPO)'
11813 echo "$as_me:$LINENO: result
: host tool
" >&5
11814 echo "${ECHO_T}host tool
" >&6
11816 # We need a cross tool
11817 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11818 echo "${ECHO_T}pre-installed
" >&6
11822 echo "$as_me:$LINENO: checking where to
find the target nm
" >&5
11823 echo $ECHO_N "checking where to
find the target nm...
$ECHO_C" >&6
11824 if test "x
${build}" != "x
${host}" ; then
11825 if expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
11826 # We already found the complete path
11827 ac_dir=`dirname $NM_FOR_TARGET`
11828 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11829 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11831 # Canadian cross, just use what we found
11832 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11833 echo "${ECHO_T}pre-installed
" >&6
11837 case " ${configdirs} " in
11842 if test $ok = yes; then
11843 # An in-tree tool is available and we can use it
11844 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
11845 echo "$as_me:$LINENO: result
: just compiled
" >&5
11846 echo "${ECHO_T}just compiled
" >&6
11847 elif expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
11848 # We already found the complete path
11849 ac_dir=`dirname $NM_FOR_TARGET`
11850 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11851 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11852 elif test "x
$target" = "x
$host"; then
11853 # We can use an host tool
11854 NM_FOR_TARGET='$(NM)'
11855 echo "$as_me:$LINENO: result
: host tool
" >&5
11856 echo "${ECHO_T}host tool
" >&6
11858 # We need a cross tool
11859 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11860 echo "${ECHO_T}pre-installed
" >&6
11864 echo "$as_me:$LINENO: checking where to
find the target objdump
" >&5
11865 echo $ECHO_N "checking where to
find the target objdump...
$ECHO_C" >&6
11866 if test "x
${build}" != "x
${host}" ; then
11867 if expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
11868 # We already found the complete path
11869 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
11870 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11871 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11873 # Canadian cross, just use what we found
11874 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11875 echo "${ECHO_T}pre-installed
" >&6
11879 case " ${configdirs} " in
11884 if test $ok = yes; then
11885 # An in-tree tool is available and we can use it
11886 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
11887 echo "$as_me:$LINENO: result
: just compiled
" >&5
11888 echo "${ECHO_T}just compiled
" >&6
11889 elif expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
11890 # We already found the complete path
11891 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
11892 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11893 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11894 elif test "x
$target" = "x
$host"; then
11895 # We can use an host tool
11896 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
11897 echo "$as_me:$LINENO: result
: host tool
" >&5
11898 echo "${ECHO_T}host tool
" >&6
11900 # We need a cross tool
11901 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11902 echo "${ECHO_T}pre-installed
" >&6
11906 echo "$as_me:$LINENO: checking where to
find the target ranlib
" >&5
11907 echo $ECHO_N "checking where to
find the target ranlib...
$ECHO_C" >&6
11908 if test "x
${build}" != "x
${host}" ; then
11909 if expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
11910 # We already found the complete path
11911 ac_dir=`dirname $RANLIB_FOR_TARGET`
11912 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11913 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11915 # Canadian cross, just use what we found
11916 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11917 echo "${ECHO_T}pre-installed
" >&6
11921 case " ${configdirs} " in
11926 if test $ok = yes; then
11927 # An in-tree tool is available and we can use it
11928 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
11929 echo "$as_me:$LINENO: result
: just compiled
" >&5
11930 echo "${ECHO_T}just compiled
" >&6
11931 elif expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
11932 # We already found the complete path
11933 ac_dir=`dirname $RANLIB_FOR_TARGET`
11934 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11935 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11936 elif test "x
$target" = "x
$host"; then
11937 # We can use an host tool
11938 RANLIB_FOR_TARGET='$(RANLIB)'
11939 echo "$as_me:$LINENO: result
: host tool
" >&5
11940 echo "${ECHO_T}host tool
" >&6
11942 # We need a cross tool
11943 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11944 echo "${ECHO_T}pre-installed
" >&6
11948 echo "$as_me:$LINENO: checking where to
find the target strip
" >&5
11949 echo $ECHO_N "checking where to
find the target strip...
$ECHO_C" >&6
11950 if test "x
${build}" != "x
${host}" ; then
11951 if expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
11952 # We already found the complete path
11953 ac_dir=`dirname $STRIP_FOR_TARGET`
11954 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11955 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11957 # Canadian cross, just use what we found
11958 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11959 echo "${ECHO_T}pre-installed
" >&6
11963 case " ${configdirs} " in
11968 if test $ok = yes; then
11969 # An in-tree tool is available and we can use it
11970 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip'
11971 echo "$as_me:$LINENO: result
: just compiled
" >&5
11972 echo "${ECHO_T}just compiled
" >&6
11973 elif expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
11974 # We already found the complete path
11975 ac_dir=`dirname $STRIP_FOR_TARGET`
11976 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11977 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11978 elif test "x
$target" = "x
$host"; then
11979 # We can use an host tool
11980 STRIP_FOR_TARGET='$(STRIP)'
11981 echo "$as_me:$LINENO: result
: host tool
" >&5
11982 echo "${ECHO_T}host tool
" >&6
11984 # We need a cross tool
11985 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11986 echo "${ECHO_T}pre-installed
" >&6
11990 echo "$as_me:$LINENO: checking where to
find the target windres
" >&5
11991 echo $ECHO_N "checking where to
find the target windres...
$ECHO_C" >&6
11992 if test "x
${build}" != "x
${host}" ; then
11993 if expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
11994 # We already found the complete path
11995 ac_dir=`dirname $WINDRES_FOR_TARGET`
11996 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11997 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11999 # Canadian cross, just use what we found
12000 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12001 echo "${ECHO_T}pre-installed
" >&6
12005 case " ${configdirs} " in
12010 if test $ok = yes; then
12011 # An in-tree tool is available and we can use it
12012 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
12013 echo "$as_me:$LINENO: result
: just compiled
" >&5
12014 echo "${ECHO_T}just compiled
" >&6
12015 elif expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
12016 # We already found the complete path
12017 ac_dir=`dirname $WINDRES_FOR_TARGET`
12018 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12019 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12020 elif test "x
$target" = "x
$host"; then
12021 # We can use an host tool
12022 WINDRES_FOR_TARGET='$(WINDRES)'
12023 echo "$as_me:$LINENO: result
: host tool
" >&5
12024 echo "${ECHO_T}host tool
" >&6
12026 # We need a cross tool
12027 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12028 echo "${ECHO_T}pre-installed
" >&6
12032 echo "$as_me:$LINENO: checking where to
find the target windmc
" >&5
12033 echo $ECHO_N "checking where to
find the target windmc...
$ECHO_C" >&6
12034 if test "x
${build}" != "x
${host}" ; then
12035 if expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
12036 # We already found the complete path
12037 ac_dir=`dirname $WINDMC_FOR_TARGET`
12038 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12039 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12041 # Canadian cross, just use what we found
12042 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12043 echo "${ECHO_T}pre-installed
" >&6
12047 case " ${configdirs} " in
12052 if test $ok = yes; then
12053 # An in-tree tool is available and we can use it
12054 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
12055 echo "$as_me:$LINENO: result
: just compiled
" >&5
12056 echo "${ECHO_T}just compiled
" >&6
12057 elif expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
12058 # We already found the complete path
12059 ac_dir=`dirname $WINDMC_FOR_TARGET`
12060 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12061 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12062 elif test "x
$target" = "x
$host"; then
12063 # We can use an host tool
12064 WINDMC_FOR_TARGET='$(WINDMC)'
12065 echo "$as_me:$LINENO: result
: host tool
" >&5
12066 echo "${ECHO_T}host tool
" >&6
12068 # We need a cross tool
12069 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12070 echo "${ECHO_T}pre-installed
" >&6
12078 # Certain tools may need extra flags.
12079 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
12080 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
12081 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
12083 # When building target libraries, except in a Canadian cross, we use
12084 # the same toolchain as the compiler we just built.
12085 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
12086 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
12087 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
12088 if test $host = $build; then
12089 case " $configdirs " in
12091 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
12092 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
12093 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
12102 echo "$as_me:$LINENO: checking whether to
enable maintainer-specific portions of Makefiles
" >&5
12103 echo $ECHO_N "checking whether to
enable maintainer-specific portions of Makefiles...
$ECHO_C" >&6
12104 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
12105 if test "${enable_maintainer_mode+set}" = set; then
12106 enableval="$enable_maintainer_mode"
12107 USE_MAINTAINER_MODE=$enableval
12109 USE_MAINTAINER_MODE=no
12111 echo "$as_me:$LINENO: result
: $USE_MAINTAINER_MODE" >&5
12112 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
12115 if test "$USE_MAINTAINER_MODE" = yes; then
12116 MAINTAINER_MODE_TRUE=
12117 MAINTAINER_MODE_FALSE='#'
12119 MAINTAINER_MODE_TRUE='#'
12120 MAINTAINER_MODE_FALSE=
12122 MAINT=$MAINTAINER_MODE_TRUE
12124 # ---------------------
12125 # GCC bootstrap support
12126 # ---------------------
12128 # Stage specific cflags for build.
12133 yes) stage1_cflags="-g -Wa,-J" ;;
12134 *) stage1_cflags="-g -J" ;;
12138 # This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
12139 if test "$GCC" = yes; then
12140 saved_CFLAGS="$CFLAGS"
12142 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
12143 CFLAGS="$CFLAGS -fkeep-inline-functions"
12144 echo "$as_me:$LINENO: checking whether
-fkeep-inline-functions is supported
" >&5
12145 echo $ECHO_N "checking whether
-fkeep-inline-functions is supported...
$ECHO_C" >&6
12146 cat >conftest.$ac_ext <<_ACEOF
12149 cat confdefs.h >>conftest.$ac_ext
12150 cat >>conftest.$ac_ext <<_ACEOF
12151 /* end confdefs.h. */
12153 #if (__GNUC__ < 3) \
12154 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
12155 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
12156 #error http://gcc.gnu.org/PR29382
12167 rm -f conftest.$ac_objext
12168 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12169 (eval $ac_compile) 2>conftest.er1
12171 grep -v '^ *+' conftest.er1 >conftest.err
12173 cat conftest.err >&5
12174 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12175 (exit $ac_status); } &&
12176 { ac_try='test -z "$ac_c_werror_flag"
12177 || test ! -s conftest.err'
12178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12179 (eval $ac_try) 2>&5
12181 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12182 (exit $ac_status); }; } &&
12183 { ac_try='test -s conftest.$ac_objext'
12184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12185 (eval $ac_try) 2>&5
12187 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12188 (exit $ac_status); }; }; then
12189 echo "$as_me:$LINENO: result
: yes" >&5
12190 echo "${ECHO_T}yes" >&6; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
12192 echo "$as_me: failed program was
:" >&5
12193 sed 's/^/| /' conftest.$ac_ext >&5
12195 echo "$as_me:$LINENO: result
: no
" >&5
12196 echo "${ECHO_T}no
" >&6
12198 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12200 CFLAGS="$saved_CFLAGS"
12205 # Enable --enable-checking in stage1 of the compiler.
12206 # Check whether --enable-stage1-checking or --disable-stage1-checking was given.
12207 if test "${enable_stage1_checking+set}" = set; then
12208 enableval="$enable_stage1_checking"
12209 stage1_checking=--enable-checking=${enable_stage1_checking}
12211 if test "x
$enable_checking" = xno || test "x
$enable_checking" = x; then
12212 stage1_checking=--enable-checking=yes,types
12214 stage1_checking=--enable-checking=$enable_checking,types
12219 # Enable -Werror in bootstrap stage2 and later.
12220 # Check whether --enable-werror or --disable-werror was given.
12221 if test "${enable_werror+set}" = set; then
12222 enableval="$enable_werror"
12225 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
12231 case ${enable_werror} in
12232 yes) stage2_werror_flag="--enable-werror-always" ;;
12233 *) stage2_werror_flag="" ;;
12237 # Flags needed to enable html installing and building
12239 # Check whether --with-datarootdir or --without-datarootdir was given.
12240 if test "${with_datarootdir+set}" = set; then
12241 withval="$with_datarootdir"
12242 datarootdir="\
${prefix}/${withval}"
12244 datarootdir="\
${prefix}/share
"
12248 # Check whether --with-docdir or --without-docdir was given.
12249 if test "${with_docdir+set}" = set; then
12250 withval="$with_docdir"
12251 docdir="\
${prefix}/${withval}"
12253 docdir="\
${datarootdir}/doc
"
12257 # Check whether --with-pdfdir or --without-pdfdir was given.
12258 if test "${with_pdfdir+set}" = set; then
12259 withval="$with_pdfdir"
12260 pdfdir="\
${prefix}/${withval}"
12262 pdfdir="\
${docdir}"
12266 # Check whether --with-htmldir or --without-htmldir was given.
12267 if test "${with_htmldir+set}" = set; then
12268 withval="$with_htmldir"
12269 htmldir="\
${prefix}/${withval}"
12271 htmldir="\
${docdir}"
12279 ac_config_files="$ac_config_files Makefile
"
12280 cat >confcache <<\_ACEOF
12281 # This file is a shell script that caches the results of configure
12282 # tests run on this system so they can be shared between configure
12283 # scripts and configure runs, see configure's option --config-cache.
12284 # It is not useful on other systems. If it contains results you don't
12285 # want to keep, you may remove or edit it.
12287 # config.status only pays attention to the cache file if you give it
12288 # the --recheck option to rerun configure.
12290 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12291 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12292 # following values.
12296 # The following way of writing the cache mishandles newlines in values,
12297 # but we know of no workaround that is simple, portable, and efficient.
12298 # So, don't put newlines in cache variables' values.
12299 # Ultrix sh set writes to stderr and can't be redirected directly,
12300 # and sets the high bit in the cache file unless we assign to the vars.
12303 case `(ac_space=' '; set | grep ac_space) 2>&1` in
12305 # `set' does not quote correctly, so add quotes (double-quote
12306 # substitution turns \\\\ into \\, and sed turns \\ into \).
12309 s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1='\\2'/p
"
12312 # `set' quotes correctly as required by POSIX, so do not add quotes.
12314 "s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1=\\2/p
"
12321 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12323 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12325 if diff $cache_file confcache >/dev/null 2>&1; then :; else
12326 if test -w $cache_file; then
12327 test "x
$cache_file" != "x
/dev
/null
" && echo "updating cache
$cache_file"
12328 cat confcache >$cache_file
12330 echo "not updating unwritable cache
$cache_file"
12335 test "x
$prefix" = xNONE && prefix=$ac_default_prefix
12336 # Let make expand exec_prefix.
12337 test "x
$exec_prefix" = xNONE && exec_prefix='${prefix}'
12339 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12340 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".
", strip leading and
12341 # trailing colons and then remove the whole line if VPATH becomes empty
12342 # (actually we leave an empty line to preserve line numbers).
12343 if test "x
$srcdir" = x.; then
12344 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12345 s/:*\$(srcdir):*/:/;
12346 s/:*\${srcdir}:*/:/;
12348 s/^\([^=]*=[ ]*\):*/\1/;
12354 # Transform confdefs.h into DEFS.
12355 # Protect against shell expansion while executing Makefile rules.
12356 # Protect against Makefile macro expansion.
12358 # If the first sed substitution is executed (which looks for macros that
12359 # take arguments), then we branch to the quote section. Otherwise,
12360 # look for a macro that doesn't take arguments.
12361 cat >confdef2opt.sed <<\_ACEOF
12364 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
12366 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
12370 s,[ `~#$^&*(){}\\|;'"<>?
],\\&,g
12376 # We use echo to avoid assuming a particular line-breaking character.
12377 # The extra dot is to prevent the shell from consuming trailing
12378 # line-breaks from the sub-command output. A line-break within
12379 # single-quotes doesn't work because, if this script is created in a
12380 # platform that uses two characters for line-breaks (e.g., DOS), tr
12382 ac_LF_and_DOT
=`echo; echo .`
12383 DEFS
=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
12384 rm -f confdef2opt.
sed
12389 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
12390 # 1. Remove the extension, and $U if already installed.
12391 ac_i
=`echo "$ac_i" |
12392 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
12394 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
12395 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
12397 LIBOBJS
=$ac_libobjs
12399 LTLIBOBJS
=$ac_ltlibobjs
12403 : ${CONFIG_STATUS=./config.status}
12404 ac_clean_files_save
=$ac_clean_files
12405 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
12406 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
12407 echo "$as_me: creating $CONFIG_STATUS" >&6;}
12408 cat >$CONFIG_STATUS <<_ACEOF
12410 # Generated by $as_me.
12411 # Run this file to recreate the current configuration.
12412 # Compiler output produced by configure, useful for debugging
12413 # configure, is in config.log if it exists.
12416 ac_cs_recheck=false
12418 SHELL=\${CONFIG_SHELL-$SHELL}
12421 cat >>$CONFIG_STATUS <<\_ACEOF
12422 ## --------------------- ##
12423 ## M4sh Initialization. ##
12424 ## --------------------- ##
12426 # Be Bourne compatible
12427 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
12430 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
12431 # is contrary to our usage. Disable this feature.
12432 alias -g '${1+"$@"}'='"$@"'
12433 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
12436 DUALCASE
=1; export DUALCASE
# for MKS sh
12438 # Support unset when possible.
12439 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
12446 # Work around bugs in pre-3.0 UWIN ksh.
12447 $as_unset ENV MAIL MAILPATH
12454 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
12455 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
12456 LC_TELEPHONE LC_TIME
12458 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
12459 eval $as_var=C
; export $as_var
12465 # Required to use basename.
12466 if expr a
: '\(a\)' >/dev
/null
2>&1; then
12472 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
12473 as_basename
=basename
12479 # Name of the executable.
12480 as_me
=`$as_basename "$0" ||
12481 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12482 X"$0" : 'X\(//\)$' \| \
12483 X"$0" : 'X\(/\)$' \| \
12484 . : '\(.\)' 2>/dev/null ||
12486 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
12487 /^X\/\(\/\/\)$/{ s//\1/; q; }
12488 /^X\/\(\/\).*/{ s//\1/; q; }
12492 # PATH needs CR, and LINENO needs CR and PATH.
12493 # Avoid depending upon Character Ranges.
12494 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
12495 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12496 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
12497 as_cr_digits
='0123456789'
12498 as_cr_alnum
=$as_cr_Letters$as_cr_digits
12500 # The user is always right.
12501 if test "${PATH_SEPARATOR+set}" != set; then
12502 echo "#! /bin/sh" >conf$$.sh
12503 echo "exit 0" >>conf$$.sh
12505 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
12514 as_lineno_1
=$LINENO
12515 as_lineno_2
=$LINENO
12516 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
12517 test "x$as_lineno_1" != "x$as_lineno_2" &&
12518 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
12519 # Find who we are. Look in the path if we contain no path at all
12522 *[\\/]* ) as_myself
=$0 ;;
12523 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12524 for as_dir
in $PATH
12527 test -z "$as_dir" && as_dir
=.
12528 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
12533 # We did not find ourselves, most probably we were run as `sh COMMAND'
12534 # in which case we are not to be found in the path.
12535 if test "x$as_myself" = x
; then
12538 if test ! -f "$as_myself"; then
12539 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
12540 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
12541 { (exit 1); exit 1; }; }
12543 case $CONFIG_SHELL in
12545 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12546 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
12549 test -z "$as_dir" && as_dir
=.
12550 for as_base
in sh bash ksh sh5
; do
12553 if ("$as_dir/$as_base" -c '
12554 as_lineno_1=$LINENO
12555 as_lineno_2=$LINENO
12556 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
12557 test "x$as_lineno_1" != "x$as_lineno_2" &&
12558 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
12559 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
12560 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
12561 CONFIG_SHELL
=$as_dir/$as_base
12562 export CONFIG_SHELL
12563 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
12571 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
12572 # uniformly replaced by the line number. The first 'sed' inserts a
12573 # line-number line before each line; the second 'sed' does the real
12574 # work. The second script uses 'N' to pair each line-number line
12575 # with the numbered line, and appends trailing '-' during
12576 # substitution so that $LINENO is not a special case at line end.
12577 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
12578 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
12579 sed '=' <$as_myself |
12584 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
12587 s,^['$as_cr_digits']*\n,,
12588 ' >$as_me.lineno
&&
12589 chmod +x
$as_me.lineno ||
12590 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
12591 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
12592 { (exit 1); exit 1; }; }
12594 # Don't try to exec as it changes $[0], causing all sort of problems
12595 # (the dirname of $[0] is not the place where we might find the
12596 # original and so on. Autoconf is especially sensible to this).
12598 # Exit status is that of the last command.
12603 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
12604 *c
*,-n*) ECHO_N
= ECHO_C
='
12606 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
12607 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
12610 if expr a
: '\(a\)' >/dev
/null
2>&1; then
12616 rm -f conf$$ conf$$.exe conf$$.
file
12618 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
12619 # We could just check for DJGPP; but this test a) works b) is more generic
12620 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
12621 if test -f conf$$.exe
; then
12622 # Don't use ln at all; we don't have any links
12627 elif ln conf$$.
file conf$$
2>/dev
/null
; then
12632 rm -f conf$$ conf$$.exe conf$$.
file
12634 if mkdir
-p .
2>/dev
/null
; then
12637 test -d .
/-p && rmdir .
/-p
12641 as_executable_p
="test -f"
12643 # Sed expression to map a string onto a valid CPP name.
12644 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12646 # Sed expression to map a string onto a valid variable name.
12647 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12651 # We need space, tab and new line, in precisely that order.
12661 # Open the log real soon, to keep \$[0] and so on meaningful, and to
12662 # report actual input values of CONFIG_FILES etc. instead of their
12663 # values after options handling. Logging --version etc. is OK.
12667 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12668 ## Running $as_me. ##
12673 This file was extended by $as_me, which was
12674 generated by GNU Autoconf 2.59. Invocation command line was
12676 CONFIG_FILES = $CONFIG_FILES
12677 CONFIG_HEADERS = $CONFIG_HEADERS
12678 CONFIG_LINKS = $CONFIG_LINKS
12679 CONFIG_COMMANDS = $CONFIG_COMMANDS
12683 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
12687 # Files that config.status was made for.
12688 if test -n "$ac_config_files"; then
12689 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
12692 if test -n "$ac_config_headers"; then
12693 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
12696 if test -n "$ac_config_links"; then
12697 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
12700 if test -n "$ac_config_commands"; then
12701 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
12704 cat >>$CONFIG_STATUS <<\_ACEOF
12707 \`$as_me' instantiates files from templates according to the
12708 current configuration.
12710 Usage: $0 [OPTIONS] [FILE]...
12712 -h, --help print this help, then exit
12713 -V, --version print version number, then exit
12714 -q, --quiet do not print progress messages
12715 -d, --debug don't remove temporary files
12716 --recheck update $as_me by reconfiguring in the same conditions
12717 --file=FILE[:TEMPLATE]
12718 instantiate the configuration file FILE
12720 Configuration files:
12723 Report bugs to <bug-autoconf@gnu.org>."
12726 cat >>$CONFIG_STATUS <<_ACEOF
12729 configured by $0, generated by GNU Autoconf 2.59,
12730 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
12732 Copyright (C) 2003 Free Software Foundation, Inc.
12733 This config.status script is free software; the Free Software Foundation
12734 gives unlimited permission to copy, distribute and modify it."
12739 cat >>$CONFIG_STATUS <<\_ACEOF
12740 # If no file are specified by the user, then we need to provide default
12741 # value. By we need to know if files were specified by the user.
12747 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
12748 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
12756 *) # This is not an option, so the user has probably given explicit
12759 ac_need_defaults
=false
;;
12763 # Handling of the options.
12765 cat >>$CONFIG_STATUS <<\_ACEOF
12766 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
12768 --version |
--vers* |
-V )
12769 echo "$ac_cs_version"; exit 0 ;;
12771 # Conflict between --help and --header
12772 { { echo "$as_me:$LINENO: error: ambiguous option: $1
12773 Try \`$0 --help' for more information." >&5
12774 echo "$as_me: error: ambiguous option: $1
12775 Try \`$0 --help' for more information." >&2;}
12776 { (exit 1); exit 1; }; };;
12777 --help |
--hel |
-h )
12778 echo "$ac_cs_usage"; exit 0 ;;
12779 --debug |
--d* |
-d )
12781 --file |
--fil |
--fi |
--f )
12783 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
12784 ac_need_defaults
=false
;;
12785 --header |
--heade |
--head |
--hea )
12787 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
12788 ac_need_defaults
=false
;;
12789 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
12790 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
12793 # This is an error.
12794 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
12795 Try \`$0 --help' for more information." >&5
12796 echo "$as_me: error: unrecognized option: $1
12797 Try \`$0 --help' for more information." >&2;}
12798 { (exit 1); exit 1; }; } ;;
12800 *) ac_config_targets
="$ac_config_targets $1" ;;
12806 ac_configure_extra_args
=
12808 if $ac_cs_silent; then
12810 ac_configure_extra_args
="$ac_configure_extra_args --silent"
12814 cat >>$CONFIG_STATUS <<_ACEOF
12815 if \$ac_cs_recheck; then
12816 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
12817 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12826 cat >>$CONFIG_STATUS <<\_ACEOF
12827 for ac_config_target
in $ac_config_targets
12829 case "$ac_config_target" in
12830 # Handling of arguments.
12831 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
12832 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
12833 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
12834 { (exit 1); exit 1; }; };;
12838 # If the user did not use the arguments to specify the items to instantiate,
12839 # then the envvar interface is used. Set only those that are not.
12840 # We use the long form for the default assignment because of an extremely
12841 # bizarre bug on SunOS 4.1.3.
12842 if $ac_need_defaults; then
12843 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
12846 # Have a temporary directory for convenience. Make it in the build tree
12847 # simply because there is no reason to put it here, and in addition,
12848 # creating and moving files from /tmp can sometimes cause problems.
12849 # Create a temporary directory, and hook for its removal unless debugging.
12852 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
12853 trap '{ (exit 1); exit 1; }' 1 2 13 15
12856 # Create a (secure) tmp directory for tmp files.
12859 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
12860 test -n "$tmp" && test -d "$tmp"
12863 tmp
=.
/confstat$$
-$RANDOM
12864 (umask 077 && mkdir
$tmp)
12867 echo "$me: cannot create a temporary directory in ." >&2
12868 { (exit 1); exit 1; }
12873 cat >>$CONFIG_STATUS <<_ACEOF
12876 # CONFIG_FILES section.
12879 # No need to generate the scripts if there are no CONFIG_FILES.
12880 # This happens for instance when ./config.status config.h
12881 if test -n "\$CONFIG_FILES"; then
12882 # Protect against being on the right side of a sed subst in config.status.
12883 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
12884 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
12885 s,@SHELL@,$SHELL,;t t
12886 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
12887 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
12888 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
12889 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
12890 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
12891 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
12892 s,@exec_prefix@,$exec_prefix,;t t
12893 s,@prefix@,$prefix,;t t
12894 s,@program_transform_name@,$program_transform_name,;t t
12895 s,@bindir@,$bindir,;t t
12896 s,@sbindir@,$sbindir,;t t
12897 s,@libexecdir@,$libexecdir,;t t
12898 s,@datadir@,$datadir,;t t
12899 s,@sysconfdir@,$sysconfdir,;t t
12900 s,@sharedstatedir@,$sharedstatedir,;t t
12901 s,@localstatedir@,$localstatedir,;t t
12902 s,@libdir@,$libdir,;t t
12903 s,@includedir@,$includedir,;t t
12904 s,@oldincludedir@,$oldincludedir,;t t
12905 s,@infodir@,$infodir,;t t
12906 s,@mandir@,$mandir,;t t
12907 s,@build_alias@,$build_alias,;t t
12908 s,@host_alias@,$host_alias,;t t
12909 s,@target_alias@,$target_alias,;t t
12910 s,@DEFS@,$DEFS,;t t
12911 s,@ECHO_C@,$ECHO_C,;t t
12912 s,@ECHO_N@,$ECHO_N,;t t
12913 s,@ECHO_T@,$ECHO_T,;t t
12914 s,@LIBS@,$LIBS,;t t
12915 s,@TOPLEVEL_CONFIGURE_ARGUMENTS@,$TOPLEVEL_CONFIGURE_ARGUMENTS,;t t
12916 s,@build@,$build,;t t
12917 s,@build_cpu@,$build_cpu,;t t
12918 s,@build_vendor@,$build_vendor,;t t
12919 s,@build_os@,$build_os,;t t
12920 s,@build_noncanonical@,$build_noncanonical,;t t
12921 s,@host_noncanonical@,$host_noncanonical,;t t
12922 s,@target_noncanonical@,$target_noncanonical,;t t
12923 s,@host@,$host,;t t
12924 s,@host_cpu@,$host_cpu,;t t
12925 s,@host_vendor@,$host_vendor,;t t
12926 s,@host_os@,$host_os,;t t
12927 s,@target@,$target,;t t
12928 s,@target_cpu@,$target_cpu,;t t
12929 s,@target_vendor@,$target_vendor,;t t
12930 s,@target_os@,$target_os,;t t
12931 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
12932 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
12933 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
12935 s,@LN_S@,$LN_S,;t t
12936 s,@build_libsubdir@,$build_libsubdir,;t t
12937 s,@build_subdir@,$build_subdir,;t t
12938 s,@host_subdir@,$host_subdir,;t t
12939 s,@target_subdir@,$target_subdir,;t t
12941 s,@CFLAGS@,$CFLAGS,;t t
12942 s,@LDFLAGS@,$LDFLAGS,;t t
12943 s,@CPPFLAGS@,$CPPFLAGS,;t t
12944 s,@ac_ct_CC@,$ac_ct_CC,;t t
12945 s,@EXEEXT@,$EXEEXT,;t t
12946 s,@OBJEXT@,$OBJEXT,;t t
12948 s,@CXXFLAGS@,$CXXFLAGS,;t t
12949 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
12950 s,@GNATBIND@,$GNATBIND,;t t
12951 s,@ac_ct_GNATBIND@,$ac_ct_GNATBIND,;t t
12952 s,@GNATMAKE@,$GNATMAKE,;t t
12953 s,@ac_ct_GNATMAKE@,$ac_ct_GNATMAKE,;t t
12954 s,@do_compare@,$do_compare,;t t
12955 s,@gmplibs@,$gmplibs,;t t
12956 s,@gmpinc@,$gmpinc,;t t
12957 s,@stage1_languages@,$stage1_languages,;t t
12958 s,@SYSROOT_CFLAGS_FOR_TARGET@,$SYSROOT_CFLAGS_FOR_TARGET,;t t
12959 s,@DEBUG_PREFIX_CFLAGS_FOR_TARGET@,$DEBUG_PREFIX_CFLAGS_FOR_TARGET,;t t
12960 s,@CFLAGS_FOR_TARGET@,$CFLAGS_FOR_TARGET,;t t
12961 s,@CXXFLAGS_FOR_TARGET@,$CXXFLAGS_FOR_TARGET,;t t
12962 s,@RPATH_ENVVAR@,$RPATH_ENVVAR,;t t
12963 s,@tooldir@,$tooldir,;t t
12964 s,@build_tooldir@,$build_tooldir,;t t
12965 s,@CONFIGURE_GDB_TK@,$CONFIGURE_GDB_TK,;t t
12966 s,@GDB_TK@,$GDB_TK,;t t
12967 s,@INSTALL_GDB_TK@,$INSTALL_GDB_TK,;t t
12968 s,@build_configargs@,$build_configargs,;t t
12969 s,@build_configdirs@,$build_configdirs,;t t
12970 s,@host_configargs@,$host_configargs,;t t
12971 s,@configdirs@,$configdirs,;t t
12972 s,@target_configargs@,$target_configargs,;t t
12973 s,@AR_FOR_BUILD@,$AR_FOR_BUILD,;t t
12974 s,@AS_FOR_BUILD@,$AS_FOR_BUILD,;t t
12975 s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
12976 s,@CFLAGS_FOR_BUILD@,$CFLAGS_FOR_BUILD,;t t
12977 s,@CXXFLAGS_FOR_BUILD@,$CXXFLAGS_FOR_BUILD,;t t
12978 s,@CXX_FOR_BUILD@,$CXX_FOR_BUILD,;t t
12979 s,@DLLTOOL_FOR_BUILD@,$DLLTOOL_FOR_BUILD,;t t
12980 s,@GCJ_FOR_BUILD@,$GCJ_FOR_BUILD,;t t
12981 s,@GFORTRAN_FOR_BUILD@,$GFORTRAN_FOR_BUILD,;t t
12982 s,@LDFLAGS_FOR_BUILD@,$LDFLAGS_FOR_BUILD,;t t
12983 s,@LD_FOR_BUILD@,$LD_FOR_BUILD,;t t
12984 s,@NM_FOR_BUILD@,$NM_FOR_BUILD,;t t
12985 s,@RANLIB_FOR_BUILD@,$RANLIB_FOR_BUILD,;t t
12986 s,@WINDMC_FOR_BUILD@,$WINDMC_FOR_BUILD,;t t
12987 s,@WINDRES_FOR_BUILD@,$WINDRES_FOR_BUILD,;t t
12988 s,@config_shell@,$config_shell,;t t
12989 s,@YACC@,$YACC,;t t
12990 s,@BISON@,$BISON,;t t
12993 s,@FLEX@,$FLEX,;t t
12994 s,@MAKEINFO@,$MAKEINFO,;t t
12995 s,@EXPECT@,$EXPECT,;t t
12996 s,@RUNTEST@,$RUNTEST,;t t
12999 s,@DLLTOOL@,$DLLTOOL,;t t
13001 s,@LIPO@,$LIPO,;t t
13003 s,@RANLIB@,$RANLIB,;t t
13004 s,@STRIP@,$STRIP,;t t
13005 s,@WINDRES@,$WINDRES,;t t
13006 s,@WINDMC@,$WINDMC,;t t
13007 s,@OBJCOPY@,$OBJCOPY,;t t
13008 s,@OBJDUMP@,$OBJDUMP,;t t
13009 s,@CC_FOR_TARGET@,$CC_FOR_TARGET,;t t
13010 s,@CXX_FOR_TARGET@,$CXX_FOR_TARGET,;t t
13011 s,@GCC_FOR_TARGET@,$GCC_FOR_TARGET,;t t
13012 s,@GCJ_FOR_TARGET@,$GCJ_FOR_TARGET,;t t
13013 s,@GFORTRAN_FOR_TARGET@,$GFORTRAN_FOR_TARGET,;t t
13014 s,@AR_FOR_TARGET@,$AR_FOR_TARGET,;t t
13015 s,@AS_FOR_TARGET@,$AS_FOR_TARGET,;t t
13016 s,@DLLTOOL_FOR_TARGET@,$DLLTOOL_FOR_TARGET,;t t
13017 s,@LD_FOR_TARGET@,$LD_FOR_TARGET,;t t
13018 s,@LIPO_FOR_TARGET@,$LIPO_FOR_TARGET,;t t
13019 s,@NM_FOR_TARGET@,$NM_FOR_TARGET,;t t
13020 s,@OBJDUMP_FOR_TARGET@,$OBJDUMP_FOR_TARGET,;t t
13021 s,@RANLIB_FOR_TARGET@,$RANLIB_FOR_TARGET,;t t
13022 s,@STRIP_FOR_TARGET@,$STRIP_FOR_TARGET,;t t
13023 s,@WINDRES_FOR_TARGET@,$WINDRES_FOR_TARGET,;t t
13024 s,@WINDMC_FOR_TARGET@,$WINDMC_FOR_TARGET,;t t
13025 s,@RAW_CXX_FOR_TARGET@,$RAW_CXX_FOR_TARGET,;t t
13026 s,@FLAGS_FOR_TARGET@,$FLAGS_FOR_TARGET,;t t
13027 s,@COMPILER_AS_FOR_TARGET@,$COMPILER_AS_FOR_TARGET,;t t
13028 s,@COMPILER_LD_FOR_TARGET@,$COMPILER_LD_FOR_TARGET,;t t
13029 s,@COMPILER_NM_FOR_TARGET@,$COMPILER_NM_FOR_TARGET,;t t
13030 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
13031 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
13032 s,@MAINT@,$MAINT,;t t
13033 s,@stage1_cflags@,$stage1_cflags,;t t
13034 s,@stage1_checking@,$stage1_checking,;t t
13035 s,@stage2_werror_flag@,$stage2_werror_flag,;t t
13036 s,@datarootdir@,$datarootdir,;t t
13037 s,@docdir@,$docdir,;t t
13038 s,@pdfdir@,$pdfdir,;t t
13039 s,@htmldir@,$htmldir,;t t
13040 s,@LIBOBJS@,$LIBOBJS,;t t
13041 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
13042 /@serialization_dependencies@/r $serialization_dependencies
13043 s,@serialization_dependencies@,,;t t
13044 /@host_makefile_frag@/r $host_makefile_frag
13045 s,@host_makefile_frag@,,;t t
13046 /@target_makefile_frag@/r $target_makefile_frag
13047 s,@target_makefile_frag@,,;t t
13048 /@alphaieee_frag@/r $alphaieee_frag
13049 s,@alphaieee_frag@,,;t t
13050 /@ospace_frag@/r $ospace_frag
13051 s,@ospace_frag@,,;t t
13056 cat >>$CONFIG_STATUS <<\_ACEOF
13057 # Split the substitutions into bite-sized pieces for seds with
13058 # small command number limits, like on Digital OSF/1 and HP-UX.
13059 ac_max_sed_lines
=48
13060 ac_sed_frag
=1 # Number of current file.
13061 ac_beg
=1 # First line for current file.
13062 ac_end
=$ac_max_sed_lines # Line after last line for current file.
13065 while $ac_more_lines; do
13066 if test $ac_beg -gt 1; then
13067 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
13069 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
13071 if test ! -s $tmp/subs.frag
; then
13072 ac_more_lines
=false
13074 # The purpose of the label and of the branching condition is to
13075 # speed up the sed processing (if there are no `@' at all, there
13076 # is no need to browse any of the substitutions).
13077 # These are the two extra sed commands mentioned above.
13079 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
13080 if test -z "$ac_sed_cmds"; then
13081 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
13083 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
13085 ac_sed_frag
=`expr $ac_sed_frag + 1`
13087 ac_end
=`expr $ac_end + $ac_max_sed_lines`
13090 if test -z "$ac_sed_cmds"; then
13093 fi # test -n "$CONFIG_FILES"
13096 cat >>$CONFIG_STATUS <<\_ACEOF
13097 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
13098 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13100 - |
*:- |
*:-:* ) # input from stdin
13102 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
13103 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
13104 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
13105 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
13106 * ) ac_file_in
=$ac_file.
in ;;
13109 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
13110 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
13111 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13112 X"$ac_file" : 'X\(//\)[^/]' \| \
13113 X"$ac_file" : 'X\(//\)$' \| \
13114 X"$ac_file" : 'X\(/\)' \| \
13115 . : '\(.\)' 2>/dev/null ||
13117 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13118 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13119 /^X\(\/\/\)$/{ s//\1/; q; }
13120 /^X\(\/\).*/{ s//\1/; q; }
13122 { if $as_mkdir_p; then
13127 while test ! -d "$as_dir"; do
13128 as_dirs
="$as_dir $as_dirs"
13129 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
13130 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13131 X"$as_dir" : 'X\(//\)[^/]' \| \
13132 X"$as_dir" : 'X\(//\)$' \| \
13133 X"$as_dir" : 'X\(/\)' \| \
13134 . : '\(.\)' 2>/dev/null ||
13136 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13137 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13138 /^X\(\/\/\)$/{ s//\1/; q; }
13139 /^X\(\/\).*/{ s//\1/; q; }
13142 test ! -n "$as_dirs" || mkdir
$as_dirs
13143 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
13144 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
13145 { (exit 1); exit 1; }; }; }
13149 if test "$ac_dir" != .
; then
13150 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
13151 # A "../" for each directory in $ac_dir_suffix.
13152 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
13154 ac_dir_suffix
= ac_top_builddir
=
13158 .
) # No --srcdir option. We are building in place.
13160 if test -z "$ac_top_builddir"; then
13163 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
13165 [\\/]* | ?
:[\\/]* ) # Absolute path.
13166 ac_srcdir
=$srcdir$ac_dir_suffix;
13167 ac_top_srcdir
=$srcdir ;;
13168 *) # Relative path.
13169 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
13170 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
13173 # Do not use `cd foo && pwd` to compute absolute paths, because
13174 # the directories may not exist.
13176 .
) ac_abs_builddir
="$ac_dir";;
13179 .
) ac_abs_builddir
=`pwd`;;
13180 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
13181 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
13184 case $ac_abs_builddir in
13185 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
13187 case ${ac_top_builddir}.
in
13188 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
13189 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
13190 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
13193 case $ac_abs_builddir in
13194 .
) ac_abs_srcdir
=$ac_srcdir;;
13197 .
) ac_abs_srcdir
=$ac_abs_builddir;;
13198 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
13199 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
13202 case $ac_abs_builddir in
13203 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
13205 case $ac_top_srcdir in
13206 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
13207 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
13208 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
13214 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
13215 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
13218 if test x
"$ac_file" != x-
; then
13219 { echo "$as_me:$LINENO: creating $ac_file" >&5
13220 echo "$as_me: creating $ac_file" >&6;}
13223 # Let's still pretend it is `configure' which instantiates (i.e., don't
13224 # use $as_me), people would be surprised to read:
13225 # /* config.h. Generated by config.status. */
13226 if test x
"$ac_file" = x-
; then
13229 configure_input
="$ac_file. "
13231 configure_input
=$configure_input"Generated from `echo $ac_file_in |
13232 sed 's,.*/,,'` by configure."
13234 # First look for the input files in the build tree, otherwise in the
13236 ac_file_inputs
=`IFS=:
13237 for f in $ac_file_in; do
13239 -) echo $tmp/stdin ;;
13241 # Absolute (can't be DOS-style, as IFS=:)
13242 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13243 echo "$as_me: error: cannot find input file: $f" >&2;}
13244 { (exit 1); exit 1; }; }
13247 if test -f "$f"; then
13250 elif test -f "$srcdir/$f"; then
13255 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13256 echo "$as_me: error: cannot find input file: $f" >&2;}
13257 { (exit 1); exit 1; }; }
13260 done` ||
{ (exit 1); exit 1; }
13262 cat >>$CONFIG_STATUS <<_ACEOF
13266 cat >>$CONFIG_STATUS <<\_ACEOF
13268 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
13269 s
,@configure_input@
,$configure_input,;t t
13270 s
,@srcdir@
,$ac_srcdir,;t t
13271 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
13272 s
,@top_srcdir@
,$ac_top_srcdir,;t t
13273 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
13274 s
,@builddir@
,$ac_builddir,;t t
13275 s
,@abs_builddir@
,$ac_abs_builddir,;t t
13276 s
,@top_builddir@
,$ac_top_builddir,;t t
13277 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
13278 s
,@INSTALL@
,$ac_INSTALL,;t t
13279 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
13281 if test x"$ac_file" != x-; then
13282 mv $tmp/out $ac_file
13291 cat >>$CONFIG_STATUS <<\_ACEOF
13293 { (exit 0); exit 0; }
13295 chmod +x $CONFIG_STATUS
13296 ac_clean_files=$ac_clean_files_save
13299 # configure is writing to config.log, and then calls config.status.
13300 # config.status does its own redirection, appending to config.log.
13301 # Unfortunately, on DOS this fails, as config.log is still kept open
13302 # by configure, so config.status won't be able to write to it; its
13303 # output is simply discarded. So we exec the FD to /dev/null,
13304 # effectively closing config.log, so it can be properly (re)opened and
13305 # appended to by config.status. When coming back to configure, we
13306 # need to make the FD available again.
13307 if test "$no_create" != yes; then
13309 ac_config_status_args=
13310 test "$silent" = yes &&
13311 ac_config_status_args="$ac_config_status_args --quiet"
13313 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13315 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13316 # would make configure fail if this is the last instruction.
13317 $ac_cs_success || { (exit 1); exit 1; }