2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59.
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
22 DUALCASE
=1; export DUALCASE
# for MKS sh
24 # Support unset when possible.
25 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C
; export $as_var
51 # Required to use basename.
52 if expr a
: '\(a\)' >/dev
/null
2>&1; then
58 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
65 # Name of the executable.
66 as_me
=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits
='0123456789'
84 as_cr_alnum
=$as_cr_Letters$as_cr_digits
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
91 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
102 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
105 # Find who we are. Look in the path if we contain no path at all
108 *[\\/]* ) as_myself
=$0 ;;
109 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
113 test -z "$as_dir" && as_dir
=.
114 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x
; then
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
128 case $CONFIG_SHELL in
130 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
131 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
134 test -z "$as_dir" && as_dir
=.
135 for as_base
in sh bash ksh sh5
; do
138 if ("$as_dir/$as_base" -c '
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
144 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
145 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
146 CONFIG_SHELL
=$as_dir/$as_base
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 s,^['$as_cr_digits']*\n,,
174 chmod +x
$as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
182 # Exit status is that of the last command.
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c
*,-n*) ECHO_N
= ECHO_C
='
190 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
191 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
194 if expr a
: '\(a\)' >/dev
/null
2>&1; then
200 rm -f conf$$ conf$$.exe conf$$.
file
202 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe
; then
206 # Don't use ln at all; we don't have any links
211 elif ln conf$$.
file conf$$
2>/dev
/null
; then
216 rm -f conf$$ conf$$.exe conf$$.
file
218 if mkdir
-p .
2>/dev
/null
; then
221 test -d .
/-p && rmdir .
/-p
225 as_executable_p
="test -f"
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
235 # We need space, tab and new line, in precisely that order.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
254 ac_default_prefix
=/usr
/local
255 ac_config_libobj_dir
=.
260 SHELL
=${CONFIG_SHELL-/bin/sh}
262 # Maximum number of lines to put in a shell here document.
263 # This variable seems obsolete. It should probably be removed, and
264 # only ac_max_sed_lines should be used.
265 : ${ac_max_here_lines=38}
267 # Identity of this package.
274 ac_unique_file
="move-if-change"
275 ac_subst_vars
='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os build_noncanonical host_noncanonical target_noncanonical host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN LN_S TOPLEVEL_CONFIGURE_ARGUMENTS build_libsubdir build_subdir host_subdir target_subdir CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX GNATBIND ac_ct_GNATBIND GNATMAKE ac_ct_GNATMAKE do_compare gmplibs gmpinc stage1_languages SYSROOT_CFLAGS_FOR_TARGET DEBUG_PREFIX_CFLAGS_FOR_TARGET 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'
278 # Initialize some variables set by options.
280 ac_init_version
=false
281 # The variables have the same names as the options, with
282 # dashes changed to underlines.
290 program_transform_name
=s
,x
,x
,
298 # Installation directory options.
299 # These are left unexpanded so users can "make install exec_prefix=/foo"
300 # and all the variables that are supposed to be based on exec_prefix
301 # by default will actually change.
302 # Use braces instead of parens because sh, perl, etc. also accept them.
303 bindir
='${exec_prefix}/bin'
304 sbindir
='${exec_prefix}/sbin'
305 libexecdir
='${exec_prefix}/libexec'
306 datadir
='${prefix}/share'
307 sysconfdir
='${prefix}/etc'
308 sharedstatedir
='${prefix}/com'
309 localstatedir
='${prefix}/var'
310 libdir
='${exec_prefix}/lib'
311 includedir
='${prefix}/include'
312 oldincludedir
='/usr/include'
313 infodir
='${prefix}/info'
314 mandir
='${prefix}/man'
319 # If the previous option needs an argument, assign it.
320 if test -n "$ac_prev"; then
321 eval "$ac_prev=\$ac_option"
326 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
328 # Accept the important Cygnus configure options, so we can diagnose typos.
332 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
334 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
337 -build |
--build |
--buil |
--bui |
--bu)
338 ac_prev
=build_alias
;;
339 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
340 build_alias
=$ac_optarg ;;
342 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
343 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
344 ac_prev
=cache_file
;;
345 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
346 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
347 cache_file
=$ac_optarg ;;
350 cache_file
=config.cache
;;
352 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
354 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
356 datadir
=$ac_optarg ;;
358 -disable-* |
--disable-*)
359 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
360 # Reject names that are not valid shell variable names.
361 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
362 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
363 { (exit 1); exit 1; }; }
364 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
365 eval "enable_$ac_feature=no" ;;
367 -enable-* |
--enable-*)
368 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
369 # Reject names that are not valid shell variable names.
370 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
371 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
372 { (exit 1); exit 1; }; }
373 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
375 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
378 eval "enable_$ac_feature='$ac_optarg'" ;;
380 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
381 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
382 |
--exec |
--exe |
--ex)
383 ac_prev
=exec_prefix
;;
384 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
385 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
386 |
--exec=* |
--exe=* |
--ex=*)
387 exec_prefix
=$ac_optarg ;;
389 -gas |
--gas |
--ga |
--g)
390 # Obsolete; use --with-gas.
393 -help |
--help |
--hel |
--he |
-h)
395 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
396 ac_init_help
=recursive
;;
397 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
398 ac_init_help
=short
;;
400 -host |
--host |
--hos |
--ho)
401 ac_prev
=host_alias
;;
402 -host=* |
--host=* |
--hos=* |
--ho=*)
403 host_alias
=$ac_optarg ;;
405 -includedir |
--includedir |
--includedi |
--included |
--include \
406 |
--includ |
--inclu |
--incl |
--inc)
407 ac_prev
=includedir
;;
408 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
409 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
410 includedir
=$ac_optarg ;;
412 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
414 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
415 infodir
=$ac_optarg ;;
417 -libdir |
--libdir |
--libdi |
--libd)
419 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
422 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
423 |
--libexe |
--libex |
--libe)
424 ac_prev
=libexecdir
;;
425 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
426 |
--libexe=* |
--libex=* |
--libe=*)
427 libexecdir
=$ac_optarg ;;
429 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
430 |
--localstate |
--localstat |
--localsta |
--localst \
431 |
--locals |
--local |
--loca |
--loc |
--lo)
432 ac_prev
=localstatedir
;;
433 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
434 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
435 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
436 localstatedir
=$ac_optarg ;;
438 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
440 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
444 # Obsolete; use --without-fp.
447 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
448 |
--no-cr |
--no-c |
-n)
451 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
452 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
455 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
456 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
457 |
--oldin |
--oldi |
--old |
--ol |
--o)
458 ac_prev
=oldincludedir
;;
459 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
460 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
461 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
462 oldincludedir
=$ac_optarg ;;
464 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
466 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
469 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
470 |
--program-pre |
--program-pr |
--program-p)
471 ac_prev
=program_prefix
;;
472 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
473 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
474 program_prefix
=$ac_optarg ;;
476 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
477 |
--program-suf |
--program-su |
--program-s)
478 ac_prev
=program_suffix
;;
479 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
480 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
481 program_suffix
=$ac_optarg ;;
483 -program-transform-name |
--program-transform-name \
484 |
--program-transform-nam |
--program-transform-na \
485 |
--program-transform-n |
--program-transform- \
486 |
--program-transform |
--program-transfor \
487 |
--program-transfo |
--program-transf \
488 |
--program-trans |
--program-tran \
489 |
--progr-tra |
--program-tr |
--program-t)
490 ac_prev
=program_transform_name
;;
491 -program-transform-name=* |
--program-transform-name=* \
492 |
--program-transform-nam=* |
--program-transform-na=* \
493 |
--program-transform-n=* |
--program-transform-=* \
494 |
--program-transform=* |
--program-transfor=* \
495 |
--program-transfo=* |
--program-transf=* \
496 |
--program-trans=* |
--program-tran=* \
497 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
498 program_transform_name
=$ac_optarg ;;
500 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
501 |
-silent |
--silent |
--silen |
--sile |
--sil)
504 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
506 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
508 sbindir
=$ac_optarg ;;
510 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
511 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
512 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
514 ac_prev
=sharedstatedir
;;
515 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
516 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
517 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
519 sharedstatedir
=$ac_optarg ;;
521 -site |
--site |
--sit)
523 -site=* |
--site=* |
--sit=*)
526 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
528 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
531 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
532 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
533 ac_prev
=sysconfdir
;;
534 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
535 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
536 sysconfdir
=$ac_optarg ;;
538 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
539 ac_prev
=target_alias
;;
540 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
541 target_alias
=$ac_optarg ;;
543 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
546 -version |
--version |
--versio |
--versi |
--vers |
-V)
550 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
551 # Reject names that are not valid shell variable names.
552 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
553 { echo "$as_me: error: invalid package name: $ac_package" >&2
554 { (exit 1); exit 1; }; }
555 ac_package
=`echo $ac_package| sed 's/-/_/g'`
557 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
560 eval "with_$ac_package='$ac_optarg'" ;;
562 -without-* |
--without-*)
563 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
564 # Reject names that are not valid shell variable names.
565 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
566 { echo "$as_me: error: invalid package name: $ac_package" >&2
567 { (exit 1); exit 1; }; }
568 ac_package
=`echo $ac_package | sed 's/-/_/g'`
569 eval "with_$ac_package=no" ;;
572 # Obsolete; use --with-x.
575 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
576 |
--x-incl |
--x-inc |
--x-in |
--x-i)
577 ac_prev
=x_includes
;;
578 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
579 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
580 x_includes
=$ac_optarg ;;
582 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
583 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
584 ac_prev
=x_libraries
;;
585 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
586 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
587 x_libraries
=$ac_optarg ;;
589 -*) { echo "$as_me: error: unrecognized option: $ac_option
590 Try \`$0 --help' for more information." >&2
591 { (exit 1); exit 1; }; }
595 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
596 # Reject names that are not valid shell variable names.
597 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
598 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
599 { (exit 1); exit 1; }; }
600 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
601 eval "$ac_envvar='$ac_optarg'"
605 # FIXME: should be removed in autoconf 3.0.
606 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
607 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
608 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
609 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
615 if test -n "$ac_prev"; then
616 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
617 { echo "$as_me: error: missing argument to $ac_option" >&2
618 { (exit 1); exit 1; }; }
621 # Be sure to have absolute paths.
622 for ac_var
in exec_prefix prefix
624 eval ac_val
=$
`echo $ac_var`
626 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
627 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
628 { (exit 1); exit 1; }; };;
632 # Be sure to have absolute paths.
633 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
634 localstatedir libdir includedir oldincludedir infodir mandir
636 eval ac_val
=$
`echo $ac_var`
638 [\\/$
]* | ?
:[\\/]* ) ;;
639 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
640 { (exit 1); exit 1; }; };;
644 # There might be people who depend on the old broken behavior: `$host'
645 # used to hold the argument of --host etc.
646 # FIXME: To remove some day.
651 # FIXME: To remove some day.
652 if test "x$host_alias" != x
; then
653 if test "x$build_alias" = x
; then
654 cross_compiling
=maybe
655 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
656 If a cross compiler is detected then cross compile mode will be used." >&2
657 elif test "x$build_alias" != "x$host_alias"; then
663 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
665 test "$silent" = yes && exec 6>/dev
/null
668 # Find the source files, if location was not specified.
669 if test -z "$srcdir"; then
670 ac_srcdir_defaulted
=yes
671 # Try the directory containing this script, then its parent.
672 ac_confdir
=`(dirname "$0") 2>/dev/null ||
673 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
674 X"$0" : 'X\(//\)[^/]' \| \
675 X"$0" : 'X\(//\)$' \| \
676 X"$0" : 'X\(/\)' \| \
677 . : '\(.\)' 2>/dev/null ||
679 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
680 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
681 /^X\(\/\/\)$/{ s//\1/; q; }
682 /^X\(\/\).*/{ s//\1/; q; }
685 if test ! -r $srcdir/$ac_unique_file; then
689 ac_srcdir_defaulted
=no
691 if test ! -r $srcdir/$ac_unique_file; then
692 if test "$ac_srcdir_defaulted" = yes; then
693 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
694 { (exit 1); exit 1; }; }
696 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
697 { (exit 1); exit 1; }; }
700 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null ||
701 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
702 { (exit 1); exit 1; }; }
703 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
704 ac_env_build_alias_set
=${build_alias+set}
705 ac_env_build_alias_value
=$build_alias
706 ac_cv_env_build_alias_set
=${build_alias+set}
707 ac_cv_env_build_alias_value
=$build_alias
708 ac_env_host_alias_set
=${host_alias+set}
709 ac_env_host_alias_value
=$host_alias
710 ac_cv_env_host_alias_set
=${host_alias+set}
711 ac_cv_env_host_alias_value
=$host_alias
712 ac_env_target_alias_set
=${target_alias+set}
713 ac_env_target_alias_value
=$target_alias
714 ac_cv_env_target_alias_set
=${target_alias+set}
715 ac_cv_env_target_alias_value
=$target_alias
716 ac_subdirs_all
=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
718 ac_env_CC_set
=${CC+set}
720 ac_cv_env_CC_set
=${CC+set}
721 ac_cv_env_CC_value
=$CC
722 ac_env_CFLAGS_set
=${CFLAGS+set}
723 ac_env_CFLAGS_value
=$CFLAGS
724 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
725 ac_cv_env_CFLAGS_value
=$CFLAGS
726 ac_env_LDFLAGS_set
=${LDFLAGS+set}
727 ac_env_LDFLAGS_value
=$LDFLAGS
728 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
729 ac_cv_env_LDFLAGS_value
=$LDFLAGS
730 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
731 ac_env_CPPFLAGS_value
=$CPPFLAGS
732 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
733 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
734 ac_env_CXX_set
=${CXX+set}
735 ac_env_CXX_value
=$CXX
736 ac_cv_env_CXX_set
=${CXX+set}
737 ac_cv_env_CXX_value
=$CXX
738 ac_env_CXXFLAGS_set
=${CXXFLAGS+set}
739 ac_env_CXXFLAGS_value
=$CXXFLAGS
740 ac_cv_env_CXXFLAGS_set
=${CXXFLAGS+set}
741 ac_cv_env_CXXFLAGS_value
=$CXXFLAGS
742 ac_env_AR_set
=${AR+set}
744 ac_cv_env_AR_set
=${AR+set}
745 ac_cv_env_AR_value
=$AR
746 ac_env_AS_set
=${AS+set}
748 ac_cv_env_AS_set
=${AS+set}
749 ac_cv_env_AS_value
=$AS
750 ac_env_DLLTOOL_set
=${DLLTOOL+set}
751 ac_env_DLLTOOL_value
=$DLLTOOL
752 ac_cv_env_DLLTOOL_set
=${DLLTOOL+set}
753 ac_cv_env_DLLTOOL_value
=$DLLTOOL
754 ac_env_LD_set
=${LD+set}
756 ac_cv_env_LD_set
=${LD+set}
757 ac_cv_env_LD_value
=$LD
758 ac_env_LIPO_set
=${LIPO+set}
759 ac_env_LIPO_value
=$LIPO
760 ac_cv_env_LIPO_set
=${LIPO+set}
761 ac_cv_env_LIPO_value
=$LIPO
762 ac_env_NM_set
=${NM+set}
764 ac_cv_env_NM_set
=${NM+set}
765 ac_cv_env_NM_value
=$NM
766 ac_env_RANLIB_set
=${RANLIB+set}
767 ac_env_RANLIB_value
=$RANLIB
768 ac_cv_env_RANLIB_set
=${RANLIB+set}
769 ac_cv_env_RANLIB_value
=$RANLIB
770 ac_env_STRIP_set
=${STRIP+set}
771 ac_env_STRIP_value
=$STRIP
772 ac_cv_env_STRIP_set
=${STRIP+set}
773 ac_cv_env_STRIP_value
=$STRIP
774 ac_env_WINDRES_set
=${WINDRES+set}
775 ac_env_WINDRES_value
=$WINDRES
776 ac_cv_env_WINDRES_set
=${WINDRES+set}
777 ac_cv_env_WINDRES_value
=$WINDRES
778 ac_env_WINDMC_set
=${WINDMC+set}
779 ac_env_WINDMC_value
=$WINDMC
780 ac_cv_env_WINDMC_set
=${WINDMC+set}
781 ac_cv_env_WINDMC_value
=$WINDMC
782 ac_env_OBJCOPY_set
=${OBJCOPY+set}
783 ac_env_OBJCOPY_value
=$OBJCOPY
784 ac_cv_env_OBJCOPY_set
=${OBJCOPY+set}
785 ac_cv_env_OBJCOPY_value
=$OBJCOPY
786 ac_env_OBJDUMP_set
=${OBJDUMP+set}
787 ac_env_OBJDUMP_value
=$OBJDUMP
788 ac_cv_env_OBJDUMP_set
=${OBJDUMP+set}
789 ac_cv_env_OBJDUMP_value
=$OBJDUMP
790 ac_env_CC_FOR_TARGET_set
=${CC_FOR_TARGET+set}
791 ac_env_CC_FOR_TARGET_value
=$CC_FOR_TARGET
792 ac_cv_env_CC_FOR_TARGET_set
=${CC_FOR_TARGET+set}
793 ac_cv_env_CC_FOR_TARGET_value
=$CC_FOR_TARGET
794 ac_env_CXX_FOR_TARGET_set
=${CXX_FOR_TARGET+set}
795 ac_env_CXX_FOR_TARGET_value
=$CXX_FOR_TARGET
796 ac_cv_env_CXX_FOR_TARGET_set
=${CXX_FOR_TARGET+set}
797 ac_cv_env_CXX_FOR_TARGET_value
=$CXX_FOR_TARGET
798 ac_env_GCC_FOR_TARGET_set
=${GCC_FOR_TARGET+set}
799 ac_env_GCC_FOR_TARGET_value
=$GCC_FOR_TARGET
800 ac_cv_env_GCC_FOR_TARGET_set
=${GCC_FOR_TARGET+set}
801 ac_cv_env_GCC_FOR_TARGET_value
=$GCC_FOR_TARGET
802 ac_env_GCJ_FOR_TARGET_set
=${GCJ_FOR_TARGET+set}
803 ac_env_GCJ_FOR_TARGET_value
=$GCJ_FOR_TARGET
804 ac_cv_env_GCJ_FOR_TARGET_set
=${GCJ_FOR_TARGET+set}
805 ac_cv_env_GCJ_FOR_TARGET_value
=$GCJ_FOR_TARGET
806 ac_env_GFORTRAN_FOR_TARGET_set
=${GFORTRAN_FOR_TARGET+set}
807 ac_env_GFORTRAN_FOR_TARGET_value
=$GFORTRAN_FOR_TARGET
808 ac_cv_env_GFORTRAN_FOR_TARGET_set
=${GFORTRAN_FOR_TARGET+set}
809 ac_cv_env_GFORTRAN_FOR_TARGET_value
=$GFORTRAN_FOR_TARGET
810 ac_env_AR_FOR_TARGET_set
=${AR_FOR_TARGET+set}
811 ac_env_AR_FOR_TARGET_value
=$AR_FOR_TARGET
812 ac_cv_env_AR_FOR_TARGET_set
=${AR_FOR_TARGET+set}
813 ac_cv_env_AR_FOR_TARGET_value
=$AR_FOR_TARGET
814 ac_env_AS_FOR_TARGET_set
=${AS_FOR_TARGET+set}
815 ac_env_AS_FOR_TARGET_value
=$AS_FOR_TARGET
816 ac_cv_env_AS_FOR_TARGET_set
=${AS_FOR_TARGET+set}
817 ac_cv_env_AS_FOR_TARGET_value
=$AS_FOR_TARGET
818 ac_env_DLLTOOL_FOR_TARGET_set
=${DLLTOOL_FOR_TARGET+set}
819 ac_env_DLLTOOL_FOR_TARGET_value
=$DLLTOOL_FOR_TARGET
820 ac_cv_env_DLLTOOL_FOR_TARGET_set
=${DLLTOOL_FOR_TARGET+set}
821 ac_cv_env_DLLTOOL_FOR_TARGET_value
=$DLLTOOL_FOR_TARGET
822 ac_env_LD_FOR_TARGET_set
=${LD_FOR_TARGET+set}
823 ac_env_LD_FOR_TARGET_value
=$LD_FOR_TARGET
824 ac_cv_env_LD_FOR_TARGET_set
=${LD_FOR_TARGET+set}
825 ac_cv_env_LD_FOR_TARGET_value
=$LD_FOR_TARGET
826 ac_env_LIPO_FOR_TARGET_set
=${LIPO_FOR_TARGET+set}
827 ac_env_LIPO_FOR_TARGET_value
=$LIPO_FOR_TARGET
828 ac_cv_env_LIPO_FOR_TARGET_set
=${LIPO_FOR_TARGET+set}
829 ac_cv_env_LIPO_FOR_TARGET_value
=$LIPO_FOR_TARGET
830 ac_env_NM_FOR_TARGET_set
=${NM_FOR_TARGET+set}
831 ac_env_NM_FOR_TARGET_value
=$NM_FOR_TARGET
832 ac_cv_env_NM_FOR_TARGET_set
=${NM_FOR_TARGET+set}
833 ac_cv_env_NM_FOR_TARGET_value
=$NM_FOR_TARGET
834 ac_env_OBJDUMP_FOR_TARGET_set
=${OBJDUMP_FOR_TARGET+set}
835 ac_env_OBJDUMP_FOR_TARGET_value
=$OBJDUMP_FOR_TARGET
836 ac_cv_env_OBJDUMP_FOR_TARGET_set
=${OBJDUMP_FOR_TARGET+set}
837 ac_cv_env_OBJDUMP_FOR_TARGET_value
=$OBJDUMP_FOR_TARGET
838 ac_env_RANLIB_FOR_TARGET_set
=${RANLIB_FOR_TARGET+set}
839 ac_env_RANLIB_FOR_TARGET_value
=$RANLIB_FOR_TARGET
840 ac_cv_env_RANLIB_FOR_TARGET_set
=${RANLIB_FOR_TARGET+set}
841 ac_cv_env_RANLIB_FOR_TARGET_value
=$RANLIB_FOR_TARGET
842 ac_env_STRIP_FOR_TARGET_set
=${STRIP_FOR_TARGET+set}
843 ac_env_STRIP_FOR_TARGET_value
=$STRIP_FOR_TARGET
844 ac_cv_env_STRIP_FOR_TARGET_set
=${STRIP_FOR_TARGET+set}
845 ac_cv_env_STRIP_FOR_TARGET_value
=$STRIP_FOR_TARGET
846 ac_env_WINDRES_FOR_TARGET_set
=${WINDRES_FOR_TARGET+set}
847 ac_env_WINDRES_FOR_TARGET_value
=$WINDRES_FOR_TARGET
848 ac_cv_env_WINDRES_FOR_TARGET_set
=${WINDRES_FOR_TARGET+set}
849 ac_cv_env_WINDRES_FOR_TARGET_value
=$WINDRES_FOR_TARGET
850 ac_env_WINDMC_FOR_TARGET_set
=${WINDMC_FOR_TARGET+set}
851 ac_env_WINDMC_FOR_TARGET_value
=$WINDMC_FOR_TARGET
852 ac_cv_env_WINDMC_FOR_TARGET_set
=${WINDMC_FOR_TARGET+set}
853 ac_cv_env_WINDMC_FOR_TARGET_value
=$WINDMC_FOR_TARGET
856 # Report the --help message.
858 if test "$ac_init_help" = "long"; then
859 # Omit some internal or obsolete options to make the list less imposing.
860 # This message is too long to be a string in the A/UX 3.1 sh.
862 \`configure' configures this package to adapt to many kinds of systems.
864 Usage: $0 [OPTION]... [VAR=VALUE]...
866 To assign environment variables (e.g., CC, CFLAGS...), specify them as
867 VAR=VALUE. See below for descriptions of some of the useful variables.
869 Defaults for the options are specified in brackets.
872 -h, --help display this help and exit
873 --help=short display options specific to this package
874 --help=recursive display the short help of all the included packages
875 -V, --version display version information and exit
876 -q, --quiet, --silent do not print \`checking...' messages
877 --cache-file=FILE cache test results in FILE [disabled]
878 -C, --config-cache alias for \`--cache-file=config.cache'
879 -n, --no-create do not create output files
880 --srcdir=DIR find the sources in DIR [configure dir or \`..']
885 Installation directories:
886 --prefix=PREFIX install architecture-independent files in PREFIX
888 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
891 By default, \`make install' will install all the files in
892 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
893 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
894 for instance \`--prefix=\$HOME'.
896 For better control, use the options below.
898 Fine tuning of the installation directories:
899 --bindir=DIR user executables [EPREFIX/bin]
900 --sbindir=DIR system admin executables [EPREFIX/sbin]
901 --libexecdir=DIR program executables [EPREFIX/libexec]
902 --datadir=DIR read-only architecture-independent data [PREFIX/share]
903 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
904 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
905 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
906 --libdir=DIR object code libraries [EPREFIX/lib]
907 --includedir=DIR C header files [PREFIX/include]
908 --oldincludedir=DIR C header files for non-gcc [/usr/include]
909 --infodir=DIR info documentation [PREFIX/info]
910 --mandir=DIR man documentation [PREFIX/man]
916 --program-prefix=PREFIX prepend PREFIX to installed program names
917 --program-suffix=SUFFIX append SUFFIX to installed program names
918 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
921 --build=BUILD configure
for building on BUILD
[guessed
]
922 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
923 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
927 if test -n "$ac_init_help"; then
932 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
933 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
934 --enable-libada build libada directory
935 --enable-libssp build libssp directory
936 --enable-stage1-languages[=all
] choose additional languages to build during
937 stage1. Mostly useful
for compiler development.
938 --enable-objc-gc enable use of Boehm
's garbage collector with the
939 GNU Objective-C runtime
940 --enable-bootstrap enable bootstrapping [yes if native build]
941 --enable-serial-[{host,target,build}-]configure
942 force sequential configuration of
943 sub-packages for the host, target or build
944 machine, or all sub-packages
945 --enable-maintainer-mode enable make rules and dependencies not useful
946 (and sometimes confusing) to the casual installer
947 --enable-stage1-checking[=all] choose additional checking for stage1
949 --enable-werror enable -Werror in bootstrap stage2 and later
952 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
953 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
954 --with-build-libsubdir=DIR Directory where to find libraries for build system
955 --with-mpfr-dir=PATH this option has been REMOVED
956 --with-mpfr=PATH specify prefix directory for installed MPFR package.
957 Equivalent to --with-mpfr-include=PATH/include
958 plus --with-mpfr-lib=PATH/lib
959 --with-mpfr-include=PATH
960 specify directory for installed MPFR include files
961 --with-mpfr-lib=PATH specify directory for the installed MPFR library
962 --with-gmp-dir=PATH this option has been REMOVED
963 --with-gmp=PATH specify prefix directory for the installed GMP package.
964 Equivalent to --with-gmp-include=PATH/include
965 plus --with-gmp-lib=PATH/lib
966 --with-gmp-include=PATH specify directory for installed GMP include files
967 --with-gmp-lib=PATH specify directory for the installed GMP library
968 --with-build-sysroot=SYSROOT
969 use sysroot as the system root during the build
970 --with-debug-prefix-map='A
=B C
=D ...
'
971 map A to B, C to D ... in debug information
972 --with-build-time-tools=PATH
973 use given path to find target tools during the build
974 --with-datarootdir use datarootdir as the data root directory.
975 --with-docdir install documentation in this directory.
976 --with-pdfdir install pdf in this directory.
977 --with-htmldir install html in this directory.
979 Some influential environment variables:
980 CC C compiler command
981 CFLAGS C compiler flags
982 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
983 nonstandard directory <lib dir>
984 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
985 headers in a nonstandard directory <include dir>
986 CXX C++ compiler command
987 CXXFLAGS C++ compiler flags
990 DLLTOOL DLLTOOL for the host
992 LIPO LIPO for the host
994 RANLIB RANLIB for the host
995 STRIP STRIP for the host
996 WINDRES WINDRES for the host
997 WINDMC WINDMC for the host
998 OBJCOPY OBJCOPY for the host
999 OBJDUMP OBJDUMP for the host
1009 GFORTRAN for the target
1015 DLLTOOL for the target
1023 OBJDUMP for the target
1025 RANLIB for the target
1027 STRIP for the target
1029 WINDRES for the target
1031 WINDMC for the target
1033 Use these variables to override the choices made by `configure' or to
help
1034 it to
find libraries and programs with nonstandard names
/locations.
1039 if test "$ac_init_help" = "recursive"; then
1040 # If there are subdirs, report their specific --help.
1042 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1043 test -d $ac_dir ||
continue
1046 if test "$ac_dir" != .
; then
1047 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1048 # A "../" for each directory in $ac_dir_suffix.
1049 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1051 ac_dir_suffix
= ac_top_builddir
=
1055 .
) # No --srcdir option. We are building in place.
1057 if test -z "$ac_top_builddir"; then
1060 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
1062 [\\/]* | ?
:[\\/]* ) # Absolute path.
1063 ac_srcdir
=$srcdir$ac_dir_suffix;
1064 ac_top_srcdir
=$srcdir ;;
1066 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
1067 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
1070 # Do not use `cd foo && pwd` to compute absolute paths, because
1071 # the directories may not exist.
1073 .
) ac_abs_builddir
="$ac_dir";;
1076 .
) ac_abs_builddir
=`pwd`;;
1077 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
1078 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
1081 case $ac_abs_builddir in
1082 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1084 case ${ac_top_builddir}.
in
1085 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
1086 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1087 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
1090 case $ac_abs_builddir in
1091 .
) ac_abs_srcdir
=$ac_srcdir;;
1094 .
) ac_abs_srcdir
=$ac_abs_builddir;;
1095 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
1096 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
1099 case $ac_abs_builddir in
1100 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
1102 case $ac_top_srcdir in
1103 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
1104 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
1105 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
1110 # Check for guested configure; otherwise get Cygnus style configure.
1111 if test -f $ac_srcdir/configure.gnu
; then
1113 $SHELL $ac_srcdir/configure.gnu
--help=recursive
1114 elif test -f $ac_srcdir/configure
; then
1116 $SHELL $ac_srcdir/configure
--help=recursive
1117 elif test -f $ac_srcdir/configure.ac ||
1118 test -f $ac_srcdir/configure.
in; then
1120 $ac_configure --help
1122 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1128 test -n "$ac_init_help" && exit 0
1129 if $ac_init_version; then
1132 Copyright
(C
) 2003 Free Software Foundation
, Inc.
1133 This configure
script is free software
; the Free Software Foundation
1134 gives unlimited permission to copy
, distribute and modify it.
1140 This file contains any messages produced by compilers while
1141 running configure, to aid debugging if configure makes a mistake.
1143 It was created by $as_me, which was
1144 generated by GNU Autoconf 2.59. Invocation command line was
1155 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1156 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1157 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1158 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1159 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1161 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1162 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1164 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1165 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1166 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1167 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1168 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1169 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1170 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1174 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1178 test -z "$as_dir" && as_dir
=.
1179 echo "PATH: $as_dir"
1194 # Keep a trace of the command line.
1195 # Strip out --no-create and --no-recursion so they do not pile up.
1196 # Strip out --silent because we don't want to record it for future runs.
1197 # Also quote any args containing shell meta-characters.
1198 # Make two passes to allow for proper duplicate-argument suppression.
1203 ac_must_keep_next
=false
1209 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1210 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1211 |
-silent |
--silent |
--silen |
--sile |
--sil)
1213 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1214 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1217 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1219 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1220 if test $ac_must_keep_next = true
; then
1221 ac_must_keep_next
=false
# Got value, back to normal.
1224 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1225 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1226 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1227 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1228 case "$ac_configure_args0 " in
1229 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1232 -* ) ac_must_keep_next
=true
;;
1235 ac_configure_args
="$ac_configure_args$ac_sep'$ac_arg'"
1236 # Get rid of the leading space.
1242 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1243 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1245 # When interrupted or exit'd, cleanup temporary files, and complete
1246 # config.log. We remove comments because anyway the quotes in there
1247 # would cause problems or look ugly.
1248 # WARNING: Be sure not to use single quotes in there, as some shells,
1249 # such as our DU 5.0 friend, will then `close' the trap.
1250 trap 'exit_status=$?
1251 # Save into config.log some information that might help in debugging.
1256 ## ---------------- ##
1257 ## Cache variables. ##
1258 ## ---------------- ##
1261 # The following way of writing the cache mishandles newlines in values,
1264 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1267 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1268 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1272 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1279 ## ----------------- ##
1280 ## Output variables. ##
1281 ## ----------------- ##
1284 for ac_var in $ac_subst_vars
1286 eval ac_val=$`echo $ac_var`
1287 echo "$ac_var='"'"'$ac_val'"'"'"
1291 if test -n "$ac_subst_files"; then
1298 for ac_var in $ac_subst_files
1300 eval ac_val=$`echo $ac_var`
1301 echo "$ac_var='"'"'$ac_val'"'"'"
1306 if test -s confdefs.h; then
1313 sed "/^$/d" confdefs.h | sort
1316 test "$ac_signal" != 0 &&
1317 echo "$as_me: caught signal $ac_signal"
1318 echo "$as_me: exit $exit_status"
1320 rm -f core *.core &&
1321 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1324 for ac_signal
in 1 2 13 15; do
1325 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1329 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1330 rm -rf conftest
* confdefs.h
1331 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1334 # Predefined preprocessor variables.
1336 cat >>confdefs.h
<<_ACEOF
1337 #define PACKAGE_NAME "$PACKAGE_NAME"
1341 cat >>confdefs.h
<<_ACEOF
1342 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1346 cat >>confdefs.h
<<_ACEOF
1347 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1351 cat >>confdefs.h
<<_ACEOF
1352 #define PACKAGE_STRING "$PACKAGE_STRING"
1356 cat >>confdefs.h
<<_ACEOF
1357 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1361 # Let the site file select an alternate cache file if it wants to.
1362 # Prefer explicitly selected file to automatically selected ones.
1363 if test -z "$CONFIG_SITE"; then
1364 if test "x$prefix" != xNONE
; then
1365 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
1367 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1370 for ac_site_file
in $CONFIG_SITE; do
1371 if test -r "$ac_site_file"; then
1372 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1373 echo "$as_me: loading site script $ac_site_file" >&6;}
1374 sed 's/^/| /' "$ac_site_file" >&5
1379 if test -r "$cache_file"; then
1380 # Some versions of bash will fail to source /dev/null (special
1381 # files actually), so we avoid doing that.
1382 if test -f "$cache_file"; then
1383 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1384 echo "$as_me: loading cache $cache_file" >&6;}
1386 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
1387 *) . .
/$cache_file;;
1391 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1392 echo "$as_me: creating cache $cache_file" >&6;}
1396 # Check that the precious variables saved in the cache have kept the same
1398 ac_cache_corrupted
=false
1399 for ac_var
in `(set) 2>&1 |
1400 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1401 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1402 eval ac_new_set
=\
$ac_env_${ac_var}_set
1403 eval ac_old_val
="\$ac_cv_env_${ac_var}_value"
1404 eval ac_new_val
="\$ac_env_${ac_var}_value"
1405 case $ac_old_set,$ac_new_set in
1407 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1408 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1409 ac_cache_corrupted
=: ;;
1411 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1412 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1413 ac_cache_corrupted
=: ;;
1416 if test "x$ac_old_val" != "x$ac_new_val"; then
1417 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1418 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1419 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1420 echo "$as_me: former value: $ac_old_val" >&2;}
1421 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1422 echo "$as_me: current value: $ac_new_val" >&2;}
1423 ac_cache_corrupted
=:
1426 # Pass precious variables to config.status.
1427 if test "$ac_new_set" = set; then
1429 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1430 ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1431 *) ac_arg
=$ac_var=$ac_new_val ;;
1433 case " $ac_configure_args " in
1434 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1435 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1439 if $ac_cache_corrupted; then
1440 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1441 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1442 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1443 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1444 { (exit 1); exit 1; }; }
1448 ac_cpp
='$CPP $CPPFLAGS'
1449 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1450 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1451 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1473 # Find the build, host, and target systems.
1475 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
1476 if test -f $ac_dir/install-sh
; then
1478 ac_install_sh
="$ac_aux_dir/install-sh -c"
1480 elif test -f $ac_dir/install.sh
; then
1482 ac_install_sh
="$ac_aux_dir/install.sh -c"
1484 elif test -f $ac_dir/shtool
; then
1486 ac_install_sh
="$ac_aux_dir/shtool install -c"
1490 if test -z "$ac_aux_dir"; then
1491 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1492 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1493 { (exit 1); exit 1; }; }
1495 ac_config_guess
="$SHELL $ac_aux_dir/config.guess"
1496 ac_config_sub
="$SHELL $ac_aux_dir/config.sub"
1497 ac_configure
="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1499 # Make sure we can run config.sub.
1500 $ac_config_sub sun4
>/dev
/null
2>&1 ||
1501 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1502 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1503 { (exit 1); exit 1; }; }
1505 echo "$as_me:$LINENO: checking build system type" >&5
1506 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1507 if test "${ac_cv_build+set}" = set; then
1508 echo $ECHO_N "(cached) $ECHO_C" >&6
1510 ac_cv_build_alias
=$build_alias
1511 test -z "$ac_cv_build_alias" &&
1512 ac_cv_build_alias
=`$ac_config_guess`
1513 test -z "$ac_cv_build_alias" &&
1514 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1515 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1516 { (exit 1); exit 1; }; }
1517 ac_cv_build
=`$ac_config_sub $ac_cv_build_alias` ||
1518 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1519 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1520 { (exit 1); exit 1; }; }
1523 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1524 echo "${ECHO_T}$ac_cv_build" >&6
1526 build_cpu
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1527 build_vendor
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1528 build_os
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1531 case ${build_alias} in
1532 "") build_noncanonical
=${build} ;;
1533 *) build_noncanonical
=${build_alias} ;;
1538 case ${host_alias} in
1539 "") host_noncanonical
=${build_noncanonical} ;;
1540 *) host_noncanonical
=${host_alias} ;;
1545 case ${target_alias} in
1546 "") target_noncanonical
=${host_noncanonical} ;;
1547 *) target_noncanonical
=${target_alias} ;;
1553 test "$host_noncanonical" = "$target_noncanonical" &&
1554 test "$program_prefix$program_suffix$program_transform_name" = \
1556 program_transform_name
=s
,y
,y
,
1558 echo "$as_me:$LINENO: checking host system type" >&5
1559 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1560 if test "${ac_cv_host+set}" = set; then
1561 echo $ECHO_N "(cached) $ECHO_C" >&6
1563 ac_cv_host_alias
=$host_alias
1564 test -z "$ac_cv_host_alias" &&
1565 ac_cv_host_alias
=$ac_cv_build_alias
1566 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1567 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1568 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1569 { (exit 1); exit 1; }; }
1572 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1573 echo "${ECHO_T}$ac_cv_host" >&6
1575 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1576 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1577 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1580 echo "$as_me:$LINENO: checking target system type" >&5
1581 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1582 if test "${ac_cv_target+set}" = set; then
1583 echo $ECHO_N "(cached) $ECHO_C" >&6
1585 ac_cv_target_alias
=$target_alias
1586 test "x$ac_cv_target_alias" = "x" &&
1587 ac_cv_target_alias
=$ac_cv_host_alias
1588 ac_cv_target
=`$ac_config_sub $ac_cv_target_alias` ||
1589 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1590 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1591 { (exit 1); exit 1; }; }
1594 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1595 echo "${ECHO_T}$ac_cv_target" >&6
1596 target
=$ac_cv_target
1597 target_cpu
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1598 target_vendor
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1599 target_os
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1602 # The aliases save the names the user supplied, while $host etc.
1603 # will get canonicalized.
1604 test -n "$target_alias" &&
1605 test "$program_prefix$program_suffix$program_transform_name" = \
1607 program_prefix
=${target_alias}-
1608 test "$program_prefix" != NONE
&&
1609 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
1610 # Use a double $ so make ignores it.
1611 test "$program_suffix" != NONE
&&
1612 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
1613 # Double any \ or $. echo might interpret backslashes.
1614 # By default was `s,x,x', remove it if useless.
1615 cat <<\_ACEOF
>conftest.
sed
1616 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
1618 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
1623 # Get 'install' or 'install-sh' and its variants.
1624 # Find a good install program. We prefer a C program (faster),
1625 # so one script is as good as another. But avoid the broken or
1626 # incompatible versions:
1627 # SysV /etc/install, /usr/sbin/install
1628 # SunOS /usr/etc/install
1629 # IRIX /sbin/install
1631 # AmigaOS /C/install, which installs bootblocks on floppy discs
1632 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1633 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1634 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1635 # OS/2's system install, which has a completely different semantic
1636 # ./install, which can be erroneously created by make from ./install.sh.
1637 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1638 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1639 if test -z "$INSTALL"; then
1640 if test "${ac_cv_path_install+set}" = set; then
1641 echo $ECHO_N "(cached) $ECHO_C" >&6
1643 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1647 test -z "$as_dir" && as_dir
=.
1648 # Account for people who put trailing slashes in PATH elements.
1650 .
/ | .
// |
/cC
/* | \
1651 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
1652 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
1655 # OSF1 and SCO ODT 3.0 have their own names for install.
1656 # Don't use installbsd from OSF since it installs stuff as root
1658 for ac_prog
in ginstall scoinst
install; do
1659 for ac_exec_ext
in '' $ac_executable_extensions; do
1660 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1661 if test $ac_prog = install &&
1662 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1663 # AIX install. It has an incompatible calling convention.
1665 elif test $ac_prog = install &&
1666 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1667 # program-specific install script used by HP pwplus--don't use.
1670 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
1682 if test "${ac_cv_path_install+set}" = set; then
1683 INSTALL
=$ac_cv_path_install
1685 # As a last resort, use the slow shell script. We don't cache a
1686 # path for INSTALL within a source directory, because that will
1687 # break other packages using the cache if that directory is
1688 # removed, or if the path is relative.
1689 INSTALL
=$ac_install_sh
1692 echo "$as_me:$LINENO: result: $INSTALL" >&5
1693 echo "${ECHO_T}$INSTALL" >&6
1695 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1696 # It thinks the first close brace ends the variable substitution.
1697 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
1699 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
1701 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
1703 echo "$as_me:$LINENO: checking whether ln works" >&5
1704 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6
1705 if test "${acx_cv_prog_LN+set}" = set; then
1706 echo $ECHO_N "(cached) $ECHO_C" >&6
1708 rm -f conftestdata_t
1709 echo >conftestdata_f
1710 if ln conftestdata_f conftestdata_t
2>/dev
/null
1716 rm -f conftestdata_f conftestdata_t
1719 if test $acx_cv_prog_LN = no
; then
1721 echo "$as_me:$LINENO: result: no, using $LN" >&5
1722 echo "${ECHO_T}no, using $LN" >&6
1724 LN
="$acx_cv_prog_LN"
1725 echo "$as_me:$LINENO: result: yes" >&5
1726 echo "${ECHO_T}yes" >&6
1729 echo "$as_me:$LINENO: checking whether ln -s works" >&5
1730 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
1732 if test "$LN_S" = "ln -s"; then
1733 echo "$as_me:$LINENO: result: yes" >&5
1734 echo "${ECHO_T}yes" >&6
1736 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
1737 echo "${ECHO_T}no, using $LN_S" >&6
1741 ### we might need to use some other shell than /bin/sh for running subshells
1742 ### If we are on Windows, search for the shell. This will permit people
1743 ### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
1744 ### without also having to set CONFIG_SHELL. This code will work when
1745 ### using bash, which sets OSTYPE.
1748 if test x
${CONFIG_SHELL} = x
; then
1749 if test ! -f /bin
/sh
; then
1750 if test x
${SHELL} != x
&& test -f ${SHELL} ; then
1751 CONFIG_SHELL
=${SHELL}
1754 for prog
in sh sh.exe bash bash.exe
; do
1755 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
1756 for dir
in $PATH; do
1757 test -z "$dir" && dir
=.
1758 if test -f $dir/$prog; then
1759 CONFIG_SHELL
=$dir/$prog
1765 test -n "${CONFIG_SHELL}" && break
1773 config_shell
=${CONFIG_SHELL-/bin/sh}
1776 # if PWD already has a value, it is probably wrong.
1777 if test -n "$PWD" ; then PWD
=`${PWDCMD-pwd}`; fi
1779 # Export original configure arguments for use by sub-configures.
1780 # Quote arguments with shell meta charatcers.
1781 TOPLEVEL_CONFIGURE_ARGUMENTS
=
1782 set -- "$progname" "$@"
1786 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
1787 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
1788 # if the argument is of the form -foo=baz, quote the baz part only
1789 ac_arg
=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
1792 # Add the quoted argument to the list.
1793 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
1795 if test "$silent" = yes; then
1796 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
1798 # Remove the initial space we just introduced and, as these will be
1799 # expanded by make, quote '$'.
1800 TOPLEVEL_CONFIGURE_ARGUMENTS
=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
1803 moveifchange
=${srcdir}/move-if-change
1805 srcpwd
=`cd ${srcdir} ; ${PWDCMD-pwd}`
1807 # We pass INSTALL explicitly to sub-makes. Make sure that it is not
1809 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
1810 INSTALL
="${srcpwd}/install-sh -c"
1813 # Set srcdir to "." if that's what it is.
1814 # This is important for multilib support.
1816 if test "${pwd}" = "${srcpwd}" ; then
1824 ### To add a new directory to the tree, first choose whether it is a target
1825 ### or a host dependent tool. Then put it into the appropriate list
1826 ### (library or tools, host or target), doing a dependency sort.
1828 # Subdirs will be configured in the order listed in build_configdirs,
1829 # configdirs, or target_configdirs; see the serialization section below.
1831 # Dependency sorting is only needed when *configuration* must be done in
1832 # a particular order. In all cases a dependency should be specified in
1833 # the Makefile, whether or not it's implicitly specified here.
1835 # Double entries in build_configdirs, configdirs, or target_configdirs may
1836 # cause circular dependencies and break everything horribly.
1838 # these library is used by various programs built for the build
1841 build_libs
="build-libiberty"
1843 # these tools are built for the build environment
1844 build_tools
="build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes"
1846 # these libraries are used by various programs built for the host environment
1848 host_libs
="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr"
1850 # these tools are built for the host environment
1851 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
1852 # know that we are building the simulator.
1853 # binutils, gas and ld appear in that order because it makes sense to run
1854 # "make check" in that particular order.
1855 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"
1857 # libgcj represents the runtime libraries only used by gcj.
1858 libgcj
="target-libffi \
1863 # these libraries are built for the target environment, and are built after
1864 # the host libraries and the host tools (which may be a cross compiler)
1866 target_libraries
="target-libgcc \
1871 target-libstdc++-v3 \
1874 target-libgfortran \
1880 # these tools are built using the target libraries, and are intended to
1881 # run only in the target environment
1883 # note: any program that *uses* libraries that are in the "target_libraries"
1884 # list belongs in this list. those programs are also very likely
1885 # candidates for the "native_only" list which follows
1887 target_tools
="target-examples target-groff target-gperf target-rda"
1889 ################################################################################
1891 ## All tools belong in one of the four categories, and are assigned above
1892 ## We assign ${configdirs} this way to remove all embedded newlines. This
1893 ## is important because configure will choke if they ever get through.
1894 ## ${configdirs} is directories we build using the host tools.
1895 ## ${target_configdirs} is directories we build using the target tools.
1896 configdirs
=`echo ${host_libs} ${host_tools}`
1897 target_configdirs
=`echo ${target_libraries} ${target_tools}`
1898 build_configdirs
=`echo ${build_libs} ${build_tools}`
1902 ################################################################################
1904 srcname
="gnu development package"
1906 # This gets set non-empty for some net releases of packages.
1909 # Define is_cross_compiler to save on calls to 'test'.
1911 if test x
"${host}" = x
"${target}" ; then
1912 is_cross_compiler
=no
1914 is_cross_compiler
=yes
1917 # Find the build and target subdir names.
1919 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
1920 # have matching libraries, they should use host libraries: Makefile.tpl
1921 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
1922 # However, they still use the build modules, because the corresponding
1923 # host modules (e.g. bison) are only built for the host when bootstrap
1925 # - build_subdir is where we find build modules, and never changes.
1926 # - build_libsubdir is where we find build libraries, and can be overridden.
1928 # Prefix 'build-' so this never conflicts with target_subdir.
1929 build_subdir
="build-${build_noncanonical}"
1931 # Check whether --with-build-libsubdir or --without-build-libsubdir was given.
1932 if test "${with_build_libsubdir+set}" = set; then
1933 withval
="$with_build_libsubdir"
1934 build_libsubdir
="$withval"
1936 build_libsubdir
="$build_subdir"
1938 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
1939 if ( test $srcdir = .
&& test -d gcc
) \
1940 ||
test -d $srcdir/..
/host-
${host_noncanonical}; then
1941 host_subdir
="host-${host_noncanonical}"
1946 target_subdir
=${target_noncanonical}
1949 # Skipdirs are removed silently.
1951 # Noconfigdirs are removed loudly.
1955 # Make sure we don't let GNU ld be added if we didn't want it.
1956 if test x
$with_gnu_ld = xno
; then
1958 noconfigdirs
="$noconfigdirs ld"
1962 # Make sure we don't let GNU as be added if we didn't want it.
1963 if test x
$with_gnu_as = xno
; then
1965 noconfigdirs
="$noconfigdirs gas"
1968 # some tools are so dependent upon X11 that if we're not building with X,
1969 # it's not even worth trying to configure, much less build, that tool.
1972 yes |
"") ;; # the default value for this tree is that X11 is available
1974 skipdirs
="${skipdirs} tk itcl libgui"
1975 # We won't be able to build gdbtk without X.
1978 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
1981 # Some tools are only suitable for building in a "native" situation.
1982 # Remove these if host!=target.
1983 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"
1985 # Similarly, some are only suitable for cross toolchains.
1986 # Remove these if host=target.
1987 cross_only
="target-libgloss target-newlib target-opcodes"
1989 case $is_cross_compiler in
1990 no
) skipdirs
="${skipdirs} ${cross_only}" ;;
1991 yes) skipdirs
="${skipdirs} ${native_only}" ;;
1994 # If both --with-headers and --with-libs are specified, default to
1996 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno \
1997 && test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
1998 if test x
"${with_newlib}" = x
; then
2003 # Recognize --with-newlib/--without-newlib.
2004 case ${with_newlib} in
2005 no
) skipdirs
="${skipdirs} target-newlib" ;;
2006 yes) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2009 # Configure extra directories which are host specific
2013 configdirs
="$configdirs libtermcap" ;;
2016 # A target can indicate whether a language isn't supported for some reason.
2017 # Only spaces may be used in this macro; not newlines or tabs.
2018 unsupported_languages
=
2020 # Remove more programs from consideration, based on the host or
2021 # target this usually means that a port of the program doesn't
2026 noconfigdirs
="$noconfigdirs byacc"
2028 i
[3456789]86-*-vsta)
2029 noconfigdirs
="$noconfigdirs tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl gnuserv gettext"
2031 i
[3456789]86-*-go32* | i
[3456789]86-*-msdosdjgpp*)
2032 noconfigdirs
="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
2035 noconfigdirs
="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2037 i
[3456789]86-*-mingw32*)
2038 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
2039 noconfigdirs
="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2041 i
[3456789]86-*-beos*)
2042 noconfigdirs
="$noconfigdirs tk itcl libgui gdb"
2045 noconfigdirs
="$noconfigdirs autoconf automake send-pr rcs guile perl"
2048 noconfigdirs
="$noconfigdirs rcs"
2051 noconfigdirs
="$noconfigdirs patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl gnuserv"
2054 noconfigdirs
="$noconfigdirs tk itcl libgui gdb dejagnu readline"
2059 # Check whether --enable-libada or --disable-libada was given.
2060 if test "${enable_libada+set}" = set; then
2061 enableval
="$enable_libada"
2062 ENABLE_LIBADA
=$enableval
2066 if test "${ENABLE_LIBADA}" != "yes" ; then
2067 noconfigdirs
="$noconfigdirs gnattools"
2070 # Check whether --enable-libssp or --disable-libssp was given.
2071 if test "${enable_libssp+set}" = set; then
2072 enableval
="$enable_libssp"
2073 ENABLE_LIBSSP
=$enableval
2078 # Save it here so that, even in case of --enable-libgcj, if the Java
2079 # front-end isn't enabled, we still get libgcj disabled.
2080 libgcj_saved
=$libgcj
2081 case $enable_libgcj in
2083 # If we reset it here, it won't get added to noconfigdirs in the
2084 # target-specific build rules, so it will be forcibly enabled
2085 # (unless the Java language itself isn't enabled).
2089 # Make sure we get it printed in the list of not supported target libs.
2090 noconfigdirs
="$noconfigdirs ${libgcj}"
2095 # Disable libmudflap on some systems.
2096 if test x
$enable_libmudflap = x
; then
2098 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu | bfin
*-*-uclinux*)
2099 # Enable libmudflap by default in GNU and friends.
2102 # Enable libmudflap by default in FreeBSD.
2105 # Disable it by default everywhere else.
2106 noconfigdirs
="$noconfigdirs target-libmudflap"
2111 # Disable libgomp on non POSIX hosted systems.
2112 if test x
$enable_libgomp = x
; then
2113 # Enable libgomp by default on hosted POSIX systems.
2115 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
2117 *-*-netbsd* |
*-*-freebsd* |
*-*-openbsd*)
2119 *-*-solaris2* |
*-*-sysv4* |
*-*-irix6* |
*-*-osf* |
*-*-hpux11*)
2121 *-*-darwin* |
*-*-aix*)
2124 noconfigdirs
="$noconfigdirs target-libgomp"
2129 # Default libgloss CPU subdirectory.
2130 libgloss_dir
="$target_cpu"
2134 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2136 powerpc-
*-darwin* | i
[3456789]86-*-darwin* | x86_64-
*-darwin9*)
2137 noconfigdirs
="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
2138 noconfigdirs
="$noconfigdirs sim target-rda"
2141 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
2142 noconfigdirs
="$noconfigdirs sim target-rda"
2143 noconfigdirs
="$noconfigdirs ${libgcj}"
2145 *-*-freebsd[12] |
*-*-freebsd[12].
* |
*-*-freebsd*aout
*)
2146 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2149 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2150 if test "x$with_gmp" = x
&& test "x$with_gmp_dir" = x \
2151 && test -f /usr
/local
/include
/gmp.h
; then
2155 # Skip some stuff that's unsupported on some FreeBSD configurations.
2160 noconfigdirs
="$noconfigdirs ${libgcj}"
2165 # Remove unsupported stuff on all kaOS configurations.
2166 skipdirs
="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
2167 skipdirs
="$skipdirs target-libobjc target-examples target-groff target-gperf"
2168 skipdirs
="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
2169 noconfigdirs
="$noconfigdirs target-libgloss"
2172 # Skip some stuff on all NetBSD configurations.
2173 noconfigdirs
="$noconfigdirs target-newlib target-libiberty target-libgloss"
2175 # Skip some stuff that's unsupported on some NetBSD configurations.
2177 i
*86-*-netbsdelf*) ;;
2178 arm
*-*-netbsdelf*) ;;
2180 noconfigdirs
="$noconfigdirs ${libgcj}"
2185 noconfigdirs
="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
2188 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2190 # The tpf target doesn't support gdb yet.
2192 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
2195 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
2198 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
2201 # ld works, but does not support shared libraries.
2202 # newlib is not 64 bit ready. I'm not sure about fileutils.
2203 # gas doesn't generate exception information.
2204 noconfigdirs
="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
2207 noconfigdirs
="$noconfigdirs gdb ld target-newlib target-libgloss ${libgcj}"
2210 # newlib is not 64 bit ready
2211 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2214 # newlib is not 64 bit ready
2215 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2218 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss"
2221 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss"
2223 sh
*-*-pe|mips
*-*-pe|
*arm-wince-pe
)
2224 noconfigdirs
="$noconfigdirs ${libgcj}"
2225 noconfigdirs
="$noconfigdirs target-examples"
2226 noconfigdirs
="$noconfigdirs target-libiberty texinfo send-pr"
2227 noconfigdirs
="$noconfigdirs tcl tk itcl libgui sim"
2228 noconfigdirs
="$noconfigdirs expect dejagnu"
2229 # the C++ libraries don't build on top of CE's C libraries
2230 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
2231 noconfigdirs
="$noconfigdirs target-newlib"
2233 *-*-cygwin*) ;; # keep gdb and readline
2234 *) noconfigdirs
="$noconfigdirs gdb readline"
2240 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2244 arm-
*-coff | strongarm-
*-coff | xscale-
*-coff)
2245 noconfigdirs
="$noconfigdirs ${libgcj}"
2248 arm-
*-elf* | strongarm-
*-elf* | xscale-
*-elf* | arm
*-*-eabi* )
2249 noconfigdirs
="$noconfigdirs target-libffi target-qthreads"
2252 arm
*-*-linux-gnueabi)
2253 noconfigdirs
="$noconfigdirs target-qthreads"
2254 noconfigdirs
="$noconfigdirs target-libobjc"
2255 case ${with_newlib} in
2256 no
) noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2261 noconfigdirs
="$noconfigdirs ${libgcj} target-libiberty"
2265 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2268 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2271 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2274 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2277 noconfigdirs
="$noconfigdirs ld target-libgloss ${libgcj}"
2280 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2283 noconfigdirs
="$noconfigdirs gdb"
2284 if test x
${is_cross_compiler} != xno
; then
2285 target_configdirs
="${target_configdirs} target-bsp target-cygmon"
2288 c4x-
*-* | tic4x-
*-*)
2289 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2291 c54x
*-*-* | tic54x-
*-*)
2292 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
2294 cris-
*-* | crisv32-
*-*)
2295 unsupported_languages
="$unsupported_languages java"
2298 unsupported_languages
="$unsupported_languages fortran"
2299 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc";;
2301 noconfigdirs
="$noconfigdirs target-boehm-gc";;
2303 noconfigdirs
="$noconfigdirs target-newlib target-libgloss";;
2305 unsupported_languages
="$unsupported_languages fortran"
2306 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
2311 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-mudflap ${libgcj}"
2314 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2317 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2319 ep9312-
*-elf | ep9312-
*-coff)
2323 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2326 noconfigdirs
="$noconfigdirs ${libgcj}"
2329 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2332 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2334 hppa1.1
-*-osf* | hppa1.1
-*-bsd* )
2336 hppa
*64*-*-linux* | parisc
*64*-*-linux*)
2337 # In this case, it's because the hppa64-linux target is for
2338 # the kernel only at this point and has no libc, and thus no
2339 # headers, crt*.o, etc., all of which are needed by these.
2340 noconfigdirs
="$noconfigdirs target-zlib"
2342 parisc
*-*-linux* | hppa
*-*-linux*)
2346 hppa
*-*-openbsd* | \
2348 noconfigdirs
="$noconfigdirs ${libgcj}"
2351 noconfigdirs
="$noconfigdirs ld shellutils"
2357 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
2358 # build on HP-UX 10.20.
2359 noconfigdirs
="$noconfigdirs ld shellutils ${libgcj}"
2362 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2365 # No gdb support yet.
2366 noconfigdirs
="$noconfigdirs readline mmalloc libgui itcl gdb"
2369 # No gdb or ld support yet.
2370 noconfigdirs
="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld"
2374 i
[3456789]86-*-coff | i
[3456789]86-*-elf)
2375 noconfigdirs
="$noconfigdirs ${libgcj}"
2378 i
[3456789]86-*-linux*)
2379 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
2380 # not build java stuff by default.
2383 noconfigdirs
="$noconfigdirs ${libgcj}";;
2386 # This section makes it possible to build newlib natively on linux.
2387 # If we are using a cross compiler then don't configure newlib.
2388 if test x
${is_cross_compiler} != xno
; then
2389 noconfigdirs
="$noconfigdirs target-newlib"
2391 noconfigdirs
="$noconfigdirs target-libgloss"
2392 # If we are not using a cross compiler, do configure newlib.
2393 # Note however, that newlib will only be configured in this situation
2394 # if the --with-newlib option has been given, because otherwise
2395 # 'target-newlib' will appear in skipdirs.
2397 i
[3456789]86-*-mingw32*)
2398 target_configdirs
="$target_configdirs target-winsup"
2399 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
2402 target_configdirs
="$target_configdirs target-winsup"
2403 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
2406 target_configdirs
="$target_configdirs target-libtermcap target-winsup"
2407 noconfigdirs
="$noconfigdirs target-gperf target-libgloss ${libgcj}"
2408 # always build newlib if winsup directory is present.
2409 if test -d "$srcdir/winsup/cygwin"; then
2410 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
2411 elif test -d "$srcdir/newlib"; then
2412 echo "Warning: winsup/cygwin is missing so newlib can't be built."
2415 i
[3456789]86-moss-msdos | i
[3456789]86-*-moss* | \
2416 i
[3456789]86-*-uwin* | i
[3456789]86-*-interix* )
2419 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2421 i
[3456789]86-*-sco3.2v5
*)
2422 # The linker does not yet know about weak symbols in COFF,
2423 # and is not configured to handle mixed ELF and COFF.
2424 noconfigdirs
="$noconfigdirs ld target-libgloss ${libgcj}"
2426 i
[3456789]86-*-sco*)
2427 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2429 i
[3456789]86-*-solaris2*)
2430 noconfigdirs
="$noconfigdirs target-libgloss"
2432 i
[3456789]86-*-sysv4*)
2433 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2435 i
[3456789]86-*-beos*)
2436 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
2438 i
[3456789]86-*-rdos*)
2439 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
2442 noconfigdirs
="$noconfigdirs ${libgcj}"
2444 m68hc11-
*-*|m6811-
*-*|m68hc12-
*-*|m6812-
*-*)
2445 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2446 libgloss_dir
=m68hc11
2449 noconfigdirs
="$noconfigdirs ${libgcj}"
2452 noconfigdirs
="$noconfigdirs ${libgcj}"
2454 m68
*-*-* | fido-
*-*)
2458 # The EPOC C++ environment does not support exceptions or rtti,
2459 # and so building libstdc++-v3 tends not to always work.
2460 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
2463 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
2464 unsupported_languages
="$unsupported_languages fortran java"
2467 noconfigdirs
="$noconfigdirs ${libgcj}"
2470 noconfigdirs
="$noconfigdirs ${libgcj}"
2473 noconfigdirs
="$noconfigdirs sim"
2476 # copied from rs6000-*-* entry
2477 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
2479 powerpc
*-*-winnt* | powerpc
*-*-pe* | ppc
*-*-pe)
2480 target_configdirs
="$target_configdirs target-winsup"
2481 noconfigdirs
="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
2482 # always build newlib.
2483 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
2485 # This is temporary until we can link against shared libraries
2486 powerpcle-
*-solaris*)
2487 noconfigdirs
="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
2491 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
2494 noconfigdirs
="$noconfigdirs ${libgcj}"
2497 powerpc-
*-eabi* | powerpcle-
*-eabi* | powerpc-
*-rtems* )
2501 noconfigdirs
="$noconfigdirs target-newlib gprof ${libgcj}"
2504 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
2507 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
2510 noconfigdirs
="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
2513 skipdirs
="$skipdirs target-libiberty"
2514 noconfigdirs
="$noconfigdirs ${libgcj}"
2515 if test x
$with_newlib = xyes
; then
2516 noconfigdirs
="$noconfigdirs gprof"
2521 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2524 # Linking libjava exceeds command-line length limits on at least
2525 # IRIX 6.2, but not on IRIX 6.5.
2526 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
2527 # <oldham@codesourcery.com>
2528 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2531 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2534 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2537 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
2541 noconfigdirs
="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
2545 i
[3456789]86-*-vsta) ;; # don't add gprof back in
2546 i
[3456789]86-*-go32*) ;; # don't add gprof back in
2547 i
[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
2548 *) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
2550 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2552 sparclet-
*-aout* | sparc86x-
*-*)
2556 noconfigdirs
="$noconfigdirs ${libgcj}"
2559 noconfigdirs
="$noconfigdirs ${libgcj}"
2563 noconfigdirs
="$noconfigdirs ${libgcj}"
2567 noconfigdirs
="$noconfigdirs ${libgcj}"
2568 if test x
${is_cross_compiler} != xno
; then
2569 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
2574 sparc-
*-solaris2.
[0-6] | sparc-
*-solaris2.
[0-6].
*)
2575 noconfigdirs
="$noconfigdirs ${libgcj}"
2577 sparc-
*-solaris* | sparc64-
*-solaris* | sparcv9-
*-solaris*)
2580 skipdirs
="target-libssp"
2583 noconfigdirs
="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
2586 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2589 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2592 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2595 noconfigdirs
="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
2598 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2601 noconfigdirs
="$noconfigdirs ${libgcj}"
2604 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2606 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
2607 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2610 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2613 noconfigdirs
="$noconfigdirs ${libgcj}"
2617 # If we aren't building newlib, then don't build libgloss, since libgloss
2618 # depends upon some newlib header files.
2619 case "${noconfigdirs}" in
2620 *target-libgloss
*) ;;
2621 *target-newlib
*) noconfigdirs
="$noconfigdirs target-libgloss" ;;
2624 # Work in distributions that contain no compiler tools, like Autoconf.
2626 host_makefile_frag
=/dev
/null
2627 if test -d ${srcdir}/config
; then
2630 # Avoid "too much defining" errors from HPUX compiler.
2631 tentative_cc
="cc -Wp,-H256000"
2632 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
2633 # If it's HP/UX ar, this should be harmless.
2637 tentative_cc
="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
2640 #None of the Apollo compilers can compile gas or binutils. The preprocessor
2641 # chokes on bfd, the compiler won't let you assign integers to enums, and
2642 # other problems. Defining CC to gcc is a questionable way to say "don't use
2643 # the apollo compiler" (the preferred version of GCC could be called cc,
2644 # or whatever), but I'm not sure leaving CC as cc is any better...
2645 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
2646 # Used to have BISON=yacc.
2650 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
2653 # Under CX/UX, we want to tell the compiler to use ANSI mode.
2654 tentative_cc
="cc -Xa"
2655 host_makefile_frag
="config/mh-cxux"
2657 m88k-motorola-sysv
*)
2660 tentative_cc
="cc -Wf,-XNg1000"
2661 host_makefile_frag
="config/mh-decstation"
2664 # The C compiler on NEC MIPS SVR4 needs bigger tables.
2665 tentative_cc
="cc -ZXNd=5000 -ZXNg=1000"
2666 host_makefile_frag
="config/mh-necv4"
2669 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
2670 # environment. Also bump switch table size so that cp-parse will
2671 # compile. Bump string length limit so linker builds.
2672 tentative_cc
="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
2675 host_makefile_frag
="config/mh-sysv4"
2678 # This is for a MIPS running RISC/os 4.52C.
2680 # This is needed for GDB, but needs to be in the top-level make because
2681 # if a library is compiled with the bsd headers and gets linked with the
2682 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
2683 # a different size).
2684 # ptrace(2) apparently has problems in the BSD environment. No workaround is
2685 # known except to select the sysv environment. Could we use /proc instead?
2686 # These "sysv environments" and "bsd environments" often end up being a pain.
2688 # This is not part of CFLAGS because perhaps not all C compilers have this
2690 tentative_cc
="cc -systype sysv"
2695 i
[3456789]86-*-sysv5*)
2696 host_makefile_frag
="config/mh-sysv5"
2698 i
[3456789]86-*-dgux*)
2699 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
2700 host_makefile_frag
="config/mh-dgux386"
2702 i
[3456789]86-ncr-sysv4.3
*)
2703 # The MetaWare compiler will generate a copyright message unless you
2704 # turn it off by adding the -Hnocopyr flag.
2705 tentative_cc
="cc -Hnocopyr"
2707 i
[3456789]86-ncr-sysv4*)
2708 # for an NCR 3000 (i486/SVR4) system.
2709 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
2710 # This compiler not only emits obnoxious copyright messages every time
2711 # you run it, but it chokes and dies on a whole bunch of GNU source
2712 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
2713 tentative_cc
="/usr/ccs/ATT/cc"
2714 host_makefile_frag
="config/mh-ncr3000"
2716 i
[3456789]86-*-sco3.2v5
*)
2718 i
[3456789]86-*-sco*)
2719 # The native C compiler botches some simple uses of const. Unfortunately,
2720 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
2721 tentative_cc
="cc -Dconst="
2722 host_makefile_frag
="config/mh-sco"
2724 i
[3456789]86-*-udk*)
2725 host_makefile_frag
="config/mh-sysv5"
2727 i
[3456789]86-*-solaris2*)
2728 host_makefile_frag
="config/mh-sysv4"
2730 i
[3456789]86-*-msdosdjgpp*)
2731 host_makefile_frag
="config/mh-djgpp"
2734 host_makefile_frag
="config/mh-cygwin"
2737 host_makefile_frag
="config/mh-mingw"
2740 host_makefile_frag
="config/mh-mingw"
2743 host_makefile_frag
="config/mh-interix"
2746 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
2750 host_makefile_frag
="config/mh-solaris"
2753 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
2754 # without overflowing the jump tables (-J says to use a 32 bit table)
2755 tentative_cc
="cc -J"
2758 tentative_cc
="cc -Wp,-H256000"
2761 tentative_cc
="cc -Wp,-H256000"
2764 # /bin/cc is less than useful for our purposes. Always use GCC
2765 tentative_cc
="/usr/cygnus/progressive/bin/gcc"
2766 host_makefile_frag
="config/mh-lynxrs6k"
2769 host_makefile_frag
="config/mh-ppc-darwin"
2772 host_makefile_frag
="config/mh-ppc-aix"
2775 host_makefile_frag
="config/mh-ppc-aix"
2778 # /bin/cc is less than useful for our purposes. Always use GCC
2779 tentative_cc
="/bin/gcc"
2782 host_makefile_frag
="config/mh-sysv4"
2784 # This is placed last to prevent interfering with the cases above.
2786 # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
2787 host_makefile_frag
="config/mh-x86omitfp"
2792 # If we aren't going to be using gcc, see if we can extract a definition
2793 # of CC from the fragment.
2794 # Actually, use the 'pre-extracted' version above.
2795 if test -z "${CC}" && test "${build}" = "${host}" ; then
2796 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
2798 for dir
in $PATH; do
2799 test -z "$dir" && dir
=.
2800 if test -f $dir/gcc
; then
2806 if test -z "${found}" && test -n "${tentative_cc}" ; then
2811 if test "${build}" != "${host}" ; then
2812 AR_FOR_BUILD
=${AR_FOR_BUILD-ar}
2813 AS_FOR_BUILD
=${AS_FOR_BUILD-as}
2814 CC_FOR_BUILD
=${CC_FOR_BUILD-gcc}
2815 CXX_FOR_BUILD
=${CXX_FOR_BUILD-g++}
2816 GCJ_FOR_BUILD
=${GCJ_FOR_BUILD-gcj}
2817 GFORTRAN_FOR_BUILD
=${GFORTRAN_FOR_BUILD-gfortran}
2818 DLLTOOL_FOR_BUILD
=${DLLTOOL_FOR_BUILD-dlltool}
2819 LD_FOR_BUILD
=${LD_FOR_BUILD-ld}
2820 NM_FOR_BUILD
=${NM_FOR_BUILD-nm}
2821 RANLIB_FOR_BUILD
=${RANLIB_FOR_BUILD-ranlib}
2822 WINDRES_FOR_BUILD
=${WINDRES_FOR_BUILD-windres}
2823 WINDMC_FOR_BUILD
=${WINDMC_FOR_BUILD-windmc}
2825 AR_FOR_BUILD
="\$(AR)"
2826 AS_FOR_BUILD
="\$(AS)"
2827 CC_FOR_BUILD
="\$(CC)"
2828 CXX_FOR_BUILD
="\$(CXX)"
2829 GCJ_FOR_BUILD
="\$(GCJ)"
2830 GFORTRAN_FOR_BUILD
="\$(GFORTRAN)"
2831 DLLTOOL_FOR_BUILD
="\$(DLLTOOL)"
2832 LD_FOR_BUILD
="\$(LD)"
2833 NM_FOR_BUILD
="\$(NM)"
2834 RANLIB_FOR_BUILD
="\$(RANLIB)"
2835 WINDRES_FOR_BUILD
="\$(WINDRES)"
2836 WINDMC_FOR_BUILD
="\$(WINDMC)"
2840 ac_cpp
='$CPP $CPPFLAGS'
2841 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2842 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2843 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2844 if test -n "$ac_tool_prefix"; then
2845 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2846 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2847 echo "$as_me:$LINENO: checking for $ac_word" >&5
2848 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2849 if test "${ac_cv_prog_CC+set}" = set; then
2850 echo $ECHO_N "(cached) $ECHO_C" >&6
2852 if test -n "$CC"; then
2853 ac_cv_prog_CC
="$CC" # Let the user override the test.
2855 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2859 test -z "$as_dir" && as_dir
=.
2860 for ac_exec_ext
in '' $ac_executable_extensions; do
2861 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2862 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2863 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2872 if test -n "$CC"; then
2873 echo "$as_me:$LINENO: result: $CC" >&5
2874 echo "${ECHO_T}$CC" >&6
2876 echo "$as_me:$LINENO: result: no" >&5
2877 echo "${ECHO_T}no" >&6
2881 if test -z "$ac_cv_prog_CC"; then
2883 # Extract the first word of "gcc", so it can be a program name with args.
2884 set dummy gcc
; ac_word
=$2
2885 echo "$as_me:$LINENO: checking for $ac_word" >&5
2886 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2887 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2888 echo $ECHO_N "(cached) $ECHO_C" >&6
2890 if test -n "$ac_ct_CC"; then
2891 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2893 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2897 test -z "$as_dir" && as_dir
=.
2898 for ac_exec_ext
in '' $ac_executable_extensions; do
2899 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2900 ac_cv_prog_ac_ct_CC
="gcc"
2901 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2909 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2910 if test -n "$ac_ct_CC"; then
2911 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2912 echo "${ECHO_T}$ac_ct_CC" >&6
2914 echo "$as_me:$LINENO: result: no" >&5
2915 echo "${ECHO_T}no" >&6
2923 if test -z "$CC"; then
2924 if test -n "$ac_tool_prefix"; then
2925 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2926 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2927 echo "$as_me:$LINENO: checking for $ac_word" >&5
2928 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2929 if test "${ac_cv_prog_CC+set}" = set; then
2930 echo $ECHO_N "(cached) $ECHO_C" >&6
2932 if test -n "$CC"; then
2933 ac_cv_prog_CC
="$CC" # Let the user override the test.
2935 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2939 test -z "$as_dir" && as_dir
=.
2940 for ac_exec_ext
in '' $ac_executable_extensions; do
2941 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2942 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2943 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2952 if test -n "$CC"; then
2953 echo "$as_me:$LINENO: result: $CC" >&5
2954 echo "${ECHO_T}$CC" >&6
2956 echo "$as_me:$LINENO: result: no" >&5
2957 echo "${ECHO_T}no" >&6
2961 if test -z "$ac_cv_prog_CC"; then
2963 # Extract the first word of "cc", so it can be a program name with args.
2964 set dummy cc
; ac_word
=$2
2965 echo "$as_me:$LINENO: checking for $ac_word" >&5
2966 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2967 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2968 echo $ECHO_N "(cached) $ECHO_C" >&6
2970 if test -n "$ac_ct_CC"; then
2971 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2973 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2977 test -z "$as_dir" && as_dir
=.
2978 for ac_exec_ext
in '' $ac_executable_extensions; do
2979 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2980 ac_cv_prog_ac_ct_CC
="cc"
2981 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2989 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2990 if test -n "$ac_ct_CC"; then
2991 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2992 echo "${ECHO_T}$ac_ct_CC" >&6
2994 echo "$as_me:$LINENO: result: no" >&5
2995 echo "${ECHO_T}no" >&6
3004 if test -z "$CC"; then
3005 # Extract the first word of "cc", so it can be a program name with args.
3006 set dummy cc
; ac_word
=$2
3007 echo "$as_me:$LINENO: checking for $ac_word" >&5
3008 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3009 if test "${ac_cv_prog_CC+set}" = set; then
3010 echo $ECHO_N "(cached) $ECHO_C" >&6
3012 if test -n "$CC"; then
3013 ac_cv_prog_CC
="$CC" # Let the user override the test.
3016 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3020 test -z "$as_dir" && as_dir
=.
3021 for ac_exec_ext
in '' $ac_executable_extensions; do
3022 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3023 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3024 ac_prog_rejected
=yes
3028 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3034 if test $ac_prog_rejected = yes; then
3035 # We found a bogon in the path, so make sure we never use it.
3036 set dummy
$ac_cv_prog_CC
3038 if test $# != 0; then
3039 # We chose a different compiler from the bogus one.
3040 # However, it has the same basename, so the bogon will be chosen
3041 # first if we set CC to just the basename; use the full file name.
3043 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3049 if test -n "$CC"; then
3050 echo "$as_me:$LINENO: result: $CC" >&5
3051 echo "${ECHO_T}$CC" >&6
3053 echo "$as_me:$LINENO: result: no" >&5
3054 echo "${ECHO_T}no" >&6
3058 if test -z "$CC"; then
3059 if test -n "$ac_tool_prefix"; then
3062 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3063 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3064 echo "$as_me:$LINENO: checking for $ac_word" >&5
3065 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3066 if test "${ac_cv_prog_CC+set}" = set; then
3067 echo $ECHO_N "(cached) $ECHO_C" >&6
3069 if test -n "$CC"; then
3070 ac_cv_prog_CC
="$CC" # Let the user override the test.
3072 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3076 test -z "$as_dir" && as_dir
=.
3077 for ac_exec_ext
in '' $ac_executable_extensions; do
3078 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3079 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3080 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3089 if test -n "$CC"; then
3090 echo "$as_me:$LINENO: result: $CC" >&5
3091 echo "${ECHO_T}$CC" >&6
3093 echo "$as_me:$LINENO: result: no" >&5
3094 echo "${ECHO_T}no" >&6
3097 test -n "$CC" && break
3100 if test -z "$CC"; then
3104 # Extract the first word of "$ac_prog", so it can be a program name with args.
3105 set dummy
$ac_prog; ac_word
=$2
3106 echo "$as_me:$LINENO: checking for $ac_word" >&5
3107 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3108 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3109 echo $ECHO_N "(cached) $ECHO_C" >&6
3111 if test -n "$ac_ct_CC"; then
3112 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3114 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3118 test -z "$as_dir" && as_dir
=.
3119 for ac_exec_ext
in '' $ac_executable_extensions; do
3120 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3121 ac_cv_prog_ac_ct_CC
="$ac_prog"
3122 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3130 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3131 if test -n "$ac_ct_CC"; then
3132 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3133 echo "${ECHO_T}$ac_ct_CC" >&6
3135 echo "$as_me:$LINENO: result: no" >&5
3136 echo "${ECHO_T}no" >&6
3139 test -n "$ac_ct_CC" && break
3148 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3149 See \`config.log' for more details." >&5
3150 echo "$as_me: error: no acceptable C compiler found in \$PATH
3151 See \`config.log' for more details." >&2;}
3152 { (exit 1); exit 1; }; }
3154 # Provide some information about the compiler.
3155 echo "$as_me:$LINENO:" \
3156 "checking for C compiler version" >&5
3157 ac_compiler
=`set X $ac_compile; echo $2`
3158 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3159 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3162 (exit $ac_status); }
3163 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3164 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3167 (exit $ac_status); }
3168 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3169 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3172 (exit $ac_status); }
3174 cat >conftest.
$ac_ext <<_ACEOF
3177 cat confdefs.h
>>conftest.
$ac_ext
3178 cat >>conftest.
$ac_ext <<_ACEOF
3179 /* end confdefs.h. */
3189 ac_clean_files_save
=$ac_clean_files
3190 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
3191 # Try to create an executable without -o first, disregard a.out.
3192 # It will help us diagnose broken compilers, and finding out an intuition
3194 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3195 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
3196 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3197 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
3198 (eval $ac_link_default) 2>&5
3200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3201 (exit $ac_status); }; then
3202 # Find the output, starting from the most likely. This scheme is
3203 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
3206 # Be careful to initialize this variable, since it used to be cached.
3207 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
3209 # b.out is created by i960 compilers.
3210 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
3212 test -f "$ac_file" ||
continue
3214 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
3217 # This is the source file.
3220 # We found the default executable, but exeext='' is most
3224 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3225 # FIXME: I believe we export ac_cv_exeext for Libtool,
3226 # but it would be cool to find out if it's true. Does anybody
3227 # maintain Libtool? --akim.
3235 echo "$as_me: failed program was:" >&5
3236 sed 's/^/| /' conftest.
$ac_ext >&5
3238 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
3239 See \`config.log' for more details." >&5
3240 echo "$as_me: error: C compiler cannot create executables
3241 See \`config.log' for more details." >&2;}
3242 { (exit 77); exit 77; }; }
3245 ac_exeext
=$ac_cv_exeext
3246 echo "$as_me:$LINENO: result: $ac_file" >&5
3247 echo "${ECHO_T}$ac_file" >&6
3249 # Check the compiler produces executables we can run. If not, either
3250 # the compiler is broken, or we cross compile.
3251 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3252 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
3253 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3254 # If not cross compiling, check that we can run a simple program.
3255 if test "$cross_compiling" != yes; then
3256 if { ac_try
='./$ac_file'
3257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3261 (exit $ac_status); }; }; then
3264 if test "$cross_compiling" = maybe
; then
3267 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3268 If you meant to cross compile, use \`--host'.
3269 See \`config.log' for more details." >&5
3270 echo "$as_me: error: cannot run C compiled programs.
3271 If you meant to cross compile, use \`--host'.
3272 See \`config.log' for more details." >&2;}
3273 { (exit 1); exit 1; }; }
3277 echo "$as_me:$LINENO: result: yes" >&5
3278 echo "${ECHO_T}yes" >&6
3280 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
3281 ac_clean_files
=$ac_clean_files_save
3282 # Check the compiler produces executables we can run. If not, either
3283 # the compiler is broken, or we cross compile.
3284 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3285 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
3286 echo "$as_me:$LINENO: result: $cross_compiling" >&5
3287 echo "${ECHO_T}$cross_compiling" >&6
3289 echo "$as_me:$LINENO: checking for suffix of executables" >&5
3290 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
3291 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3292 (eval $ac_link) 2>&5
3294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3295 (exit $ac_status); }; then
3296 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3297 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3298 # work properly (i.e., refer to `conftest.exe'), while it won't with
3300 for ac_file
in conftest.exe conftest conftest.
*; do
3301 test -f "$ac_file" ||
continue
3303 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
3304 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3311 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3312 See \`config.log' for more details." >&5
3313 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3314 See \`config.log' for more details." >&2;}
3315 { (exit 1); exit 1; }; }
3318 rm -f conftest
$ac_cv_exeext
3319 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3320 echo "${ECHO_T}$ac_cv_exeext" >&6
3322 rm -f conftest.
$ac_ext
3323 EXEEXT
=$ac_cv_exeext
3325 echo "$as_me:$LINENO: checking for suffix of object files" >&5
3326 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
3327 if test "${ac_cv_objext+set}" = set; then
3328 echo $ECHO_N "(cached) $ECHO_C" >&6
3330 cat >conftest.
$ac_ext <<_ACEOF
3333 cat confdefs.h
>>conftest.
$ac_ext
3334 cat >>conftest.
$ac_ext <<_ACEOF
3335 /* end confdefs.h. */
3345 rm -f conftest.o conftest.obj
3346 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3347 (eval $ac_compile) 2>&5
3349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3350 (exit $ac_status); }; then
3351 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
3353 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
3354 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
3359 echo "$as_me: failed program was:" >&5
3360 sed 's/^/| /' conftest.
$ac_ext >&5
3362 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3363 See \`config.log' for more details." >&5
3364 echo "$as_me: error: cannot compute suffix of object files: cannot compile
3365 See \`config.log' for more details." >&2;}
3366 { (exit 1); exit 1; }; }
3369 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
3371 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3372 echo "${ECHO_T}$ac_cv_objext" >&6
3373 OBJEXT
=$ac_cv_objext
3375 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3376 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
3377 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3378 echo $ECHO_N "(cached) $ECHO_C" >&6
3380 cat >conftest.
$ac_ext <<_ACEOF
3383 cat confdefs.h
>>conftest.
$ac_ext
3384 cat >>conftest.
$ac_ext <<_ACEOF
3385 /* end confdefs.h. */
3398 rm -f conftest.
$ac_objext
3399 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3400 (eval $ac_compile) 2>conftest.er1
3402 grep -v '^ *+' conftest.er1
>conftest.err
3404 cat conftest.err
>&5
3405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3406 (exit $ac_status); } &&
3407 { ac_try
='test -z "$ac_c_werror_flag"
3408 || test ! -s conftest.err'
3409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3413 (exit $ac_status); }; } &&
3414 { ac_try
='test -s conftest.$ac_objext'
3415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3419 (exit $ac_status); }; }; then
3422 echo "$as_me: failed program was:" >&5
3423 sed 's/^/| /' conftest.
$ac_ext >&5
3427 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3428 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
3431 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3432 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3433 GCC
=`test $ac_compiler_gnu = yes && echo yes`
3434 ac_test_CFLAGS
=${CFLAGS+set}
3435 ac_save_CFLAGS
=$CFLAGS
3437 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3438 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3439 if test "${ac_cv_prog_cc_g+set}" = set; then
3440 echo $ECHO_N "(cached) $ECHO_C" >&6
3442 cat >conftest.
$ac_ext <<_ACEOF
3445 cat confdefs.h
>>conftest.
$ac_ext
3446 cat >>conftest.
$ac_ext <<_ACEOF
3447 /* end confdefs.h. */
3457 rm -f conftest.
$ac_objext
3458 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3459 (eval $ac_compile) 2>conftest.er1
3461 grep -v '^ *+' conftest.er1
>conftest.err
3463 cat conftest.err
>&5
3464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3465 (exit $ac_status); } &&
3466 { ac_try
='test -z "$ac_c_werror_flag"
3467 || test ! -s conftest.err'
3468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3472 (exit $ac_status); }; } &&
3473 { ac_try
='test -s conftest.$ac_objext'
3474 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3478 (exit $ac_status); }; }; then
3481 echo "$as_me: failed program was:" >&5
3482 sed 's/^/| /' conftest.
$ac_ext >&5
3486 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3488 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3489 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3490 if test "$ac_test_CFLAGS" = set; then
3491 CFLAGS
=$ac_save_CFLAGS
3492 elif test $ac_cv_prog_cc_g = yes; then
3493 if test "$GCC" = yes; then
3499 if test "$GCC" = yes; then
3505 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3506 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3507 if test "${ac_cv_prog_cc_stdc+set}" = set; then
3508 echo $ECHO_N "(cached) $ECHO_C" >&6
3510 ac_cv_prog_cc_stdc
=no
3512 cat >conftest.
$ac_ext <<_ACEOF
3515 cat confdefs.h
>>conftest.
$ac_ext
3516 cat >>conftest.
$ac_ext <<_ACEOF
3517 /* end confdefs.h. */
3520 #include <sys/types.h>
3521 #include <sys/stat.h>
3522 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3523 struct buf { int x; };
3524 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3525 static char *e (p, i)
3531 static char *f (char * (*g) (char **, int), char **p, ...)
3536 s = g (p, va_arg (v,int));
3541 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3542 function prototypes and stuff, but not '\xHH' hex character constants.
3543 These don't provoke an error unfortunately, instead are silently treated
3544 as 'x'. The following induces an error, until -std1 is added to get
3545 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3546 array size at least. It's necessary to write '\x00'==0 to get something
3547 that's true only with -std1. */
3548 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3550 int test (int i, double x);
3551 struct s1 {int (*f) (int a);};
3552 struct s2 {int (*f) (double a);};
3553 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3559 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3564 # Don't try gcc -ansi; that turns off useful extensions and
3565 # breaks some systems' header files.
3566 # AIX -qlanglvl=ansi
3567 # Ultrix and OSF/1 -std1
3568 # HP-UX 10.20 and later -Ae
3569 # HP-UX older versions -Aa -D_HPUX_SOURCE
3570 # SVR4 -Xc -D__EXTENSIONS__
3571 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3573 CC
="$ac_save_CC $ac_arg"
3574 rm -f conftest.
$ac_objext
3575 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3576 (eval $ac_compile) 2>conftest.er1
3578 grep -v '^ *+' conftest.er1
>conftest.err
3580 cat conftest.err
>&5
3581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3582 (exit $ac_status); } &&
3583 { ac_try
='test -z "$ac_c_werror_flag"
3584 || test ! -s conftest.err'
3585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3589 (exit $ac_status); }; } &&
3590 { ac_try
='test -s conftest.$ac_objext'
3591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3595 (exit $ac_status); }; }; then
3596 ac_cv_prog_cc_stdc
=$ac_arg
3599 echo "$as_me: failed program was:" >&5
3600 sed 's/^/| /' conftest.
$ac_ext >&5
3603 rm -f conftest.err conftest.
$ac_objext
3605 rm -f conftest.
$ac_ext conftest.
$ac_objext
3610 case "x$ac_cv_prog_cc_stdc" in
3612 echo "$as_me:$LINENO: result: none needed" >&5
3613 echo "${ECHO_T}none needed" >&6 ;;
3615 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3616 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3617 CC
="$CC $ac_cv_prog_cc_stdc" ;;
3620 # Some people use a C++ compiler to compile C. Since we use `exit',
3621 # in C++ we need to declare it. In case someone uses the same compiler
3622 # for both compiling C and C++ we need to have the C++ compiler decide
3623 # the declaration of exit, since it's the most demanding environment.
3624 cat >conftest.
$ac_ext <<_ACEOF
3629 rm -f conftest.
$ac_objext
3630 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3631 (eval $ac_compile) 2>conftest.er1
3633 grep -v '^ *+' conftest.er1
>conftest.err
3635 cat conftest.err
>&5
3636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3637 (exit $ac_status); } &&
3638 { ac_try
='test -z "$ac_c_werror_flag"
3639 || test ! -s conftest.err'
3640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3644 (exit $ac_status); }; } &&
3645 { ac_try
='test -s conftest.$ac_objext'
3646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3650 (exit $ac_status); }; }; then
3651 for ac_declaration
in \
3653 'extern "C" void std::exit (int) throw (); using std::exit;' \
3654 'extern "C" void std::exit (int); using std::exit;' \
3655 'extern "C" void exit (int) throw ();' \
3656 'extern "C" void exit (int);' \
3659 cat >conftest.
$ac_ext <<_ACEOF
3662 cat confdefs.h
>>conftest.
$ac_ext
3663 cat >>conftest.
$ac_ext <<_ACEOF
3664 /* end confdefs.h. */
3675 rm -f conftest.
$ac_objext
3676 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3677 (eval $ac_compile) 2>conftest.er1
3679 grep -v '^ *+' conftest.er1
>conftest.err
3681 cat conftest.err
>&5
3682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3683 (exit $ac_status); } &&
3684 { ac_try
='test -z "$ac_c_werror_flag"
3685 || test ! -s conftest.err'
3686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3690 (exit $ac_status); }; } &&
3691 { ac_try
='test -s conftest.$ac_objext'
3692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3696 (exit $ac_status); }; }; then
3699 echo "$as_me: failed program was:" >&5
3700 sed 's/^/| /' conftest.
$ac_ext >&5
3704 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3705 cat >conftest.
$ac_ext <<_ACEOF
3708 cat confdefs.h
>>conftest.
$ac_ext
3709 cat >>conftest.
$ac_ext <<_ACEOF
3710 /* end confdefs.h. */
3720 rm -f conftest.
$ac_objext
3721 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3722 (eval $ac_compile) 2>conftest.er1
3724 grep -v '^ *+' conftest.er1
>conftest.err
3726 cat conftest.err
>&5
3727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3728 (exit $ac_status); } &&
3729 { ac_try
='test -z "$ac_c_werror_flag"
3730 || test ! -s conftest.err'
3731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3735 (exit $ac_status); }; } &&
3736 { ac_try
='test -s conftest.$ac_objext'
3737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3741 (exit $ac_status); }; }; then
3744 echo "$as_me: failed program was:" >&5
3745 sed 's/^/| /' conftest.
$ac_ext >&5
3748 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3751 if test -n "$ac_declaration"; then
3752 echo '#ifdef __cplusplus' >>confdefs.h
3753 echo $ac_declaration >>confdefs.h
3754 echo '#endif' >>confdefs.h
3758 echo "$as_me: failed program was:" >&5
3759 sed 's/^/| /' conftest.
$ac_ext >&5
3762 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3764 ac_cpp
='$CPP $CPPFLAGS'
3765 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3766 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3767 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3770 ac_cpp
='$CXXCPP $CPPFLAGS'
3771 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3772 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3773 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
3774 if test -n "$ac_tool_prefix"; then
3775 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3777 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3778 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3779 echo "$as_me:$LINENO: checking for $ac_word" >&5
3780 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3781 if test "${ac_cv_prog_CXX+set}" = set; then
3782 echo $ECHO_N "(cached) $ECHO_C" >&6
3784 if test -n "$CXX"; then
3785 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
3787 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3791 test -z "$as_dir" && as_dir
=.
3792 for ac_exec_ext
in '' $ac_executable_extensions; do
3793 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3794 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
3795 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3804 if test -n "$CXX"; then
3805 echo "$as_me:$LINENO: result: $CXX" >&5
3806 echo "${ECHO_T}$CXX" >&6
3808 echo "$as_me:$LINENO: result: no" >&5
3809 echo "${ECHO_T}no" >&6
3812 test -n "$CXX" && break
3815 if test -z "$CXX"; then
3817 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3819 # Extract the first word of "$ac_prog", so it can be a program name with args.
3820 set dummy
$ac_prog; ac_word
=$2
3821 echo "$as_me:$LINENO: checking for $ac_word" >&5
3822 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3823 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3824 echo $ECHO_N "(cached) $ECHO_C" >&6
3826 if test -n "$ac_ct_CXX"; then
3827 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
3829 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3833 test -z "$as_dir" && as_dir
=.
3834 for ac_exec_ext
in '' $ac_executable_extensions; do
3835 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3836 ac_cv_prog_ac_ct_CXX
="$ac_prog"
3837 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3845 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
3846 if test -n "$ac_ct_CXX"; then
3847 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3848 echo "${ECHO_T}$ac_ct_CXX" >&6
3850 echo "$as_me:$LINENO: result: no" >&5
3851 echo "${ECHO_T}no" >&6
3854 test -n "$ac_ct_CXX" && break
3856 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
3862 # Provide some information about the compiler.
3863 echo "$as_me:$LINENO:" \
3864 "checking for C++ compiler version" >&5
3865 ac_compiler
=`set X $ac_compile; echo $2`
3866 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3867 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3870 (exit $ac_status); }
3871 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3872 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3875 (exit $ac_status); }
3876 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3877 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3880 (exit $ac_status); }
3882 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3883 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
3884 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3885 echo $ECHO_N "(cached) $ECHO_C" >&6
3887 cat >conftest.
$ac_ext <<_ACEOF
3890 cat confdefs.h
>>conftest.
$ac_ext
3891 cat >>conftest.
$ac_ext <<_ACEOF
3892 /* end confdefs.h. */
3905 rm -f conftest.
$ac_objext
3906 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3907 (eval $ac_compile) 2>conftest.er1
3909 grep -v '^ *+' conftest.er1
>conftest.err
3911 cat conftest.err
>&5
3912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3913 (exit $ac_status); } &&
3914 { ac_try
='test -z "$ac_cxx_werror_flag"
3915 || test ! -s conftest.err'
3916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3920 (exit $ac_status); }; } &&
3921 { ac_try
='test -s conftest.$ac_objext'
3922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3926 (exit $ac_status); }; }; then
3929 echo "$as_me: failed program was:" >&5
3930 sed 's/^/| /' conftest.
$ac_ext >&5
3934 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3935 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
3938 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3939 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
3940 GXX
=`test $ac_compiler_gnu = yes && echo yes`
3941 ac_test_CXXFLAGS
=${CXXFLAGS+set}
3942 ac_save_CXXFLAGS
=$CXXFLAGS
3944 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3945 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
3946 if test "${ac_cv_prog_cxx_g+set}" = set; then
3947 echo $ECHO_N "(cached) $ECHO_C" >&6
3949 cat >conftest.
$ac_ext <<_ACEOF
3952 cat confdefs.h
>>conftest.
$ac_ext
3953 cat >>conftest.
$ac_ext <<_ACEOF
3954 /* end confdefs.h. */
3964 rm -f conftest.
$ac_objext
3965 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3966 (eval $ac_compile) 2>conftest.er1
3968 grep -v '^ *+' conftest.er1
>conftest.err
3970 cat conftest.err
>&5
3971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3972 (exit $ac_status); } &&
3973 { ac_try
='test -z "$ac_cxx_werror_flag"
3974 || test ! -s conftest.err'
3975 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3979 (exit $ac_status); }; } &&
3980 { ac_try
='test -s conftest.$ac_objext'
3981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3985 (exit $ac_status); }; }; then
3986 ac_cv_prog_cxx_g
=yes
3988 echo "$as_me: failed program was:" >&5
3989 sed 's/^/| /' conftest.
$ac_ext >&5
3993 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3995 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3996 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
3997 if test "$ac_test_CXXFLAGS" = set; then
3998 CXXFLAGS
=$ac_save_CXXFLAGS
3999 elif test $ac_cv_prog_cxx_g = yes; then
4000 if test "$GXX" = yes; then
4006 if test "$GXX" = yes; then
4012 for ac_declaration
in \
4014 'extern "C" void std::exit (int) throw (); using std::exit;' \
4015 'extern "C" void std::exit (int); using std::exit;' \
4016 'extern "C" void exit (int) throw ();' \
4017 'extern "C" void exit (int);' \
4020 cat >conftest.
$ac_ext <<_ACEOF
4023 cat confdefs.h
>>conftest.
$ac_ext
4024 cat >>conftest.
$ac_ext <<_ACEOF
4025 /* end confdefs.h. */
4036 rm -f conftest.
$ac_objext
4037 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4038 (eval $ac_compile) 2>conftest.er1
4040 grep -v '^ *+' conftest.er1
>conftest.err
4042 cat conftest.err
>&5
4043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4044 (exit $ac_status); } &&
4045 { ac_try
='test -z "$ac_cxx_werror_flag"
4046 || test ! -s conftest.err'
4047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4051 (exit $ac_status); }; } &&
4052 { ac_try
='test -s conftest.$ac_objext'
4053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4057 (exit $ac_status); }; }; then
4060 echo "$as_me: failed program was:" >&5
4061 sed 's/^/| /' conftest.
$ac_ext >&5
4065 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4066 cat >conftest.
$ac_ext <<_ACEOF
4069 cat confdefs.h
>>conftest.
$ac_ext
4070 cat >>conftest.
$ac_ext <<_ACEOF
4071 /* end confdefs.h. */
4081 rm -f conftest.
$ac_objext
4082 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4083 (eval $ac_compile) 2>conftest.er1
4085 grep -v '^ *+' conftest.er1
>conftest.err
4087 cat conftest.err
>&5
4088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4089 (exit $ac_status); } &&
4090 { ac_try
='test -z "$ac_cxx_werror_flag"
4091 || test ! -s conftest.err'
4092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4096 (exit $ac_status); }; } &&
4097 { ac_try
='test -s conftest.$ac_objext'
4098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4102 (exit $ac_status); }; }; then
4105 echo "$as_me: failed program was:" >&5
4106 sed 's/^/| /' conftest.
$ac_ext >&5
4109 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4112 if test -n "$ac_declaration"; then
4113 echo '#ifdef __cplusplus' >>confdefs.h
4114 echo $ac_declaration >>confdefs.h
4115 echo '#endif' >>confdefs.h
4119 ac_cpp
='$CPP $CPPFLAGS'
4120 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4121 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4122 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4125 # We must set the default linker to the linker used by gcc for the correct
4126 # operation of libtool. If LD is not defined and we are using gcc, try to
4127 # set the LD default to the ld used by gcc.
4128 if test -z "$LD"; then
4129 if test "$GCC" = yes; then
4132 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4134 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1` ;;
4136 case $gcc_prog_ld in
4137 # Accept absolute paths.
4138 [\\/]* |
[A-Za-z
]:[\\/]*)
4139 LD
="$gcc_prog_ld" ;;
4147 if test -n "$ac_tool_prefix"; then
4148 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4149 set dummy
${ac_tool_prefix}gnatbind
; ac_word
=$2
4150 echo "$as_me:$LINENO: checking for $ac_word" >&5
4151 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4152 if test "${ac_cv_prog_GNATBIND+set}" = set; then
4153 echo $ECHO_N "(cached) $ECHO_C" >&6
4155 if test -n "$GNATBIND"; then
4156 ac_cv_prog_GNATBIND
="$GNATBIND" # Let the user override the test.
4158 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4162 test -z "$as_dir" && as_dir
=.
4163 for ac_exec_ext
in '' $ac_executable_extensions; do
4164 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4165 ac_cv_prog_GNATBIND
="${ac_tool_prefix}gnatbind"
4166 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4174 GNATBIND
=$ac_cv_prog_GNATBIND
4175 if test -n "$GNATBIND"; then
4176 echo "$as_me:$LINENO: result: $GNATBIND" >&5
4177 echo "${ECHO_T}$GNATBIND" >&6
4179 echo "$as_me:$LINENO: result: no" >&5
4180 echo "${ECHO_T}no" >&6
4184 if test -z "$ac_cv_prog_GNATBIND"; then
4185 ac_ct_GNATBIND
=$GNATBIND
4186 # Extract the first word of "gnatbind", so it can be a program name with args.
4187 set dummy gnatbind
; ac_word
=$2
4188 echo "$as_me:$LINENO: checking for $ac_word" >&5
4189 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4190 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then
4191 echo $ECHO_N "(cached) $ECHO_C" >&6
4193 if test -n "$ac_ct_GNATBIND"; then
4194 ac_cv_prog_ac_ct_GNATBIND
="$ac_ct_GNATBIND" # Let the user override the test.
4196 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4200 test -z "$as_dir" && as_dir
=.
4201 for ac_exec_ext
in '' $ac_executable_extensions; do
4202 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4203 ac_cv_prog_ac_ct_GNATBIND
="gnatbind"
4204 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4210 test -z "$ac_cv_prog_ac_ct_GNATBIND" && ac_cv_prog_ac_ct_GNATBIND
="no"
4213 ac_ct_GNATBIND
=$ac_cv_prog_ac_ct_GNATBIND
4214 if test -n "$ac_ct_GNATBIND"; then
4215 echo "$as_me:$LINENO: result: $ac_ct_GNATBIND" >&5
4216 echo "${ECHO_T}$ac_ct_GNATBIND" >&6
4218 echo "$as_me:$LINENO: result: no" >&5
4219 echo "${ECHO_T}no" >&6
4222 GNATBIND
=$ac_ct_GNATBIND
4224 GNATBIND
="$ac_cv_prog_GNATBIND"
4227 if test -n "$ac_tool_prefix"; then
4228 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4229 set dummy
${ac_tool_prefix}gnatmake
; ac_word
=$2
4230 echo "$as_me:$LINENO: checking for $ac_word" >&5
4231 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4232 if test "${ac_cv_prog_GNATMAKE+set}" = set; then
4233 echo $ECHO_N "(cached) $ECHO_C" >&6
4235 if test -n "$GNATMAKE"; then
4236 ac_cv_prog_GNATMAKE
="$GNATMAKE" # Let the user override the test.
4238 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4242 test -z "$as_dir" && as_dir
=.
4243 for ac_exec_ext
in '' $ac_executable_extensions; do
4244 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4245 ac_cv_prog_GNATMAKE
="${ac_tool_prefix}gnatmake"
4246 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4254 GNATMAKE
=$ac_cv_prog_GNATMAKE
4255 if test -n "$GNATMAKE"; then
4256 echo "$as_me:$LINENO: result: $GNATMAKE" >&5
4257 echo "${ECHO_T}$GNATMAKE" >&6
4259 echo "$as_me:$LINENO: result: no" >&5
4260 echo "${ECHO_T}no" >&6
4264 if test -z "$ac_cv_prog_GNATMAKE"; then
4265 ac_ct_GNATMAKE
=$GNATMAKE
4266 # Extract the first word of "gnatmake", so it can be a program name with args.
4267 set dummy gnatmake
; ac_word
=$2
4268 echo "$as_me:$LINENO: checking for $ac_word" >&5
4269 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4270 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then
4271 echo $ECHO_N "(cached) $ECHO_C" >&6
4273 if test -n "$ac_ct_GNATMAKE"; then
4274 ac_cv_prog_ac_ct_GNATMAKE
="$ac_ct_GNATMAKE" # Let the user override the test.
4276 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4280 test -z "$as_dir" && as_dir
=.
4281 for ac_exec_ext
in '' $ac_executable_extensions; do
4282 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4283 ac_cv_prog_ac_ct_GNATMAKE
="gnatmake"
4284 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4290 test -z "$ac_cv_prog_ac_ct_GNATMAKE" && ac_cv_prog_ac_ct_GNATMAKE
="no"
4293 ac_ct_GNATMAKE
=$ac_cv_prog_ac_ct_GNATMAKE
4294 if test -n "$ac_ct_GNATMAKE"; then
4295 echo "$as_me:$LINENO: result: $ac_ct_GNATMAKE" >&5
4296 echo "${ECHO_T}$ac_ct_GNATMAKE" >&6
4298 echo "$as_me:$LINENO: result: no" >&5
4299 echo "${ECHO_T}no" >&6
4302 GNATMAKE
=$ac_ct_GNATMAKE
4304 GNATMAKE
="$ac_cv_prog_GNATMAKE"
4307 echo "$as_me:$LINENO: checking whether compiler driver understands Ada" >&5
4308 echo $ECHO_N "checking whether compiler driver understands Ada... $ECHO_C" >&6
4309 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then
4310 echo $ECHO_N "(cached) $ECHO_C" >&6
4312 cat >conftest.adb
<<EOF
4313 procedure conftest is begin null; end conftest;
4315 acx_cv_cc_gcc_supports_ada
=no
4316 # There is a bug in old released versions of GCC which causes the
4317 # driver to exit successfully when the appropriate language module
4318 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
4319 # Therefore we must check for the error message as well as an
4320 # unsuccessful exit.
4321 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
4322 # given a .adb file, but produce no object file. So we must check
4323 # if an object file was really produced to guard against this.
4324 errors
=`(${CC} -c conftest.adb) 2>&1 || echo failure`
4325 if test x
"$errors" = x
&& test -f conftest.
$ac_objext; then
4326 acx_cv_cc_gcc_supports_ada
=yes
4330 echo "$as_me:$LINENO: result: $acx_cv_cc_gcc_supports_ada" >&5
4331 echo "${ECHO_T}$acx_cv_cc_gcc_supports_ada" >&6
4333 if test x
$GNATBIND != xno
&& test x
$GNATMAKE != xno
&& test x
$acx_cv_cc_gcc_supports_ada != xno
; then
4339 echo "$as_me:$LINENO: checking how to compare bootstrapped objects" >&5
4340 echo $ECHO_N "checking how to compare bootstrapped objects... $ECHO_C" >&6
4341 if test "${gcc_cv_prog_cmp_skip+set}" = set; then
4342 echo $ECHO_N "(cached) $ECHO_C" >&6
4346 gcc_cv_prog_cmp_skip
='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4347 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
4348 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
4351 gcc_cv_prog_cmp_skip
='cmp $$f1 $$f2 16 16'
4354 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
4355 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
4358 gcc_cv_prog_cmp_skip
='cmp --ignore-initial=16 $$f1 $$f2'
4364 echo "$as_me:$LINENO: result: $gcc_cv_prog_cmp_skip" >&5
4365 echo "${ECHO_T}$gcc_cv_prog_cmp_skip" >&6
4366 do_compare
="$gcc_cv_prog_cmp_skip"
4370 # Check for GMP and MPFR
4371 gmplibs
="-lmpfr -lgmp"
4375 # Specify a location for mpfr
4376 # check for this first so it ends up on the link line before gmp.
4378 # Check whether --with-mpfr-dir or --without-mpfr-dir was given.
4379 if test "${with_mpfr_dir+set}" = set; then
4380 withval
="$with_mpfr_dir"
4381 { { echo "$as_me:$LINENO: error: The --with-mpfr-dir=PATH option has been removed.
4382 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" >&5
4383 echo "$as_me: error: The --with-mpfr-dir=PATH option has been removed.
4384 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" >&2;}
4385 { (exit 1); exit 1; }; }
4389 # Check whether --with-mpfr or --without-mpfr was given.
4390 if test "${with_mpfr+set}" = set; then
4391 withval
="$with_mpfr"
4395 # Check whether --with-mpfr_include or --without-mpfr_include was given.
4396 if test "${with_mpfr_include+set}" = set; then
4397 withval
="$with_mpfr_include"
4401 # Check whether --with-mpfr_lib or --without-mpfr_lib was given.
4402 if test "${with_mpfr_lib+set}" = set; then
4403 withval
="$with_mpfr_lib"
4407 if test "x$with_mpfr" != x
; then
4408 gmplibs
="-L$with_mpfr/lib $gmplibs"
4409 gmpinc
="-I$with_mpfr/include"
4411 if test "x$with_mpfr_include" != x
; then
4412 gmpinc
="-I$with_mpfr_include"
4414 if test "x$with_mpfr_lib" != x
; then
4415 gmplibs
="-L$with_mpfr_lib $gmplibs"
4417 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x
&& test -d ${srcdir}/mpfr
; then
4418 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpfr/.libs -L$$r/$(HOST_SUBDIR)/mpfr/_libs '"$gmplibs"
4419 gmpinc
='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
4420 # Do not test the mpfr version. Assume that it is sufficient, since
4421 # it is in the source tree, and the library has not been built yet
4422 # but it would be included on the link line in the version check below
4423 # hence making the test fail.
4427 # Specify a location for gmp
4429 # Check whether --with-gmp-dir or --without-gmp-dir was given.
4430 if test "${with_gmp_dir+set}" = set; then
4431 withval
="$with_gmp_dir"
4432 { { echo "$as_me:$LINENO: error: The --with-gmp-dir=PATH option has been removed.
4433 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" >&5
4434 echo "$as_me: error: The --with-gmp-dir=PATH option has been removed.
4435 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" >&2;}
4436 { (exit 1); exit 1; }; }
4440 # Check whether --with-gmp or --without-gmp was given.
4441 if test "${with_gmp+set}" = set; then
4446 # Check whether --with-gmp_include or --without-gmp_include was given.
4447 if test "${with_gmp_include+set}" = set; then
4448 withval
="$with_gmp_include"
4452 # Check whether --with-gmp_lib or --without-gmp_lib was given.
4453 if test "${with_gmp_lib+set}" = set; then
4454 withval
="$with_gmp_lib"
4459 if test "x$with_gmp" != x
; then
4460 gmplibs
="-L$with_gmp/lib $gmplibs"
4461 gmpinc
="-I$with_gmp/include $gmpinc"
4463 if test "x$with_gmp_include" != x
; then
4464 gmpinc
="-I$with_gmp_include $gmpinc"
4466 if test "x$with_gmp_lib" != x
; then
4467 gmplibs
="-L$with_gmp_lib $gmplibs"
4469 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x
&& test -d ${srcdir}/gmp
; then
4470 gmplibs
='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/gmp/_libs '"$gmplibs"
4471 gmpinc
='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
4472 # Do not test the gmp version. Assume that it is sufficient, since
4473 # it is in the source tree, and the library has not been built yet
4474 # but it would be included on the link line in the version check below
4475 # hence making the test fail.
4479 if test -d ${srcdir}/gcc
&& test "x$have_gmp" = xno
; then
4481 saved_CFLAGS
="$CFLAGS"
4482 CFLAGS
="$CFLAGS $gmpinc"
4483 # Check GMP actually works
4484 echo "$as_me:$LINENO: checking for correct version of gmp.h" >&5
4485 echo $ECHO_N "checking for correct version of gmp.h... $ECHO_C" >&6
4487 cat >conftest.
$ac_ext <<_ACEOF
4490 cat confdefs.h
>>conftest.
$ac_ext
4491 cat >>conftest.
$ac_ext <<_ACEOF
4492 /* end confdefs.h. */
4498 #if __GNU_MP_VERSION < 4 || (__GNU_MP_VERSION == 4 && __GNU_MP_VERSION_MINOR < 1)
4506 rm -f conftest.
$ac_objext
4507 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4508 (eval $ac_compile) 2>conftest.er1
4510 grep -v '^ *+' conftest.er1
>conftest.err
4512 cat conftest.err
>&5
4513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4514 (exit $ac_status); } &&
4515 { ac_try
='test -z "$ac_c_werror_flag"
4516 || test ! -s conftest.err'
4517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4521 (exit $ac_status); }; } &&
4522 { ac_try
='test -s conftest.$ac_objext'
4523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4527 (exit $ac_status); }; }; then
4528 echo "$as_me:$LINENO: result: yes" >&5
4529 echo "${ECHO_T}yes" >&6
4531 echo "$as_me: failed program was:" >&5
4532 sed 's/^/| /' conftest.
$ac_ext >&5
4534 echo "$as_me:$LINENO: result: no" >&5
4535 echo "${ECHO_T}no" >&6; have_gmp
=no
4537 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4539 if test x
"$have_gmp" = xyes
; then
4541 LIBS
="$LIBS $gmplibs"
4542 echo "$as_me:$LINENO: checking for correct version of mpfr.h" >&5
4543 echo $ECHO_N "checking for correct version of mpfr.h... $ECHO_C" >&6
4544 cat >conftest.
$ac_ext <<_ACEOF
4547 cat confdefs.h
>>conftest.
$ac_ext
4548 cat >>conftest.
$ac_ext <<_ACEOF
4549 /* end confdefs.h. */
4556 #if MPFR_VERSION < MPFR_VERSION_NUM(2,2,1)
4564 mpfr_atan2 (n, n, x, GMP_RNDN);
4565 mpfr_erfc (n, x, GMP_RNDN);
4566 mpfr_subnormalize (x, t, GMP_RNDN);
4572 rm -f conftest.
$ac_objext conftest
$ac_exeext
4573 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4574 (eval $ac_link) 2>conftest.er1
4576 grep -v '^ *+' conftest.er1
>conftest.err
4578 cat conftest.err
>&5
4579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4580 (exit $ac_status); } &&
4581 { ac_try
='test -z "$ac_c_werror_flag"
4582 || test ! -s conftest.err'
4583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4587 (exit $ac_status); }; } &&
4588 { ac_try
='test -s conftest$ac_exeext'
4589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4593 (exit $ac_status); }; }; then
4594 cat >conftest.
$ac_ext <<_ACEOF
4597 cat confdefs.h
>>conftest.
$ac_ext
4598 cat >>conftest.
$ac_ext <<_ACEOF
4599 /* end confdefs.h. */
4606 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,0)
4609 mpfr_t n; mpfr_init(n);
4615 rm -f conftest.
$ac_objext conftest
$ac_exeext
4616 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4617 (eval $ac_link) 2>conftest.er1
4619 grep -v '^ *+' conftest.er1
>conftest.err
4621 cat conftest.err
>&5
4622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4623 (exit $ac_status); } &&
4624 { ac_try
='test -z "$ac_c_werror_flag"
4625 || test ! -s conftest.err'
4626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4630 (exit $ac_status); }; } &&
4631 { ac_try
='test -s conftest$ac_exeext'
4632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4636 (exit $ac_status); }; }; then
4637 echo "$as_me:$LINENO: result: yes" >&5
4638 echo "${ECHO_T}yes" >&6
4640 echo "$as_me: failed program was:" >&5
4641 sed 's/^/| /' conftest.
$ac_ext >&5
4643 echo "$as_me:$LINENO: result: buggy but acceptable" >&5
4644 echo "${ECHO_T}buggy but acceptable" >&6
4646 rm -f conftest.err conftest.
$ac_objext \
4647 conftest
$ac_exeext conftest.
$ac_ext
4649 echo "$as_me: failed program was:" >&5
4650 sed 's/^/| /' conftest.
$ac_ext >&5
4652 echo "$as_me:$LINENO: result: no" >&5
4653 echo "${ECHO_T}no" >&6; have_gmp
=no
4655 rm -f conftest.err conftest.
$ac_objext \
4656 conftest
$ac_exeext conftest.
$ac_ext
4659 CFLAGS
="$saved_CFLAGS"
4661 if test x
$have_gmp != xyes
; then
4662 { { echo "$as_me:$LINENO: error: Building GCC requires GMP 4.1+ and MPFR 2.3.0+.
4663 Try the --with-gmp and/or --with-mpfr options to specify their locations.
4664 Copies of these libraries' source code can be found at their respective
4665 hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
4666 See also http://gcc.gnu.org/install/prerequisites.html for additional info.
4667 If you obtained GMP and/or MPFR from a vendor distribution package, make
4668 sure that you have installed both the libraries and the header files.
4669 They may be located in separate packages." >&5
4670 echo "$as_me: error: Building GCC requires GMP 4.1+ and MPFR 2.3.0+.
4671 Try the --with-gmp and/or --with-mpfr options to specify their locations.
4672 Copies of these libraries' source code can be found at their respective
4673 hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
4674 See also http://gcc.gnu.org/install/prerequisites.html for additional info.
4675 If you obtained GMP and/or MPFR from a vendor distribution package, make
4676 sure that you have installed both the libraries and the header files.
4677 They may be located in separate packages." >&2;}
4678 { (exit 1); exit 1; }; }
4682 # Flags needed for both GMP and/or MPFR
4686 # By default, C is the only stage 1 language.
4687 stage1_languages
=,c
,
4689 # Figure out what language subdirectories are present.
4690 # Look if the user specified --enable-languages="..."; if not, use
4691 # the environment variable $LANGUAGES if defined. $LANGUAGES might
4693 # NB: embedded tabs in this IF block -- do not untabify
4694 if test -d ${srcdir}/gcc
; then
4695 if test x
"${enable_languages+set}" != xset
; then
4696 if test x
"${LANGUAGES+set}" = xset
; then
4697 enable_languages
="${LANGUAGES}"
4698 echo configure.
in: warning
: setting LANGUAGES is deprecated
, use
--enable-languages instead
1>&2
4700 enable_languages
=all
4703 if test x
"${enable_languages}" = x ||
4704 test x
"${enable_languages}" = xyes
;
4706 echo configure.
in: --enable-languages needs
at least one language argument
1>&2
4710 enable_languages
=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
4712 # 'f95' is the old name for the 'fortran' language. We issue a warning
4713 # and make the substitution.
4714 case ,${enable_languages}, in
4716 echo configure.
in: warning
: 'f95' as language name is deprecated
, use
'fortran' instead
1>&2
4717 enable_languages
=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
4721 # First scan to see if an enabled language requires some other language.
4722 # We assume that a given config-lang.in will list all the language
4723 # front ends it requires, even if some are required indirectly.
4724 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
4725 case ${lang_frag} in
4727 # The odd quoting in the next line works around
4728 # an apparent bug in bash 1.12 on linux.
4729 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
4731 # From the config-lang.in, get $language, $lang_requires
4735 for other
in ${lang_requires} ; do
4736 case ,${enable_languages}, in
4740 echo " \`$other' language required by \`$language'; enabling" 1>&2
4741 enable_languages
="${enable_languages},${other}"
4749 new_enable_languages
=,c
,
4750 missing_languages
=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
4751 potential_languages
=,c
,
4753 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
4754 case ${lang_frag} in
4756 # The odd quoting in the next line works around
4757 # an apparent bug in bash 1.12 on linux.
4758 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
4760 # From the config-lang.in, get $language, $target_libs,
4761 # $lang_dirs, $boot_language, and $build_by_default
4767 build_by_default
=yes
4769 if test x
${language} = x
; then
4770 echo "${lang_frag} doesn't set \$language." 1>&2
4774 case ,${enable_languages}, in
4776 # Language was explicitly selected; include it.
4780 # 'all' was selected, select it if it is a default language
4781 add_this_lang
=${build_by_default}
4788 # Disable languages that need other directories if these aren't available.
4789 for i
in $subdir_requires; do
4790 test -f "$srcdir/gcc/$i/config-lang.in" && continue
4791 case ,${enable_languages}, in
4793 # Specifically requested language; tell them.
4794 { { echo "$as_me:$LINENO: error: The gcc/$i directory contains parts of $language but is missing" >&5
4795 echo "$as_me: error: The gcc/$i directory contains parts of $language but is missing" >&2;}
4796 { (exit 1); exit 1; }; }
4800 add_this_lang
=unsupported
4805 # Disable Ada if no preexisting GNAT is available.
4806 case ,${enable_languages},:${language}:${have_gnat} in
4807 *,${language},*:ada
:no
)
4808 # Specifically requested language; tell them.
4809 { { echo "$as_me:$LINENO: error: GNAT is required to build $language" >&5
4810 echo "$as_me: error: GNAT is required to build $language" >&2;}
4811 { (exit 1); exit 1; }; }
4815 add_this_lang
=unsupported
4819 # Disable a language that is unsupported by the target.
4820 case " $unsupported_languages " in
4822 add_this_lang
=unsupported
4826 case $add_this_lang in
4828 # Remove language-dependent dirs.
4829 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
4832 # Remove language-dependent dirs; still show language as supported.
4833 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
4834 potential_languages
="${potential_languages}${language},"
4837 new_enable_languages
="${new_enable_languages}${language},"
4838 potential_languages
="${potential_languages}${language},"
4839 missing_languages
=`echo "$missing_languages" | sed "s/,$language,/,/"`
4840 case ${boot_language} in
4842 # Add to (comma-separated) list of stage 1 languages.
4843 stage1_languages
="${stage1_languages}${language},"
4852 # Check whether --enable-stage1-languages or --disable-stage1-languages was given.
4853 if test "${enable_stage1_languages+set}" = set; then
4854 enableval
="$enable_stage1_languages"
4855 case ,${enable_stage1_languages}, in
4857 # Set it to something that will have no effect in the loop below
4858 enable_stage1_languages
=c
;;
4860 enable_stage1_languages
=`echo $new_enable_languages | \
4861 sed -e "s/^,//" -e "s/,$//" ` ;;
4863 enable_stage1_languages
=`echo ,$enable_stage1_languages, | \
4864 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
4867 # Add "good" languages from enable_stage1_languages to stage1_languages,
4868 # while "bad" languages go in missing_languages. Leave no duplicates.
4869 for i
in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
4870 case $potential_languages in
4872 case $stage1_languages in
4874 *) stage1_languages
="$stage1_languages$i," ;;
4877 case $missing_languages in
4879 *) missing_languages
="$missing_languages$i," ;;
4885 # Remove leading/trailing commas that were added for simplicity
4886 potential_languages
=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
4887 missing_languages
=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
4888 stage1_languages
=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
4889 new_enable_languages
=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
4891 if test "x$missing_languages" != x
; then
4892 { { echo "$as_me:$LINENO: error:
4893 The following requested languages could not be built: ${missing_languages}
4894 Supported languages are: ${potential_languages}" >&5
4895 echo "$as_me: error:
4896 The following requested languages could not be built: ${missing_languages}
4897 Supported languages are: ${potential_languages}" >&2;}
4898 { (exit 1); exit 1; }; }
4900 if test "x$new_enable_languages" != "x$enable_languages"; then
4901 echo The following languages will be built
: ${new_enable_languages}
4902 enable_languages
="$new_enable_languages"
4906 ac_configure_args
=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
4909 # Handle --disable-<component> generically.
4910 for dir
in $configdirs $build_configdirs $target_configdirs ; do
4911 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
4912 varname
=`echo $dirname | sed -e s/+/_/g`
4913 if eval test x\
${enable_${varname}} "=" xno
; then
4914 noconfigdirs
="$noconfigdirs $dir"
4918 # Check for Boehm's garbage collector
4919 # Check whether --enable-objc-gc or --disable-objc-gc was given.
4920 if test "${enable_objc_gc+set}" = set; then
4921 enableval
="$enable_objc_gc"
4922 case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
4923 *,objc
,*:*:yes:*target-boehm-gc
*)
4924 { { echo "$as_me:$LINENO: error: Boehm's garbage collector was requested yet not supported in this configuration" >&5
4925 echo "$as_me: error: Boehm's garbage collector was requested yet not supported in this configuration" >&2;}
4926 { (exit 1); exit 1; }; }
4931 # Make sure we only build Boehm's garbage collector if required.
4932 case ,${enable_languages},:${enable_objc_gc} in
4934 # Keep target-boehm-gc if requested for Objective-C.
4937 # Otherwise remove target-boehm-gc depending on target-libjava.
4938 if echo " ${noconfigdirs} " |
grep "target-libjava" >/dev
/null
2>&1; then
4939 noconfigdirs
="$noconfigdirs target-boehm-gc"
4944 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
4945 # $build_configdirs and $target_configdirs.
4946 # If we have the source for $noconfigdirs entries, add them to $notsupp.
4949 for dir
in .
$skipdirs $noconfigdirs ; do
4950 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
4951 if test $dir != .
&& echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4952 configdirs
=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
4953 if test -r $srcdir/$dirname/configure
; then
4954 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4957 notsupp
="$notsupp $dir"
4961 if test $dir != .
&& echo " ${build_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4962 build_configdirs
=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
4963 if test -r $srcdir/$dirname/configure
; then
4964 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4967 notsupp
="$notsupp $dir"
4971 if test $dir != .
&& echo " ${target_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4972 target_configdirs
=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
4973 if test -r $srcdir/$dirname/configure
; then
4974 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4977 notsupp
="$notsupp $dir"
4983 # Sometimes the tools are distributed with libiberty but with no other
4984 # libraries. In that case, we don't want to build target-libiberty.
4985 # Don't let libgcc imply libiberty either.
4986 if test -n "${target_configdirs}" ; then
4989 for i
in `echo ${target_configdirs} | sed -e s/target-//g` ; do
4990 if test "$i" = "libgcc"; then
4991 libgcc
=target-libgcc
4992 elif test "$i" != "libiberty" ; then
4993 if test -r $srcdir/$i/configure
; then
4999 if test -z "${others}" ; then
5000 target_configdirs
=$libgcc
5004 # Quietly strip out all directories which aren't configurable in this tree.
5005 # This relies on all configurable subdirectories being autoconfiscated, which
5007 build_configdirs_all
="$build_configdirs"
5009 for i
in ${build_configdirs_all} ; do
5010 j
=`echo $i | sed -e s/build-//g`
5011 if test -f ${srcdir}/$j/configure
; then
5012 build_configdirs
="${build_configdirs} $i"
5016 configdirs_all
="$configdirs"
5018 for i
in ${configdirs_all} ; do
5019 if test -f ${srcdir}/$i/configure
; then
5020 configdirs
="${configdirs} $i"
5024 target_configdirs_all
="$target_configdirs"
5026 for i
in ${target_configdirs_all} ; do
5027 j
=`echo $i | sed -e s/target-//g`
5028 if test -f ${srcdir}/$j/configure
; then
5029 target_configdirs
="${target_configdirs} $i"
5033 # Produce a warning message for the subdirs we can't configure.
5034 # This isn't especially interesting in the Cygnus tree, but in the individual
5035 # FSF releases, it's important to let people know when their machine isn't
5036 # supported by the one or two programs in a package.
5038 if test -n "${notsupp}" && test -z "${norecursion}" ; then
5039 # If $appdirs is non-empty, at least one of those directories must still
5040 # be configured, or we error out. (E.g., if the gas release supports a
5041 # specified target in some subdirs but not the gas subdir, we shouldn't
5042 # pretend that all is well.)
5043 if test -n "$appdirs" ; then
5044 for dir
in $appdirs ; do
5045 if test -r $dir/Makefile.
in ; then
5046 if echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5050 if echo " ${target_configdirs} " |
grep " target-${dir} " >/dev
/null
2>&1; then
5056 if test -n "$appdirs" ; then
5057 echo "*** This configuration is not supported by this package." 1>&2
5061 # Okay, some application will build, or we don't care to check. Still
5062 # notify of subdirs not getting built.
5063 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
5064 echo " ${notsupp}" 1>&2
5065 echo " (Any other directories should still work fine.)" 1>&2
5073 # To find our prefix, in gcc_cv_tool_prefix.
5075 # The user is always right.
5076 if test "${PATH_SEPARATOR+set}" != set; then
5077 echo "#! /bin/sh" >conf$$.sh
5078 echo "exit 0" >>conf$$.sh
5080 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
5090 if test "x$exec_prefix" = xNONE
; then
5091 if test "x$prefix" = xNONE
; then
5092 gcc_cv_tool_prefix
=$ac_default_prefix
5094 gcc_cv_tool_prefix
=$prefix
5097 gcc_cv_tool_prefix
=$exec_prefix
5100 # If there is no compiler in the tree, use the PATH only. In any
5101 # case, if there is no compiler in the tree nobody should use
5102 # AS_FOR_TARGET and LD_FOR_TARGET.
5103 if test x
$host = x
$build && test -f $srcdir/gcc
/BASE-VER
; then
5104 gcc_version
=`cat $srcdir/gcc/BASE-VER`
5105 gcc_cv_tool_dirs
="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5106 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
5107 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5108 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
5109 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5110 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
5115 if test x
$build = x
$target && test -n "$md_exec_prefix"; then
5116 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
5124 # Check whether --with-build-sysroot or --without-build-sysroot was given.
5125 if test "${with_build_sysroot+set}" = set; then
5126 withval
="$with_build_sysroot"
5127 if test x
"$withval" != x
; then
5128 SYSROOT_CFLAGS_FOR_TARGET
="--sysroot=$withval"
5131 SYSROOT_CFLAGS_FOR_TARGET
=
5136 # Check whether --with-debug-prefix-map or --without-debug-prefix-map was given.
5137 if test "${with_debug_prefix_map+set}" = set; then
5138 withval
="$with_debug_prefix_map"
5139 if test x
"$withval" != x
; then
5140 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
5141 for debug_map
in $withval; do
5142 DEBUG_PREFIX_CFLAGS_FOR_TARGET
="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
5146 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
5150 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
5151 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
5152 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
5153 # We want to ensure that TARGET libraries (which we know are built with
5154 # gcc) are built with "-O2 -g", so include those options when setting
5155 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5156 if test "x$CFLAGS_FOR_TARGET" = x
; then
5157 CFLAGS_FOR_TARGET
=$CFLAGS
5160 *) CFLAGS_FOR_TARGET
="-O2 $CFLAGS" ;;
5163 *" -g "* |
*" -g3 "*) ;;
5164 *) CFLAGS_FOR_TARGET
="-g $CFLAGS" ;;
5169 if test "x$CXXFLAGS_FOR_TARGET" = x
; then
5170 CXXFLAGS_FOR_TARGET
=$CXXFLAGS
5171 case " $CXXFLAGS " in
5173 *) CXXFLAGS_FOR_TARGET
="-O2 $CXXFLAGS" ;;
5175 case " $CXXFLAGS " in
5176 *" -g "* |
*" -g3 "*) ;;
5177 *) CXXFLAGS_FOR_TARGET
="-g $CXXFLAGS" ;;
5182 # Handle --with-headers=XXX. If the value is not "yes", the contents of
5183 # the named directory are copied to $(tooldir)/sys-include.
5184 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno
; then
5185 if test x
${is_cross_compiler} = xno
; then
5186 echo 1>&2 '***' --with-headers is only supported when cross compiling
5189 if test x
"${with_headers}" != xyes
; then
5190 x
=${gcc_cv_tool_prefix}
5191 copy_dirs
="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
5195 # Handle --with-libs=XXX. If the value is not "yes", the contents of
5196 # the name directories are copied to $(tooldir)/lib. Multiple directories
5198 if test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
5199 if test x
${is_cross_compiler} = xno
; then
5200 echo 1>&2 '***' --with-libs is only supported when cross compiling
5203 if test x
"${with_libs}" != xyes
; then
5204 # Copy the libraries in reverse order, so that files in the first named
5205 # library override files in subsequent libraries.
5206 x
=${gcc_cv_tool_prefix}
5207 for l
in ${with_libs}; do
5208 copy_dirs
="$l $x/${target_noncanonical}/lib ${copy_dirs}"
5213 # Set with_gnu_as and with_gnu_ld as appropriate.
5215 # This is done by determining whether or not the appropriate directory
5216 # is available, and by checking whether or not specific configurations
5217 # have requested that this magic not happen.
5219 # The command line options always override the explicit settings in
5220 # configure.in, and the settings in configure.in override this magic.
5222 # If the default for a toolchain is to use GNU as and ld, and you don't
5223 # want to do that, then you should use the --without-gnu-as and
5224 # --without-gnu-ld options for the configure script.
5226 if test x
${use_gnu_as} = x
&&
5227 echo " ${configdirs} " |
grep " gas " > /dev
/null
2>&1 ; then
5229 extra_host_args
="$extra_host_args --with-gnu-as"
5232 if test x
${use_gnu_ld} = x
&&
5233 echo " ${configdirs} " |
grep " ld " > /dev
/null
2>&1 ; then
5235 extra_host_args
="$extra_host_args --with-gnu-ld"
5238 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
5239 # can detect this case.
5241 if test x
${with_newlib} != xno
&& echo " ${target_configdirs} " |
grep " target-newlib " > /dev
/null
2>&1 ; then
5243 extra_host_args
="$extra_host_args --with-newlib"
5246 # Handle ${copy_dirs}
5247 set fnord
${copy_dirs}
5249 while test $# != 0 ; do
5250 if test -f $2/COPIED
&& test x
"`cat $2/COPIED`" = x
"$1" ; then
5253 echo Copying
$1 to
$2
5255 # Use the install script to create the directory and all required
5256 # parent directories.
5257 if test -d $2 ; then
5261 ${srcdir}/install-sh
-c -m 644 config.temp
$2/COPIED
5264 # Copy the directory, assuming we have tar.
5265 # FIXME: Should we use B in the second tar? Not all systems support it.
5266 (cd $1; tar -cf - .
) |
(cd $2; tar -xpf -)
5268 # It is the responsibility of the user to correctly adjust all
5269 # symlinks. If somebody can figure out how to handle them correctly
5270 # here, feel free to add the code.
5277 # Determine a target-dependent exec_prefix that the installed
5278 # gcc will search in. Keep this list sorted by triplet, with
5279 # the *-*-osname triplets last.
5283 md_exec_prefix
=/gnu
/lib
/gcc-lib
5285 i
[34567]86-pc-msdosdjgpp*)
5286 md_exec_prefix
=/dev
/env
/DJDIR
/bin
5288 i
[34567]86-*-sco3.2v5
*)
5289 if test $with_gnu_as = yes; then
5290 md_exec_prefix
=/usr
/gnu
/bin
5292 md_exec_prefix
=/usr
/ccs
/bin
/elf
5297 powerpc-
*-chorusos* | \
5298 powerpc
*-*-eabi* | \
5299 powerpc
*-*-sysv* | \
5300 powerpc
*-*-kaos* | \
5302 md_exec_prefix
=/usr
/ccs
/bin
5307 md_exec_prefix
=/usr
/ccs
/bin
5322 md_exec_prefix
=/usr
/ccs
/bin
5326 extra_arflags_for_target
=
5327 extra_nmflags_for_target
=
5328 extra_ranlibflags_for_target
=
5329 target_makefile_frag
=/dev
/null
5332 target_makefile_frag
="config/mt-mep"
5335 target_makefile_frag
="config/mt-spu"
5338 target_makefile_frag
="config/mt-sde"
5340 mipsisa
*-*-elfoabi*)
5341 target_makefile_frag
="config/mt-mips-elfoabi"
5344 target_makefile_frag
="config/mt-netware"
5346 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
5347 target_makefile_frag
="config/mt-gnu"
5349 *-*-aix4.
[3456789]* |
*-*-aix[56789].
*)
5350 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
5351 # commands to handle both 32-bit and 64-bit objects. These flags are
5352 # harmless if we're using GNU nm or ar.
5353 extra_arflags_for_target
=" -X32_64"
5354 extra_nmflags_for_target
=" -B -X32_64"
5357 # ranlib from Darwin requires the -c flag to look at common symbols.
5358 extra_ranlibflags_for_target
=" -c"
5360 mips
*-*-pe | sh
*-*-pe |
*arm-wince-pe
)
5361 target_makefile_frag
="config/mt-wince"
5365 alphaieee_frag
=/dev
/null
5368 # This just makes sure to use the -mieee option to build target libs.
5369 # This should probably be set individually by each library.
5370 alphaieee_frag
="config/mt-alphaieee"
5374 # If --enable-target-optspace always use -Os instead of -O2 to build
5375 # the target libraries, similarly if it is not specified, use -Os
5376 # on selected platforms.
5377 ospace_frag
=/dev
/null
5378 case "${enable_target_optspace}:${target}" in
5380 ospace_frag
="config/mt-ospace"
5383 ospace_frag
="config/mt-d30v"
5385 :m32r-
* |
:d10v-
* |
:fr30-
*)
5386 ospace_frag
="config/mt-ospace"
5391 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
5395 # Default to using --with-stabs for certain targets.
5396 if test x
${with_stabs} = x
; then
5400 mips
*-*-* | alpha
*-*-osf*)
5402 extra_host_args
="${extra_host_args} --with-stabs"
5407 # hpux11 in 64bit mode has libraries in a weird place. Arrange to find
5408 # them automatically.
5411 extra_host_args
="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
5415 # Some systems (e.g., one of the i386-aix systems the gas testers are
5416 # using) don't handle "\$" correctly, so don't use it here.
5417 tooldir
='${exec_prefix}'/${target_noncanonical}
5418 build_tooldir
=${tooldir}
5420 # Create a .gdbinit file which runs the one in srcdir
5421 # and tells GDB to look there for source files.
5423 if test -r ${srcdir}/.gdbinit
; then
5426 *) cat > .
/.gdbinit
<<EOF
5430 source ${srcdir}/.gdbinit
5436 # Make sure that the compiler is able to generate an executable. If it
5437 # can't, we are probably in trouble. We don't care whether we can run the
5438 # executable--we might be using a cross compiler--we only care whether it
5439 # can be created. At this point the main configure script has set CC.
5441 echo "int main () { return 0; }" > conftest.c
5442 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
5443 if test $?
= 0 ; then
5444 if test -s conftest ||
test -s conftest.exe
; then
5450 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
5451 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
5458 # The Solaris /usr/ucb/cc compiler does not appear to work.
5460 sparc-sun-solaris2
*)
5461 CCBASE
="`echo ${CC-cc} | sed 's/ .*$//'`"
5462 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
5464 test -d /opt
/SUNWspro
/bin
&& could_use
="/opt/SUNWspro/bin"
5465 if test -d /opt
/cygnus
/bin
; then
5466 if test "$could_use" = "" ; then
5467 could_use
="/opt/cygnus/bin"
5469 could_use
="$could_use or /opt/cygnus/bin"
5472 if test "$could_use" = "" ; then
5473 echo "Warning: compilation may fail because you're using"
5474 echo "/usr/ucb/cc. You should change your PATH or CC "
5475 echo "variable and rerun configure."
5477 echo "Warning: compilation may fail because you're using"
5478 echo "/usr/ucb/cc, when you should use the C compiler from"
5479 echo "$could_use. You should change your"
5480 echo "PATH or CC variable and rerun configure."
5487 *-*-hpux*) RPATH_ENVVAR
=SHLIB_PATH
;;
5488 *-*-darwin* |
*-*-rhapsody* ) RPATH_ENVVAR
=DYLD_LIBRARY_PATH
;;
5489 *) RPATH_ENVVAR
=LD_LIBRARY_PATH
;;
5492 # Record target_configdirs and the configure arguments for target and
5493 # build configuration in Makefile.
5494 target_configdirs
=`echo "${target_configdirs}" | sed -e 's/target-//g'`
5495 build_configdirs
=`echo "${build_configdirs}" | sed -e 's/build-//g'`
5497 # Determine whether gdb needs tk/tcl or not.
5498 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
5499 # and in that case we want gdb to be built without tk. Ugh!
5500 # In fact I believe gdb is the *only* package directly dependent on tk,
5501 # so we should be able to put the 'maybe's in unconditionally and
5502 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
5503 # 100% sure that that's safe though.
5505 gdb_tk
="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
5506 case "$enable_gdbtk" in
5510 GDB_TK
="${gdb_tk}" ;;
5512 # Only add the dependency on gdbtk when GDBtk is part of the gdb
5513 # distro. Eventually someone will fix this and move Insight, nee
5514 # gdbtk to a separate directory.
5515 if test -d ${srcdir}/gdb
/gdbtk
; then
5522 CONFIGURE_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
5523 INSTALL_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-install-/g`
5525 # Strip out unwanted targets.
5527 # While at that, we remove Makefiles if we were started for recursive
5528 # configuration, so that the top-level Makefile reconfigures them,
5529 # like we used to do when configure itself was recursive.
5531 # Loop over modules. $extrasub must be used with care, limiting as
5532 # much as possible the usage of range addresses. That's because autoconf
5533 # splits the sed script to overcome limits in the number of commands,
5534 # and relying on carefully-timed sed passes may turn out to be very hard
5535 # to maintain later. In this particular case, you just have to be careful
5536 # not to nest @if/@endif pairs, because configure will not warn you at all.
5538 # Check whether --enable-bootstrap or --disable-bootstrap was given.
5539 if test "${enable_bootstrap+set}" = set; then
5540 enableval
="$enable_bootstrap"
5543 enable_bootstrap
=default
5546 # Issue errors and warnings for invalid/strange bootstrap combinations.
5547 case "$configdirs" in
5548 *gcc
*) have_compiler
=yes ;;
5549 *) have_compiler
=no
;;
5552 case "$have_compiler:$host:$target:$enable_bootstrap" in
5555 # Default behavior. Enable bootstrap if we have a compiler
5556 # and we are in a native configuration.
5557 yes:$build:$build:default
)
5558 enable_bootstrap
=yes ;;
5561 enable_bootstrap
=no
;;
5563 # We have a compiler and we are in a native configuration, bootstrap is ok
5564 yes:$build:$build:yes)
5567 # Other configurations, but we have a compiler. Assume the user knows
5570 { echo "$as_me:$LINENO: WARNING: trying to bootstrap a cross compiler" >&5
5571 echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5574 # No compiler: if they passed --enable-bootstrap explicitly, fail
5576 { { echo "$as_me:$LINENO: error: cannot bootstrap without a compiler" >&5
5577 echo "$as_me: error: cannot bootstrap without a compiler" >&2;}
5578 { (exit 1); exit 1; }; } ;;
5580 # Fail if wrong command line
5582 { { echo "$as_me:$LINENO: error: invalid option for --enable-bootstrap" >&5
5583 echo "$as_me: error: invalid option for --enable-bootstrap" >&2;}
5584 { (exit 1); exit 1; }; }
5588 # Adjust the toplevel makefile according to whether bootstrap was selected.
5589 case "$enable_bootstrap" in
5591 bootstrap_suffix
=bootstrap
;;
5593 bootstrap_suffix
=no-bootstrap
;;
5596 for module
in ${build_configdirs} ; do
5597 if test -z "${no_recursion}" \
5598 && test -f ${build_subdir}/${module}/Makefile
; then
5599 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
5600 rm -f ${build_subdir}/${module}/Makefile
5603 /^@if build-$module\$/d
5604 /^@endif build-$module\$/d
5605 /^@if build-$module-$bootstrap_suffix\$/d
5606 /^@endif build-$module-$bootstrap_suffix\$/d"
5608 for module
in ${configdirs} ; do
5609 if test -z "${no_recursion}"; then
5610 for file in stage
*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile
; do
5611 if test -f ${file}; then
5612 echo 1>&2 "*** removing ${file} to force reconfigure"
5619 /^@endif $module\$/d
5620 /^@if $module-$bootstrap_suffix\$/d
5621 /^@endif $module-$bootstrap_suffix\$/d"
5623 for module
in ${target_configdirs} ; do
5624 if test -z "${no_recursion}" \
5625 && test -f ${target_subdir}/${module}/Makefile
; then
5626 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
5627 rm -f ${target_subdir}/${module}/Makefile
5630 /^@if target-$module\$/d
5631 /^@endif target-$module\$/d
5632 /^@if target-$module-$bootstrap_suffix\$/d
5633 /^@endif target-$module-$bootstrap_suffix\$/d"
5637 /^@if /,/^@endif /d"
5639 # Create the serialization dependencies. This uses a temporary file.
5641 # Check whether --enable-serial-configure or --disable-serial-configure was given.
5642 if test "${enable_serial_configure+set}" = set; then
5643 enableval
="$enable_serial_configure"
5647 case ${enable_serial_configure} in
5649 enable_serial_build_configure
=yes
5650 enable_serial_host_configure
=yes
5651 enable_serial_target_configure
=yes
5655 # These force 'configure's to be done one at a time, to avoid problems
5656 # with contention over a shared config.cache.
5658 echo '# serdep.tmp' > serdep.tmp
5660 test "x${enable_serial_build_configure}" = xyes
&&
5661 for item
in ${build_configdirs} ; do
5664 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp
;;
5669 test "x${enable_serial_host_configure}" = xyes
&&
5670 for item
in ${configdirs} ; do
5673 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp
;;
5678 test "x${enable_serial_target_configure}" = xyes
&&
5679 for item
in ${target_configdirs} ; do
5682 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp
;;
5686 serialization_dependencies
=serdep.tmp
5689 # Base args. Strip norecursion, cache-file, srcdir, host, build,
5690 # target, nonopt, and variable assignments. These are the ones we
5691 # might not want to pass down to subconfigures. Also strip
5692 # program-prefix, program-suffix, and program-transform-name, so that
5693 # we can pass down a consistent program-transform-name.
5697 eval "set -- $ac_configure_args"
5700 if test X
"$skip_next" = X
"yes"; then
5704 if test X
"$keep_next" = X
"yes"; then
5707 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5709 baseargs
="$baseargs '$ac_arg'"
5714 # Handle separated arguments. Based on the logic generated by
5717 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
5718 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
5719 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
5720 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
5746 -program-prefix* | \
5747 -program-suffix* | \
5748 -program-transform-name* )
5749 skip_next
=$separate_arg
5753 # An option. Add it.
5756 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5758 baseargs
="$baseargs '$ac_arg'"
5759 keep_next
=$separate_arg
5762 # Either a variable assignment, or a nonopt (triplet). Don't
5763 # pass it down; let the Makefile handle this.
5768 # Remove the initial space we just introduced and, as these will be
5769 # expanded by make, quote '$'.
5770 baseargs
=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
5772 # Add in --program-transform-name, after --program-prefix and
5773 # --program-suffix have been applied to it. Autoconf has already
5774 # doubled dollar signs and backslashes in program_transform_name; we want
5775 # the backslashes un-doubled, and then the entire thing wrapped in single
5776 # quotes, because this will be expanded first by make and then by the shell.
5777 # Also, because we want to override the logic in subdir configure scripts to
5778 # choose program_transform_name, replace any s,x,x, with s,y,y,.
5779 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
5780 ${program_transform_name}
5782 gcc_transform_name
=`cat conftestsed.out`
5783 rm -f conftestsed.out
5784 baseargs
="$baseargs --program-transform-name='${gcc_transform_name}'"
5785 if test "$silent" = yes; then
5786 baseargs
="$baseargs --silent"
5789 # For the build-side libraries, we just need to pretend we're native,
5790 # and not use the same cache file. Multilibs are neither needed nor
5792 build_configargs
="--cache-file=../config.cache ${baseargs}"
5794 # For host modules, accept cache file option, or specification as blank.
5795 case "${cache_file}" in
5797 cache_file_option
="" ;;
5798 /* |
[A-Za-z
]:[\\/]* ) # absolute path
5799 cache_file_option
="--cache-file=${cache_file}" ;;
5801 cache_file_option
="--cache-file=../${cache_file}" ;;
5804 # Host dirs don't like to share a cache file either, horribly enough.
5805 # This seems to be due to autoconf 2.5x stupidity.
5806 host_configargs
="--cache-file=./config.cache ${extra_host_args} ${baseargs}"
5808 target_configargs
=${baseargs}
5810 # Passing a --with-cross-host argument lets the target libraries know
5811 # whether they are being built with a cross-compiler or being built
5812 # native. However, it would be better to use other mechanisms to make the
5813 # sorts of decisions they want to make on this basis. Please consider
5814 # this option to be deprecated. FIXME.
5815 if test x
${is_cross_compiler} = xyes
; then
5816 target_configargs
="--with-cross-host=${host_noncanonical} ${target_configargs}"
5819 # Default to --enable-multilib.
5820 if test x
${enable_multilib} = x
; then
5821 target_configargs
="--enable-multilib ${target_configargs}"
5824 # Pass --with-newlib if appropriate. Note that target_configdirs has
5825 # changed from the earlier setting of with_newlib.
5826 if test x
${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib
; then
5827 target_configargs
="--with-newlib ${target_configargs}"
5830 # Different target subdirs use different values of certain variables
5831 # (notably CXX). Worse, multilibs use *lots* of different values.
5832 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
5833 # it doesn't automatically accept command-line overrides of them.
5834 # This means it's not safe for target subdirs to share a cache file,
5835 # which is disgusting, but there you have it. Hopefully this can be
5836 # fixed in future. It's still worthwhile to use a cache file for each
5837 # directory. I think.
5839 # Pass the appropriate --build, --host, --target and --cache-file arguments.
5840 # We need to pass --target, as newer autoconf's requires consistency
5841 # for target_alias and gcc doesn't manage it consistently.
5842 target_configargs
="--cache-file=./config.cache ${target_configargs}"
5845 case " $target_configdirs " in
5847 case " $target_configargs " in
5848 *" --with-newlib "*)
5851 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' ;;
5854 # If we're not building GCC, don't discard standard headers.
5855 if test -d ${srcdir}/gcc
; then
5856 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -nostdinc'
5858 if test "${build}" != "${host}"; then
5859 # On Canadian crosses, CC_FOR_TARGET will have already been set
5860 # by `configure', so we won't have an opportunity to add -Bgcc/
5861 # to it. This is right: we don't want to search that directory
5862 # for binaries, but we want the header files in there, so add
5864 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include'
5866 # Someone might think of using the pre-installed headers on
5867 # Canadian crosses, in case the installed compiler is not fully
5868 # compatible with the compiler being built. In this case, it
5869 # would be better to flag an error than risking having
5870 # incompatible object files being constructed. We can't
5871 # guarantee that an error will be flagged, but let's hope the
5872 # compiler will do it, when presented with incompatible header
5877 case "${target}-${is_cross_compiler}" in
5878 i
[3456789]86-*-linux*-no)
5879 # Here host == target, so we don't need to build gcc,
5880 # so we don't want to discard standard headers.
5881 FLAGS_FOR_TARGET
=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
5884 # If we're building newlib, use its generic headers last, but search
5885 # for any libc-related directories first (so make it the last -B
5887 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
5889 # If we're building libgloss, find the startup file, simulator library
5890 # and linker script.
5891 case " $target_configdirs " in
5893 # Look for startup file, simulator library and maybe linker script.
5894 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
5895 # Look for libnosys.a in case the target needs it.
5896 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
5897 # Most targets have the linker script in the source directory.
5898 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
5909 # Can't be handled as Cygwin above since Mingw does not use newlib.
5910 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' ;;
5913 # Allow the user to override the flags for
5914 # our build compiler if desired.
5915 if test x
"${build}" = x
"${host}" ; then
5916 CFLAGS_FOR_BUILD
=${CFLAGS_FOR_BUILD-${CFLAGS}}
5917 CXXFLAGS_FOR_BUILD
=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
5918 LDFLAGS_FOR_BUILD
=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
5921 # On Canadian crosses, we'll be searching the right directories for
5922 # the previously-installed cross compiler, so don't bother to add
5923 # flags for directories within the install tree of the compiler
5924 # being built; programs in there won't even run.
5925 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
5926 # Search for pre-installed headers if nothing else fits.
5927 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
5930 if test "x
${use_gnu_ld}" = x &&
5931 echo " ${configdirs} " | grep " ld
" > /dev/null ; then
5932 # Arrange for us to find uninstalled linker scripts.
5933 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
5936 # Search for other target-specific linker scripts and such.
5939 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
5943 # Makefile fragments.
5944 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
5946 eval fragval=\$$frag
5947 if test $fragval != /dev/null; then
5948 eval $frag=${srcdir}/$fragval
5956 # Miscellanea: directories, flags, etc.
5964 # Build module lists & subconfigure args.
5968 # Host module lists & subconfigure args.
5972 # Target module lists & subconfigure args.
5994 # Generate default definitions for YACC, M4, LEX and other programs that run
5995 # on the build machine. These are used if the Makefile can't locate these
5996 # programs in objdir.
5997 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
5999 for ac_prog in 'bison -y' byacc yacc
6001 # Extract the first word of "$ac_prog", so it can be a program name with args.
6002 set dummy $ac_prog; ac_word=$2
6003 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6004 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6005 if test "${ac_cv_prog_YACC+set}" = set; then
6006 echo $ECHO_N "(cached
) $ECHO_C" >&6
6008 if test -n "$YACC"; then
6009 ac_cv_prog_YACC="$YACC" # Let the user override the test.
6011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6015 test -z "$as_dir" && as_dir=.
6016 for ac_exec_ext in '' $ac_executable_extensions; do
6017 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6018 ac_cv_prog_YACC="$ac_prog"
6019 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6027 YACC=$ac_cv_prog_YACC
6028 if test -n "$YACC"; then
6029 echo "$as_me:$LINENO: result
: $YACC" >&5
6030 echo "${ECHO_T}$YACC" >&6
6032 echo "$as_me:$LINENO: result
: no
" >&5
6033 echo "${ECHO_T}no
" >&6
6036 test -n "$YACC" && break
6038 test -n "$YACC" || YACC="$MISSING bison
-y"
6040 case " $build_configdirs " in
6041 *" bison
"*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
6042 *" byacc
"*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
6045 for ac_prog in bison
6047 # Extract the first word of "$ac_prog", so it can be a program name with args.
6048 set dummy $ac_prog; ac_word=$2
6049 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6050 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6051 if test "${ac_cv_prog_BISON+set}" = set; then
6052 echo $ECHO_N "(cached
) $ECHO_C" >&6
6054 if test -n "$BISON"; then
6055 ac_cv_prog_BISON="$BISON" # Let the user override the test.
6057 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6061 test -z "$as_dir" && as_dir=.
6062 for ac_exec_ext in '' $ac_executable_extensions; do
6063 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6064 ac_cv_prog_BISON="$ac_prog"
6065 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6073 BISON=$ac_cv_prog_BISON
6074 if test -n "$BISON"; then
6075 echo "$as_me:$LINENO: result
: $BISON" >&5
6076 echo "${ECHO_T}$BISON" >&6
6078 echo "$as_me:$LINENO: result
: no
" >&5
6079 echo "${ECHO_T}no
" >&6
6082 test -n "$BISON" && break
6084 test -n "$BISON" || BISON="$MISSING bison
"
6086 case " $build_configdirs " in
6087 *" bison
"*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
6090 for ac_prog in gm4 gnum4 m4
6092 # Extract the first word of "$ac_prog", so it can be a program name with args.
6093 set dummy $ac_prog; ac_word=$2
6094 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6095 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6096 if test "${ac_cv_prog_M4+set}" = set; then
6097 echo $ECHO_N "(cached
) $ECHO_C" >&6
6099 if test -n "$M4"; then
6100 ac_cv_prog_M4="$M4" # Let the user override the test.
6102 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6106 test -z "$as_dir" && as_dir=.
6107 for ac_exec_ext in '' $ac_executable_extensions; do
6108 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6109 ac_cv_prog_M4="$ac_prog"
6110 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6119 if test -n "$M4"; then
6120 echo "$as_me:$LINENO: result
: $M4" >&5
6121 echo "${ECHO_T}$M4" >&6
6123 echo "$as_me:$LINENO: result
: no
" >&5
6124 echo "${ECHO_T}no
" >&6
6127 test -n "$M4" && break
6129 test -n "$M4" || M4="$MISSING m4"
6131 case " $build_configdirs " in
6132 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
6135 for ac_prog in flex lex
6137 # Extract the first word of "$ac_prog", so it can be a program name with args.
6138 set dummy $ac_prog; ac_word=$2
6139 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6140 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6141 if test "${ac_cv_prog_LEX+set}" = set; then
6142 echo $ECHO_N "(cached
) $ECHO_C" >&6
6144 if test -n "$LEX"; then
6145 ac_cv_prog_LEX="$LEX" # Let the user override the test.
6147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6151 test -z "$as_dir" && as_dir=.
6152 for ac_exec_ext in '' $ac_executable_extensions; do
6153 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6154 ac_cv_prog_LEX="$ac_prog"
6155 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6164 if test -n "$LEX"; then
6165 echo "$as_me:$LINENO: result
: $LEX" >&5
6166 echo "${ECHO_T}$LEX" >&6
6168 echo "$as_me:$LINENO: result
: no
" >&5
6169 echo "${ECHO_T}no
" >&6
6172 test -n "$LEX" && break
6174 test -n "$LEX" || LEX="$MISSING flex
"
6176 case " $build_configdirs " in
6177 *" flex
"*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
6178 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
6183 # Extract the first word of "$ac_prog", so it can be a program name with args.
6184 set dummy $ac_prog; ac_word=$2
6185 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6186 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6187 if test "${ac_cv_prog_FLEX+set}" = set; then
6188 echo $ECHO_N "(cached
) $ECHO_C" >&6
6190 if test -n "$FLEX"; then
6191 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
6193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6197 test -z "$as_dir" && as_dir=.
6198 for ac_exec_ext in '' $ac_executable_extensions; do
6199 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6200 ac_cv_prog_FLEX="$ac_prog"
6201 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6209 FLEX=$ac_cv_prog_FLEX
6210 if test -n "$FLEX"; then
6211 echo "$as_me:$LINENO: result
: $FLEX" >&5
6212 echo "${ECHO_T}$FLEX" >&6
6214 echo "$as_me:$LINENO: result
: no
" >&5
6215 echo "${ECHO_T}no
" >&6
6218 test -n "$FLEX" && break
6220 test -n "$FLEX" || FLEX="$MISSING flex
"
6222 case " $build_configdirs " in
6223 *" flex
"*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
6226 for ac_prog in makeinfo
6228 # Extract the first word of "$ac_prog", so it can be a program name with args.
6229 set dummy $ac_prog; ac_word=$2
6230 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6231 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6232 if test "${ac_cv_prog_MAKEINFO+set}" = set; then
6233 echo $ECHO_N "(cached
) $ECHO_C" >&6
6235 if test -n "$MAKEINFO"; then
6236 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
6238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6242 test -z "$as_dir" && as_dir=.
6243 for ac_exec_ext in '' $ac_executable_extensions; do
6244 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6245 ac_cv_prog_MAKEINFO="$ac_prog"
6246 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6254 MAKEINFO=$ac_cv_prog_MAKEINFO
6255 if test -n "$MAKEINFO"; then
6256 echo "$as_me:$LINENO: result
: $MAKEINFO" >&5
6257 echo "${ECHO_T}$MAKEINFO" >&6
6259 echo "$as_me:$LINENO: result
: no
" >&5
6260 echo "${ECHO_T}no
" >&6
6263 test -n "$MAKEINFO" && break
6265 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo
"
6267 case " $build_configdirs " in
6268 *" texinfo
"*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
6271 # For an installed makeinfo, we require it to be from texinfo 4.6 or
6272 # higher, else we use the "missing
" dummy.
6273 if ${MAKEINFO} --version \
6274 | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
6277 MAKEINFO="$MISSING makeinfo
"
6283 # FIXME: expect and dejagnu may become build tools?
6285 for ac_prog in expect
6287 # Extract the first word of "$ac_prog", so it can be a program name with args.
6288 set dummy $ac_prog; ac_word=$2
6289 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6290 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6291 if test "${ac_cv_prog_EXPECT+set}" = set; then
6292 echo $ECHO_N "(cached
) $ECHO_C" >&6
6294 if test -n "$EXPECT"; then
6295 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
6297 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6301 test -z "$as_dir" && as_dir=.
6302 for ac_exec_ext in '' $ac_executable_extensions; do
6303 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6304 ac_cv_prog_EXPECT="$ac_prog"
6305 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6313 EXPECT=$ac_cv_prog_EXPECT
6314 if test -n "$EXPECT"; then
6315 echo "$as_me:$LINENO: result
: $EXPECT" >&5
6316 echo "${ECHO_T}$EXPECT" >&6
6318 echo "$as_me:$LINENO: result
: no
" >&5
6319 echo "${ECHO_T}no
" >&6
6322 test -n "$EXPECT" && break
6324 test -n "$EXPECT" || EXPECT="expect
"
6326 case " $configdirs " in
6328 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
6332 for ac_prog in runtest
6334 # Extract the first word of "$ac_prog", so it can be a program name with args.
6335 set dummy $ac_prog; ac_word=$2
6336 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6337 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6338 if test "${ac_cv_prog_RUNTEST+set}" = set; then
6339 echo $ECHO_N "(cached
) $ECHO_C" >&6
6341 if test -n "$RUNTEST"; then
6342 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
6344 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6348 test -z "$as_dir" && as_dir=.
6349 for ac_exec_ext in '' $ac_executable_extensions; do
6350 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6351 ac_cv_prog_RUNTEST="$ac_prog"
6352 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6360 RUNTEST=$ac_cv_prog_RUNTEST
6361 if test -n "$RUNTEST"; then
6362 echo "$as_me:$LINENO: result
: $RUNTEST" >&5
6363 echo "${ECHO_T}$RUNTEST" >&6
6365 echo "$as_me:$LINENO: result
: no
" >&5
6366 echo "${ECHO_T}no
" >&6
6369 test -n "$RUNTEST" && break
6371 test -n "$RUNTEST" || RUNTEST="runtest
"
6373 case " $configdirs " in
6375 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
6382 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
6383 ncn_target_tool_prefix=
6384 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
6388 if test -n "$AR"; then
6390 elif test -n "$ac_cv_prog_AR"; then
6394 if test -n "$ac_cv_prog_AR"; then
6395 for ncn_progname in ar; do
6396 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6397 set dummy ${ncn_progname}; ac_word=$2
6398 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6399 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6400 if test "${ac_cv_prog_AR+set}" = set; then
6401 echo $ECHO_N "(cached
) $ECHO_C" >&6
6403 if test -n "$AR"; then
6404 ac_cv_prog_AR="$AR" # Let the user override the test.
6406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6410 test -z "$as_dir" && as_dir=.
6411 for ac_exec_ext in '' $ac_executable_extensions; do
6412 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6413 ac_cv_prog_AR="${ncn_progname}"
6414 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6423 if test -n "$AR"; then
6424 echo "$as_me:$LINENO: result
: $AR" >&5
6425 echo "${ECHO_T}$AR" >&6
6427 echo "$as_me:$LINENO: result
: no
" >&5
6428 echo "${ECHO_T}no
" >&6
6434 for ncn_progname in ar; do
6435 if test -n "$ncn_tool_prefix"; then
6436 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6437 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6438 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6439 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6440 if test "${ac_cv_prog_AR+set}" = set; then
6441 echo $ECHO_N "(cached
) $ECHO_C" >&6
6443 if test -n "$AR"; then
6444 ac_cv_prog_AR="$AR" # Let the user override the test.
6446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6450 test -z "$as_dir" && as_dir=.
6451 for ac_exec_ext in '' $ac_executable_extensions; do
6452 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6453 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
6454 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6463 if test -n "$AR"; then
6464 echo "$as_me:$LINENO: result
: $AR" >&5
6465 echo "${ECHO_T}$AR" >&6
6467 echo "$as_me:$LINENO: result
: no
" >&5
6468 echo "${ECHO_T}no
" >&6
6472 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
6473 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6474 set dummy ${ncn_progname}; ac_word=$2
6475 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6476 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6477 if test "${ac_cv_prog_AR+set}" = set; then
6478 echo $ECHO_N "(cached
) $ECHO_C" >&6
6480 if test -n "$AR"; then
6481 ac_cv_prog_AR="$AR" # Let the user override the test.
6483 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6487 test -z "$as_dir" && as_dir=.
6488 for ac_exec_ext in '' $ac_executable_extensions; do
6489 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6490 ac_cv_prog_AR="${ncn_progname}"
6491 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6500 if test -n "$AR"; then
6501 echo "$as_me:$LINENO: result
: $AR" >&5
6502 echo "${ECHO_T}$AR" >&6
6504 echo "$as_me:$LINENO: result
: no
" >&5
6505 echo "${ECHO_T}no
" >&6
6509 test -n "$ac_cv_prog_AR" && break
6512 if test -z "$ac_cv_prog_AR" ; then
6514 if test $build = $host ; then
6517 AR="${ncn_tool_prefix}$2"
6523 if test -n "$AS"; then
6525 elif test -n "$ac_cv_prog_AS"; then
6529 if test -n "$ac_cv_prog_AS"; then
6530 for ncn_progname in as; do
6531 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6532 set dummy ${ncn_progname}; ac_word=$2
6533 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6534 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6535 if test "${ac_cv_prog_AS+set}" = set; then
6536 echo $ECHO_N "(cached
) $ECHO_C" >&6
6538 if test -n "$AS"; then
6539 ac_cv_prog_AS="$AS" # Let the user override the test.
6541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6545 test -z "$as_dir" && as_dir=.
6546 for ac_exec_ext in '' $ac_executable_extensions; do
6547 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6548 ac_cv_prog_AS="${ncn_progname}"
6549 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6558 if test -n "$AS"; then
6559 echo "$as_me:$LINENO: result
: $AS" >&5
6560 echo "${ECHO_T}$AS" >&6
6562 echo "$as_me:$LINENO: result
: no
" >&5
6563 echo "${ECHO_T}no
" >&6
6569 for ncn_progname in as; do
6570 if test -n "$ncn_tool_prefix"; then
6571 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6572 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6573 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6574 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6575 if test "${ac_cv_prog_AS+set}" = set; then
6576 echo $ECHO_N "(cached
) $ECHO_C" >&6
6578 if test -n "$AS"; then
6579 ac_cv_prog_AS="$AS" # Let the user override the test.
6581 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6585 test -z "$as_dir" && as_dir=.
6586 for ac_exec_ext in '' $ac_executable_extensions; do
6587 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6588 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
6589 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6598 if test -n "$AS"; then
6599 echo "$as_me:$LINENO: result
: $AS" >&5
6600 echo "${ECHO_T}$AS" >&6
6602 echo "$as_me:$LINENO: result
: no
" >&5
6603 echo "${ECHO_T}no
" >&6
6607 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
6608 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6609 set dummy ${ncn_progname}; ac_word=$2
6610 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6611 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6612 if test "${ac_cv_prog_AS+set}" = set; then
6613 echo $ECHO_N "(cached
) $ECHO_C" >&6
6615 if test -n "$AS"; then
6616 ac_cv_prog_AS="$AS" # Let the user override the test.
6618 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6622 test -z "$as_dir" && as_dir=.
6623 for ac_exec_ext in '' $ac_executable_extensions; do
6624 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6625 ac_cv_prog_AS="${ncn_progname}"
6626 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6635 if test -n "$AS"; then
6636 echo "$as_me:$LINENO: result
: $AS" >&5
6637 echo "${ECHO_T}$AS" >&6
6639 echo "$as_me:$LINENO: result
: no
" >&5
6640 echo "${ECHO_T}no
" >&6
6644 test -n "$ac_cv_prog_AS" && break
6647 if test -z "$ac_cv_prog_AS" ; then
6649 if test $build = $host ; then
6652 AS="${ncn_tool_prefix}$2"
6658 if test -n "$DLLTOOL"; then
6659 ac_cv_prog_DLLTOOL=$DLLTOOL
6660 elif test -n "$ac_cv_prog_DLLTOOL"; then
6661 DLLTOOL=$ac_cv_prog_DLLTOOL
6664 if test -n "$ac_cv_prog_DLLTOOL"; then
6665 for ncn_progname in dlltool; do
6666 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6667 set dummy ${ncn_progname}; ac_word=$2
6668 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6669 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6670 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6671 echo $ECHO_N "(cached
) $ECHO_C" >&6
6673 if test -n "$DLLTOOL"; then
6674 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6676 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6680 test -z "$as_dir" && as_dir=.
6681 for ac_exec_ext in '' $ac_executable_extensions; do
6682 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6683 ac_cv_prog_DLLTOOL="${ncn_progname}"
6684 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6692 DLLTOOL=$ac_cv_prog_DLLTOOL
6693 if test -n "$DLLTOOL"; then
6694 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
6695 echo "${ECHO_T}$DLLTOOL" >&6
6697 echo "$as_me:$LINENO: result
: no
" >&5
6698 echo "${ECHO_T}no
" >&6
6704 for ncn_progname in dlltool; do
6705 if test -n "$ncn_tool_prefix"; then
6706 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6707 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6708 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6709 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6710 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6711 echo $ECHO_N "(cached
) $ECHO_C" >&6
6713 if test -n "$DLLTOOL"; then
6714 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6716 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6720 test -z "$as_dir" && as_dir=.
6721 for ac_exec_ext in '' $ac_executable_extensions; do
6722 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6723 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
6724 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6732 DLLTOOL=$ac_cv_prog_DLLTOOL
6733 if test -n "$DLLTOOL"; then
6734 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
6735 echo "${ECHO_T}$DLLTOOL" >&6
6737 echo "$as_me:$LINENO: result
: no
" >&5
6738 echo "${ECHO_T}no
" >&6
6742 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
6743 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6744 set dummy ${ncn_progname}; ac_word=$2
6745 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6746 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6747 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6748 echo $ECHO_N "(cached
) $ECHO_C" >&6
6750 if test -n "$DLLTOOL"; then
6751 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6753 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6757 test -z "$as_dir" && as_dir=.
6758 for ac_exec_ext in '' $ac_executable_extensions; do
6759 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6760 ac_cv_prog_DLLTOOL="${ncn_progname}"
6761 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6769 DLLTOOL=$ac_cv_prog_DLLTOOL
6770 if test -n "$DLLTOOL"; then
6771 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
6772 echo "${ECHO_T}$DLLTOOL" >&6
6774 echo "$as_me:$LINENO: result
: no
" >&5
6775 echo "${ECHO_T}no
" >&6
6779 test -n "$ac_cv_prog_DLLTOOL" && break
6782 if test -z "$ac_cv_prog_DLLTOOL" ; then
6784 if test $build = $host ; then
6787 DLLTOOL="${ncn_tool_prefix}$2"
6793 if test -n "$LD"; then
6795 elif test -n "$ac_cv_prog_LD"; then
6799 if test -n "$ac_cv_prog_LD"; then
6800 for ncn_progname in ld; do
6801 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6802 set dummy ${ncn_progname}; ac_word=$2
6803 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6804 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6805 if test "${ac_cv_prog_LD+set}" = set; then
6806 echo $ECHO_N "(cached
) $ECHO_C" >&6
6808 if test -n "$LD"; then
6809 ac_cv_prog_LD="$LD" # Let the user override the test.
6811 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6815 test -z "$as_dir" && as_dir=.
6816 for ac_exec_ext in '' $ac_executable_extensions; do
6817 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6818 ac_cv_prog_LD="${ncn_progname}"
6819 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6828 if test -n "$LD"; then
6829 echo "$as_me:$LINENO: result
: $LD" >&5
6830 echo "${ECHO_T}$LD" >&6
6832 echo "$as_me:$LINENO: result
: no
" >&5
6833 echo "${ECHO_T}no
" >&6
6839 for ncn_progname in ld; do
6840 if test -n "$ncn_tool_prefix"; then
6841 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6842 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6843 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6844 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6845 if test "${ac_cv_prog_LD+set}" = set; then
6846 echo $ECHO_N "(cached
) $ECHO_C" >&6
6848 if test -n "$LD"; then
6849 ac_cv_prog_LD="$LD" # Let the user override the test.
6851 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6855 test -z "$as_dir" && as_dir=.
6856 for ac_exec_ext in '' $ac_executable_extensions; do
6857 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6858 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
6859 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6868 if test -n "$LD"; then
6869 echo "$as_me:$LINENO: result
: $LD" >&5
6870 echo "${ECHO_T}$LD" >&6
6872 echo "$as_me:$LINENO: result
: no
" >&5
6873 echo "${ECHO_T}no
" >&6
6877 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
6878 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6879 set dummy ${ncn_progname}; ac_word=$2
6880 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6881 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6882 if test "${ac_cv_prog_LD+set}" = set; then
6883 echo $ECHO_N "(cached
) $ECHO_C" >&6
6885 if test -n "$LD"; then
6886 ac_cv_prog_LD="$LD" # Let the user override the test.
6888 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6892 test -z "$as_dir" && as_dir=.
6893 for ac_exec_ext in '' $ac_executable_extensions; do
6894 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6895 ac_cv_prog_LD="${ncn_progname}"
6896 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6905 if test -n "$LD"; then
6906 echo "$as_me:$LINENO: result
: $LD" >&5
6907 echo "${ECHO_T}$LD" >&6
6909 echo "$as_me:$LINENO: result
: no
" >&5
6910 echo "${ECHO_T}no
" >&6
6914 test -n "$ac_cv_prog_LD" && break
6917 if test -z "$ac_cv_prog_LD" ; then
6919 if test $build = $host ; then
6922 LD="${ncn_tool_prefix}$2"
6928 if test -n "$LIPO"; then
6929 ac_cv_prog_LIPO=$LIPO
6930 elif test -n "$ac_cv_prog_LIPO"; then
6931 LIPO=$ac_cv_prog_LIPO
6934 if test -n "$ac_cv_prog_LIPO"; then
6935 for ncn_progname in lipo; do
6936 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6937 set dummy ${ncn_progname}; ac_word=$2
6938 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6939 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6940 if test "${ac_cv_prog_LIPO+set}" = set; then
6941 echo $ECHO_N "(cached
) $ECHO_C" >&6
6943 if test -n "$LIPO"; then
6944 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6946 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6950 test -z "$as_dir" && as_dir=.
6951 for ac_exec_ext in '' $ac_executable_extensions; do
6952 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6953 ac_cv_prog_LIPO="${ncn_progname}"
6954 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6962 LIPO=$ac_cv_prog_LIPO
6963 if test -n "$LIPO"; then
6964 echo "$as_me:$LINENO: result
: $LIPO" >&5
6965 echo "${ECHO_T}$LIPO" >&6
6967 echo "$as_me:$LINENO: result
: no
" >&5
6968 echo "${ECHO_T}no
" >&6
6974 for ncn_progname in lipo; do
6975 if test -n "$ncn_tool_prefix"; then
6976 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6977 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6978 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6979 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6980 if test "${ac_cv_prog_LIPO+set}" = set; then
6981 echo $ECHO_N "(cached
) $ECHO_C" >&6
6983 if test -n "$LIPO"; then
6984 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6986 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6990 test -z "$as_dir" && as_dir=.
6991 for ac_exec_ext in '' $ac_executable_extensions; do
6992 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6993 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
6994 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7002 LIPO=$ac_cv_prog_LIPO
7003 if test -n "$LIPO"; then
7004 echo "$as_me:$LINENO: result
: $LIPO" >&5
7005 echo "${ECHO_T}$LIPO" >&6
7007 echo "$as_me:$LINENO: result
: no
" >&5
7008 echo "${ECHO_T}no
" >&6
7012 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
7013 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7014 set dummy ${ncn_progname}; ac_word=$2
7015 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7016 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7017 if test "${ac_cv_prog_LIPO+set}" = set; then
7018 echo $ECHO_N "(cached
) $ECHO_C" >&6
7020 if test -n "$LIPO"; then
7021 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7027 test -z "$as_dir" && as_dir=.
7028 for ac_exec_ext in '' $ac_executable_extensions; do
7029 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7030 ac_cv_prog_LIPO="${ncn_progname}"
7031 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7039 LIPO=$ac_cv_prog_LIPO
7040 if test -n "$LIPO"; then
7041 echo "$as_me:$LINENO: result
: $LIPO" >&5
7042 echo "${ECHO_T}$LIPO" >&6
7044 echo "$as_me:$LINENO: result
: no
" >&5
7045 echo "${ECHO_T}no
" >&6
7049 test -n "$ac_cv_prog_LIPO" && break
7052 if test -z "$ac_cv_prog_LIPO" ; then
7054 if test $build = $host ; then
7057 LIPO="${ncn_tool_prefix}$2"
7063 if test -n "$NM"; then
7065 elif test -n "$ac_cv_prog_NM"; then
7069 if test -n "$ac_cv_prog_NM"; then
7070 for ncn_progname in nm; do
7071 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7072 set dummy ${ncn_progname}; ac_word=$2
7073 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7074 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7075 if test "${ac_cv_prog_NM+set}" = set; then
7076 echo $ECHO_N "(cached
) $ECHO_C" >&6
7078 if test -n "$NM"; then
7079 ac_cv_prog_NM="$NM" # Let the user override the test.
7081 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7085 test -z "$as_dir" && as_dir=.
7086 for ac_exec_ext in '' $ac_executable_extensions; do
7087 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7088 ac_cv_prog_NM="${ncn_progname}"
7089 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7098 if test -n "$NM"; then
7099 echo "$as_me:$LINENO: result
: $NM" >&5
7100 echo "${ECHO_T}$NM" >&6
7102 echo "$as_me:$LINENO: result
: no
" >&5
7103 echo "${ECHO_T}no
" >&6
7109 for ncn_progname in nm; do
7110 if test -n "$ncn_tool_prefix"; then
7111 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7112 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7113 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7114 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7115 if test "${ac_cv_prog_NM+set}" = set; then
7116 echo $ECHO_N "(cached
) $ECHO_C" >&6
7118 if test -n "$NM"; then
7119 ac_cv_prog_NM="$NM" # Let the user override the test.
7121 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7125 test -z "$as_dir" && as_dir=.
7126 for ac_exec_ext in '' $ac_executable_extensions; do
7127 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7128 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
7129 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7138 if test -n "$NM"; then
7139 echo "$as_me:$LINENO: result
: $NM" >&5
7140 echo "${ECHO_T}$NM" >&6
7142 echo "$as_me:$LINENO: result
: no
" >&5
7143 echo "${ECHO_T}no
" >&6
7147 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
7148 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7149 set dummy ${ncn_progname}; ac_word=$2
7150 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7151 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7152 if test "${ac_cv_prog_NM+set}" = set; then
7153 echo $ECHO_N "(cached
) $ECHO_C" >&6
7155 if test -n "$NM"; then
7156 ac_cv_prog_NM="$NM" # Let the user override the test.
7158 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7162 test -z "$as_dir" && as_dir=.
7163 for ac_exec_ext in '' $ac_executable_extensions; do
7164 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7165 ac_cv_prog_NM="${ncn_progname}"
7166 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7175 if test -n "$NM"; then
7176 echo "$as_me:$LINENO: result
: $NM" >&5
7177 echo "${ECHO_T}$NM" >&6
7179 echo "$as_me:$LINENO: result
: no
" >&5
7180 echo "${ECHO_T}no
" >&6
7184 test -n "$ac_cv_prog_NM" && break
7187 if test -z "$ac_cv_prog_NM" ; then
7189 if test $build = $host ; then
7192 NM="${ncn_tool_prefix}$2"
7198 if test -n "$RANLIB"; then
7199 ac_cv_prog_RANLIB=$RANLIB
7200 elif test -n "$ac_cv_prog_RANLIB"; then
7201 RANLIB=$ac_cv_prog_RANLIB
7204 if test -n "$ac_cv_prog_RANLIB"; then
7205 for ncn_progname in ranlib; do
7206 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7207 set dummy ${ncn_progname}; ac_word=$2
7208 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7209 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7210 if test "${ac_cv_prog_RANLIB+set}" = set; then
7211 echo $ECHO_N "(cached
) $ECHO_C" >&6
7213 if test -n "$RANLIB"; then
7214 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7220 test -z "$as_dir" && as_dir=.
7221 for ac_exec_ext in '' $ac_executable_extensions; do
7222 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7223 ac_cv_prog_RANLIB="${ncn_progname}"
7224 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7232 RANLIB=$ac_cv_prog_RANLIB
7233 if test -n "$RANLIB"; then
7234 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7235 echo "${ECHO_T}$RANLIB" >&6
7237 echo "$as_me:$LINENO: result
: no
" >&5
7238 echo "${ECHO_T}no
" >&6
7244 for ncn_progname in ranlib; do
7245 if test -n "$ncn_tool_prefix"; then
7246 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7247 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7248 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7249 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7250 if test "${ac_cv_prog_RANLIB+set}" = set; then
7251 echo $ECHO_N "(cached
) $ECHO_C" >&6
7253 if test -n "$RANLIB"; then
7254 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7256 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7260 test -z "$as_dir" && as_dir=.
7261 for ac_exec_ext in '' $ac_executable_extensions; do
7262 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7263 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
7264 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7272 RANLIB=$ac_cv_prog_RANLIB
7273 if test -n "$RANLIB"; then
7274 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7275 echo "${ECHO_T}$RANLIB" >&6
7277 echo "$as_me:$LINENO: result
: no
" >&5
7278 echo "${ECHO_T}no
" >&6
7282 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
7283 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7284 set dummy ${ncn_progname}; ac_word=$2
7285 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7286 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7287 if test "${ac_cv_prog_RANLIB+set}" = set; then
7288 echo $ECHO_N "(cached
) $ECHO_C" >&6
7290 if test -n "$RANLIB"; then
7291 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7297 test -z "$as_dir" && as_dir=.
7298 for ac_exec_ext in '' $ac_executable_extensions; do
7299 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7300 ac_cv_prog_RANLIB="${ncn_progname}"
7301 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7309 RANLIB=$ac_cv_prog_RANLIB
7310 if test -n "$RANLIB"; then
7311 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7312 echo "${ECHO_T}$RANLIB" >&6
7314 echo "$as_me:$LINENO: result
: no
" >&5
7315 echo "${ECHO_T}no
" >&6
7319 test -n "$ac_cv_prog_RANLIB" && break
7322 if test -z "$ac_cv_prog_RANLIB" ; then
7328 if test -n "$STRIP"; then
7329 ac_cv_prog_STRIP=$STRIP
7330 elif test -n "$ac_cv_prog_STRIP"; then
7331 STRIP=$ac_cv_prog_STRIP
7334 if test -n "$ac_cv_prog_STRIP"; then
7335 for ncn_progname in strip; do
7336 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7337 set dummy ${ncn_progname}; ac_word=$2
7338 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7339 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7340 if test "${ac_cv_prog_STRIP+set}" = set; then
7341 echo $ECHO_N "(cached
) $ECHO_C" >&6
7343 if test -n "$STRIP"; then
7344 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7350 test -z "$as_dir" && as_dir=.
7351 for ac_exec_ext in '' $ac_executable_extensions; do
7352 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7353 ac_cv_prog_STRIP="${ncn_progname}"
7354 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7362 STRIP=$ac_cv_prog_STRIP
7363 if test -n "$STRIP"; then
7364 echo "$as_me:$LINENO: result
: $STRIP" >&5
7365 echo "${ECHO_T}$STRIP" >&6
7367 echo "$as_me:$LINENO: result
: no
" >&5
7368 echo "${ECHO_T}no
" >&6
7374 for ncn_progname in strip; do
7375 if test -n "$ncn_tool_prefix"; then
7376 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7377 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7378 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7379 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7380 if test "${ac_cv_prog_STRIP+set}" = set; then
7381 echo $ECHO_N "(cached
) $ECHO_C" >&6
7383 if test -n "$STRIP"; then
7384 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7390 test -z "$as_dir" && as_dir=.
7391 for ac_exec_ext in '' $ac_executable_extensions; do
7392 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7393 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
7394 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7402 STRIP=$ac_cv_prog_STRIP
7403 if test -n "$STRIP"; then
7404 echo "$as_me:$LINENO: result
: $STRIP" >&5
7405 echo "${ECHO_T}$STRIP" >&6
7407 echo "$as_me:$LINENO: result
: no
" >&5
7408 echo "${ECHO_T}no
" >&6
7412 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
7413 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7414 set dummy ${ncn_progname}; ac_word=$2
7415 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7416 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7417 if test "${ac_cv_prog_STRIP+set}" = set; then
7418 echo $ECHO_N "(cached
) $ECHO_C" >&6
7420 if test -n "$STRIP"; then
7421 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7427 test -z "$as_dir" && as_dir=.
7428 for ac_exec_ext in '' $ac_executable_extensions; do
7429 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7430 ac_cv_prog_STRIP="${ncn_progname}"
7431 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7439 STRIP=$ac_cv_prog_STRIP
7440 if test -n "$STRIP"; then
7441 echo "$as_me:$LINENO: result
: $STRIP" >&5
7442 echo "${ECHO_T}$STRIP" >&6
7444 echo "$as_me:$LINENO: result
: no
" >&5
7445 echo "${ECHO_T}no
" >&6
7449 test -n "$ac_cv_prog_STRIP" && break
7452 if test -z "$ac_cv_prog_STRIP" ; then
7458 if test -n "$WINDRES"; then
7459 ac_cv_prog_WINDRES=$WINDRES
7460 elif test -n "$ac_cv_prog_WINDRES"; then
7461 WINDRES=$ac_cv_prog_WINDRES
7464 if test -n "$ac_cv_prog_WINDRES"; then
7465 for ncn_progname in windres; do
7466 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7467 set dummy ${ncn_progname}; ac_word=$2
7468 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7469 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7470 if test "${ac_cv_prog_WINDRES+set}" = set; then
7471 echo $ECHO_N "(cached
) $ECHO_C" >&6
7473 if test -n "$WINDRES"; then
7474 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7476 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7480 test -z "$as_dir" && as_dir=.
7481 for ac_exec_ext in '' $ac_executable_extensions; do
7482 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7483 ac_cv_prog_WINDRES="${ncn_progname}"
7484 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7492 WINDRES=$ac_cv_prog_WINDRES
7493 if test -n "$WINDRES"; then
7494 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7495 echo "${ECHO_T}$WINDRES" >&6
7497 echo "$as_me:$LINENO: result
: no
" >&5
7498 echo "${ECHO_T}no
" >&6
7504 for ncn_progname in windres; do
7505 if test -n "$ncn_tool_prefix"; then
7506 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7507 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7508 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7509 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7510 if test "${ac_cv_prog_WINDRES+set}" = set; then
7511 echo $ECHO_N "(cached
) $ECHO_C" >&6
7513 if test -n "$WINDRES"; then
7514 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7520 test -z "$as_dir" && as_dir=.
7521 for ac_exec_ext in '' $ac_executable_extensions; do
7522 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7523 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
7524 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7532 WINDRES=$ac_cv_prog_WINDRES
7533 if test -n "$WINDRES"; then
7534 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7535 echo "${ECHO_T}$WINDRES" >&6
7537 echo "$as_me:$LINENO: result
: no
" >&5
7538 echo "${ECHO_T}no
" >&6
7542 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
7543 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7544 set dummy ${ncn_progname}; ac_word=$2
7545 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7546 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7547 if test "${ac_cv_prog_WINDRES+set}" = set; then
7548 echo $ECHO_N "(cached
) $ECHO_C" >&6
7550 if test -n "$WINDRES"; then
7551 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7557 test -z "$as_dir" && as_dir=.
7558 for ac_exec_ext in '' $ac_executable_extensions; do
7559 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7560 ac_cv_prog_WINDRES="${ncn_progname}"
7561 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7569 WINDRES=$ac_cv_prog_WINDRES
7570 if test -n "$WINDRES"; then
7571 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7572 echo "${ECHO_T}$WINDRES" >&6
7574 echo "$as_me:$LINENO: result
: no
" >&5
7575 echo "${ECHO_T}no
" >&6
7579 test -n "$ac_cv_prog_WINDRES" && break
7582 if test -z "$ac_cv_prog_WINDRES" ; then
7584 if test $build = $host ; then
7587 WINDRES="${ncn_tool_prefix}$2"
7593 if test -n "$WINDMC"; then
7594 ac_cv_prog_WINDMC=$WINDMC
7595 elif test -n "$ac_cv_prog_WINDMC"; then
7596 WINDMC=$ac_cv_prog_WINDMC
7599 if test -n "$ac_cv_prog_WINDMC"; then
7600 for ncn_progname in windmc; do
7601 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7602 set dummy ${ncn_progname}; ac_word=$2
7603 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7604 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7605 if test "${ac_cv_prog_WINDMC+set}" = set; then
7606 echo $ECHO_N "(cached
) $ECHO_C" >&6
7608 if test -n "$WINDMC"; then
7609 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
7611 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7615 test -z "$as_dir" && as_dir=.
7616 for ac_exec_ext in '' $ac_executable_extensions; do
7617 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7618 ac_cv_prog_WINDMC="${ncn_progname}"
7619 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7627 WINDMC=$ac_cv_prog_WINDMC
7628 if test -n "$WINDMC"; then
7629 echo "$as_me:$LINENO: result
: $WINDMC" >&5
7630 echo "${ECHO_T}$WINDMC" >&6
7632 echo "$as_me:$LINENO: result
: no
" >&5
7633 echo "${ECHO_T}no
" >&6
7639 for ncn_progname in windmc; do
7640 if test -n "$ncn_tool_prefix"; then
7641 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7642 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7643 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7644 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7645 if test "${ac_cv_prog_WINDMC+set}" = set; then
7646 echo $ECHO_N "(cached
) $ECHO_C" >&6
7648 if test -n "$WINDMC"; then
7649 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
7651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7655 test -z "$as_dir" && as_dir=.
7656 for ac_exec_ext in '' $ac_executable_extensions; do
7657 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7658 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
7659 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7667 WINDMC=$ac_cv_prog_WINDMC
7668 if test -n "$WINDMC"; then
7669 echo "$as_me:$LINENO: result
: $WINDMC" >&5
7670 echo "${ECHO_T}$WINDMC" >&6
7672 echo "$as_me:$LINENO: result
: no
" >&5
7673 echo "${ECHO_T}no
" >&6
7677 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
7678 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7679 set dummy ${ncn_progname}; ac_word=$2
7680 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7681 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7682 if test "${ac_cv_prog_WINDMC+set}" = set; then
7683 echo $ECHO_N "(cached
) $ECHO_C" >&6
7685 if test -n "$WINDMC"; then
7686 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
7688 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7692 test -z "$as_dir" && as_dir=.
7693 for ac_exec_ext in '' $ac_executable_extensions; do
7694 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7695 ac_cv_prog_WINDMC="${ncn_progname}"
7696 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7704 WINDMC=$ac_cv_prog_WINDMC
7705 if test -n "$WINDMC"; then
7706 echo "$as_me:$LINENO: result
: $WINDMC" >&5
7707 echo "${ECHO_T}$WINDMC" >&6
7709 echo "$as_me:$LINENO: result
: no
" >&5
7710 echo "${ECHO_T}no
" >&6
7714 test -n "$ac_cv_prog_WINDMC" && break
7717 if test -z "$ac_cv_prog_WINDMC" ; then
7719 if test $build = $host ; then
7722 WINDMC="${ncn_tool_prefix}$2"
7728 if test -n "$OBJCOPY"; then
7729 ac_cv_prog_OBJCOPY=$OBJCOPY
7730 elif test -n "$ac_cv_prog_OBJCOPY"; then
7731 OBJCOPY=$ac_cv_prog_OBJCOPY
7734 if test -n "$ac_cv_prog_OBJCOPY"; then
7735 for ncn_progname in objcopy; do
7736 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7737 set dummy ${ncn_progname}; ac_word=$2
7738 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7739 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7740 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7741 echo $ECHO_N "(cached
) $ECHO_C" >&6
7743 if test -n "$OBJCOPY"; then
7744 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7746 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7750 test -z "$as_dir" && as_dir=.
7751 for ac_exec_ext in '' $ac_executable_extensions; do
7752 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7753 ac_cv_prog_OBJCOPY="${ncn_progname}"
7754 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7762 OBJCOPY=$ac_cv_prog_OBJCOPY
7763 if test -n "$OBJCOPY"; then
7764 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
7765 echo "${ECHO_T}$OBJCOPY" >&6
7767 echo "$as_me:$LINENO: result
: no
" >&5
7768 echo "${ECHO_T}no
" >&6
7774 for ncn_progname in objcopy; do
7775 if test -n "$ncn_tool_prefix"; then
7776 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7777 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7778 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7779 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7780 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7781 echo $ECHO_N "(cached
) $ECHO_C" >&6
7783 if test -n "$OBJCOPY"; then
7784 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7786 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7790 test -z "$as_dir" && as_dir=.
7791 for ac_exec_ext in '' $ac_executable_extensions; do
7792 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7793 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
7794 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7802 OBJCOPY=$ac_cv_prog_OBJCOPY
7803 if test -n "$OBJCOPY"; then
7804 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
7805 echo "${ECHO_T}$OBJCOPY" >&6
7807 echo "$as_me:$LINENO: result
: no
" >&5
7808 echo "${ECHO_T}no
" >&6
7812 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
7813 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7814 set dummy ${ncn_progname}; ac_word=$2
7815 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7816 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7817 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7818 echo $ECHO_N "(cached
) $ECHO_C" >&6
7820 if test -n "$OBJCOPY"; then
7821 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7823 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7827 test -z "$as_dir" && as_dir=.
7828 for ac_exec_ext in '' $ac_executable_extensions; do
7829 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7830 ac_cv_prog_OBJCOPY="${ncn_progname}"
7831 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7839 OBJCOPY=$ac_cv_prog_OBJCOPY
7840 if test -n "$OBJCOPY"; then
7841 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
7842 echo "${ECHO_T}$OBJCOPY" >&6
7844 echo "$as_me:$LINENO: result
: no
" >&5
7845 echo "${ECHO_T}no
" >&6
7849 test -n "$ac_cv_prog_OBJCOPY" && break
7852 if test -z "$ac_cv_prog_OBJCOPY" ; then
7854 if test $build = $host ; then
7857 OBJCOPY="${ncn_tool_prefix}$2"
7863 if test -n "$OBJDUMP"; then
7864 ac_cv_prog_OBJDUMP=$OBJDUMP
7865 elif test -n "$ac_cv_prog_OBJDUMP"; then
7866 OBJDUMP=$ac_cv_prog_OBJDUMP
7869 if test -n "$ac_cv_prog_OBJDUMP"; then
7870 for ncn_progname in objdump; do
7871 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7872 set dummy ${ncn_progname}; ac_word=$2
7873 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7874 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7875 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
7876 echo $ECHO_N "(cached
) $ECHO_C" >&6
7878 if test -n "$OBJDUMP"; then
7879 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7881 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7885 test -z "$as_dir" && as_dir=.
7886 for ac_exec_ext in '' $ac_executable_extensions; do
7887 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7888 ac_cv_prog_OBJDUMP="${ncn_progname}"
7889 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7897 OBJDUMP=$ac_cv_prog_OBJDUMP
7898 if test -n "$OBJDUMP"; then
7899 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
7900 echo "${ECHO_T}$OBJDUMP" >&6
7902 echo "$as_me:$LINENO: result
: no
" >&5
7903 echo "${ECHO_T}no
" >&6
7909 for ncn_progname in objdump; do
7910 if test -n "$ncn_tool_prefix"; then
7911 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7912 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7913 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7914 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7915 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
7916 echo $ECHO_N "(cached
) $ECHO_C" >&6
7918 if test -n "$OBJDUMP"; then
7919 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7925 test -z "$as_dir" && as_dir=.
7926 for ac_exec_ext in '' $ac_executable_extensions; do
7927 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7928 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
7929 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7937 OBJDUMP=$ac_cv_prog_OBJDUMP
7938 if test -n "$OBJDUMP"; then
7939 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
7940 echo "${ECHO_T}$OBJDUMP" >&6
7942 echo "$as_me:$LINENO: result
: no
" >&5
7943 echo "${ECHO_T}no
" >&6
7947 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
7948 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7949 set dummy ${ncn_progname}; ac_word=$2
7950 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7951 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7952 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
7953 echo $ECHO_N "(cached
) $ECHO_C" >&6
7955 if test -n "$OBJDUMP"; then
7956 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7962 test -z "$as_dir" && as_dir=.
7963 for ac_exec_ext in '' $ac_executable_extensions; do
7964 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7965 ac_cv_prog_OBJDUMP="${ncn_progname}"
7966 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7974 OBJDUMP=$ac_cv_prog_OBJDUMP
7975 if test -n "$OBJDUMP"; then
7976 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
7977 echo "${ECHO_T}$OBJDUMP" >&6
7979 echo "$as_me:$LINENO: result
: no
" >&5
7980 echo "${ECHO_T}no
" >&6
7984 test -n "$ac_cv_prog_OBJDUMP" && break
7987 if test -z "$ac_cv_prog_OBJDUMP" ; then
7989 if test $build = $host ; then
7992 OBJDUMP="${ncn_tool_prefix}$2"
8003 # Check whether --with-build-time-tools or --without-build-time-tools was given.
8004 if test "${with_build_time_tools+set}" = set; then
8005 withval="$with_build_time_tools"
8009 with_build_time_tools=
8010 { echo "$as_me:$LINENO: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&5
8011 echo "$as_me: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&2;}
8015 with_build_time_tools=
8020 if test -n "$CC_FOR_TARGET"; then
8021 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
8022 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
8023 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8026 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
8027 for ncn_progname in cc gcc; do
8028 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8029 set dummy ${ncn_progname}; ac_word=$2
8030 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8031 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8032 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
8033 echo $ECHO_N "(cached
) $ECHO_C" >&6
8035 if test -n "$CC_FOR_TARGET"; then
8036 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
8038 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8042 test -z "$as_dir" && as_dir=.
8043 for ac_exec_ext in '' $ac_executable_extensions; do
8044 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8045 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
8046 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8054 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8055 if test -n "$CC_FOR_TARGET"; then
8056 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
8057 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8059 echo "$as_me:$LINENO: result
: no
" >&5
8060 echo "${ECHO_T}no
" >&6
8066 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
8067 for ncn_progname in cc gcc; do
8068 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8069 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8070 if test -x $with_build_time_tools/${ncn_progname}; then
8071 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8072 echo "$as_me:$LINENO: result
: yes" >&5
8073 echo "${ECHO_T}yes" >&6
8076 echo "$as_me:$LINENO: result
: no
" >&5
8077 echo "${ECHO_T}no
" >&6
8082 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
8083 for ncn_progname in cc gcc; do
8084 if test -n "$ncn_target_tool_prefix"; then
8085 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8086 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8087 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8088 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8089 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
8090 echo $ECHO_N "(cached
) $ECHO_C" >&6
8092 if test -n "$CC_FOR_TARGET"; then
8093 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
8095 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8099 test -z "$as_dir" && as_dir=.
8100 for ac_exec_ext in '' $ac_executable_extensions; do
8101 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8102 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8103 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8111 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8112 if test -n "$CC_FOR_TARGET"; then
8113 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
8114 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8116 echo "$as_me:$LINENO: result
: no
" >&5
8117 echo "${ECHO_T}no
" >&6
8121 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
8122 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8123 set dummy ${ncn_progname}; ac_word=$2
8124 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8125 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8126 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
8127 echo $ECHO_N "(cached
) $ECHO_C" >&6
8129 if test -n "$CC_FOR_TARGET"; then
8130 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
8132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8136 test -z "$as_dir" && as_dir=.
8137 for ac_exec_ext in '' $ac_executable_extensions; do
8138 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8139 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
8140 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8148 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8149 if test -n "$CC_FOR_TARGET"; then
8150 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
8151 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8153 echo "$as_me:$LINENO: result
: no
" >&5
8154 echo "${ECHO_T}no
" >&6
8158 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
8162 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
8164 if test $build = $target ; then
8167 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
8170 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
8175 if test -n "$CXX_FOR_TARGET"; then
8176 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
8177 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
8178 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8181 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
8182 for ncn_progname in c++ g++ cxx gxx; do
8183 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8184 set dummy ${ncn_progname}; ac_word=$2
8185 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8186 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8187 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8188 echo $ECHO_N "(cached
) $ECHO_C" >&6
8190 if test -n "$CXX_FOR_TARGET"; then
8191 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8197 test -z "$as_dir" && as_dir=.
8198 for ac_exec_ext in '' $ac_executable_extensions; do
8199 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8200 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
8201 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8209 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8210 if test -n "$CXX_FOR_TARGET"; then
8211 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8212 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8214 echo "$as_me:$LINENO: result
: no
" >&5
8215 echo "${ECHO_T}no
" >&6
8221 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
8222 for ncn_progname in c++ g++ cxx gxx; do
8223 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8224 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8225 if test -x $with_build_time_tools/${ncn_progname}; then
8226 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8227 echo "$as_me:$LINENO: result
: yes" >&5
8228 echo "${ECHO_T}yes" >&6
8231 echo "$as_me:$LINENO: result
: no
" >&5
8232 echo "${ECHO_T}no
" >&6
8237 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
8238 for ncn_progname in c++ g++ cxx gxx; do
8239 if test -n "$ncn_target_tool_prefix"; then
8240 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8241 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8242 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8243 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8244 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8245 echo $ECHO_N "(cached
) $ECHO_C" >&6
8247 if test -n "$CXX_FOR_TARGET"; then
8248 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8254 test -z "$as_dir" && as_dir=.
8255 for ac_exec_ext in '' $ac_executable_extensions; do
8256 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8257 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8258 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8266 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8267 if test -n "$CXX_FOR_TARGET"; then
8268 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8269 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8271 echo "$as_me:$LINENO: result
: no
" >&5
8272 echo "${ECHO_T}no
" >&6
8276 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
8277 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8278 set dummy ${ncn_progname}; ac_word=$2
8279 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8280 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8281 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8282 echo $ECHO_N "(cached
) $ECHO_C" >&6
8284 if test -n "$CXX_FOR_TARGET"; then
8285 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8287 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8291 test -z "$as_dir" && as_dir=.
8292 for ac_exec_ext in '' $ac_executable_extensions; do
8293 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8294 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
8295 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8303 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8304 if test -n "$CXX_FOR_TARGET"; then
8305 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8306 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8308 echo "$as_me:$LINENO: result
: no
" >&5
8309 echo "${ECHO_T}no
" >&6
8313 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
8317 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
8318 set dummy c++ g++ cxx gxx
8319 if test $build = $target ; then
8322 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
8325 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
8330 if test -n "$GCC_FOR_TARGET"; then
8331 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
8332 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
8333 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8336 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
8337 for ncn_progname in gcc; do
8338 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8339 set dummy ${ncn_progname}; ac_word=$2
8340 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8341 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8342 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8343 echo $ECHO_N "(cached
) $ECHO_C" >&6
8345 if test -n "$GCC_FOR_TARGET"; then
8346 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8348 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8352 test -z "$as_dir" && as_dir=.
8353 for ac_exec_ext in '' $ac_executable_extensions; do
8354 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8355 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
8356 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8364 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8365 if test -n "$GCC_FOR_TARGET"; then
8366 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8367 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8369 echo "$as_me:$LINENO: result
: no
" >&5
8370 echo "${ECHO_T}no
" >&6
8376 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
8377 for ncn_progname in gcc; do
8378 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8379 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8380 if test -x $with_build_time_tools/${ncn_progname}; then
8381 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8382 echo "$as_me:$LINENO: result
: yes" >&5
8383 echo "${ECHO_T}yes" >&6
8386 echo "$as_me:$LINENO: result
: no
" >&5
8387 echo "${ECHO_T}no
" >&6
8392 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
8393 for ncn_progname in gcc; do
8394 if test -n "$ncn_target_tool_prefix"; then
8395 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8396 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8397 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8398 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8399 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8400 echo $ECHO_N "(cached
) $ECHO_C" >&6
8402 if test -n "$GCC_FOR_TARGET"; then
8403 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8409 test -z "$as_dir" && as_dir=.
8410 for ac_exec_ext in '' $ac_executable_extensions; do
8411 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8412 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8413 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8421 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8422 if test -n "$GCC_FOR_TARGET"; then
8423 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8424 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8426 echo "$as_me:$LINENO: result
: no
" >&5
8427 echo "${ECHO_T}no
" >&6
8431 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
8432 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8433 set dummy ${ncn_progname}; ac_word=$2
8434 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8435 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8436 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8437 echo $ECHO_N "(cached
) $ECHO_C" >&6
8439 if test -n "$GCC_FOR_TARGET"; then
8440 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8446 test -z "$as_dir" && as_dir=.
8447 for ac_exec_ext in '' $ac_executable_extensions; do
8448 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8449 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
8450 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8458 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8459 if test -n "$GCC_FOR_TARGET"; then
8460 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8461 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8463 echo "$as_me:$LINENO: result
: no
" >&5
8464 echo "${ECHO_T}no
" >&6
8468 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
8472 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
8473 GCC_FOR_TARGET="${CC_FOR_TARGET}"
8475 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
8480 if test -n "$GCJ_FOR_TARGET"; then
8481 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
8482 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
8483 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8486 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
8487 for ncn_progname in gcj; do
8488 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8489 set dummy ${ncn_progname}; ac_word=$2
8490 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8491 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8492 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8493 echo $ECHO_N "(cached
) $ECHO_C" >&6
8495 if test -n "$GCJ_FOR_TARGET"; then
8496 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8502 test -z "$as_dir" && as_dir=.
8503 for ac_exec_ext in '' $ac_executable_extensions; do
8504 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8505 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
8506 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8514 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8515 if test -n "$GCJ_FOR_TARGET"; then
8516 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8517 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8519 echo "$as_me:$LINENO: result
: no
" >&5
8520 echo "${ECHO_T}no
" >&6
8526 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
8527 for ncn_progname in gcj; do
8528 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8529 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8530 if test -x $with_build_time_tools/${ncn_progname}; then
8531 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8532 echo "$as_me:$LINENO: result
: yes" >&5
8533 echo "${ECHO_T}yes" >&6
8536 echo "$as_me:$LINENO: result
: no
" >&5
8537 echo "${ECHO_T}no
" >&6
8542 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
8543 for ncn_progname in gcj; do
8544 if test -n "$ncn_target_tool_prefix"; then
8545 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8546 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8547 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8548 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8549 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8550 echo $ECHO_N "(cached
) $ECHO_C" >&6
8552 if test -n "$GCJ_FOR_TARGET"; then
8553 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8559 test -z "$as_dir" && as_dir=.
8560 for ac_exec_ext in '' $ac_executable_extensions; do
8561 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8562 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8563 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8571 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8572 if test -n "$GCJ_FOR_TARGET"; then
8573 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8574 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8576 echo "$as_me:$LINENO: result
: no
" >&5
8577 echo "${ECHO_T}no
" >&6
8581 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
8582 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8583 set dummy ${ncn_progname}; ac_word=$2
8584 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8585 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8586 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8587 echo $ECHO_N "(cached
) $ECHO_C" >&6
8589 if test -n "$GCJ_FOR_TARGET"; then
8590 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8596 test -z "$as_dir" && as_dir=.
8597 for ac_exec_ext in '' $ac_executable_extensions; do
8598 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8599 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
8600 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8608 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8609 if test -n "$GCJ_FOR_TARGET"; then
8610 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8611 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8613 echo "$as_me:$LINENO: result
: no
" >&5
8614 echo "${ECHO_T}no
" >&6
8618 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
8622 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
8624 if test $build = $target ; then
8627 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
8630 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
8635 if test -n "$GFORTRAN_FOR_TARGET"; then
8636 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
8637 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8638 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8641 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8642 for ncn_progname in gfortran; do
8643 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8644 set dummy ${ncn_progname}; ac_word=$2
8645 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8646 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8647 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8648 echo $ECHO_N "(cached
) $ECHO_C" >&6
8650 if test -n "$GFORTRAN_FOR_TARGET"; then
8651 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8653 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8657 test -z "$as_dir" && as_dir=.
8658 for ac_exec_ext in '' $ac_executable_extensions; do
8659 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8660 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
8661 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8669 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8670 if test -n "$GFORTRAN_FOR_TARGET"; then
8671 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
8672 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8674 echo "$as_me:$LINENO: result
: no
" >&5
8675 echo "${ECHO_T}no
" >&6
8681 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
8682 for ncn_progname in gfortran; do
8683 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8684 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8685 if test -x $with_build_time_tools/${ncn_progname}; then
8686 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8687 echo "$as_me:$LINENO: result
: yes" >&5
8688 echo "${ECHO_T}yes" >&6
8691 echo "$as_me:$LINENO: result
: no
" >&5
8692 echo "${ECHO_T}no
" >&6
8697 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8698 for ncn_progname in gfortran; do
8699 if test -n "$ncn_target_tool_prefix"; then
8700 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8701 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8702 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8703 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8704 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8705 echo $ECHO_N "(cached
) $ECHO_C" >&6
8707 if test -n "$GFORTRAN_FOR_TARGET"; then
8708 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8710 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8714 test -z "$as_dir" && as_dir=.
8715 for ac_exec_ext in '' $ac_executable_extensions; do
8716 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8717 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8718 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8726 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8727 if test -n "$GFORTRAN_FOR_TARGET"; then
8728 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
8729 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8731 echo "$as_me:$LINENO: result
: no
" >&5
8732 echo "${ECHO_T}no
" >&6
8736 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
8737 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8738 set dummy ${ncn_progname}; ac_word=$2
8739 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8740 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8741 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8742 echo $ECHO_N "(cached
) $ECHO_C" >&6
8744 if test -n "$GFORTRAN_FOR_TARGET"; then
8745 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8747 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8751 test -z "$as_dir" && as_dir=.
8752 for ac_exec_ext in '' $ac_executable_extensions; do
8753 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8754 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
8755 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8763 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8764 if test -n "$GFORTRAN_FOR_TARGET"; then
8765 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
8766 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8768 echo "$as_me:$LINENO: result
: no
" >&5
8769 echo "${ECHO_T}no
" >&6
8773 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
8777 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
8779 if test $build = $target ; then
8780 GFORTRAN_FOR_TARGET="$2"
8782 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
8785 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
8790 cat > conftest.c << \EOF
8795 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
8796 have_gcc_for_target=yes
8798 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
8799 have_gcc_for_target=no
8806 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
8807 if test -n "$with_build_time_tools"; then
8808 echo "$as_me:$LINENO: checking
for ar in $with_build_time_tools" >&5
8809 echo $ECHO_N "checking
for ar in $with_build_time_tools...
$ECHO_C" >&6
8810 if test -x $with_build_time_tools/ar; then
8811 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
8812 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
8813 echo "$as_me:$LINENO: result
: $ac_cv_path_AR_FOR_TARGET" >&5
8814 echo "${ECHO_T}$ac_cv_path_AR_FOR_TARGET" >&6
8816 echo "$as_me:$LINENO: result
: no
" >&5
8817 echo "${ECHO_T}no
" >&6
8819 elif test $build != $host && test $have_gcc_for_target = yes; then
8820 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
8821 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
8822 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
8825 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
8826 # Extract the first word of "ar", so it can be a program name with args.
8827 set dummy ar; ac_word=$2
8828 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8829 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8830 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then
8831 echo $ECHO_N "(cached
) $ECHO_C" >&6
8833 case $AR_FOR_TARGET in
8835 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
8838 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8839 for as_dir in $gcc_cv_tool_dirs
8842 test -z "$as_dir" && as_dir=.
8843 for ac_exec_ext in '' $ac_executable_extensions; do
8844 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8845 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
8846 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8855 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
8857 if test -n "$AR_FOR_TARGET"; then
8858 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
8859 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8861 echo "$as_me:$LINENO: result
: no
" >&5
8862 echo "${ECHO_T}no
" >&6
8866 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
8869 if test -n "$AR_FOR_TARGET"; then
8870 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
8871 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
8872 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8875 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
8876 for ncn_progname in ar; do
8877 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8878 set dummy ${ncn_progname}; ac_word=$2
8879 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8880 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8881 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
8882 echo $ECHO_N "(cached
) $ECHO_C" >&6
8884 if test -n "$AR_FOR_TARGET"; then
8885 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
8887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8891 test -z "$as_dir" && as_dir=.
8892 for ac_exec_ext in '' $ac_executable_extensions; do
8893 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8894 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
8895 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8903 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8904 if test -n "$AR_FOR_TARGET"; then
8905 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
8906 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8908 echo "$as_me:$LINENO: result
: no
" >&5
8909 echo "${ECHO_T}no
" >&6
8915 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
8916 for ncn_progname in ar; do
8917 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8918 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8919 if test -x $with_build_time_tools/${ncn_progname}; then
8920 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8921 echo "$as_me:$LINENO: result
: yes" >&5
8922 echo "${ECHO_T}yes" >&6
8925 echo "$as_me:$LINENO: result
: no
" >&5
8926 echo "${ECHO_T}no
" >&6
8931 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
8932 for ncn_progname in ar; do
8933 if test -n "$ncn_target_tool_prefix"; then
8934 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8935 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8936 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8937 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8938 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
8939 echo $ECHO_N "(cached
) $ECHO_C" >&6
8941 if test -n "$AR_FOR_TARGET"; then
8942 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
8944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8948 test -z "$as_dir" && as_dir=.
8949 for ac_exec_ext in '' $ac_executable_extensions; do
8950 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8951 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8952 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8960 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8961 if test -n "$AR_FOR_TARGET"; then
8962 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
8963 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8965 echo "$as_me:$LINENO: result
: no
" >&5
8966 echo "${ECHO_T}no
" >&6
8970 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
8971 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8972 set dummy ${ncn_progname}; ac_word=$2
8973 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8974 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8975 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
8976 echo $ECHO_N "(cached
) $ECHO_C" >&6
8978 if test -n "$AR_FOR_TARGET"; then
8979 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
8981 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8985 test -z "$as_dir" && as_dir=.
8986 for ac_exec_ext in '' $ac_executable_extensions; do
8987 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8988 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
8989 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8997 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8998 if test -n "$AR_FOR_TARGET"; then
8999 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
9000 echo "${ECHO_T}$AR_FOR_TARGET" >&6
9002 echo "$as_me:$LINENO: result
: no
" >&5
9003 echo "${ECHO_T}no
" >&6
9007 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
9011 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
9013 if test $build = $target ; then
9016 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
9019 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
9023 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
9029 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9030 if test -n "$with_build_time_tools"; then
9031 echo "$as_me:$LINENO: checking
for as
in $with_build_time_tools" >&5
9032 echo $ECHO_N "checking
for as
in $with_build_time_tools...
$ECHO_C" >&6
9033 if test -x $with_build_time_tools/as; then
9034 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
9035 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
9036 echo "$as_me:$LINENO: result
: $ac_cv_path_AS_FOR_TARGET" >&5
9037 echo "${ECHO_T}$ac_cv_path_AS_FOR_TARGET" >&6
9039 echo "$as_me:$LINENO: result
: no
" >&5
9040 echo "${ECHO_T}no
" >&6
9042 elif test $build != $host && test $have_gcc_for_target = yes; then
9043 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
9044 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
9045 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
9048 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9049 # Extract the first word of "as
", so it can be a program name with args.
9050 set dummy as; ac_word=$2
9051 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9052 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9053 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then
9054 echo $ECHO_N "(cached
) $ECHO_C" >&6
9056 case $AS_FOR_TARGET in
9058 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
9061 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9062 for as_dir in $gcc_cv_tool_dirs
9065 test -z "$as_dir" && as_dir=.
9066 for ac_exec_ext in '' $ac_executable_extensions; do
9067 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9068 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9069 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9078 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
9080 if test -n "$AS_FOR_TARGET"; then
9081 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9082 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9084 echo "$as_me:$LINENO: result
: no
" >&5
9085 echo "${ECHO_T}no
" >&6
9089 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9092 if test -n "$AS_FOR_TARGET"; then
9093 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
9094 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
9095 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9098 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
9099 for ncn_progname in as; do
9100 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9101 set dummy ${ncn_progname}; ac_word=$2
9102 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9103 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9104 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9105 echo $ECHO_N "(cached
) $ECHO_C" >&6
9107 if test -n "$AS_FOR_TARGET"; then
9108 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9110 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9114 test -z "$as_dir" && as_dir=.
9115 for ac_exec_ext in '' $ac_executable_extensions; do
9116 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9117 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
9118 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9126 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9127 if test -n "$AS_FOR_TARGET"; then
9128 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9129 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9131 echo "$as_me:$LINENO: result
: no
" >&5
9132 echo "${ECHO_T}no
" >&6
9138 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
9139 for ncn_progname in as; do
9140 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9141 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9142 if test -x $with_build_time_tools/${ncn_progname}; then
9143 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9144 echo "$as_me:$LINENO: result
: yes" >&5
9145 echo "${ECHO_T}yes" >&6
9148 echo "$as_me:$LINENO: result
: no
" >&5
9149 echo "${ECHO_T}no
" >&6
9154 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
9155 for ncn_progname in as; do
9156 if test -n "$ncn_target_tool_prefix"; then
9157 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9158 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9159 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9160 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9161 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9162 echo $ECHO_N "(cached
) $ECHO_C" >&6
9164 if test -n "$AS_FOR_TARGET"; then
9165 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9167 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9171 test -z "$as_dir" && as_dir=.
9172 for ac_exec_ext in '' $ac_executable_extensions; do
9173 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9174 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9175 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9183 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9184 if test -n "$AS_FOR_TARGET"; then
9185 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9186 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9188 echo "$as_me:$LINENO: result
: no
" >&5
9189 echo "${ECHO_T}no
" >&6
9193 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
9194 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9195 set dummy ${ncn_progname}; ac_word=$2
9196 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9197 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9198 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9199 echo $ECHO_N "(cached
) $ECHO_C" >&6
9201 if test -n "$AS_FOR_TARGET"; then
9202 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9208 test -z "$as_dir" && as_dir=.
9209 for ac_exec_ext in '' $ac_executable_extensions; do
9210 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9211 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
9212 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9220 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9221 if test -n "$AS_FOR_TARGET"; then
9222 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9223 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9225 echo "$as_me:$LINENO: result
: no
" >&5
9226 echo "${ECHO_T}no
" >&6
9230 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
9234 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
9236 if test $build = $target ; then
9239 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
9242 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
9246 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
9252 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9253 if test -n "$with_build_time_tools"; then
9254 echo "$as_me:$LINENO: checking
for dlltool
in $with_build_time_tools" >&5
9255 echo $ECHO_N "checking
for dlltool
in $with_build_time_tools...
$ECHO_C" >&6
9256 if test -x $with_build_time_tools/dlltool; then
9257 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
9258 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9259 echo "$as_me:$LINENO: result
: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
9260 echo "${ECHO_T}$ac_cv_path_DLLTOOL_FOR_TARGET" >&6
9262 echo "$as_me:$LINENO: result
: no
" >&5
9263 echo "${ECHO_T}no
" >&6
9265 elif test $build != $host && test $have_gcc_for_target = yes; then
9266 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
9267 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
9268 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9271 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9272 # Extract the first word of "dlltool
", so it can be a program name with args.
9273 set dummy dlltool; ac_word=$2
9274 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9275 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9276 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then
9277 echo $ECHO_N "(cached
) $ECHO_C" >&6
9279 case $DLLTOOL_FOR_TARGET in
9281 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
9284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9285 for as_dir in $gcc_cv_tool_dirs
9288 test -z "$as_dir" && as_dir=.
9289 for ac_exec_ext in '' $ac_executable_extensions; do
9290 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9291 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9292 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9301 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
9303 if test -n "$DLLTOOL_FOR_TARGET"; then
9304 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9305 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9307 echo "$as_me:$LINENO: result
: no
" >&5
9308 echo "${ECHO_T}no
" >&6
9312 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9315 if test -n "$DLLTOOL_FOR_TARGET"; then
9316 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9317 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9318 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9321 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9322 for ncn_progname in dlltool; do
9323 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9324 set dummy ${ncn_progname}; ac_word=$2
9325 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9326 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9327 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9328 echo $ECHO_N "(cached
) $ECHO_C" >&6
9330 if test -n "$DLLTOOL_FOR_TARGET"; then
9331 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9337 test -z "$as_dir" && as_dir=.
9338 for ac_exec_ext in '' $ac_executable_extensions; do
9339 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9340 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
9341 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9349 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9350 if test -n "$DLLTOOL_FOR_TARGET"; then
9351 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9352 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9354 echo "$as_me:$LINENO: result
: no
" >&5
9355 echo "${ECHO_T}no
" >&6
9361 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
9362 for ncn_progname in dlltool; do
9363 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9364 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9365 if test -x $with_build_time_tools/${ncn_progname}; then
9366 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9367 echo "$as_me:$LINENO: result
: yes" >&5
9368 echo "${ECHO_T}yes" >&6
9371 echo "$as_me:$LINENO: result
: no
" >&5
9372 echo "${ECHO_T}no
" >&6
9377 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9378 for ncn_progname in dlltool; do
9379 if test -n "$ncn_target_tool_prefix"; then
9380 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9381 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9382 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9383 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9384 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9385 echo $ECHO_N "(cached
) $ECHO_C" >&6
9387 if test -n "$DLLTOOL_FOR_TARGET"; then
9388 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9390 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9394 test -z "$as_dir" && as_dir=.
9395 for ac_exec_ext in '' $ac_executable_extensions; do
9396 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9397 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9398 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9406 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9407 if test -n "$DLLTOOL_FOR_TARGET"; then
9408 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9409 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9411 echo "$as_me:$LINENO: result
: no
" >&5
9412 echo "${ECHO_T}no
" >&6
9416 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
9417 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9418 set dummy ${ncn_progname}; ac_word=$2
9419 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9420 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9421 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9422 echo $ECHO_N "(cached
) $ECHO_C" >&6
9424 if test -n "$DLLTOOL_FOR_TARGET"; then
9425 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9431 test -z "$as_dir" && as_dir=.
9432 for ac_exec_ext in '' $ac_executable_extensions; do
9433 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9434 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
9435 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9443 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9444 if test -n "$DLLTOOL_FOR_TARGET"; then
9445 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9446 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9448 echo "$as_me:$LINENO: result
: no
" >&5
9449 echo "${ECHO_T}no
" >&6
9453 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
9457 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
9459 if test $build = $target ; then
9460 DLLTOOL_FOR_TARGET="$2"
9462 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
9465 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
9469 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
9475 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9476 if test -n "$with_build_time_tools"; then
9477 echo "$as_me:$LINENO: checking
for ld
in $with_build_time_tools" >&5
9478 echo $ECHO_N "checking
for ld
in $with_build_time_tools...
$ECHO_C" >&6
9479 if test -x $with_build_time_tools/ld; then
9480 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
9481 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
9482 echo "$as_me:$LINENO: result
: $ac_cv_path_LD_FOR_TARGET" >&5
9483 echo "${ECHO_T}$ac_cv_path_LD_FOR_TARGET" >&6
9485 echo "$as_me:$LINENO: result
: no
" >&5
9486 echo "${ECHO_T}no
" >&6
9488 elif test $build != $host && test $have_gcc_for_target = yes; then
9489 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
9490 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
9491 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
9494 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9495 # Extract the first word of "ld
", so it can be a program name with args.
9496 set dummy ld; ac_word=$2
9497 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9498 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9499 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then
9500 echo $ECHO_N "(cached
) $ECHO_C" >&6
9502 case $LD_FOR_TARGET in
9504 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
9507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9508 for as_dir in $gcc_cv_tool_dirs
9511 test -z "$as_dir" && as_dir=.
9512 for ac_exec_ext in '' $ac_executable_extensions; do
9513 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9514 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9515 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9524 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
9526 if test -n "$LD_FOR_TARGET"; then
9527 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9528 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9530 echo "$as_me:$LINENO: result
: no
" >&5
9531 echo "${ECHO_T}no
" >&6
9535 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9538 if test -n "$LD_FOR_TARGET"; then
9539 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
9540 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
9541 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9544 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
9545 for ncn_progname in ld; do
9546 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9547 set dummy ${ncn_progname}; ac_word=$2
9548 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9549 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9550 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9551 echo $ECHO_N "(cached
) $ECHO_C" >&6
9553 if test -n "$LD_FOR_TARGET"; then
9554 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9560 test -z "$as_dir" && as_dir=.
9561 for ac_exec_ext in '' $ac_executable_extensions; do
9562 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9563 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
9564 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9572 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9573 if test -n "$LD_FOR_TARGET"; then
9574 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9575 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9577 echo "$as_me:$LINENO: result
: no
" >&5
9578 echo "${ECHO_T}no
" >&6
9584 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
9585 for ncn_progname in ld; do
9586 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9587 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9588 if test -x $with_build_time_tools/${ncn_progname}; then
9589 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9590 echo "$as_me:$LINENO: result
: yes" >&5
9591 echo "${ECHO_T}yes" >&6
9594 echo "$as_me:$LINENO: result
: no
" >&5
9595 echo "${ECHO_T}no
" >&6
9600 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
9601 for ncn_progname in ld; do
9602 if test -n "$ncn_target_tool_prefix"; then
9603 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9604 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9605 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9606 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9607 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9608 echo $ECHO_N "(cached
) $ECHO_C" >&6
9610 if test -n "$LD_FOR_TARGET"; then
9611 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9613 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9617 test -z "$as_dir" && as_dir=.
9618 for ac_exec_ext in '' $ac_executable_extensions; do
9619 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9620 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9621 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9629 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9630 if test -n "$LD_FOR_TARGET"; then
9631 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9632 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9634 echo "$as_me:$LINENO: result
: no
" >&5
9635 echo "${ECHO_T}no
" >&6
9639 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
9640 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9641 set dummy ${ncn_progname}; ac_word=$2
9642 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9643 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9644 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9645 echo $ECHO_N "(cached
) $ECHO_C" >&6
9647 if test -n "$LD_FOR_TARGET"; then
9648 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9654 test -z "$as_dir" && as_dir=.
9655 for ac_exec_ext in '' $ac_executable_extensions; do
9656 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9657 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
9658 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9666 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9667 if test -n "$LD_FOR_TARGET"; then
9668 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9669 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9671 echo "$as_me:$LINENO: result
: no
" >&5
9672 echo "${ECHO_T}no
" >&6
9676 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
9680 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
9682 if test $build = $target ; then
9685 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
9688 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
9692 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
9698 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
9699 if test -n "$with_build_time_tools"; then
9700 echo "$as_me:$LINENO: checking
for lipo
in $with_build_time_tools" >&5
9701 echo $ECHO_N "checking
for lipo
in $with_build_time_tools...
$ECHO_C" >&6
9702 if test -x $with_build_time_tools/lipo; then
9703 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
9704 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9705 echo "$as_me:$LINENO: result
: $ac_cv_path_LIPO_FOR_TARGET" >&5
9706 echo "${ECHO_T}$ac_cv_path_LIPO_FOR_TARGET" >&6
9708 echo "$as_me:$LINENO: result
: no
" >&5
9709 echo "${ECHO_T}no
" >&6
9711 elif test $build != $host && test $have_gcc_for_target = yes; then
9712 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
9713 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
9714 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9717 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9718 # Extract the first word of "lipo
", so it can be a program name with args.
9719 set dummy lipo; ac_word=$2
9720 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9721 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9722 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then
9723 echo $ECHO_N "(cached
) $ECHO_C" >&6
9725 case $LIPO_FOR_TARGET in
9727 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
9730 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9731 for as_dir in $gcc_cv_tool_dirs
9734 test -z "$as_dir" && as_dir=.
9735 for ac_exec_ext in '' $ac_executable_extensions; do
9736 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9737 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9738 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9747 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9749 if test -n "$LIPO_FOR_TARGET"; then
9750 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9751 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9753 echo "$as_me:$LINENO: result
: no
" >&5
9754 echo "${ECHO_T}no
" >&6
9758 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
9761 if test -n "$LIPO_FOR_TARGET"; then
9762 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9763 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
9764 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9767 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
9768 for ncn_progname in lipo; do
9769 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9770 set dummy ${ncn_progname}; ac_word=$2
9771 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9772 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9773 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9774 echo $ECHO_N "(cached
) $ECHO_C" >&6
9776 if test -n "$LIPO_FOR_TARGET"; then
9777 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9783 test -z "$as_dir" && as_dir=.
9784 for ac_exec_ext in '' $ac_executable_extensions; do
9785 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9786 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
9787 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9795 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9796 if test -n "$LIPO_FOR_TARGET"; then
9797 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9798 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9800 echo "$as_me:$LINENO: result
: no
" >&5
9801 echo "${ECHO_T}no
" >&6
9807 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
9808 for ncn_progname in lipo; do
9809 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9810 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9811 if test -x $with_build_time_tools/${ncn_progname}; then
9812 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9813 echo "$as_me:$LINENO: result
: yes" >&5
9814 echo "${ECHO_T}yes" >&6
9817 echo "$as_me:$LINENO: result
: no
" >&5
9818 echo "${ECHO_T}no
" >&6
9823 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
9824 for ncn_progname in lipo; do
9825 if test -n "$ncn_target_tool_prefix"; then
9826 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9827 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9828 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9829 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9830 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9831 echo $ECHO_N "(cached
) $ECHO_C" >&6
9833 if test -n "$LIPO_FOR_TARGET"; then
9834 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9840 test -z "$as_dir" && as_dir=.
9841 for ac_exec_ext in '' $ac_executable_extensions; do
9842 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9843 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9844 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9852 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9853 if test -n "$LIPO_FOR_TARGET"; then
9854 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9855 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9857 echo "$as_me:$LINENO: result
: no
" >&5
9858 echo "${ECHO_T}no
" >&6
9862 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
9863 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9864 set dummy ${ncn_progname}; ac_word=$2
9865 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9866 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9867 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9868 echo $ECHO_N "(cached
) $ECHO_C" >&6
9870 if test -n "$LIPO_FOR_TARGET"; then
9871 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9873 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9877 test -z "$as_dir" && as_dir=.
9878 for ac_exec_ext in '' $ac_executable_extensions; do
9879 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9880 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
9881 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9889 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9890 if test -n "$LIPO_FOR_TARGET"; then
9891 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9892 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9894 echo "$as_me:$LINENO: result
: no
" >&5
9895 echo "${ECHO_T}no
" >&6
9899 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
9903 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
9905 if test $build = $target ; then
9906 LIPO_FOR_TARGET="$2"
9908 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
9911 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
9915 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9921 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
9922 if test -n "$with_build_time_tools"; then
9923 echo "$as_me:$LINENO: checking
for nm
in $with_build_time_tools" >&5
9924 echo $ECHO_N "checking
for nm
in $with_build_time_tools...
$ECHO_C" >&6
9925 if test -x $with_build_time_tools/nm; then
9926 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
9927 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
9928 echo "$as_me:$LINENO: result
: $ac_cv_path_NM_FOR_TARGET" >&5
9929 echo "${ECHO_T}$ac_cv_path_NM_FOR_TARGET" >&6
9931 echo "$as_me:$LINENO: result
: no
" >&5
9932 echo "${ECHO_T}no
" >&6
9934 elif test $build != $host && test $have_gcc_for_target = yes; then
9935 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
9936 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
9937 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
9940 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9941 # Extract the first word of "nm
", so it can be a program name with args.
9942 set dummy nm; ac_word=$2
9943 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9944 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9945 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then
9946 echo $ECHO_N "(cached
) $ECHO_C" >&6
9948 case $NM_FOR_TARGET in
9950 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
9953 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9954 for as_dir in $gcc_cv_tool_dirs
9957 test -z "$as_dir" && as_dir=.
9958 for ac_exec_ext in '' $ac_executable_extensions; do
9959 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9960 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9961 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9970 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
9972 if test -n "$NM_FOR_TARGET"; then
9973 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
9974 echo "${ECHO_T}$NM_FOR_TARGET" >&6
9976 echo "$as_me:$LINENO: result
: no
" >&5
9977 echo "${ECHO_T}no
" >&6
9981 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
9984 if test -n "$NM_FOR_TARGET"; then
9985 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
9986 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
9987 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
9990 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
9991 for ncn_progname in nm; do
9992 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9993 set dummy ${ncn_progname}; ac_word=$2
9994 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9995 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9996 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
9997 echo $ECHO_N "(cached
) $ECHO_C" >&6
9999 if test -n "$NM_FOR_TARGET"; then
10000 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
10002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10003 for as_dir in $PATH
10006 test -z "$as_dir" && as_dir=.
10007 for ac_exec_ext in '' $ac_executable_extensions; do
10008 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10009 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
10010 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10018 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10019 if test -n "$NM_FOR_TARGET"; then
10020 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10021 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10023 echo "$as_me:$LINENO: result
: no
" >&5
10024 echo "${ECHO_T}no
" >&6
10030 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
10031 for ncn_progname in nm; do
10032 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10033 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10034 if test -x $with_build_time_tools/${ncn_progname}; then
10035 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10036 echo "$as_me:$LINENO: result
: yes" >&5
10037 echo "${ECHO_T}yes" >&6
10040 echo "$as_me:$LINENO: result
: no
" >&5
10041 echo "${ECHO_T}no
" >&6
10046 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
10047 for ncn_progname in nm; do
10048 if test -n "$ncn_target_tool_prefix"; then
10049 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10050 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10051 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10052 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10053 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
10054 echo $ECHO_N "(cached
) $ECHO_C" >&6
10056 if test -n "$NM_FOR_TARGET"; then
10057 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
10059 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10060 for as_dir in $PATH
10063 test -z "$as_dir" && as_dir=.
10064 for ac_exec_ext in '' $ac_executable_extensions; do
10065 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10066 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10067 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10075 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10076 if test -n "$NM_FOR_TARGET"; then
10077 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10078 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10080 echo "$as_me:$LINENO: result
: no
" >&5
10081 echo "${ECHO_T}no
" >&6
10085 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
10086 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10087 set dummy ${ncn_progname}; ac_word=$2
10088 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10089 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10090 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
10091 echo $ECHO_N "(cached
) $ECHO_C" >&6
10093 if test -n "$NM_FOR_TARGET"; then
10094 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
10096 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10097 for as_dir in $PATH
10100 test -z "$as_dir" && as_dir=.
10101 for ac_exec_ext in '' $ac_executable_extensions; do
10102 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10103 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
10104 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10112 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10113 if test -n "$NM_FOR_TARGET"; then
10114 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10115 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10117 echo "$as_me:$LINENO: result
: no
" >&5
10118 echo "${ECHO_T}no
" >&6
10122 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
10126 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
10128 if test $build = $target ; then
10131 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
10134 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
10138 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
10144 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
10145 if test -n "$with_build_time_tools"; then
10146 echo "$as_me:$LINENO: checking
for objdump
in $with_build_time_tools" >&5
10147 echo $ECHO_N "checking
for objdump
in $with_build_time_tools...
$ECHO_C" >&6
10148 if test -x $with_build_time_tools/objdump; then
10149 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
10150 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10151 echo "$as_me:$LINENO: result
: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
10152 echo "${ECHO_T}$ac_cv_path_OBJDUMP_FOR_TARGET" >&6
10154 echo "$as_me:$LINENO: result
: no
" >&5
10155 echo "${ECHO_T}no
" >&6
10157 elif test $build != $host && test $have_gcc_for_target = yes; then
10158 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
10159 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
10160 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10163 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10164 # Extract the first word of "objdump
", so it can be a program name with args.
10165 set dummy objdump; ac_word=$2
10166 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10167 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10168 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then
10169 echo $ECHO_N "(cached
) $ECHO_C" >&6
10171 case $OBJDUMP_FOR_TARGET in
10173 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
10176 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10177 for as_dir in $gcc_cv_tool_dirs
10180 test -z "$as_dir" && as_dir=.
10181 for ac_exec_ext in '' $ac_executable_extensions; do
10182 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10183 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10184 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10193 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
10195 if test -n "$OBJDUMP_FOR_TARGET"; then
10196 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10197 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10199 echo "$as_me:$LINENO: result
: no
" >&5
10200 echo "${ECHO_T}no
" >&6
10204 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
10207 if test -n "$OBJDUMP_FOR_TARGET"; then
10208 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10209 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10210 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10213 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10214 for ncn_progname in objdump; do
10215 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10216 set dummy ${ncn_progname}; ac_word=$2
10217 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10218 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10219 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10220 echo $ECHO_N "(cached
) $ECHO_C" >&6
10222 if test -n "$OBJDUMP_FOR_TARGET"; then
10223 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10225 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10226 for as_dir in $PATH
10229 test -z "$as_dir" && as_dir=.
10230 for ac_exec_ext in '' $ac_executable_extensions; do
10231 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10232 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
10233 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10241 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10242 if test -n "$OBJDUMP_FOR_TARGET"; then
10243 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10244 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10246 echo "$as_me:$LINENO: result
: no
" >&5
10247 echo "${ECHO_T}no
" >&6
10253 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
10254 for ncn_progname in objdump; do
10255 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10256 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10257 if test -x $with_build_time_tools/${ncn_progname}; then
10258 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10259 echo "$as_me:$LINENO: result
: yes" >&5
10260 echo "${ECHO_T}yes" >&6
10263 echo "$as_me:$LINENO: result
: no
" >&5
10264 echo "${ECHO_T}no
" >&6
10269 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10270 for ncn_progname in objdump; do
10271 if test -n "$ncn_target_tool_prefix"; then
10272 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10273 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10274 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10275 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10276 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10277 echo $ECHO_N "(cached
) $ECHO_C" >&6
10279 if test -n "$OBJDUMP_FOR_TARGET"; then
10280 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10282 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10283 for as_dir in $PATH
10286 test -z "$as_dir" && as_dir=.
10287 for ac_exec_ext in '' $ac_executable_extensions; do
10288 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10289 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10290 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10298 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10299 if test -n "$OBJDUMP_FOR_TARGET"; then
10300 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10301 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10303 echo "$as_me:$LINENO: result
: no
" >&5
10304 echo "${ECHO_T}no
" >&6
10308 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
10309 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10310 set dummy ${ncn_progname}; ac_word=$2
10311 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10312 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10313 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10314 echo $ECHO_N "(cached
) $ECHO_C" >&6
10316 if test -n "$OBJDUMP_FOR_TARGET"; then
10317 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10319 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10320 for as_dir in $PATH
10323 test -z "$as_dir" && as_dir=.
10324 for ac_exec_ext in '' $ac_executable_extensions; do
10325 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10326 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
10327 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10335 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10336 if test -n "$OBJDUMP_FOR_TARGET"; then
10337 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10338 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10340 echo "$as_me:$LINENO: result
: no
" >&5
10341 echo "${ECHO_T}no
" >&6
10345 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
10349 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
10351 if test $build = $target ; then
10352 OBJDUMP_FOR_TARGET="$2"
10354 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
10357 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
10361 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
10367 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
10368 if test -n "$with_build_time_tools"; then
10369 echo "$as_me:$LINENO: checking
for ranlib
in $with_build_time_tools" >&5
10370 echo $ECHO_N "checking
for ranlib
in $with_build_time_tools...
$ECHO_C" >&6
10371 if test -x $with_build_time_tools/ranlib; then
10372 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
10373 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10374 echo "$as_me:$LINENO: result
: $ac_cv_path_RANLIB_FOR_TARGET" >&5
10375 echo "${ECHO_T}$ac_cv_path_RANLIB_FOR_TARGET" >&6
10377 echo "$as_me:$LINENO: result
: no
" >&5
10378 echo "${ECHO_T}no
" >&6
10380 elif test $build != $host && test $have_gcc_for_target = yes; then
10381 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
10382 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
10383 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10386 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10387 # Extract the first word of "ranlib
", so it can be a program name with args.
10388 set dummy ranlib; ac_word=$2
10389 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10390 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10391 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then
10392 echo $ECHO_N "(cached
) $ECHO_C" >&6
10394 case $RANLIB_FOR_TARGET in
10396 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
10399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10400 for as_dir in $gcc_cv_tool_dirs
10403 test -z "$as_dir" && as_dir=.
10404 for ac_exec_ext in '' $ac_executable_extensions; do
10405 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10406 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10407 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10416 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
10418 if test -n "$RANLIB_FOR_TARGET"; then
10419 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10420 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10422 echo "$as_me:$LINENO: result
: no
" >&5
10423 echo "${ECHO_T}no
" >&6
10427 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
10430 if test -n "$RANLIB_FOR_TARGET"; then
10431 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10432 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10433 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10436 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10437 for ncn_progname in ranlib; do
10438 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10439 set dummy ${ncn_progname}; ac_word=$2
10440 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10441 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10442 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10443 echo $ECHO_N "(cached
) $ECHO_C" >&6
10445 if test -n "$RANLIB_FOR_TARGET"; then
10446 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10448 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10449 for as_dir in $PATH
10452 test -z "$as_dir" && as_dir=.
10453 for ac_exec_ext in '' $ac_executable_extensions; do
10454 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10455 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
10456 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10464 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10465 if test -n "$RANLIB_FOR_TARGET"; then
10466 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10467 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10469 echo "$as_me:$LINENO: result
: no
" >&5
10470 echo "${ECHO_T}no
" >&6
10476 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
10477 for ncn_progname in ranlib; do
10478 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10479 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10480 if test -x $with_build_time_tools/${ncn_progname}; then
10481 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10482 echo "$as_me:$LINENO: result
: yes" >&5
10483 echo "${ECHO_T}yes" >&6
10486 echo "$as_me:$LINENO: result
: no
" >&5
10487 echo "${ECHO_T}no
" >&6
10492 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10493 for ncn_progname in ranlib; do
10494 if test -n "$ncn_target_tool_prefix"; then
10495 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10496 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10497 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10498 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10499 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10500 echo $ECHO_N "(cached
) $ECHO_C" >&6
10502 if test -n "$RANLIB_FOR_TARGET"; then
10503 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10505 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10506 for as_dir in $PATH
10509 test -z "$as_dir" && as_dir=.
10510 for ac_exec_ext in '' $ac_executable_extensions; do
10511 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10512 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10513 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10521 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10522 if test -n "$RANLIB_FOR_TARGET"; then
10523 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10524 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10526 echo "$as_me:$LINENO: result
: no
" >&5
10527 echo "${ECHO_T}no
" >&6
10531 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
10532 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10533 set dummy ${ncn_progname}; ac_word=$2
10534 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10535 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10536 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10537 echo $ECHO_N "(cached
) $ECHO_C" >&6
10539 if test -n "$RANLIB_FOR_TARGET"; then
10540 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10542 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10543 for as_dir in $PATH
10546 test -z "$as_dir" && as_dir=.
10547 for ac_exec_ext in '' $ac_executable_extensions; do
10548 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10549 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
10550 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10558 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10559 if test -n "$RANLIB_FOR_TARGET"; then
10560 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10561 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10563 echo "$as_me:$LINENO: result
: no
" >&5
10564 echo "${ECHO_T}no
" >&6
10568 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
10572 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
10574 if test $build = $target ; then
10575 RANLIB_FOR_TARGET="$2"
10577 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
10580 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
10584 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
10590 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
10591 if test -n "$with_build_time_tools"; then
10592 echo "$as_me:$LINENO: checking
for strip
in $with_build_time_tools" >&5
10593 echo $ECHO_N "checking
for strip
in $with_build_time_tools...
$ECHO_C" >&6
10594 if test -x $with_build_time_tools/strip; then
10595 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
10596 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10597 echo "$as_me:$LINENO: result
: $ac_cv_path_STRIP_FOR_TARGET" >&5
10598 echo "${ECHO_T}$ac_cv_path_STRIP_FOR_TARGET" >&6
10600 echo "$as_me:$LINENO: result
: no
" >&5
10601 echo "${ECHO_T}no
" >&6
10603 elif test $build != $host && test $have_gcc_for_target = yes; then
10604 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
10605 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
10606 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10609 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10610 # Extract the first word of "strip
", so it can be a program name with args.
10611 set dummy strip; ac_word=$2
10612 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10613 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10614 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then
10615 echo $ECHO_N "(cached
) $ECHO_C" >&6
10617 case $STRIP_FOR_TARGET in
10619 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
10622 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10623 for as_dir in $gcc_cv_tool_dirs
10626 test -z "$as_dir" && as_dir=.
10627 for ac_exec_ext in '' $ac_executable_extensions; do
10628 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10629 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10630 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10639 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
10641 if test -n "$STRIP_FOR_TARGET"; then
10642 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10643 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10645 echo "$as_me:$LINENO: result
: no
" >&5
10646 echo "${ECHO_T}no
" >&6
10650 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
10653 if test -n "$STRIP_FOR_TARGET"; then
10654 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10655 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
10656 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10659 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
10660 for ncn_progname in strip; do
10661 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10662 set dummy ${ncn_progname}; ac_word=$2
10663 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10664 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10665 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10666 echo $ECHO_N "(cached
) $ECHO_C" >&6
10668 if test -n "$STRIP_FOR_TARGET"; then
10669 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10671 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10672 for as_dir in $PATH
10675 test -z "$as_dir" && as_dir=.
10676 for ac_exec_ext in '' $ac_executable_extensions; do
10677 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10678 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
10679 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10687 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10688 if test -n "$STRIP_FOR_TARGET"; then
10689 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10690 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10692 echo "$as_me:$LINENO: result
: no
" >&5
10693 echo "${ECHO_T}no
" >&6
10699 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
10700 for ncn_progname in strip; do
10701 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10702 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10703 if test -x $with_build_time_tools/${ncn_progname}; then
10704 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10705 echo "$as_me:$LINENO: result
: yes" >&5
10706 echo "${ECHO_T}yes" >&6
10709 echo "$as_me:$LINENO: result
: no
" >&5
10710 echo "${ECHO_T}no
" >&6
10715 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
10716 for ncn_progname in strip; do
10717 if test -n "$ncn_target_tool_prefix"; then
10718 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10719 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10720 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10721 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10722 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10723 echo $ECHO_N "(cached
) $ECHO_C" >&6
10725 if test -n "$STRIP_FOR_TARGET"; then
10726 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10728 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10729 for as_dir in $PATH
10732 test -z "$as_dir" && as_dir=.
10733 for ac_exec_ext in '' $ac_executable_extensions; do
10734 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10735 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10736 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10744 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10745 if test -n "$STRIP_FOR_TARGET"; then
10746 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10747 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10749 echo "$as_me:$LINENO: result
: no
" >&5
10750 echo "${ECHO_T}no
" >&6
10754 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
10755 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10756 set dummy ${ncn_progname}; ac_word=$2
10757 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10758 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10759 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10760 echo $ECHO_N "(cached
) $ECHO_C" >&6
10762 if test -n "$STRIP_FOR_TARGET"; then
10763 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10765 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10766 for as_dir in $PATH
10769 test -z "$as_dir" && as_dir=.
10770 for ac_exec_ext in '' $ac_executable_extensions; do
10771 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10772 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
10773 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10781 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10782 if test -n "$STRIP_FOR_TARGET"; then
10783 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10784 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10786 echo "$as_me:$LINENO: result
: no
" >&5
10787 echo "${ECHO_T}no
" >&6
10791 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
10795 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
10797 if test $build = $target ; then
10798 STRIP_FOR_TARGET="$2"
10800 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
10803 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
10807 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
10813 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
10814 if test -n "$with_build_time_tools"; then
10815 echo "$as_me:$LINENO: checking
for windres
in $with_build_time_tools" >&5
10816 echo $ECHO_N "checking
for windres
in $with_build_time_tools...
$ECHO_C" >&6
10817 if test -x $with_build_time_tools/windres; then
10818 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
10819 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10820 echo "$as_me:$LINENO: result
: $ac_cv_path_WINDRES_FOR_TARGET" >&5
10821 echo "${ECHO_T}$ac_cv_path_WINDRES_FOR_TARGET" >&6
10823 echo "$as_me:$LINENO: result
: no
" >&5
10824 echo "${ECHO_T}no
" >&6
10826 elif test $build != $host && test $have_gcc_for_target = yes; then
10827 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
10828 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
10829 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10832 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10833 # Extract the first word of "windres
", so it can be a program name with args.
10834 set dummy windres; ac_word=$2
10835 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10836 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10837 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then
10838 echo $ECHO_N "(cached
) $ECHO_C" >&6
10840 case $WINDRES_FOR_TARGET in
10842 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
10845 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10846 for as_dir in $gcc_cv_tool_dirs
10849 test -z "$as_dir" && as_dir=.
10850 for ac_exec_ext in '' $ac_executable_extensions; do
10851 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10852 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10853 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10862 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
10864 if test -n "$WINDRES_FOR_TARGET"; then
10865 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
10866 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10868 echo "$as_me:$LINENO: result
: no
" >&5
10869 echo "${ECHO_T}no
" >&6
10873 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
10876 if test -n "$WINDRES_FOR_TARGET"; then
10877 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10878 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
10879 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10882 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
10883 for ncn_progname in windres; do
10884 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10885 set dummy ${ncn_progname}; ac_word=$2
10886 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10887 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10888 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
10889 echo $ECHO_N "(cached
) $ECHO_C" >&6
10891 if test -n "$WINDRES_FOR_TARGET"; then
10892 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
10894 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10895 for as_dir in $PATH
10898 test -z "$as_dir" && as_dir=.
10899 for ac_exec_ext in '' $ac_executable_extensions; do
10900 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10901 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
10902 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10910 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10911 if test -n "$WINDRES_FOR_TARGET"; then
10912 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
10913 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10915 echo "$as_me:$LINENO: result
: no
" >&5
10916 echo "${ECHO_T}no
" >&6
10922 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
10923 for ncn_progname in windres; do
10924 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10925 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10926 if test -x $with_build_time_tools/${ncn_progname}; then
10927 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10928 echo "$as_me:$LINENO: result
: yes" >&5
10929 echo "${ECHO_T}yes" >&6
10932 echo "$as_me:$LINENO: result
: no
" >&5
10933 echo "${ECHO_T}no
" >&6
10938 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
10939 for ncn_progname in windres; do
10940 if test -n "$ncn_target_tool_prefix"; then
10941 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10942 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10943 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10944 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10945 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
10946 echo $ECHO_N "(cached
) $ECHO_C" >&6
10948 if test -n "$WINDRES_FOR_TARGET"; then
10949 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
10951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10952 for as_dir in $PATH
10955 test -z "$as_dir" && as_dir=.
10956 for ac_exec_ext in '' $ac_executable_extensions; do
10957 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10958 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10959 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10967 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10968 if test -n "$WINDRES_FOR_TARGET"; then
10969 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
10970 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10972 echo "$as_me:$LINENO: result
: no
" >&5
10973 echo "${ECHO_T}no
" >&6
10977 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
10978 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10979 set dummy ${ncn_progname}; ac_word=$2
10980 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10981 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10982 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
10983 echo $ECHO_N "(cached
) $ECHO_C" >&6
10985 if test -n "$WINDRES_FOR_TARGET"; then
10986 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
10988 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10989 for as_dir in $PATH
10992 test -z "$as_dir" && as_dir=.
10993 for ac_exec_ext in '' $ac_executable_extensions; do
10994 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10995 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
10996 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11004 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
11005 if test -n "$WINDRES_FOR_TARGET"; then
11006 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
11007 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
11009 echo "$as_me:$LINENO: result
: no
" >&5
11010 echo "${ECHO_T}no
" >&6
11014 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
11018 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
11020 if test $build = $target ; then
11021 WINDRES_FOR_TARGET="$2"
11023 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
11026 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
11030 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
11036 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
11037 if test -n "$with_build_time_tools"; then
11038 echo "$as_me:$LINENO: checking
for windmc
in $with_build_time_tools" >&5
11039 echo $ECHO_N "checking
for windmc
in $with_build_time_tools...
$ECHO_C" >&6
11040 if test -x $with_build_time_tools/windmc; then
11041 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
11042 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
11043 echo "$as_me:$LINENO: result
: $ac_cv_path_WINDMC_FOR_TARGET" >&5
11044 echo "${ECHO_T}$ac_cv_path_WINDMC_FOR_TARGET" >&6
11046 echo "$as_me:$LINENO: result
: no
" >&5
11047 echo "${ECHO_T}no
" >&6
11049 elif test $build != $host && test $have_gcc_for_target = yes; then
11050 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
11051 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
11052 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
11055 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11056 # Extract the first word of "windmc
", so it can be a program name with args.
11057 set dummy windmc; ac_word=$2
11058 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11059 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11060 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then
11061 echo $ECHO_N "(cached
) $ECHO_C" >&6
11063 case $WINDMC_FOR_TARGET in
11065 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
11068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11069 for as_dir in $gcc_cv_tool_dirs
11072 test -z "$as_dir" && as_dir=.
11073 for ac_exec_ext in '' $ac_executable_extensions; do
11074 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11075 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11076 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11085 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
11087 if test -n "$WINDMC_FOR_TARGET"; then
11088 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11089 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11091 echo "$as_me:$LINENO: result
: no
" >&5
11092 echo "${ECHO_T}no
" >&6
11096 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
11099 if test -n "$WINDMC_FOR_TARGET"; then
11100 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
11101 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11102 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11105 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11106 for ncn_progname in windmc; do
11107 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11108 set dummy ${ncn_progname}; ac_word=$2
11109 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11110 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11111 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11112 echo $ECHO_N "(cached
) $ECHO_C" >&6
11114 if test -n "$WINDMC_FOR_TARGET"; then
11115 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11117 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11118 for as_dir in $PATH
11121 test -z "$as_dir" && as_dir=.
11122 for ac_exec_ext in '' $ac_executable_extensions; do
11123 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11124 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
11125 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11133 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11134 if test -n "$WINDMC_FOR_TARGET"; then
11135 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11136 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11138 echo "$as_me:$LINENO: result
: no
" >&5
11139 echo "${ECHO_T}no
" >&6
11145 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
11146 for ncn_progname in windmc; do
11147 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11148 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
11149 if test -x $with_build_time_tools/${ncn_progname}; then
11150 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11151 echo "$as_me:$LINENO: result
: yes" >&5
11152 echo "${ECHO_T}yes" >&6
11155 echo "$as_me:$LINENO: result
: no
" >&5
11156 echo "${ECHO_T}no
" >&6
11161 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11162 for ncn_progname in windmc; do
11163 if test -n "$ncn_target_tool_prefix"; then
11164 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11165 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11166 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11167 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11168 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11169 echo $ECHO_N "(cached
) $ECHO_C" >&6
11171 if test -n "$WINDMC_FOR_TARGET"; then
11172 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11175 for as_dir in $PATH
11178 test -z "$as_dir" && as_dir=.
11179 for ac_exec_ext in '' $ac_executable_extensions; do
11180 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11181 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11182 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11190 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11191 if test -n "$WINDMC_FOR_TARGET"; then
11192 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11193 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11195 echo "$as_me:$LINENO: result
: no
" >&5
11196 echo "${ECHO_T}no
" >&6
11200 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
11201 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11202 set dummy ${ncn_progname}; ac_word=$2
11203 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11204 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11205 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11206 echo $ECHO_N "(cached
) $ECHO_C" >&6
11208 if test -n "$WINDMC_FOR_TARGET"; then
11209 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11211 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11212 for as_dir in $PATH
11215 test -z "$as_dir" && as_dir=.
11216 for ac_exec_ext in '' $ac_executable_extensions; do
11217 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11218 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
11219 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11227 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11228 if test -n "$WINDMC_FOR_TARGET"; then
11229 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11230 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11232 echo "$as_me:$LINENO: result
: no
" >&5
11233 echo "${ECHO_T}no
" >&6
11237 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
11241 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
11243 if test $build = $target ; then
11244 WINDMC_FOR_TARGET="$2"
11246 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
11249 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
11253 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
11257 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
11259 echo "$as_me:$LINENO: checking where to
find the target
ar" >&5
11260 echo $ECHO_N "checking where to
find the target
ar...
$ECHO_C" >&6
11261 if test "x
${build}" != "x
${host}" ; then
11262 if expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
11263 # We already found the complete path
11264 ac_dir=`dirname $AR_FOR_TARGET`
11265 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11266 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11268 # Canadian cross, just use what we found
11269 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11270 echo "${ECHO_T}pre-installed
" >&6
11274 case " ${configdirs} " in
11279 if test $ok = yes; then
11280 # An in-tree tool is available and we can use it
11281 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
11282 echo "$as_me:$LINENO: result
: just compiled
" >&5
11283 echo "${ECHO_T}just compiled
" >&6
11284 elif expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
11285 # We already found the complete path
11286 ac_dir=`dirname $AR_FOR_TARGET`
11287 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11288 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11289 elif test "x
$target" = "x
$host"; then
11290 # We can use an host tool
11291 AR_FOR_TARGET='$(AR)'
11292 echo "$as_me:$LINENO: result
: host tool
" >&5
11293 echo "${ECHO_T}host tool
" >&6
11295 # We need a cross tool
11296 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11297 echo "${ECHO_T}pre-installed
" >&6
11301 echo "$as_me:$LINENO: checking where to
find the target as
" >&5
11302 echo $ECHO_N "checking where to
find the target as...
$ECHO_C" >&6
11303 if test "x
${build}" != "x
${host}" ; then
11304 if expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
11305 # We already found the complete path
11306 ac_dir=`dirname $AS_FOR_TARGET`
11307 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11308 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11310 # Canadian cross, just use what we found
11311 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11312 echo "${ECHO_T}pre-installed
" >&6
11316 case " ${configdirs} " in
11321 if test $ok = yes; then
11322 # An in-tree tool is available and we can use it
11323 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
11324 echo "$as_me:$LINENO: result
: just compiled
" >&5
11325 echo "${ECHO_T}just compiled
" >&6
11326 elif expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
11327 # We already found the complete path
11328 ac_dir=`dirname $AS_FOR_TARGET`
11329 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11330 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11331 elif test "x
$target" = "x
$host"; then
11332 # We can use an host tool
11333 AS_FOR_TARGET='$(AS)'
11334 echo "$as_me:$LINENO: result
: host tool
" >&5
11335 echo "${ECHO_T}host tool
" >&6
11337 # We need a cross tool
11338 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11339 echo "${ECHO_T}pre-installed
" >&6
11343 echo "$as_me:$LINENO: checking where to
find the target cc
" >&5
11344 echo $ECHO_N "checking where to
find the target cc...
$ECHO_C" >&6
11345 if test "x
${build}" != "x
${host}" ; then
11346 if expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
11347 # We already found the complete path
11348 ac_dir=`dirname $CC_FOR_TARGET`
11349 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11350 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11352 # Canadian cross, just use what we found
11353 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11354 echo "${ECHO_T}pre-installed
" >&6
11358 case " ${configdirs} " in
11363 if test $ok = yes; then
11364 # An in-tree tool is available and we can use it
11365 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
11366 echo "$as_me:$LINENO: result
: just compiled
" >&5
11367 echo "${ECHO_T}just compiled
" >&6
11368 elif expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
11369 # We already found the complete path
11370 ac_dir=`dirname $CC_FOR_TARGET`
11371 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11372 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11373 elif test "x
$target" = "x
$host"; then
11374 # We can use an host tool
11375 CC_FOR_TARGET='$(CC)'
11376 echo "$as_me:$LINENO: result
: host tool
" >&5
11377 echo "${ECHO_T}host tool
" >&6
11379 # We need a cross tool
11380 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11381 echo "${ECHO_T}pre-installed
" >&6
11385 echo "$as_me:$LINENO: checking where to
find the target c
++" >&5
11386 echo $ECHO_N "checking where to
find the target c
++...
$ECHO_C" >&6
11387 if test "x
${build}" != "x
${host}" ; then
11388 if expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
11389 # We already found the complete path
11390 ac_dir=`dirname $CXX_FOR_TARGET`
11391 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11392 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11394 # Canadian cross, just use what we found
11395 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11396 echo "${ECHO_T}pre-installed
" >&6
11400 case " ${configdirs} " in
11404 case ,${enable_languages}, in
11408 if test $ok = yes; then
11409 # An in-tree tool is available and we can use it
11410 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'
11411 echo "$as_me:$LINENO: result
: just compiled
" >&5
11412 echo "${ECHO_T}just compiled
" >&6
11413 elif expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
11414 # We already found the complete path
11415 ac_dir=`dirname $CXX_FOR_TARGET`
11416 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11417 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11418 elif test "x
$target" = "x
$host"; then
11419 # We can use an host tool
11420 CXX_FOR_TARGET='$(CXX)'
11421 echo "$as_me:$LINENO: result
: host tool
" >&5
11422 echo "${ECHO_T}host tool
" >&6
11424 # We need a cross tool
11425 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11426 echo "${ECHO_T}pre-installed
" >&6
11430 echo "$as_me:$LINENO: checking where to
find the target c
++ for libstdc
++" >&5
11431 echo $ECHO_N "checking where to
find the target c
++ for libstdc
++...
$ECHO_C" >&6
11432 if test "x
${build}" != "x
${host}" ; then
11433 if expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
11434 # We already found the complete path
11435 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
11436 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11437 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11439 # Canadian cross, just use what we found
11440 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11441 echo "${ECHO_T}pre-installed
" >&6
11445 case " ${configdirs} " in
11449 case ,${enable_languages}, in
11453 if test $ok = yes; then
11454 # An in-tree tool is available and we can use it
11455 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'
11456 echo "$as_me:$LINENO: result
: just compiled
" >&5
11457 echo "${ECHO_T}just compiled
" >&6
11458 elif expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
11459 # We already found the complete path
11460 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
11461 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11462 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11463 elif test "x
$target" = "x
$host"; then
11464 # We can use an host tool
11465 RAW_CXX_FOR_TARGET='$(CXX)'
11466 echo "$as_me:$LINENO: result
: host tool
" >&5
11467 echo "${ECHO_T}host tool
" >&6
11469 # We need a cross tool
11470 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11471 echo "${ECHO_T}pre-installed
" >&6
11475 echo "$as_me:$LINENO: checking where to
find the target dlltool
" >&5
11476 echo $ECHO_N "checking where to
find the target dlltool...
$ECHO_C" >&6
11477 if test "x
${build}" != "x
${host}" ; then
11478 if expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
11479 # We already found the complete path
11480 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
11481 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11482 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11484 # Canadian cross, just use what we found
11485 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11486 echo "${ECHO_T}pre-installed
" >&6
11490 case " ${configdirs} " in
11495 if test $ok = yes; then
11496 # An in-tree tool is available and we can use it
11497 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
11498 echo "$as_me:$LINENO: result
: just compiled
" >&5
11499 echo "${ECHO_T}just compiled
" >&6
11500 elif expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
11501 # We already found the complete path
11502 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
11503 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11504 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11505 elif test "x
$target" = "x
$host"; then
11506 # We can use an host tool
11507 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
11508 echo "$as_me:$LINENO: result
: host tool
" >&5
11509 echo "${ECHO_T}host tool
" >&6
11511 # We need a cross tool
11512 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11513 echo "${ECHO_T}pre-installed
" >&6
11517 echo "$as_me:$LINENO: checking where to
find the target gcc
" >&5
11518 echo $ECHO_N "checking where to
find the target gcc...
$ECHO_C" >&6
11519 if test "x
${build}" != "x
${host}" ; then
11520 if expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
11521 # We already found the complete path
11522 ac_dir=`dirname $GCC_FOR_TARGET`
11523 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11524 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11526 # Canadian cross, just use what we found
11527 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11528 echo "${ECHO_T}pre-installed
" >&6
11532 case " ${configdirs} " in
11537 if test $ok = yes; then
11538 # An in-tree tool is available and we can use it
11539 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
11540 echo "$as_me:$LINENO: result
: just compiled
" >&5
11541 echo "${ECHO_T}just compiled
" >&6
11542 elif expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
11543 # We already found the complete path
11544 ac_dir=`dirname $GCC_FOR_TARGET`
11545 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11546 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11547 elif test "x
$target" = "x
$host"; then
11548 # We can use an host tool
11549 GCC_FOR_TARGET='$()'
11550 echo "$as_me:$LINENO: result
: host tool
" >&5
11551 echo "${ECHO_T}host tool
" >&6
11553 # We need a cross tool
11554 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11555 echo "${ECHO_T}pre-installed
" >&6
11559 echo "$as_me:$LINENO: checking where to
find the target gcj
" >&5
11560 echo $ECHO_N "checking where to
find the target gcj...
$ECHO_C" >&6
11561 if test "x
${build}" != "x
${host}" ; then
11562 if expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
11563 # We already found the complete path
11564 ac_dir=`dirname $GCJ_FOR_TARGET`
11565 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11566 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11568 # Canadian cross, just use what we found
11569 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11570 echo "${ECHO_T}pre-installed
" >&6
11574 case " ${configdirs} " in
11578 case ,${enable_languages}, in
11582 if test $ok = yes; then
11583 # An in-tree tool is available and we can use it
11584 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
11585 echo "$as_me:$LINENO: result
: just compiled
" >&5
11586 echo "${ECHO_T}just compiled
" >&6
11587 elif expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
11588 # We already found the complete path
11589 ac_dir=`dirname $GCJ_FOR_TARGET`
11590 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11591 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11592 elif test "x
$target" = "x
$host"; then
11593 # We can use an host tool
11594 GCJ_FOR_TARGET='$(GCJ)'
11595 echo "$as_me:$LINENO: result
: host tool
" >&5
11596 echo "${ECHO_T}host tool
" >&6
11598 # We need a cross tool
11599 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11600 echo "${ECHO_T}pre-installed
" >&6
11604 echo "$as_me:$LINENO: checking where to
find the target gfortran
" >&5
11605 echo $ECHO_N "checking where to
find the target gfortran...
$ECHO_C" >&6
11606 if test "x
${build}" != "x
${host}" ; then
11607 if expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
11608 # We already found the complete path
11609 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
11610 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11611 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11613 # Canadian cross, just use what we found
11614 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11615 echo "${ECHO_T}pre-installed
" >&6
11619 case " ${configdirs} " in
11623 case ,${enable_languages}, in
11627 if test $ok = yes; then
11628 # An in-tree tool is available and we can use it
11629 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
11630 echo "$as_me:$LINENO: result
: just compiled
" >&5
11631 echo "${ECHO_T}just compiled
" >&6
11632 elif expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
11633 # We already found the complete path
11634 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
11635 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11636 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11637 elif test "x
$target" = "x
$host"; then
11638 # We can use an host tool
11639 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
11640 echo "$as_me:$LINENO: result
: host tool
" >&5
11641 echo "${ECHO_T}host tool
" >&6
11643 # We need a cross tool
11644 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11645 echo "${ECHO_T}pre-installed
" >&6
11649 echo "$as_me:$LINENO: checking where to
find the target ld
" >&5
11650 echo $ECHO_N "checking where to
find the target ld...
$ECHO_C" >&6
11651 if test "x
${build}" != "x
${host}" ; then
11652 if expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
11653 # We already found the complete path
11654 ac_dir=`dirname $LD_FOR_TARGET`
11655 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11656 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11658 # Canadian cross, just use what we found
11659 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11660 echo "${ECHO_T}pre-installed
" >&6
11664 case " ${configdirs} " in
11669 if test $ok = yes; then
11670 # An in-tree tool is available and we can use it
11671 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
11672 echo "$as_me:$LINENO: result
: just compiled
" >&5
11673 echo "${ECHO_T}just compiled
" >&6
11674 elif expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
11675 # We already found the complete path
11676 ac_dir=`dirname $LD_FOR_TARGET`
11677 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11678 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11679 elif test "x
$target" = "x
$host"; then
11680 # We can use an host tool
11681 LD_FOR_TARGET='$(LD)'
11682 echo "$as_me:$LINENO: result
: host tool
" >&5
11683 echo "${ECHO_T}host tool
" >&6
11685 # We need a cross tool
11686 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11687 echo "${ECHO_T}pre-installed
" >&6
11691 echo "$as_me:$LINENO: checking where to
find the target lipo
" >&5
11692 echo $ECHO_N "checking where to
find the target lipo...
$ECHO_C" >&6
11693 if test "x
${build}" != "x
${host}" ; then
11694 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
11695 # We already found the complete path
11696 ac_dir=`dirname $LIPO_FOR_TARGET`
11697 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11698 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11700 # Canadian cross, just use what we found
11701 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11702 echo "${ECHO_T}pre-installed
" >&6
11705 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
11706 # We already found the complete path
11707 ac_dir=`dirname $LIPO_FOR_TARGET`
11708 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11709 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11710 elif test "x
$target" = "x
$host"; then
11711 # We can use an host tool
11712 LIPO_FOR_TARGET='$(LIPO)'
11713 echo "$as_me:$LINENO: result
: host tool
" >&5
11714 echo "${ECHO_T}host tool
" >&6
11716 # We need a cross tool
11717 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11718 echo "${ECHO_T}pre-installed
" >&6
11722 echo "$as_me:$LINENO: checking where to
find the target nm
" >&5
11723 echo $ECHO_N "checking where to
find the target nm...
$ECHO_C" >&6
11724 if test "x
${build}" != "x
${host}" ; then
11725 if expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
11726 # We already found the complete path
11727 ac_dir=`dirname $NM_FOR_TARGET`
11728 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11729 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11731 # Canadian cross, just use what we found
11732 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11733 echo "${ECHO_T}pre-installed
" >&6
11737 case " ${configdirs} " in
11742 if test $ok = yes; then
11743 # An in-tree tool is available and we can use it
11744 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
11745 echo "$as_me:$LINENO: result
: just compiled
" >&5
11746 echo "${ECHO_T}just compiled
" >&6
11747 elif expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
11748 # We already found the complete path
11749 ac_dir=`dirname $NM_FOR_TARGET`
11750 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11751 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11752 elif test "x
$target" = "x
$host"; then
11753 # We can use an host tool
11754 NM_FOR_TARGET='$(NM)'
11755 echo "$as_me:$LINENO: result
: host tool
" >&5
11756 echo "${ECHO_T}host tool
" >&6
11758 # We need a cross tool
11759 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11760 echo "${ECHO_T}pre-installed
" >&6
11764 echo "$as_me:$LINENO: checking where to
find the target objdump
" >&5
11765 echo $ECHO_N "checking where to
find the target objdump...
$ECHO_C" >&6
11766 if test "x
${build}" != "x
${host}" ; then
11767 if expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
11768 # We already found the complete path
11769 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
11770 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11771 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11773 # Canadian cross, just use what we found
11774 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11775 echo "${ECHO_T}pre-installed
" >&6
11779 case " ${configdirs} " in
11784 if test $ok = yes; then
11785 # An in-tree tool is available and we can use it
11786 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
11787 echo "$as_me:$LINENO: result
: just compiled
" >&5
11788 echo "${ECHO_T}just compiled
" >&6
11789 elif expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
11790 # We already found the complete path
11791 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
11792 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11793 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11794 elif test "x
$target" = "x
$host"; then
11795 # We can use an host tool
11796 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
11797 echo "$as_me:$LINENO: result
: host tool
" >&5
11798 echo "${ECHO_T}host tool
" >&6
11800 # We need a cross tool
11801 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11802 echo "${ECHO_T}pre-installed
" >&6
11806 echo "$as_me:$LINENO: checking where to
find the target ranlib
" >&5
11807 echo $ECHO_N "checking where to
find the target ranlib...
$ECHO_C" >&6
11808 if test "x
${build}" != "x
${host}" ; then
11809 if expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
11810 # We already found the complete path
11811 ac_dir=`dirname $RANLIB_FOR_TARGET`
11812 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11813 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11815 # Canadian cross, just use what we found
11816 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11817 echo "${ECHO_T}pre-installed
" >&6
11821 case " ${configdirs} " in
11826 if test $ok = yes; then
11827 # An in-tree tool is available and we can use it
11828 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
11829 echo "$as_me:$LINENO: result
: just compiled
" >&5
11830 echo "${ECHO_T}just compiled
" >&6
11831 elif expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
11832 # We already found the complete path
11833 ac_dir=`dirname $RANLIB_FOR_TARGET`
11834 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11835 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11836 elif test "x
$target" = "x
$host"; then
11837 # We can use an host tool
11838 RANLIB_FOR_TARGET='$(RANLIB)'
11839 echo "$as_me:$LINENO: result
: host tool
" >&5
11840 echo "${ECHO_T}host tool
" >&6
11842 # We need a cross tool
11843 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11844 echo "${ECHO_T}pre-installed
" >&6
11848 echo "$as_me:$LINENO: checking where to
find the target strip
" >&5
11849 echo $ECHO_N "checking where to
find the target strip...
$ECHO_C" >&6
11850 if test "x
${build}" != "x
${host}" ; then
11851 if expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
11852 # We already found the complete path
11853 ac_dir=`dirname $STRIP_FOR_TARGET`
11854 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11855 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11857 # Canadian cross, just use what we found
11858 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11859 echo "${ECHO_T}pre-installed
" >&6
11863 case " ${configdirs} " in
11868 if test $ok = yes; then
11869 # An in-tree tool is available and we can use it
11870 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip'
11871 echo "$as_me:$LINENO: result
: just compiled
" >&5
11872 echo "${ECHO_T}just compiled
" >&6
11873 elif expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
11874 # We already found the complete path
11875 ac_dir=`dirname $STRIP_FOR_TARGET`
11876 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11877 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11878 elif test "x
$target" = "x
$host"; then
11879 # We can use an host tool
11880 STRIP_FOR_TARGET='$(STRIP)'
11881 echo "$as_me:$LINENO: result
: host tool
" >&5
11882 echo "${ECHO_T}host tool
" >&6
11884 # We need a cross tool
11885 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11886 echo "${ECHO_T}pre-installed
" >&6
11890 echo "$as_me:$LINENO: checking where to
find the target windres
" >&5
11891 echo $ECHO_N "checking where to
find the target windres...
$ECHO_C" >&6
11892 if test "x
${build}" != "x
${host}" ; then
11893 if expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
11894 # We already found the complete path
11895 ac_dir=`dirname $WINDRES_FOR_TARGET`
11896 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11897 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11899 # Canadian cross, just use what we found
11900 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11901 echo "${ECHO_T}pre-installed
" >&6
11905 case " ${configdirs} " in
11910 if test $ok = yes; then
11911 # An in-tree tool is available and we can use it
11912 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
11913 echo "$as_me:$LINENO: result
: just compiled
" >&5
11914 echo "${ECHO_T}just compiled
" >&6
11915 elif expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
11916 # We already found the complete path
11917 ac_dir=`dirname $WINDRES_FOR_TARGET`
11918 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11919 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11920 elif test "x
$target" = "x
$host"; then
11921 # We can use an host tool
11922 WINDRES_FOR_TARGET='$(WINDRES)'
11923 echo "$as_me:$LINENO: result
: host tool
" >&5
11924 echo "${ECHO_T}host tool
" >&6
11926 # We need a cross tool
11927 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11928 echo "${ECHO_T}pre-installed
" >&6
11932 echo "$as_me:$LINENO: checking where to
find the target windmc
" >&5
11933 echo $ECHO_N "checking where to
find the target windmc...
$ECHO_C" >&6
11934 if test "x
${build}" != "x
${host}" ; then
11935 if expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
11936 # We already found the complete path
11937 ac_dir=`dirname $WINDMC_FOR_TARGET`
11938 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11939 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11941 # Canadian cross, just use what we found
11942 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11943 echo "${ECHO_T}pre-installed
" >&6
11947 case " ${configdirs} " in
11952 if test $ok = yes; then
11953 # An in-tree tool is available and we can use it
11954 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
11955 echo "$as_me:$LINENO: result
: just compiled
" >&5
11956 echo "${ECHO_T}just compiled
" >&6
11957 elif expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
11958 # We already found the complete path
11959 ac_dir=`dirname $WINDMC_FOR_TARGET`
11960 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11961 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11962 elif test "x
$target" = "x
$host"; then
11963 # We can use an host tool
11964 WINDMC_FOR_TARGET='$(WINDMC)'
11965 echo "$as_me:$LINENO: result
: host tool
" >&5
11966 echo "${ECHO_T}host tool
" >&6
11968 # We need a cross tool
11969 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11970 echo "${ECHO_T}pre-installed
" >&6
11978 # Certain tools may need extra flags.
11979 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
11980 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
11981 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
11983 # When building target libraries, except in a Canadian cross, we use
11984 # the same toolchain as the compiler we just built.
11985 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
11986 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
11987 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
11988 if test $host = $build; then
11989 case " $configdirs " in
11991 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
11992 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
11993 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
12002 echo "$as_me:$LINENO: checking whether to
enable maintainer-specific portions of Makefiles
" >&5
12003 echo $ECHO_N "checking whether to
enable maintainer-specific portions of Makefiles...
$ECHO_C" >&6
12004 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
12005 if test "${enable_maintainer_mode+set}" = set; then
12006 enableval="$enable_maintainer_mode"
12007 USE_MAINTAINER_MODE=$enableval
12009 USE_MAINTAINER_MODE=no
12011 echo "$as_me:$LINENO: result
: $USE_MAINTAINER_MODE" >&5
12012 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
12015 if test "$USE_MAINTAINER_MODE" = yes; then
12016 MAINTAINER_MODE_TRUE=
12017 MAINTAINER_MODE_FALSE='#'
12019 MAINTAINER_MODE_TRUE='#'
12020 MAINTAINER_MODE_FALSE=
12022 MAINT=$MAINTAINER_MODE_TRUE
12024 # ---------------------
12025 # GCC bootstrap support
12026 # ---------------------
12028 # Stage specific cflags for build.
12033 yes) stage1_cflags="-g -Wa,-J" ;;
12034 *) stage1_cflags="-g -J" ;;
12038 # This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
12039 if test "$GCC" = yes; then
12040 saved_CFLAGS="$CFLAGS"
12042 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
12043 CFLAGS="$CFLAGS -fkeep-inline-functions"
12044 echo "$as_me:$LINENO: checking whether
-fkeep-inline-functions is supported
" >&5
12045 echo $ECHO_N "checking whether
-fkeep-inline-functions is supported...
$ECHO_C" >&6
12046 cat >conftest.$ac_ext <<_ACEOF
12049 cat confdefs.h >>conftest.$ac_ext
12050 cat >>conftest.$ac_ext <<_ACEOF
12051 /* end confdefs.h. */
12053 #if (__GNUC__ < 3) \
12054 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
12055 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
12056 #error http://gcc.gnu.org/PR29382
12067 rm -f conftest.$ac_objext
12068 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12069 (eval $ac_compile) 2>conftest.er1
12071 grep -v '^ *+' conftest.er1 >conftest.err
12073 cat conftest.err >&5
12074 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12075 (exit $ac_status); } &&
12076 { ac_try='test -z "$ac_c_werror_flag"
12077 || test ! -s conftest.err'
12078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12079 (eval $ac_try) 2>&5
12081 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12082 (exit $ac_status); }; } &&
12083 { ac_try='test -s conftest.$ac_objext'
12084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12085 (eval $ac_try) 2>&5
12087 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12088 (exit $ac_status); }; }; then
12089 echo "$as_me:$LINENO: result
: yes" >&5
12090 echo "${ECHO_T}yes" >&6; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
12092 echo "$as_me: failed program was
:" >&5
12093 sed 's/^/| /' conftest.$ac_ext >&5
12095 echo "$as_me:$LINENO: result
: no
" >&5
12096 echo "${ECHO_T}no
" >&6
12098 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12100 CFLAGS="$saved_CFLAGS"
12105 # Enable --enable-checking in stage1 of the compiler.
12106 # Check whether --enable-stage1-checking or --disable-stage1-checking was given.
12107 if test "${enable_stage1_checking+set}" = set; then
12108 enableval="$enable_stage1_checking"
12109 stage1_checking=--enable-checking=${enable_stage1_checking}
12111 if test "x
$enable_checking" = xno || test "x
$enable_checking" = x; then
12112 stage1_checking=--enable-checking=yes,types
12114 stage1_checking=--enable-checking=$enable_checking,types
12119 # Enable -Werror in bootstrap stage2 and later.
12120 # Check whether --enable-werror or --disable-werror was given.
12121 if test "${enable_werror+set}" = set; then
12122 enableval="$enable_werror"
12125 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
12131 case ${enable_werror} in
12132 yes) stage2_werror_flag="--enable-werror-always" ;;
12133 *) stage2_werror_flag="" ;;
12137 # Flags needed to enable html installing and building
12139 # Check whether --with-datarootdir or --without-datarootdir was given.
12140 if test "${with_datarootdir+set}" = set; then
12141 withval="$with_datarootdir"
12142 datarootdir="\
${prefix}/${withval}"
12144 datarootdir="\
${prefix}/share
"
12148 # Check whether --with-docdir or --without-docdir was given.
12149 if test "${with_docdir+set}" = set; then
12150 withval="$with_docdir"
12151 docdir="\
${prefix}/${withval}"
12153 docdir="\
${datarootdir}/doc
"
12157 # Check whether --with-pdfdir or --without-pdfdir was given.
12158 if test "${with_pdfdir+set}" = set; then
12159 withval="$with_pdfdir"
12160 pdfdir="\
${prefix}/${withval}"
12162 pdfdir="\
${docdir}"
12166 # Check whether --with-htmldir or --without-htmldir was given.
12167 if test "${with_htmldir+set}" = set; then
12168 withval="$with_htmldir"
12169 htmldir="\
${prefix}/${withval}"
12171 htmldir="\
${docdir}"
12179 ac_config_files="$ac_config_files Makefile
"
12180 cat >confcache <<\_ACEOF
12181 # This file is a shell script that caches the results of configure
12182 # tests run on this system so they can be shared between configure
12183 # scripts and configure runs, see configure's option --config-cache.
12184 # It is not useful on other systems. If it contains results you don't
12185 # want to keep, you may remove or edit it.
12187 # config.status only pays attention to the cache file if you give it
12188 # the --recheck option to rerun configure.
12190 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12191 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12192 # following values.
12196 # The following way of writing the cache mishandles newlines in values,
12197 # but we know of no workaround that is simple, portable, and efficient.
12198 # So, don't put newlines in cache variables' values.
12199 # Ultrix sh set writes to stderr and can't be redirected directly,
12200 # and sets the high bit in the cache file unless we assign to the vars.
12203 case `(ac_space=' '; set | grep ac_space) 2>&1` in
12205 # `set' does not quote correctly, so add quotes (double-quote
12206 # substitution turns \\\\ into \\, and sed turns \\ into \).
12209 s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1='\\2'/p
"
12212 # `set' quotes correctly as required by POSIX, so do not add quotes.
12214 "s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1=\\2/p
"
12221 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12223 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12225 if diff $cache_file confcache >/dev/null 2>&1; then :; else
12226 if test -w $cache_file; then
12227 test "x
$cache_file" != "x
/dev
/null
" && echo "updating cache
$cache_file"
12228 cat confcache >$cache_file
12230 echo "not updating unwritable cache
$cache_file"
12235 test "x
$prefix" = xNONE && prefix=$ac_default_prefix
12236 # Let make expand exec_prefix.
12237 test "x
$exec_prefix" = xNONE && exec_prefix='${prefix}'
12239 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12240 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".
", strip leading and
12241 # trailing colons and then remove the whole line if VPATH becomes empty
12242 # (actually we leave an empty line to preserve line numbers).
12243 if test "x
$srcdir" = x.; then
12244 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12245 s/:*\$(srcdir):*/:/;
12246 s/:*\${srcdir}:*/:/;
12248 s/^\([^=]*=[ ]*\):*/\1/;
12254 # Transform confdefs.h into DEFS.
12255 # Protect against shell expansion while executing Makefile rules.
12256 # Protect against Makefile macro expansion.
12258 # If the first sed substitution is executed (which looks for macros that
12259 # take arguments), then we branch to the quote section. Otherwise,
12260 # look for a macro that doesn't take arguments.
12261 cat >confdef2opt.sed <<\_ACEOF
12264 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
12266 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
12270 s,[ `~#$^&*(){}\\|;'"<>?
],\\&,g
12276 # We use echo to avoid assuming a particular line-breaking character.
12277 # The extra dot is to prevent the shell from consuming trailing
12278 # line-breaks from the sub-command output. A line-break within
12279 # single-quotes doesn't work because, if this script is created in a
12280 # platform that uses two characters for line-breaks (e.g., DOS), tr
12282 ac_LF_and_DOT
=`echo; echo .`
12283 DEFS
=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
12284 rm -f confdef2opt.
sed
12289 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
12290 # 1. Remove the extension, and $U if already installed.
12291 ac_i
=`echo "$ac_i" |
12292 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
12294 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
12295 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
12297 LIBOBJS
=$ac_libobjs
12299 LTLIBOBJS
=$ac_ltlibobjs
12303 : ${CONFIG_STATUS=./config.status}
12304 ac_clean_files_save
=$ac_clean_files
12305 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
12306 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
12307 echo "$as_me: creating $CONFIG_STATUS" >&6;}
12308 cat >$CONFIG_STATUS <<_ACEOF
12310 # Generated by $as_me.
12311 # Run this file to recreate the current configuration.
12312 # Compiler output produced by configure, useful for debugging
12313 # configure, is in config.log if it exists.
12316 ac_cs_recheck=false
12318 SHELL=\${CONFIG_SHELL-$SHELL}
12321 cat >>$CONFIG_STATUS <<\_ACEOF
12322 ## --------------------- ##
12323 ## M4sh Initialization. ##
12324 ## --------------------- ##
12326 # Be Bourne compatible
12327 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
12330 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
12331 # is contrary to our usage. Disable this feature.
12332 alias -g '${1+"$@"}'='"$@"'
12333 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
12336 DUALCASE
=1; export DUALCASE
# for MKS sh
12338 # Support unset when possible.
12339 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
12346 # Work around bugs in pre-3.0 UWIN ksh.
12347 $as_unset ENV MAIL MAILPATH
12354 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
12355 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
12356 LC_TELEPHONE LC_TIME
12358 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
12359 eval $as_var=C
; export $as_var
12365 # Required to use basename.
12366 if expr a
: '\(a\)' >/dev
/null
2>&1; then
12372 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
12373 as_basename
=basename
12379 # Name of the executable.
12380 as_me
=`$as_basename "$0" ||
12381 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12382 X"$0" : 'X\(//\)$' \| \
12383 X"$0" : 'X\(/\)$' \| \
12384 . : '\(.\)' 2>/dev/null ||
12386 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
12387 /^X\/\(\/\/\)$/{ s//\1/; q; }
12388 /^X\/\(\/\).*/{ s//\1/; q; }
12392 # PATH needs CR, and LINENO needs CR and PATH.
12393 # Avoid depending upon Character Ranges.
12394 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
12395 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12396 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
12397 as_cr_digits
='0123456789'
12398 as_cr_alnum
=$as_cr_Letters$as_cr_digits
12400 # The user is always right.
12401 if test "${PATH_SEPARATOR+set}" != set; then
12402 echo "#! /bin/sh" >conf$$.sh
12403 echo "exit 0" >>conf$$.sh
12405 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
12414 as_lineno_1
=$LINENO
12415 as_lineno_2
=$LINENO
12416 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
12417 test "x$as_lineno_1" != "x$as_lineno_2" &&
12418 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
12419 # Find who we are. Look in the path if we contain no path at all
12422 *[\\/]* ) as_myself
=$0 ;;
12423 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12424 for as_dir
in $PATH
12427 test -z "$as_dir" && as_dir
=.
12428 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
12433 # We did not find ourselves, most probably we were run as `sh COMMAND'
12434 # in which case we are not to be found in the path.
12435 if test "x$as_myself" = x
; then
12438 if test ! -f "$as_myself"; then
12439 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
12440 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
12441 { (exit 1); exit 1; }; }
12443 case $CONFIG_SHELL in
12445 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12446 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
12449 test -z "$as_dir" && as_dir
=.
12450 for as_base
in sh bash ksh sh5
; do
12453 if ("$as_dir/$as_base" -c '
12454 as_lineno_1=$LINENO
12455 as_lineno_2=$LINENO
12456 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
12457 test "x$as_lineno_1" != "x$as_lineno_2" &&
12458 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
12459 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
12460 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
12461 CONFIG_SHELL
=$as_dir/$as_base
12462 export CONFIG_SHELL
12463 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
12471 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
12472 # uniformly replaced by the line number. The first 'sed' inserts a
12473 # line-number line before each line; the second 'sed' does the real
12474 # work. The second script uses 'N' to pair each line-number line
12475 # with the numbered line, and appends trailing '-' during
12476 # substitution so that $LINENO is not a special case at line end.
12477 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
12478 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
12479 sed '=' <$as_myself |
12484 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
12487 s,^['$as_cr_digits']*\n,,
12488 ' >$as_me.lineno
&&
12489 chmod +x
$as_me.lineno ||
12490 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
12491 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
12492 { (exit 1); exit 1; }; }
12494 # Don't try to exec as it changes $[0], causing all sort of problems
12495 # (the dirname of $[0] is not the place where we might find the
12496 # original and so on. Autoconf is especially sensible to this).
12498 # Exit status is that of the last command.
12503 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
12504 *c
*,-n*) ECHO_N
= ECHO_C
='
12506 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
12507 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
12510 if expr a
: '\(a\)' >/dev
/null
2>&1; then
12516 rm -f conf$$ conf$$.exe conf$$.
file
12518 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
12519 # We could just check for DJGPP; but this test a) works b) is more generic
12520 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
12521 if test -f conf$$.exe
; then
12522 # Don't use ln at all; we don't have any links
12527 elif ln conf$$.
file conf$$
2>/dev
/null
; then
12532 rm -f conf$$ conf$$.exe conf$$.
file
12534 if mkdir
-p .
2>/dev
/null
; then
12537 test -d .
/-p && rmdir .
/-p
12541 as_executable_p
="test -f"
12543 # Sed expression to map a string onto a valid CPP name.
12544 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12546 # Sed expression to map a string onto a valid variable name.
12547 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12551 # We need space, tab and new line, in precisely that order.
12561 # Open the log real soon, to keep \$[0] and so on meaningful, and to
12562 # report actual input values of CONFIG_FILES etc. instead of their
12563 # values after options handling. Logging --version etc. is OK.
12567 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12568 ## Running $as_me. ##
12573 This file was extended by $as_me, which was
12574 generated by GNU Autoconf 2.59. Invocation command line was
12576 CONFIG_FILES = $CONFIG_FILES
12577 CONFIG_HEADERS = $CONFIG_HEADERS
12578 CONFIG_LINKS = $CONFIG_LINKS
12579 CONFIG_COMMANDS = $CONFIG_COMMANDS
12583 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
12587 # Files that config.status was made for.
12588 if test -n "$ac_config_files"; then
12589 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
12592 if test -n "$ac_config_headers"; then
12593 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
12596 if test -n "$ac_config_links"; then
12597 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
12600 if test -n "$ac_config_commands"; then
12601 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
12604 cat >>$CONFIG_STATUS <<\_ACEOF
12607 \`$as_me' instantiates files from templates according to the
12608 current configuration.
12610 Usage: $0 [OPTIONS] [FILE]...
12612 -h, --help print this help, then exit
12613 -V, --version print version number, then exit
12614 -q, --quiet do not print progress messages
12615 -d, --debug don't remove temporary files
12616 --recheck update $as_me by reconfiguring in the same conditions
12617 --file=FILE[:TEMPLATE]
12618 instantiate the configuration file FILE
12620 Configuration files:
12623 Report bugs to <bug-autoconf@gnu.org>."
12626 cat >>$CONFIG_STATUS <<_ACEOF
12629 configured by $0, generated by GNU Autoconf 2.59,
12630 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
12632 Copyright (C) 2003 Free Software Foundation, Inc.
12633 This config.status script is free software; the Free Software Foundation
12634 gives unlimited permission to copy, distribute and modify it."
12639 cat >>$CONFIG_STATUS <<\_ACEOF
12640 # If no file are specified by the user, then we need to provide default
12641 # value. By we need to know if files were specified by the user.
12647 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
12648 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
12656 *) # This is not an option, so the user has probably given explicit
12659 ac_need_defaults
=false
;;
12663 # Handling of the options.
12665 cat >>$CONFIG_STATUS <<\_ACEOF
12666 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
12668 --version |
--vers* |
-V )
12669 echo "$ac_cs_version"; exit 0 ;;
12671 # Conflict between --help and --header
12672 { { echo "$as_me:$LINENO: error: ambiguous option: $1
12673 Try \`$0 --help' for more information." >&5
12674 echo "$as_me: error: ambiguous option: $1
12675 Try \`$0 --help' for more information." >&2;}
12676 { (exit 1); exit 1; }; };;
12677 --help |
--hel |
-h )
12678 echo "$ac_cs_usage"; exit 0 ;;
12679 --debug |
--d* |
-d )
12681 --file |
--fil |
--fi |
--f )
12683 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
12684 ac_need_defaults
=false
;;
12685 --header |
--heade |
--head |
--hea )
12687 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
12688 ac_need_defaults
=false
;;
12689 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
12690 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
12693 # This is an error.
12694 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
12695 Try \`$0 --help' for more information." >&5
12696 echo "$as_me: error: unrecognized option: $1
12697 Try \`$0 --help' for more information." >&2;}
12698 { (exit 1); exit 1; }; } ;;
12700 *) ac_config_targets
="$ac_config_targets $1" ;;
12706 ac_configure_extra_args
=
12708 if $ac_cs_silent; then
12710 ac_configure_extra_args
="$ac_configure_extra_args --silent"
12714 cat >>$CONFIG_STATUS <<_ACEOF
12715 if \$ac_cs_recheck; then
12716 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
12717 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12726 cat >>$CONFIG_STATUS <<\_ACEOF
12727 for ac_config_target
in $ac_config_targets
12729 case "$ac_config_target" in
12730 # Handling of arguments.
12731 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
12732 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
12733 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
12734 { (exit 1); exit 1; }; };;
12738 # If the user did not use the arguments to specify the items to instantiate,
12739 # then the envvar interface is used. Set only those that are not.
12740 # We use the long form for the default assignment because of an extremely
12741 # bizarre bug on SunOS 4.1.3.
12742 if $ac_need_defaults; then
12743 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
12746 # Have a temporary directory for convenience. Make it in the build tree
12747 # simply because there is no reason to put it here, and in addition,
12748 # creating and moving files from /tmp can sometimes cause problems.
12749 # Create a temporary directory, and hook for its removal unless debugging.
12752 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
12753 trap '{ (exit 1); exit 1; }' 1 2 13 15
12756 # Create a (secure) tmp directory for tmp files.
12759 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
12760 test -n "$tmp" && test -d "$tmp"
12763 tmp
=.
/confstat$$
-$RANDOM
12764 (umask 077 && mkdir
$tmp)
12767 echo "$me: cannot create a temporary directory in ." >&2
12768 { (exit 1); exit 1; }
12773 cat >>$CONFIG_STATUS <<_ACEOF
12776 # CONFIG_FILES section.
12779 # No need to generate the scripts if there are no CONFIG_FILES.
12780 # This happens for instance when ./config.status config.h
12781 if test -n "\$CONFIG_FILES"; then
12782 # Protect against being on the right side of a sed subst in config.status.
12783 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
12784 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
12785 s,@SHELL@,$SHELL,;t t
12786 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
12787 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
12788 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
12789 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
12790 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
12791 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
12792 s,@exec_prefix@,$exec_prefix,;t t
12793 s,@prefix@,$prefix,;t t
12794 s,@program_transform_name@,$program_transform_name,;t t
12795 s,@bindir@,$bindir,;t t
12796 s,@sbindir@,$sbindir,;t t
12797 s,@libexecdir@,$libexecdir,;t t
12798 s,@datadir@,$datadir,;t t
12799 s,@sysconfdir@,$sysconfdir,;t t
12800 s,@sharedstatedir@,$sharedstatedir,;t t
12801 s,@localstatedir@,$localstatedir,;t t
12802 s,@libdir@,$libdir,;t t
12803 s,@includedir@,$includedir,;t t
12804 s,@oldincludedir@,$oldincludedir,;t t
12805 s,@infodir@,$infodir,;t t
12806 s,@mandir@,$mandir,;t t
12807 s,@build_alias@,$build_alias,;t t
12808 s,@host_alias@,$host_alias,;t t
12809 s,@target_alias@,$target_alias,;t t
12810 s,@DEFS@,$DEFS,;t t
12811 s,@ECHO_C@,$ECHO_C,;t t
12812 s,@ECHO_N@,$ECHO_N,;t t
12813 s,@ECHO_T@,$ECHO_T,;t t
12814 s,@LIBS@,$LIBS,;t t
12815 s,@build@,$build,;t t
12816 s,@build_cpu@,$build_cpu,;t t
12817 s,@build_vendor@,$build_vendor,;t t
12818 s,@build_os@,$build_os,;t t
12819 s,@build_noncanonical@,$build_noncanonical,;t t
12820 s,@host_noncanonical@,$host_noncanonical,;t t
12821 s,@target_noncanonical@,$target_noncanonical,;t t
12822 s,@host@,$host,;t t
12823 s,@host_cpu@,$host_cpu,;t t
12824 s,@host_vendor@,$host_vendor,;t t
12825 s,@host_os@,$host_os,;t t
12826 s,@target@,$target,;t t
12827 s,@target_cpu@,$target_cpu,;t t
12828 s,@target_vendor@,$target_vendor,;t t
12829 s,@target_os@,$target_os,;t t
12830 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
12831 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
12832 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
12834 s,@LN_S@,$LN_S,;t t
12835 s,@TOPLEVEL_CONFIGURE_ARGUMENTS@,$TOPLEVEL_CONFIGURE_ARGUMENTS,;t t
12836 s,@build_libsubdir@,$build_libsubdir,;t t
12837 s,@build_subdir@,$build_subdir,;t t
12838 s,@host_subdir@,$host_subdir,;t t
12839 s,@target_subdir@,$target_subdir,;t t
12841 s,@CFLAGS@,$CFLAGS,;t t
12842 s,@LDFLAGS@,$LDFLAGS,;t t
12843 s,@CPPFLAGS@,$CPPFLAGS,;t t
12844 s,@ac_ct_CC@,$ac_ct_CC,;t t
12845 s,@EXEEXT@,$EXEEXT,;t t
12846 s,@OBJEXT@,$OBJEXT,;t t
12848 s,@CXXFLAGS@,$CXXFLAGS,;t t
12849 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
12850 s,@GNATBIND@,$GNATBIND,;t t
12851 s,@ac_ct_GNATBIND@,$ac_ct_GNATBIND,;t t
12852 s,@GNATMAKE@,$GNATMAKE,;t t
12853 s,@ac_ct_GNATMAKE@,$ac_ct_GNATMAKE,;t t
12854 s,@do_compare@,$do_compare,;t t
12855 s,@gmplibs@,$gmplibs,;t t
12856 s,@gmpinc@,$gmpinc,;t t
12857 s,@stage1_languages@,$stage1_languages,;t t
12858 s,@SYSROOT_CFLAGS_FOR_TARGET@,$SYSROOT_CFLAGS_FOR_TARGET,;t t
12859 s,@DEBUG_PREFIX_CFLAGS_FOR_TARGET@,$DEBUG_PREFIX_CFLAGS_FOR_TARGET,;t t
12860 s,@CFLAGS_FOR_TARGET@,$CFLAGS_FOR_TARGET,;t t
12861 s,@CXXFLAGS_FOR_TARGET@,$CXXFLAGS_FOR_TARGET,;t t
12862 s,@RPATH_ENVVAR@,$RPATH_ENVVAR,;t t
12863 s,@tooldir@,$tooldir,;t t
12864 s,@build_tooldir@,$build_tooldir,;t t
12865 s,@CONFIGURE_GDB_TK@,$CONFIGURE_GDB_TK,;t t
12866 s,@GDB_TK@,$GDB_TK,;t t
12867 s,@INSTALL_GDB_TK@,$INSTALL_GDB_TK,;t t
12868 s,@build_configargs@,$build_configargs,;t t
12869 s,@build_configdirs@,$build_configdirs,;t t
12870 s,@host_configargs@,$host_configargs,;t t
12871 s,@configdirs@,$configdirs,;t t
12872 s,@target_configargs@,$target_configargs,;t t
12873 s,@AR_FOR_BUILD@,$AR_FOR_BUILD,;t t
12874 s,@AS_FOR_BUILD@,$AS_FOR_BUILD,;t t
12875 s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
12876 s,@CFLAGS_FOR_BUILD@,$CFLAGS_FOR_BUILD,;t t
12877 s,@CXXFLAGS_FOR_BUILD@,$CXXFLAGS_FOR_BUILD,;t t
12878 s,@CXX_FOR_BUILD@,$CXX_FOR_BUILD,;t t
12879 s,@DLLTOOL_FOR_BUILD@,$DLLTOOL_FOR_BUILD,;t t
12880 s,@GCJ_FOR_BUILD@,$GCJ_FOR_BUILD,;t t
12881 s,@GFORTRAN_FOR_BUILD@,$GFORTRAN_FOR_BUILD,;t t
12882 s,@LDFLAGS_FOR_BUILD@,$LDFLAGS_FOR_BUILD,;t t
12883 s,@LD_FOR_BUILD@,$LD_FOR_BUILD,;t t
12884 s,@NM_FOR_BUILD@,$NM_FOR_BUILD,;t t
12885 s,@RANLIB_FOR_BUILD@,$RANLIB_FOR_BUILD,;t t
12886 s,@WINDMC_FOR_BUILD@,$WINDMC_FOR_BUILD,;t t
12887 s,@WINDRES_FOR_BUILD@,$WINDRES_FOR_BUILD,;t t
12888 s,@config_shell@,$config_shell,;t t
12889 s,@YACC@,$YACC,;t t
12890 s,@BISON@,$BISON,;t t
12893 s,@FLEX@,$FLEX,;t t
12894 s,@MAKEINFO@,$MAKEINFO,;t t
12895 s,@EXPECT@,$EXPECT,;t t
12896 s,@RUNTEST@,$RUNTEST,;t t
12899 s,@DLLTOOL@,$DLLTOOL,;t t
12901 s,@LIPO@,$LIPO,;t t
12903 s,@RANLIB@,$RANLIB,;t t
12904 s,@STRIP@,$STRIP,;t t
12905 s,@WINDRES@,$WINDRES,;t t
12906 s,@WINDMC@,$WINDMC,;t t
12907 s,@OBJCOPY@,$OBJCOPY,;t t
12908 s,@OBJDUMP@,$OBJDUMP,;t t
12909 s,@CC_FOR_TARGET@,$CC_FOR_TARGET,;t t
12910 s,@CXX_FOR_TARGET@,$CXX_FOR_TARGET,;t t
12911 s,@GCC_FOR_TARGET@,$GCC_FOR_TARGET,;t t
12912 s,@GCJ_FOR_TARGET@,$GCJ_FOR_TARGET,;t t
12913 s,@GFORTRAN_FOR_TARGET@,$GFORTRAN_FOR_TARGET,;t t
12914 s,@AR_FOR_TARGET@,$AR_FOR_TARGET,;t t
12915 s,@AS_FOR_TARGET@,$AS_FOR_TARGET,;t t
12916 s,@DLLTOOL_FOR_TARGET@,$DLLTOOL_FOR_TARGET,;t t
12917 s,@LD_FOR_TARGET@,$LD_FOR_TARGET,;t t
12918 s,@LIPO_FOR_TARGET@,$LIPO_FOR_TARGET,;t t
12919 s,@NM_FOR_TARGET@,$NM_FOR_TARGET,;t t
12920 s,@OBJDUMP_FOR_TARGET@,$OBJDUMP_FOR_TARGET,;t t
12921 s,@RANLIB_FOR_TARGET@,$RANLIB_FOR_TARGET,;t t
12922 s,@STRIP_FOR_TARGET@,$STRIP_FOR_TARGET,;t t
12923 s,@WINDRES_FOR_TARGET@,$WINDRES_FOR_TARGET,;t t
12924 s,@WINDMC_FOR_TARGET@,$WINDMC_FOR_TARGET,;t t
12925 s,@RAW_CXX_FOR_TARGET@,$RAW_CXX_FOR_TARGET,;t t
12926 s,@FLAGS_FOR_TARGET@,$FLAGS_FOR_TARGET,;t t
12927 s,@COMPILER_AS_FOR_TARGET@,$COMPILER_AS_FOR_TARGET,;t t
12928 s,@COMPILER_LD_FOR_TARGET@,$COMPILER_LD_FOR_TARGET,;t t
12929 s,@COMPILER_NM_FOR_TARGET@,$COMPILER_NM_FOR_TARGET,;t t
12930 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
12931 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
12932 s,@MAINT@,$MAINT,;t t
12933 s,@stage1_cflags@,$stage1_cflags,;t t
12934 s,@stage1_checking@,$stage1_checking,;t t
12935 s,@stage2_werror_flag@,$stage2_werror_flag,;t t
12936 s,@datarootdir@,$datarootdir,;t t
12937 s,@docdir@,$docdir,;t t
12938 s,@pdfdir@,$pdfdir,;t t
12939 s,@htmldir@,$htmldir,;t t
12940 s,@LIBOBJS@,$LIBOBJS,;t t
12941 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
12942 /@serialization_dependencies@/r $serialization_dependencies
12943 s,@serialization_dependencies@,,;t t
12944 /@host_makefile_frag@/r $host_makefile_frag
12945 s,@host_makefile_frag@,,;t t
12946 /@target_makefile_frag@/r $target_makefile_frag
12947 s,@target_makefile_frag@,,;t t
12948 /@alphaieee_frag@/r $alphaieee_frag
12949 s,@alphaieee_frag@,,;t t
12950 /@ospace_frag@/r $ospace_frag
12951 s,@ospace_frag@,,;t t
12956 cat >>$CONFIG_STATUS <<\_ACEOF
12957 # Split the substitutions into bite-sized pieces for seds with
12958 # small command number limits, like on Digital OSF/1 and HP-UX.
12959 ac_max_sed_lines
=48
12960 ac_sed_frag
=1 # Number of current file.
12961 ac_beg
=1 # First line for current file.
12962 ac_end
=$ac_max_sed_lines # Line after last line for current file.
12965 while $ac_more_lines; do
12966 if test $ac_beg -gt 1; then
12967 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
12969 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
12971 if test ! -s $tmp/subs.frag
; then
12972 ac_more_lines
=false
12974 # The purpose of the label and of the branching condition is to
12975 # speed up the sed processing (if there are no `@' at all, there
12976 # is no need to browse any of the substitutions).
12977 # These are the two extra sed commands mentioned above.
12979 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
12980 if test -z "$ac_sed_cmds"; then
12981 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
12983 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
12985 ac_sed_frag
=`expr $ac_sed_frag + 1`
12987 ac_end
=`expr $ac_end + $ac_max_sed_lines`
12990 if test -z "$ac_sed_cmds"; then
12993 fi # test -n "$CONFIG_FILES"
12996 cat >>$CONFIG_STATUS <<\_ACEOF
12997 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
12998 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13000 - |
*:- |
*:-:* ) # input from stdin
13002 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
13003 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
13004 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
13005 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
13006 * ) ac_file_in
=$ac_file.
in ;;
13009 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
13010 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
13011 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13012 X"$ac_file" : 'X\(//\)[^/]' \| \
13013 X"$ac_file" : 'X\(//\)$' \| \
13014 X"$ac_file" : 'X\(/\)' \| \
13015 . : '\(.\)' 2>/dev/null ||
13017 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13018 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13019 /^X\(\/\/\)$/{ s//\1/; q; }
13020 /^X\(\/\).*/{ s//\1/; q; }
13022 { if $as_mkdir_p; then
13027 while test ! -d "$as_dir"; do
13028 as_dirs
="$as_dir $as_dirs"
13029 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
13030 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13031 X"$as_dir" : 'X\(//\)[^/]' \| \
13032 X"$as_dir" : 'X\(//\)$' \| \
13033 X"$as_dir" : 'X\(/\)' \| \
13034 . : '\(.\)' 2>/dev/null ||
13036 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13037 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13038 /^X\(\/\/\)$/{ s//\1/; q; }
13039 /^X\(\/\).*/{ s//\1/; q; }
13042 test ! -n "$as_dirs" || mkdir
$as_dirs
13043 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
13044 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
13045 { (exit 1); exit 1; }; }; }
13049 if test "$ac_dir" != .
; then
13050 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
13051 # A "../" for each directory in $ac_dir_suffix.
13052 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
13054 ac_dir_suffix
= ac_top_builddir
=
13058 .
) # No --srcdir option. We are building in place.
13060 if test -z "$ac_top_builddir"; then
13063 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
13065 [\\/]* | ?
:[\\/]* ) # Absolute path.
13066 ac_srcdir
=$srcdir$ac_dir_suffix;
13067 ac_top_srcdir
=$srcdir ;;
13068 *) # Relative path.
13069 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
13070 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
13073 # Do not use `cd foo && pwd` to compute absolute paths, because
13074 # the directories may not exist.
13076 .
) ac_abs_builddir
="$ac_dir";;
13079 .
) ac_abs_builddir
=`pwd`;;
13080 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
13081 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
13084 case $ac_abs_builddir in
13085 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
13087 case ${ac_top_builddir}.
in
13088 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
13089 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
13090 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
13093 case $ac_abs_builddir in
13094 .
) ac_abs_srcdir
=$ac_srcdir;;
13097 .
) ac_abs_srcdir
=$ac_abs_builddir;;
13098 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
13099 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
13102 case $ac_abs_builddir in
13103 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
13105 case $ac_top_srcdir in
13106 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
13107 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
13108 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
13114 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
13115 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
13118 if test x
"$ac_file" != x-
; then
13119 { echo "$as_me:$LINENO: creating $ac_file" >&5
13120 echo "$as_me: creating $ac_file" >&6;}
13123 # Let's still pretend it is `configure' which instantiates (i.e., don't
13124 # use $as_me), people would be surprised to read:
13125 # /* config.h. Generated by config.status. */
13126 if test x
"$ac_file" = x-
; then
13129 configure_input
="$ac_file. "
13131 configure_input
=$configure_input"Generated from `echo $ac_file_in |
13132 sed 's,.*/,,'` by configure."
13134 # First look for the input files in the build tree, otherwise in the
13136 ac_file_inputs
=`IFS=:
13137 for f in $ac_file_in; do
13139 -) echo $tmp/stdin ;;
13141 # Absolute (can't be DOS-style, as IFS=:)
13142 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13143 echo "$as_me: error: cannot find input file: $f" >&2;}
13144 { (exit 1); exit 1; }; }
13147 if test -f "$f"; then
13150 elif test -f "$srcdir/$f"; then
13155 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13156 echo "$as_me: error: cannot find input file: $f" >&2;}
13157 { (exit 1); exit 1; }; }
13160 done` ||
{ (exit 1); exit 1; }
13162 cat >>$CONFIG_STATUS <<_ACEOF
13166 cat >>$CONFIG_STATUS <<\_ACEOF
13168 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
13169 s
,@configure_input@
,$configure_input,;t t
13170 s
,@srcdir@
,$ac_srcdir,;t t
13171 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
13172 s
,@top_srcdir@
,$ac_top_srcdir,;t t
13173 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
13174 s
,@builddir@
,$ac_builddir,;t t
13175 s
,@abs_builddir@
,$ac_abs_builddir,;t t
13176 s
,@top_builddir@
,$ac_top_builddir,;t t
13177 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
13178 s
,@INSTALL@
,$ac_INSTALL,;t t
13179 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
13181 if test x"$ac_file" != x-; then
13182 mv $tmp/out $ac_file
13191 cat >>$CONFIG_STATUS <<\_ACEOF
13193 { (exit 0); exit 0; }
13195 chmod +x $CONFIG_STATUS
13196 ac_clean_files=$ac_clean_files_save
13199 # configure is writing to config.log, and then calls config.status.
13200 # config.status does its own redirection, appending to config.log.
13201 # Unfortunately, on DOS this fails, as config.log is still kept open
13202 # by configure, so config.status won't be able to write to it; its
13203 # output is simply discarded. So we exec the FD to /dev/null,
13204 # effectively closing config.log, so it can be properly (re)opened and
13205 # appended to by config.status. When coming back to configure, we
13206 # need to make the FD available again.
13207 if test "$no_create" != yes; then
13209 ac_config_status_args=
13210 test "$silent" = yes &&
13211 ac_config_status_args="$ac_config_status_args --quiet"
13213 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13215 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13216 # would make configure fail if this is the last instruction.
13217 $ac_cs_success || { (exit 1); exit 1; }