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 RPATH_ENVVAR tooldir build_tooldir CONFIGURE_GDB_TK GDB_TK INSTALL_GDB_TK build_configargs build_configdirs host_configargs configdirs target_configargs CC_FOR_BUILD config_shell YACC BISON M4 LEX FLEX MAKEINFO EXPECT RUNTEST AR AS DLLTOOL LD LIPO NM RANLIB STRIP WINDRES WINDMC OBJCOPY OBJDUMP CFLAGS_FOR_BUILD CC_FOR_TARGET CXX_FOR_TARGET GCC_FOR_TARGET GCJ_FOR_TARGET GFORTRAN_FOR_TARGET AR_FOR_TARGET AS_FOR_TARGET DLLTOOL_FOR_TARGET LD_FOR_TARGET LIPO_FOR_TARGET NM_FOR_TARGET OBJDUMP_FOR_TARGET RANLIB_FOR_TARGET STRIP_FOR_TARGET WINDRES_FOR_TARGET WINDMC_FOR_TARGET RAW_CXX_FOR_TARGET FLAGS_FOR_TARGET COMPILER_AS_FOR_TARGET COMPILER_LD_FOR_TARGET COMPILER_NM_FOR_TARGET MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT stage1_cflags stage1_checking stage2_werror_flag datarootdir docdir pdfdir htmldir LIBOBJS LTLIBOBJS'
276 ac_subst_files
='serialization_dependencies host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag'
278 # Initialize some variables set by options.
280 ac_init_version
=false
281 # The variables have the same names as the options, with
282 # dashes changed to underlines.
290 program_transform_name
=s
,x
,x
,
298 # Installation directory options.
299 # These are left unexpanded so users can "make install exec_prefix=/foo"
300 # and all the variables that are supposed to be based on exec_prefix
301 # by default will actually change.
302 # Use braces instead of parens because sh, perl, etc. also accept them.
303 bindir
='${exec_prefix}/bin'
304 sbindir
='${exec_prefix}/sbin'
305 libexecdir
='${exec_prefix}/libexec'
306 datadir
='${prefix}/share'
307 sysconfdir
='${prefix}/etc'
308 sharedstatedir
='${prefix}/com'
309 localstatedir
='${prefix}/var'
310 libdir
='${exec_prefix}/lib'
311 includedir
='${prefix}/include'
312 oldincludedir
='/usr/include'
313 infodir
='${prefix}/info'
314 mandir
='${prefix}/man'
319 # If the previous option needs an argument, assign it.
320 if test -n "$ac_prev"; then
321 eval "$ac_prev=\$ac_option"
326 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
328 # Accept the important Cygnus configure options, so we can diagnose typos.
332 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
334 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
337 -build |
--build |
--buil |
--bui |
--bu)
338 ac_prev
=build_alias
;;
339 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
340 build_alias
=$ac_optarg ;;
342 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
343 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
344 ac_prev
=cache_file
;;
345 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
346 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
347 cache_file
=$ac_optarg ;;
350 cache_file
=config.cache
;;
352 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
354 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
356 datadir
=$ac_optarg ;;
358 -disable-* |
--disable-*)
359 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
360 # Reject names that are not valid shell variable names.
361 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
362 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
363 { (exit 1); exit 1; }; }
364 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
365 eval "enable_$ac_feature=no" ;;
367 -enable-* |
--enable-*)
368 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
369 # Reject names that are not valid shell variable names.
370 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
371 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
372 { (exit 1); exit 1; }; }
373 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
375 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
378 eval "enable_$ac_feature='$ac_optarg'" ;;
380 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
381 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
382 |
--exec |
--exe |
--ex)
383 ac_prev
=exec_prefix
;;
384 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
385 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
386 |
--exec=* |
--exe=* |
--ex=*)
387 exec_prefix
=$ac_optarg ;;
389 -gas |
--gas |
--ga |
--g)
390 # Obsolete; use --with-gas.
393 -help |
--help |
--hel |
--he |
-h)
395 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
396 ac_init_help
=recursive
;;
397 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
398 ac_init_help
=short
;;
400 -host |
--host |
--hos |
--ho)
401 ac_prev
=host_alias
;;
402 -host=* |
--host=* |
--hos=* |
--ho=*)
403 host_alias
=$ac_optarg ;;
405 -includedir |
--includedir |
--includedi |
--included |
--include \
406 |
--includ |
--inclu |
--incl |
--inc)
407 ac_prev
=includedir
;;
408 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
409 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
410 includedir
=$ac_optarg ;;
412 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
414 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
415 infodir
=$ac_optarg ;;
417 -libdir |
--libdir |
--libdi |
--libd)
419 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
422 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
423 |
--libexe |
--libex |
--libe)
424 ac_prev
=libexecdir
;;
425 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
426 |
--libexe=* |
--libex=* |
--libe=*)
427 libexecdir
=$ac_optarg ;;
429 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
430 |
--localstate |
--localstat |
--localsta |
--localst \
431 |
--locals |
--local |
--loca |
--loc |
--lo)
432 ac_prev
=localstatedir
;;
433 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
434 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
435 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
436 localstatedir
=$ac_optarg ;;
438 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
440 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
444 # Obsolete; use --without-fp.
447 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
448 |
--no-cr |
--no-c |
-n)
451 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
452 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
455 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
456 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
457 |
--oldin |
--oldi |
--old |
--ol |
--o)
458 ac_prev
=oldincludedir
;;
459 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
460 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
461 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
462 oldincludedir
=$ac_optarg ;;
464 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
466 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
469 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
470 |
--program-pre |
--program-pr |
--program-p)
471 ac_prev
=program_prefix
;;
472 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
473 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
474 program_prefix
=$ac_optarg ;;
476 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
477 |
--program-suf |
--program-su |
--program-s)
478 ac_prev
=program_suffix
;;
479 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
480 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
481 program_suffix
=$ac_optarg ;;
483 -program-transform-name |
--program-transform-name \
484 |
--program-transform-nam |
--program-transform-na \
485 |
--program-transform-n |
--program-transform- \
486 |
--program-transform |
--program-transfor \
487 |
--program-transfo |
--program-transf \
488 |
--program-trans |
--program-tran \
489 |
--progr-tra |
--program-tr |
--program-t)
490 ac_prev
=program_transform_name
;;
491 -program-transform-name=* |
--program-transform-name=* \
492 |
--program-transform-nam=* |
--program-transform-na=* \
493 |
--program-transform-n=* |
--program-transform-=* \
494 |
--program-transform=* |
--program-transfor=* \
495 |
--program-transfo=* |
--program-transf=* \
496 |
--program-trans=* |
--program-tran=* \
497 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
498 program_transform_name
=$ac_optarg ;;
500 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
501 |
-silent |
--silent |
--silen |
--sile |
--sil)
504 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
506 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
508 sbindir
=$ac_optarg ;;
510 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
511 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
512 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
514 ac_prev
=sharedstatedir
;;
515 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
516 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
517 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
519 sharedstatedir
=$ac_optarg ;;
521 -site |
--site |
--sit)
523 -site=* |
--site=* |
--sit=*)
526 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
528 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
531 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
532 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
533 ac_prev
=sysconfdir
;;
534 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
535 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
536 sysconfdir
=$ac_optarg ;;
538 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
539 ac_prev
=target_alias
;;
540 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
541 target_alias
=$ac_optarg ;;
543 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
546 -version |
--version |
--versio |
--versi |
--vers |
-V)
550 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
551 # Reject names that are not valid shell variable names.
552 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
553 { echo "$as_me: error: invalid package name: $ac_package" >&2
554 { (exit 1); exit 1; }; }
555 ac_package
=`echo $ac_package| sed 's/-/_/g'`
557 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
560 eval "with_$ac_package='$ac_optarg'" ;;
562 -without-* |
--without-*)
563 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
564 # Reject names that are not valid shell variable names.
565 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
566 { echo "$as_me: error: invalid package name: $ac_package" >&2
567 { (exit 1); exit 1; }; }
568 ac_package
=`echo $ac_package | sed 's/-/_/g'`
569 eval "with_$ac_package=no" ;;
572 # Obsolete; use --with-x.
575 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
576 |
--x-incl |
--x-inc |
--x-in |
--x-i)
577 ac_prev
=x_includes
;;
578 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
579 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
580 x_includes
=$ac_optarg ;;
582 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
583 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
584 ac_prev
=x_libraries
;;
585 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
586 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
587 x_libraries
=$ac_optarg ;;
589 -*) { echo "$as_me: error: unrecognized option: $ac_option
590 Try \`$0 --help' for more information." >&2
591 { (exit 1); exit 1; }; }
595 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
596 # Reject names that are not valid shell variable names.
597 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
598 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
599 { (exit 1); exit 1; }; }
600 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
601 eval "$ac_envvar='$ac_optarg'"
605 # FIXME: should be removed in autoconf 3.0.
606 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
607 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
608 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
609 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
615 if test -n "$ac_prev"; then
616 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
617 { echo "$as_me: error: missing argument to $ac_option" >&2
618 { (exit 1); exit 1; }; }
621 # Be sure to have absolute paths.
622 for ac_var
in exec_prefix prefix
624 eval ac_val
=$
`echo $ac_var`
626 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
627 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
628 { (exit 1); exit 1; }; };;
632 # Be sure to have absolute paths.
633 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
634 localstatedir libdir includedir oldincludedir infodir mandir
636 eval ac_val
=$
`echo $ac_var`
638 [\\/$
]* | ?
:[\\/]* ) ;;
639 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
640 { (exit 1); exit 1; }; };;
644 # There might be people who depend on the old broken behavior: `$host'
645 # used to hold the argument of --host etc.
646 # FIXME: To remove some day.
651 # FIXME: To remove some day.
652 if test "x$host_alias" != x
; then
653 if test "x$build_alias" = x
; then
654 cross_compiling
=maybe
655 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
656 If a cross compiler is detected then cross compile mode will be used." >&2
657 elif test "x$build_alias" != "x$host_alias"; then
663 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
665 test "$silent" = yes && exec 6>/dev
/null
668 # Find the source files, if location was not specified.
669 if test -z "$srcdir"; then
670 ac_srcdir_defaulted
=yes
671 # Try the directory containing this script, then its parent.
672 ac_confdir
=`(dirname "$0") 2>/dev/null ||
673 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
674 X"$0" : 'X\(//\)[^/]' \| \
675 X"$0" : 'X\(//\)$' \| \
676 X"$0" : 'X\(/\)' \| \
677 . : '\(.\)' 2>/dev/null ||
679 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
680 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
681 /^X\(\/\/\)$/{ s//\1/; q; }
682 /^X\(\/\).*/{ s//\1/; q; }
685 if test ! -r $srcdir/$ac_unique_file; then
689 ac_srcdir_defaulted
=no
691 if test ! -r $srcdir/$ac_unique_file; then
692 if test "$ac_srcdir_defaulted" = yes; then
693 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
694 { (exit 1); exit 1; }; }
696 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
697 { (exit 1); exit 1; }; }
700 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null ||
701 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
702 { (exit 1); exit 1; }; }
703 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
704 ac_env_build_alias_set
=${build_alias+set}
705 ac_env_build_alias_value
=$build_alias
706 ac_cv_env_build_alias_set
=${build_alias+set}
707 ac_cv_env_build_alias_value
=$build_alias
708 ac_env_host_alias_set
=${host_alias+set}
709 ac_env_host_alias_value
=$host_alias
710 ac_cv_env_host_alias_set
=${host_alias+set}
711 ac_cv_env_host_alias_value
=$host_alias
712 ac_env_target_alias_set
=${target_alias+set}
713 ac_env_target_alias_value
=$target_alias
714 ac_cv_env_target_alias_set
=${target_alias+set}
715 ac_cv_env_target_alias_value
=$target_alias
716 ac_env_CC_set
=${CC+set}
718 ac_cv_env_CC_set
=${CC+set}
719 ac_cv_env_CC_value
=$CC
720 ac_env_CFLAGS_set
=${CFLAGS+set}
721 ac_env_CFLAGS_value
=$CFLAGS
722 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
723 ac_cv_env_CFLAGS_value
=$CFLAGS
724 ac_env_LDFLAGS_set
=${LDFLAGS+set}
725 ac_env_LDFLAGS_value
=$LDFLAGS
726 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
727 ac_cv_env_LDFLAGS_value
=$LDFLAGS
728 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
729 ac_env_CPPFLAGS_value
=$CPPFLAGS
730 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
731 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
732 ac_env_CXX_set
=${CXX+set}
733 ac_env_CXX_value
=$CXX
734 ac_cv_env_CXX_set
=${CXX+set}
735 ac_cv_env_CXX_value
=$CXX
736 ac_env_CXXFLAGS_set
=${CXXFLAGS+set}
737 ac_env_CXXFLAGS_value
=$CXXFLAGS
738 ac_cv_env_CXXFLAGS_set
=${CXXFLAGS+set}
739 ac_cv_env_CXXFLAGS_value
=$CXXFLAGS
740 ac_env_AR_set
=${AR+set}
742 ac_cv_env_AR_set
=${AR+set}
743 ac_cv_env_AR_value
=$AR
744 ac_env_AS_set
=${AS+set}
746 ac_cv_env_AS_set
=${AS+set}
747 ac_cv_env_AS_value
=$AS
748 ac_env_DLLTOOL_set
=${DLLTOOL+set}
749 ac_env_DLLTOOL_value
=$DLLTOOL
750 ac_cv_env_DLLTOOL_set
=${DLLTOOL+set}
751 ac_cv_env_DLLTOOL_value
=$DLLTOOL
752 ac_env_LD_set
=${LD+set}
754 ac_cv_env_LD_set
=${LD+set}
755 ac_cv_env_LD_value
=$LD
756 ac_env_LIPO_set
=${LIPO+set}
757 ac_env_LIPO_value
=$LIPO
758 ac_cv_env_LIPO_set
=${LIPO+set}
759 ac_cv_env_LIPO_value
=$LIPO
760 ac_env_NM_set
=${NM+set}
762 ac_cv_env_NM_set
=${NM+set}
763 ac_cv_env_NM_value
=$NM
764 ac_env_RANLIB_set
=${RANLIB+set}
765 ac_env_RANLIB_value
=$RANLIB
766 ac_cv_env_RANLIB_set
=${RANLIB+set}
767 ac_cv_env_RANLIB_value
=$RANLIB
768 ac_env_STRIP_set
=${STRIP+set}
769 ac_env_STRIP_value
=$STRIP
770 ac_cv_env_STRIP_set
=${STRIP+set}
771 ac_cv_env_STRIP_value
=$STRIP
772 ac_env_WINDRES_set
=${WINDRES+set}
773 ac_env_WINDRES_value
=$WINDRES
774 ac_cv_env_WINDRES_set
=${WINDRES+set}
775 ac_cv_env_WINDRES_value
=$WINDRES
776 ac_env_WINDMC_set
=${WINDMC+set}
777 ac_env_WINDMC_value
=$WINDMC
778 ac_cv_env_WINDMC_set
=${WINDMC+set}
779 ac_cv_env_WINDMC_value
=$WINDMC
780 ac_env_OBJCOPY_set
=${OBJCOPY+set}
781 ac_env_OBJCOPY_value
=$OBJCOPY
782 ac_cv_env_OBJCOPY_set
=${OBJCOPY+set}
783 ac_cv_env_OBJCOPY_value
=$OBJCOPY
784 ac_env_OBJDUMP_set
=${OBJDUMP+set}
785 ac_env_OBJDUMP_value
=$OBJDUMP
786 ac_cv_env_OBJDUMP_set
=${OBJDUMP+set}
787 ac_cv_env_OBJDUMP_value
=$OBJDUMP
788 ac_env_CC_FOR_TARGET_set
=${CC_FOR_TARGET+set}
789 ac_env_CC_FOR_TARGET_value
=$CC_FOR_TARGET
790 ac_cv_env_CC_FOR_TARGET_set
=${CC_FOR_TARGET+set}
791 ac_cv_env_CC_FOR_TARGET_value
=$CC_FOR_TARGET
792 ac_env_CXX_FOR_TARGET_set
=${CXX_FOR_TARGET+set}
793 ac_env_CXX_FOR_TARGET_value
=$CXX_FOR_TARGET
794 ac_cv_env_CXX_FOR_TARGET_set
=${CXX_FOR_TARGET+set}
795 ac_cv_env_CXX_FOR_TARGET_value
=$CXX_FOR_TARGET
796 ac_env_GCC_FOR_TARGET_set
=${GCC_FOR_TARGET+set}
797 ac_env_GCC_FOR_TARGET_value
=$GCC_FOR_TARGET
798 ac_cv_env_GCC_FOR_TARGET_set
=${GCC_FOR_TARGET+set}
799 ac_cv_env_GCC_FOR_TARGET_value
=$GCC_FOR_TARGET
800 ac_env_GCJ_FOR_TARGET_set
=${GCJ_FOR_TARGET+set}
801 ac_env_GCJ_FOR_TARGET_value
=$GCJ_FOR_TARGET
802 ac_cv_env_GCJ_FOR_TARGET_set
=${GCJ_FOR_TARGET+set}
803 ac_cv_env_GCJ_FOR_TARGET_value
=$GCJ_FOR_TARGET
804 ac_env_GFORTRAN_FOR_TARGET_set
=${GFORTRAN_FOR_TARGET+set}
805 ac_env_GFORTRAN_FOR_TARGET_value
=$GFORTRAN_FOR_TARGET
806 ac_cv_env_GFORTRAN_FOR_TARGET_set
=${GFORTRAN_FOR_TARGET+set}
807 ac_cv_env_GFORTRAN_FOR_TARGET_value
=$GFORTRAN_FOR_TARGET
808 ac_env_AR_FOR_TARGET_set
=${AR_FOR_TARGET+set}
809 ac_env_AR_FOR_TARGET_value
=$AR_FOR_TARGET
810 ac_cv_env_AR_FOR_TARGET_set
=${AR_FOR_TARGET+set}
811 ac_cv_env_AR_FOR_TARGET_value
=$AR_FOR_TARGET
812 ac_env_AS_FOR_TARGET_set
=${AS_FOR_TARGET+set}
813 ac_env_AS_FOR_TARGET_value
=$AS_FOR_TARGET
814 ac_cv_env_AS_FOR_TARGET_set
=${AS_FOR_TARGET+set}
815 ac_cv_env_AS_FOR_TARGET_value
=$AS_FOR_TARGET
816 ac_env_DLLTOOL_FOR_TARGET_set
=${DLLTOOL_FOR_TARGET+set}
817 ac_env_DLLTOOL_FOR_TARGET_value
=$DLLTOOL_FOR_TARGET
818 ac_cv_env_DLLTOOL_FOR_TARGET_set
=${DLLTOOL_FOR_TARGET+set}
819 ac_cv_env_DLLTOOL_FOR_TARGET_value
=$DLLTOOL_FOR_TARGET
820 ac_env_LD_FOR_TARGET_set
=${LD_FOR_TARGET+set}
821 ac_env_LD_FOR_TARGET_value
=$LD_FOR_TARGET
822 ac_cv_env_LD_FOR_TARGET_set
=${LD_FOR_TARGET+set}
823 ac_cv_env_LD_FOR_TARGET_value
=$LD_FOR_TARGET
824 ac_env_LIPO_FOR_TARGET_set
=${LIPO_FOR_TARGET+set}
825 ac_env_LIPO_FOR_TARGET_value
=$LIPO_FOR_TARGET
826 ac_cv_env_LIPO_FOR_TARGET_set
=${LIPO_FOR_TARGET+set}
827 ac_cv_env_LIPO_FOR_TARGET_value
=$LIPO_FOR_TARGET
828 ac_env_NM_FOR_TARGET_set
=${NM_FOR_TARGET+set}
829 ac_env_NM_FOR_TARGET_value
=$NM_FOR_TARGET
830 ac_cv_env_NM_FOR_TARGET_set
=${NM_FOR_TARGET+set}
831 ac_cv_env_NM_FOR_TARGET_value
=$NM_FOR_TARGET
832 ac_env_OBJDUMP_FOR_TARGET_set
=${OBJDUMP_FOR_TARGET+set}
833 ac_env_OBJDUMP_FOR_TARGET_value
=$OBJDUMP_FOR_TARGET
834 ac_cv_env_OBJDUMP_FOR_TARGET_set
=${OBJDUMP_FOR_TARGET+set}
835 ac_cv_env_OBJDUMP_FOR_TARGET_value
=$OBJDUMP_FOR_TARGET
836 ac_env_RANLIB_FOR_TARGET_set
=${RANLIB_FOR_TARGET+set}
837 ac_env_RANLIB_FOR_TARGET_value
=$RANLIB_FOR_TARGET
838 ac_cv_env_RANLIB_FOR_TARGET_set
=${RANLIB_FOR_TARGET+set}
839 ac_cv_env_RANLIB_FOR_TARGET_value
=$RANLIB_FOR_TARGET
840 ac_env_STRIP_FOR_TARGET_set
=${STRIP_FOR_TARGET+set}
841 ac_env_STRIP_FOR_TARGET_value
=$STRIP_FOR_TARGET
842 ac_cv_env_STRIP_FOR_TARGET_set
=${STRIP_FOR_TARGET+set}
843 ac_cv_env_STRIP_FOR_TARGET_value
=$STRIP_FOR_TARGET
844 ac_env_WINDRES_FOR_TARGET_set
=${WINDRES_FOR_TARGET+set}
845 ac_env_WINDRES_FOR_TARGET_value
=$WINDRES_FOR_TARGET
846 ac_cv_env_WINDRES_FOR_TARGET_set
=${WINDRES_FOR_TARGET+set}
847 ac_cv_env_WINDRES_FOR_TARGET_value
=$WINDRES_FOR_TARGET
848 ac_env_WINDMC_FOR_TARGET_set
=${WINDMC_FOR_TARGET+set}
849 ac_env_WINDMC_FOR_TARGET_value
=$WINDMC_FOR_TARGET
850 ac_cv_env_WINDMC_FOR_TARGET_set
=${WINDMC_FOR_TARGET+set}
851 ac_cv_env_WINDMC_FOR_TARGET_value
=$WINDMC_FOR_TARGET
854 # Report the --help message.
856 if test "$ac_init_help" = "long"; then
857 # Omit some internal or obsolete options to make the list less imposing.
858 # This message is too long to be a string in the A/UX 3.1 sh.
860 \`configure' configures this package to adapt to many kinds of systems.
862 Usage: $0 [OPTION]... [VAR=VALUE]...
864 To assign environment variables (e.g., CC, CFLAGS...), specify them as
865 VAR=VALUE. See below for descriptions of some of the useful variables.
867 Defaults for the options are specified in brackets.
870 -h, --help display this help and exit
871 --help=short display options specific to this package
872 --help=recursive display the short help of all the included packages
873 -V, --version display version information and exit
874 -q, --quiet, --silent do not print \`checking...' messages
875 --cache-file=FILE cache test results in FILE [disabled]
876 -C, --config-cache alias for \`--cache-file=config.cache'
877 -n, --no-create do not create output files
878 --srcdir=DIR find the sources in DIR [configure dir or \`..']
883 Installation directories:
884 --prefix=PREFIX install architecture-independent files in PREFIX
886 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
889 By default, \`make install' will install all the files in
890 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
891 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
892 for instance \`--prefix=\$HOME'.
894 For better control, use the options below.
896 Fine tuning of the installation directories:
897 --bindir=DIR user executables [EPREFIX/bin]
898 --sbindir=DIR system admin executables [EPREFIX/sbin]
899 --libexecdir=DIR program executables [EPREFIX/libexec]
900 --datadir=DIR read-only architecture-independent data [PREFIX/share]
901 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
902 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
903 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
904 --libdir=DIR object code libraries [EPREFIX/lib]
905 --includedir=DIR C header files [PREFIX/include]
906 --oldincludedir=DIR C header files for non-gcc [/usr/include]
907 --infodir=DIR info documentation [PREFIX/info]
908 --mandir=DIR man documentation [PREFIX/man]
914 --program-prefix=PREFIX prepend PREFIX to installed program names
915 --program-suffix=SUFFIX append SUFFIX to installed program names
916 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
919 --build=BUILD configure
for building on BUILD
[guessed
]
920 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
921 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
925 if test -n "$ac_init_help"; then
930 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
931 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
932 --enable-libada build libada directory
933 --enable-libssp build libssp directory
934 --enable-stage1-languages[=all
] choose additional languages to build during
935 stage1. Mostly useful
for compiler development.
936 --enable-objc-gc enable use of Boehm
's garbage collector with the
937 GNU Objective-C runtime
938 --enable-bootstrap enable bootstrapping [yes if native build]
939 --enable-serial-[{host,target,build}-]configure
940 force sequential configuration of
941 sub-packages for the host, target or build
942 machine, or all sub-packages
943 --enable-maintainer-mode enable make rules and dependencies not useful
944 (and sometimes confusing) to the casual installer
945 --enable-stage1-checking[=all] choose additional checking for stage1
947 --enable-werror enable -Werror in bootstrap stage2 and later
950 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
951 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
952 --with-build-libsubdir=DIR Directory where to find libraries for build system
953 --with-mpfr-dir=PATH this option has been REMOVED
954 --with-mpfr=PATH specify prefix directory for installed MPFR package.
955 Equivalent to --with-mpfr-include=PATH/include
956 plus --with-mpfr-lib=PATH/lib
957 --with-mpfr-include=PATH
958 specify directory for installed MPFR include files
959 --with-mpfr-lib=PATH specify directory for the installed MPFR library
960 --with-gmp-dir=PATH this option has been REMOVED
961 --with-gmp=PATH specify prefix directory for the installed GMP package.
962 Equivalent to --with-gmp-include=PATH/include
963 plus --with-gmp-lib=PATH/lib
964 --with-gmp-include=PATH specify directory for installed GMP include files
965 --with-gmp-lib=PATH specify directory for the installed GMP library
966 --with-build-sysroot=SYSROOT
967 use sysroot as the system root during the build
968 --with-build-time-tools=PATH
969 use given path to find target tools during the build
970 --with-datarootdir use datarootdir as the data root directory.
971 --with-docdir install documentation in this directory.
972 --with-pdfdir install pdf in this directory.
973 --with-htmldir install html in this directory.
975 Some influential environment variables:
976 CC C compiler command
977 CFLAGS C compiler flags
978 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
979 nonstandard directory <lib dir>
980 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
981 headers in a nonstandard directory <include dir>
982 CXX C++ compiler command
983 CXXFLAGS C++ compiler flags
986 DLLTOOL DLLTOOL for the host
988 LIPO LIPO for the host
990 RANLIB RANLIB for the host
991 STRIP STRIP for the host
992 WINDRES WINDRES for the host
993 WINDMC WINDMC for the host
994 OBJCOPY OBJCOPY for the host
995 OBJDUMP OBJDUMP for the host
1005 GFORTRAN for the target
1011 DLLTOOL for the target
1019 OBJDUMP for the target
1021 RANLIB for the target
1023 STRIP for the target
1025 WINDRES for the target
1027 WINDMC for the target
1029 Use these variables to override the choices made by `configure' or to
help
1030 it to
find libraries and programs with nonstandard names
/locations.
1035 if test "$ac_init_help" = "recursive"; then
1036 # If there are subdirs, report their specific --help.
1038 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1039 test -d $ac_dir ||
continue
1042 if test "$ac_dir" != .
; then
1043 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1044 # A "../" for each directory in $ac_dir_suffix.
1045 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1047 ac_dir_suffix
= ac_top_builddir
=
1051 .
) # No --srcdir option. We are building in place.
1053 if test -z "$ac_top_builddir"; then
1056 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
1058 [\\/]* | ?
:[\\/]* ) # Absolute path.
1059 ac_srcdir
=$srcdir$ac_dir_suffix;
1060 ac_top_srcdir
=$srcdir ;;
1062 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
1063 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
1066 # Do not use `cd foo && pwd` to compute absolute paths, because
1067 # the directories may not exist.
1069 .
) ac_abs_builddir
="$ac_dir";;
1072 .
) ac_abs_builddir
=`pwd`;;
1073 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
1074 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
1077 case $ac_abs_builddir in
1078 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1080 case ${ac_top_builddir}.
in
1081 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
1082 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1083 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
1086 case $ac_abs_builddir in
1087 .
) ac_abs_srcdir
=$ac_srcdir;;
1090 .
) ac_abs_srcdir
=$ac_abs_builddir;;
1091 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
1092 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
1095 case $ac_abs_builddir in
1096 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
1098 case $ac_top_srcdir in
1099 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
1100 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
1101 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
1106 # Check for guested configure; otherwise get Cygnus style configure.
1107 if test -f $ac_srcdir/configure.gnu
; then
1109 $SHELL $ac_srcdir/configure.gnu
--help=recursive
1110 elif test -f $ac_srcdir/configure
; then
1112 $SHELL $ac_srcdir/configure
--help=recursive
1113 elif test -f $ac_srcdir/configure.ac ||
1114 test -f $ac_srcdir/configure.
in; then
1116 $ac_configure --help
1118 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1124 test -n "$ac_init_help" && exit 0
1125 if $ac_init_version; then
1128 Copyright
(C
) 2003 Free Software Foundation
, Inc.
1129 This configure
script is free software
; the Free Software Foundation
1130 gives unlimited permission to copy
, distribute and modify it.
1136 This file contains any messages produced by compilers while
1137 running configure, to aid debugging if configure makes a mistake.
1139 It was created by $as_me, which was
1140 generated by GNU Autoconf 2.59. Invocation command line was
1151 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1152 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1153 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1154 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1155 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1157 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1158 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1160 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1161 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1162 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1163 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1164 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1165 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1166 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1170 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1174 test -z "$as_dir" && as_dir
=.
1175 echo "PATH: $as_dir"
1190 # Keep a trace of the command line.
1191 # Strip out --no-create and --no-recursion so they do not pile up.
1192 # Strip out --silent because we don't want to record it for future runs.
1193 # Also quote any args containing shell meta-characters.
1194 # Make two passes to allow for proper duplicate-argument suppression.
1199 ac_must_keep_next
=false
1205 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1206 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1207 |
-silent |
--silent |
--silen |
--sile |
--sil)
1209 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1210 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1213 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1215 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1216 if test $ac_must_keep_next = true
; then
1217 ac_must_keep_next
=false
# Got value, back to normal.
1220 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1221 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1222 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1223 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1224 case "$ac_configure_args0 " in
1225 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1228 -* ) ac_must_keep_next
=true
;;
1231 ac_configure_args
="$ac_configure_args$ac_sep'$ac_arg'"
1232 # Get rid of the leading space.
1238 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1239 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1241 # When interrupted or exit'd, cleanup temporary files, and complete
1242 # config.log. We remove comments because anyway the quotes in there
1243 # would cause problems or look ugly.
1244 # WARNING: Be sure not to use single quotes in there, as some shells,
1245 # such as our DU 5.0 friend, will then `close' the trap.
1246 trap 'exit_status=$?
1247 # Save into config.log some information that might help in debugging.
1252 ## ---------------- ##
1253 ## Cache variables. ##
1254 ## ---------------- ##
1257 # The following way of writing the cache mishandles newlines in values,
1260 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1263 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1264 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1268 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1275 ## ----------------- ##
1276 ## Output variables. ##
1277 ## ----------------- ##
1280 for ac_var in $ac_subst_vars
1282 eval ac_val=$`echo $ac_var`
1283 echo "$ac_var='"'"'$ac_val'"'"'"
1287 if test -n "$ac_subst_files"; then
1294 for ac_var in $ac_subst_files
1296 eval ac_val=$`echo $ac_var`
1297 echo "$ac_var='"'"'$ac_val'"'"'"
1302 if test -s confdefs.h; then
1309 sed "/^$/d" confdefs.h | sort
1312 test "$ac_signal" != 0 &&
1313 echo "$as_me: caught signal $ac_signal"
1314 echo "$as_me: exit $exit_status"
1316 rm -f core *.core &&
1317 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1320 for ac_signal
in 1 2 13 15; do
1321 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1325 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1326 rm -rf conftest
* confdefs.h
1327 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1330 # Predefined preprocessor variables.
1332 cat >>confdefs.h
<<_ACEOF
1333 #define PACKAGE_NAME "$PACKAGE_NAME"
1337 cat >>confdefs.h
<<_ACEOF
1338 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1342 cat >>confdefs.h
<<_ACEOF
1343 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1347 cat >>confdefs.h
<<_ACEOF
1348 #define PACKAGE_STRING "$PACKAGE_STRING"
1352 cat >>confdefs.h
<<_ACEOF
1353 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1357 # Let the site file select an alternate cache file if it wants to.
1358 # Prefer explicitly selected file to automatically selected ones.
1359 if test -z "$CONFIG_SITE"; then
1360 if test "x$prefix" != xNONE
; then
1361 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
1363 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1366 for ac_site_file
in $CONFIG_SITE; do
1367 if test -r "$ac_site_file"; then
1368 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1369 echo "$as_me: loading site script $ac_site_file" >&6;}
1370 sed 's/^/| /' "$ac_site_file" >&5
1375 if test -r "$cache_file"; then
1376 # Some versions of bash will fail to source /dev/null (special
1377 # files actually), so we avoid doing that.
1378 if test -f "$cache_file"; then
1379 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1380 echo "$as_me: loading cache $cache_file" >&6;}
1382 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
1383 *) . .
/$cache_file;;
1387 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1388 echo "$as_me: creating cache $cache_file" >&6;}
1392 # Check that the precious variables saved in the cache have kept the same
1394 ac_cache_corrupted
=false
1395 for ac_var
in `(set) 2>&1 |
1396 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1397 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1398 eval ac_new_set
=\
$ac_env_${ac_var}_set
1399 eval ac_old_val
="\$ac_cv_env_${ac_var}_value"
1400 eval ac_new_val
="\$ac_env_${ac_var}_value"
1401 case $ac_old_set,$ac_new_set in
1403 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1404 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1405 ac_cache_corrupted
=: ;;
1407 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1408 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1409 ac_cache_corrupted
=: ;;
1412 if test "x$ac_old_val" != "x$ac_new_val"; then
1413 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1414 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1415 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1416 echo "$as_me: former value: $ac_old_val" >&2;}
1417 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1418 echo "$as_me: current value: $ac_new_val" >&2;}
1419 ac_cache_corrupted
=:
1422 # Pass precious variables to config.status.
1423 if test "$ac_new_set" = set; then
1425 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1426 ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1427 *) ac_arg
=$ac_var=$ac_new_val ;;
1429 case " $ac_configure_args " in
1430 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1431 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1435 if $ac_cache_corrupted; then
1436 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1437 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1438 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1439 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1440 { (exit 1); exit 1; }; }
1444 ac_cpp
='$CPP $CPPFLAGS'
1445 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1446 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1447 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1469 # Find the build, host, and target systems.
1471 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
1472 if test -f $ac_dir/install-sh
; then
1474 ac_install_sh
="$ac_aux_dir/install-sh -c"
1476 elif test -f $ac_dir/install.sh
; then
1478 ac_install_sh
="$ac_aux_dir/install.sh -c"
1480 elif test -f $ac_dir/shtool
; then
1482 ac_install_sh
="$ac_aux_dir/shtool install -c"
1486 if test -z "$ac_aux_dir"; then
1487 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1488 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1489 { (exit 1); exit 1; }; }
1491 ac_config_guess
="$SHELL $ac_aux_dir/config.guess"
1492 ac_config_sub
="$SHELL $ac_aux_dir/config.sub"
1493 ac_configure
="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1495 # Make sure we can run config.sub.
1496 $ac_config_sub sun4
>/dev
/null
2>&1 ||
1497 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1498 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1499 { (exit 1); exit 1; }; }
1501 echo "$as_me:$LINENO: checking build system type" >&5
1502 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1503 if test "${ac_cv_build+set}" = set; then
1504 echo $ECHO_N "(cached) $ECHO_C" >&6
1506 ac_cv_build_alias
=$build_alias
1507 test -z "$ac_cv_build_alias" &&
1508 ac_cv_build_alias
=`$ac_config_guess`
1509 test -z "$ac_cv_build_alias" &&
1510 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1511 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1512 { (exit 1); exit 1; }; }
1513 ac_cv_build
=`$ac_config_sub $ac_cv_build_alias` ||
1514 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1515 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1516 { (exit 1); exit 1; }; }
1519 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1520 echo "${ECHO_T}$ac_cv_build" >&6
1522 build_cpu
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1523 build_vendor
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1524 build_os
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1527 case ${build_alias} in
1528 "") build_noncanonical
=${build} ;;
1529 *) build_noncanonical
=${build_alias} ;;
1534 case ${host_alias} in
1535 "") host_noncanonical
=${build_noncanonical} ;;
1536 *) host_noncanonical
=${host_alias} ;;
1541 case ${target_alias} in
1542 "") target_noncanonical
=${host_noncanonical} ;;
1543 *) target_noncanonical
=${target_alias} ;;
1549 test "$host_noncanonical" = "$target_noncanonical" &&
1550 test "$program_prefix$program_suffix$program_transform_name" = \
1552 program_transform_name
=s
,y
,y
,
1554 echo "$as_me:$LINENO: checking host system type" >&5
1555 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1556 if test "${ac_cv_host+set}" = set; then
1557 echo $ECHO_N "(cached) $ECHO_C" >&6
1559 ac_cv_host_alias
=$host_alias
1560 test -z "$ac_cv_host_alias" &&
1561 ac_cv_host_alias
=$ac_cv_build_alias
1562 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1563 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1564 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1565 { (exit 1); exit 1; }; }
1568 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1569 echo "${ECHO_T}$ac_cv_host" >&6
1571 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1572 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1573 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1576 echo "$as_me:$LINENO: checking target system type" >&5
1577 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1578 if test "${ac_cv_target+set}" = set; then
1579 echo $ECHO_N "(cached) $ECHO_C" >&6
1581 ac_cv_target_alias
=$target_alias
1582 test "x$ac_cv_target_alias" = "x" &&
1583 ac_cv_target_alias
=$ac_cv_host_alias
1584 ac_cv_target
=`$ac_config_sub $ac_cv_target_alias` ||
1585 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1586 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1587 { (exit 1); exit 1; }; }
1590 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1591 echo "${ECHO_T}$ac_cv_target" >&6
1592 target
=$ac_cv_target
1593 target_cpu
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1594 target_vendor
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1595 target_os
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1598 # The aliases save the names the user supplied, while $host etc.
1599 # will get canonicalized.
1600 test -n "$target_alias" &&
1601 test "$program_prefix$program_suffix$program_transform_name" = \
1603 program_prefix
=${target_alias}-
1604 test "$program_prefix" != NONE
&&
1605 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
1606 # Use a double $ so make ignores it.
1607 test "$program_suffix" != NONE
&&
1608 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
1609 # Double any \ or $. echo might interpret backslashes.
1610 # By default was `s,x,x', remove it if useless.
1611 cat <<\_ACEOF
>conftest.
sed
1612 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
1614 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
1619 # Get 'install' or 'install-sh' and its variants.
1620 # Find a good install program. We prefer a C program (faster),
1621 # so one script is as good as another. But avoid the broken or
1622 # incompatible versions:
1623 # SysV /etc/install, /usr/sbin/install
1624 # SunOS /usr/etc/install
1625 # IRIX /sbin/install
1627 # AmigaOS /C/install, which installs bootblocks on floppy discs
1628 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1629 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1630 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1631 # OS/2's system install, which has a completely different semantic
1632 # ./install, which can be erroneously created by make from ./install.sh.
1633 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1634 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1635 if test -z "$INSTALL"; then
1636 if test "${ac_cv_path_install+set}" = set; then
1637 echo $ECHO_N "(cached) $ECHO_C" >&6
1639 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1643 test -z "$as_dir" && as_dir
=.
1644 # Account for people who put trailing slashes in PATH elements.
1646 .
/ | .
// |
/cC
/* | \
1647 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
1648 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
1651 # OSF1 and SCO ODT 3.0 have their own names for install.
1652 # Don't use installbsd from OSF since it installs stuff as root
1654 for ac_prog
in ginstall scoinst
install; do
1655 for ac_exec_ext
in '' $ac_executable_extensions; do
1656 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1657 if test $ac_prog = install &&
1658 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1659 # AIX install. It has an incompatible calling convention.
1661 elif test $ac_prog = install &&
1662 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1663 # program-specific install script used by HP pwplus--don't use.
1666 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
1678 if test "${ac_cv_path_install+set}" = set; then
1679 INSTALL
=$ac_cv_path_install
1681 # As a last resort, use the slow shell script. We don't cache a
1682 # path for INSTALL within a source directory, because that will
1683 # break other packages using the cache if that directory is
1684 # removed, or if the path is relative.
1685 INSTALL
=$ac_install_sh
1688 echo "$as_me:$LINENO: result: $INSTALL" >&5
1689 echo "${ECHO_T}$INSTALL" >&6
1691 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1692 # It thinks the first close brace ends the variable substitution.
1693 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
1695 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
1697 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
1699 echo "$as_me:$LINENO: checking whether ln works" >&5
1700 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6
1701 if test "${acx_cv_prog_LN+set}" = set; then
1702 echo $ECHO_N "(cached) $ECHO_C" >&6
1704 rm -f conftestdata_t
1705 echo >conftestdata_f
1706 if ln conftestdata_f conftestdata_t
2>/dev
/null
1712 rm -f conftestdata_f conftestdata_t
1715 if test $acx_cv_prog_LN = no
; then
1717 echo "$as_me:$LINENO: result: no, using $LN" >&5
1718 echo "${ECHO_T}no, using $LN" >&6
1720 LN
="$acx_cv_prog_LN"
1721 echo "$as_me:$LINENO: result: yes" >&5
1722 echo "${ECHO_T}yes" >&6
1725 echo "$as_me:$LINENO: checking whether ln -s works" >&5
1726 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
1728 if test "$LN_S" = "ln -s"; then
1729 echo "$as_me:$LINENO: result: yes" >&5
1730 echo "${ECHO_T}yes" >&6
1732 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
1733 echo "${ECHO_T}no, using $LN_S" >&6
1737 ### we might need to use some other shell than /bin/sh for running subshells
1738 ### If we are on Windows, search for the shell. This will permit people
1739 ### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
1740 ### without also having to set CONFIG_SHELL. This code will work when
1741 ### using bash, which sets OSTYPE.
1744 if test x
${CONFIG_SHELL} = x
; then
1745 if test ! -f /bin
/sh
; then
1746 if test x
${SHELL} != x
&& test -f ${SHELL} ; then
1747 CONFIG_SHELL
=${SHELL}
1750 for prog
in sh sh.exe bash bash.exe
; do
1751 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
1752 for dir
in $PATH; do
1753 test -z "$dir" && dir
=.
1754 if test -f $dir/$prog; then
1755 CONFIG_SHELL
=$dir/$prog
1761 test -n "${CONFIG_SHELL}" && break
1769 config_shell
=${CONFIG_SHELL-/bin/sh}
1772 # if PWD already has a value, it is probably wrong.
1773 if test -n "$PWD" ; then PWD
=`${PWDCMD-pwd}`; fi
1775 # Export original configure arguments for use by sub-configures.
1776 # Quote arguments with shell meta charatcers.
1777 TOPLEVEL_CONFIGURE_ARGUMENTS
=
1778 set -- "$progname" "$@"
1782 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
1783 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
1784 # if the argument is of the form -foo=baz, quote the baz part only
1785 ac_arg
=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
1788 # Add the quoted argument to the list.
1789 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
1791 if test "$silent" = yes; then
1792 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
1794 # Remove the initial space we just introduced and, as these will be
1795 # expanded by make, quote '$'.
1796 TOPLEVEL_CONFIGURE_ARGUMENTS
=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
1799 moveifchange
=${srcdir}/move-if-change
1801 srcpwd
=`cd ${srcdir} ; ${PWDCMD-pwd}`
1803 # We pass INSTALL explicitly to sub-makes. Make sure that it is not
1805 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
1806 INSTALL
="${srcpwd}/install-sh -c"
1809 # Set srcdir to "." if that's what it is.
1810 # This is important for multilib support.
1812 if test "${pwd}" = "${srcpwd}" ; then
1820 ### To add a new directory to the tree, first choose whether it is a target
1821 ### or a host dependent tool. Then put it into the appropriate list
1822 ### (library or tools, host or target), doing a dependency sort.
1824 # Subdirs will be configured in the order listed in build_configdirs,
1825 # configdirs, or target_configdirs; see the serialization section below.
1827 # Dependency sorting is only needed when *configuration* must be done in
1828 # a particular order. In all cases a dependency should be specified in
1829 # the Makefile, whether or not it's implicitly specified here.
1831 # Double entries in build_configdirs, configdirs, or target_configdirs may
1832 # cause circular dependencies and break everything horribly.
1834 # these library is used by various programs built for the build
1837 build_libs
="build-libiberty"
1839 # these tools are built for the build environment
1840 build_tools
="build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes"
1842 # these libraries are used by various programs built for the host environment
1844 host_libs
="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr"
1846 # these tools are built for the host environment
1847 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
1848 # know that we are building the simulator.
1849 # binutils, gas and ld appear in that order because it makes sense to run
1850 # "make check" in that particular order.
1851 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"
1853 # libgcj represents the runtime libraries only used by gcj.
1854 libgcj
="target-libffi \
1859 # these libraries are built for the target environment, and are built after
1860 # the host libraries and the host tools (which may be a cross compiler)
1862 target_libraries
="target-libgcc \
1866 target-libstdc++-v3 \
1869 target-libgfortran \
1876 # these tools are built using the target libraries, and are intended to
1877 # run only in the target environment
1879 # note: any program that *uses* libraries that are in the "target_libraries"
1880 # list belongs in this list. those programs are also very likely
1881 # candidates for the "native_only" list which follows
1883 target_tools
="target-examples target-groff target-gperf target-rda"
1885 ################################################################################
1887 ## All tools belong in one of the four categories, and are assigned above
1888 ## We assign ${configdirs} this way to remove all embedded newlines. This
1889 ## is important because configure will choke if they ever get through.
1890 ## ${configdirs} is directories we build using the host tools.
1891 ## ${target_configdirs} is directories we build using the target tools.
1892 configdirs
=`echo ${host_libs} ${host_tools}`
1893 target_configdirs
=`echo ${target_libraries} ${target_tools}`
1894 build_configdirs
=`echo ${build_libs} ${build_tools}`
1896 ################################################################################
1898 srcname
="gnu development package"
1900 # This gets set non-empty for some net releases of packages.
1903 # Define is_cross_compiler to save on calls to 'test'.
1905 if test x
"${host}" = x
"${target}" ; then
1906 is_cross_compiler
=no
1908 is_cross_compiler
=yes
1911 # Find the build and target subdir names.
1913 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
1914 # have matching libraries, they should use host libraries: Makefile.tpl
1915 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
1916 # However, they still use the build modules, because the corresponding
1917 # host modules (e.g. bison) are only built for the host when bootstrap
1919 # - build_subdir is where we find build modules, and never changes.
1920 # - build_libsubdir is where we find build libraries, and can be overridden.
1922 # Prefix 'build-' so this never conflicts with target_subdir.
1923 build_subdir
="build-${build_noncanonical}"
1925 # Check whether --with-build-libsubdir or --without-build-libsubdir was given.
1926 if test "${with_build_libsubdir+set}" = set; then
1927 withval
="$with_build_libsubdir"
1928 build_libsubdir
="$withval"
1930 build_libsubdir
="$build_subdir"
1932 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
1933 if ( test $srcdir = .
&& test -d gcc
) \
1934 ||
test -d $srcdir/..
/host-
${host_noncanonical}; then
1935 host_subdir
="host-${host_noncanonical}"
1940 target_subdir
=${target_noncanonical}
1943 # Skipdirs are removed silently.
1945 # Noconfigdirs are removed loudly.
1949 # Make sure we don't let GNU ld be added if we didn't want it.
1950 if test x
$with_gnu_ld = xno
; then
1952 noconfigdirs
="$noconfigdirs ld"
1956 # Make sure we don't let GNU as be added if we didn't want it.
1957 if test x
$with_gnu_as = xno
; then
1959 noconfigdirs
="$noconfigdirs gas"
1962 # some tools are so dependent upon X11 that if we're not building with X,
1963 # it's not even worth trying to configure, much less build, that tool.
1966 yes |
"") ;; # the default value for this tree is that X11 is available
1968 skipdirs
="${skipdirs} tk itcl libgui"
1969 # We won't be able to build gdbtk without X.
1972 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
1975 # Some tools are only suitable for building in a "native" situation.
1976 # Remove these if host!=target.
1977 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"
1979 # Similarly, some are only suitable for cross toolchains.
1980 # Remove these if host=target.
1981 cross_only
="target-libgloss target-newlib target-opcodes"
1983 case $is_cross_compiler in
1984 no
) skipdirs
="${skipdirs} ${cross_only}" ;;
1985 yes) skipdirs
="${skipdirs} ${native_only}" ;;
1988 # If both --with-headers and --with-libs are specified, default to
1990 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno \
1991 && test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
1992 if test x
"${with_newlib}" = x
; then
1997 # Recognize --with-newlib/--without-newlib.
1998 case ${with_newlib} in
1999 no
) skipdirs
="${skipdirs} target-newlib" ;;
2000 yes) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2003 # Configure extra directories which are host specific
2007 configdirs
="$configdirs libtermcap" ;;
2010 # A target can indicate whether a language isn't supported for some reason.
2011 # Only spaces may be used in this macro; not newlines or tabs.
2012 unsupported_languages
=
2014 # Remove more programs from consideration, based on the host or
2015 # target this usually means that a port of the program doesn't
2020 noconfigdirs
="$noconfigdirs byacc"
2022 i
[3456789]86-*-vsta)
2023 noconfigdirs
="$noconfigdirs tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl gnuserv gettext"
2025 i
[3456789]86-*-go32* | i
[3456789]86-*-msdosdjgpp*)
2026 noconfigdirs
="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
2029 noconfigdirs
="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2031 i
[3456789]86-*-mingw32*)
2032 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
2033 noconfigdirs
="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2035 i
[3456789]86-*-beos*)
2036 noconfigdirs
="$noconfigdirs tk itcl libgui gdb"
2039 noconfigdirs
="$noconfigdirs autoconf automake send-pr rcs guile perl"
2042 noconfigdirs
="$noconfigdirs rcs"
2045 noconfigdirs
="$noconfigdirs patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl gnuserv"
2048 noconfigdirs
="$noconfigdirs tk itcl libgui gdb dejagnu readline"
2053 # Check whether --enable-libada or --disable-libada was given.
2054 if test "${enable_libada+set}" = set; then
2055 enableval
="$enable_libada"
2056 ENABLE_LIBADA
=$enableval
2060 if test "${ENABLE_LIBADA}" != "yes" ; then
2061 noconfigdirs
="$noconfigdirs gnattools"
2064 # Check whether --enable-libssp or --disable-libssp was given.
2065 if test "${enable_libssp+set}" = set; then
2066 enableval
="$enable_libssp"
2067 ENABLE_LIBSSP
=$enableval
2072 # Save it here so that, even in case of --enable-libgcj, if the Java
2073 # front-end isn't enabled, we still get libgcj disabled.
2074 libgcj_saved
=$libgcj
2075 case $enable_libgcj in
2077 # If we reset it here, it won't get added to noconfigdirs in the
2078 # target-specific build rules, so it will be forcibly enabled
2079 # (unless the Java language itself isn't enabled).
2083 # Make sure we get it printed in the list of not supported target libs.
2084 noconfigdirs
="$noconfigdirs ${libgcj}"
2089 # Disable libmudflap on some systems.
2090 if test x
$enable_libmudflap = x
; then
2092 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu | bfin
*-*-uclinux*)
2093 # Enable libmudflap by default in GNU and friends.
2096 # Enable libmudflap by default in FreeBSD.
2099 # Disable it by default everywhere else.
2100 noconfigdirs
="$noconfigdirs target-libmudflap"
2105 # Disable libgomp on non POSIX hosted systems.
2106 if test x
$enable_libgomp = x
; then
2107 # Enable libgomp by default on hosted POSIX systems.
2109 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
2111 *-*-netbsd* |
*-*-freebsd* |
*-*-openbsd*)
2113 *-*-solaris2* |
*-*-sysv4* |
*-*-irix6* |
*-*-osf* |
*-*-hpux11*)
2115 *-*-darwin* |
*-*-aix*)
2118 noconfigdirs
="$noconfigdirs target-libgomp"
2126 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2128 powerpc-
*-darwin* | i
[3456789]86-*-darwin*)
2129 noconfigdirs
="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
2130 noconfigdirs
="$noconfigdirs sim target-rda"
2133 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
2134 noconfigdirs
="$noconfigdirs sim target-rda"
2135 noconfigdirs
="$noconfigdirs ${libgcj}"
2137 *-*-freebsd[12] |
*-*-freebsd[12].
* |
*-*-freebsd*aout
*)
2138 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2141 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2142 if test "x$with_gmp" = x
&& test "x$with_gmp_dir" = x \
2143 && test -f /usr
/local
/include
/gmp.h
; then
2147 # Skip some stuff that's unsupported on some FreeBSD configurations.
2152 noconfigdirs
="$noconfigdirs ${libgcj}"
2157 # Remove unsupported stuff on all kaOS configurations.
2158 skipdirs
="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
2159 skipdirs
="$skipdirs target-libobjc target-examples target-groff target-gperf"
2160 skipdirs
="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
2161 noconfigdirs
="$noconfigdirs target-libgloss"
2164 # Skip some stuff on all NetBSD configurations.
2165 noconfigdirs
="$noconfigdirs target-newlib target-libiberty target-libgloss"
2167 # Skip some stuff that's unsupported on some NetBSD configurations.
2169 i
*86-*-netbsdelf*) ;;
2170 arm
*-*-netbsdelf*) ;;
2172 noconfigdirs
="$noconfigdirs ${libgcj}"
2177 noconfigdirs
="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
2180 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2182 # The tpf target doesn't support gdb yet.
2184 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
2187 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
2190 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
2193 # ld works, but does not support shared libraries.
2194 # newlib is not 64 bit ready. I'm not sure about fileutils.
2195 # gas doesn't generate exception information.
2196 noconfigdirs
="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
2199 noconfigdirs
="$noconfigdirs gdb ld target-newlib target-libgloss ${libgcj}"
2202 # newlib is not 64 bit ready
2203 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2206 # newlib is not 64 bit ready
2207 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2210 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss"
2213 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss"
2215 sh
*-*-pe|mips
*-*-pe|
*arm-wince-pe
)
2216 noconfigdirs
="$noconfigdirs ${libgcj}"
2217 noconfigdirs
="$noconfigdirs target-examples"
2218 noconfigdirs
="$noconfigdirs target-libiberty texinfo send-pr"
2219 noconfigdirs
="$noconfigdirs tcl tk itcl libgui sim"
2220 noconfigdirs
="$noconfigdirs expect dejagnu"
2221 # the C++ libraries don't build on top of CE's C libraries
2222 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
2223 noconfigdirs
="$noconfigdirs target-newlib"
2225 *-*-cygwin*) ;; # keep gdb and readline
2226 *) noconfigdirs
="$noconfigdirs gdb readline"
2231 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2235 arm-
*-coff | strongarm-
*-coff | xscale-
*-coff)
2236 noconfigdirs
="$noconfigdirs ${libgcj}"
2238 arm-
*-elf* | strongarm-
*-elf* | xscale-
*-elf* | arm
*-*-eabi* )
2239 noconfigdirs
="$noconfigdirs target-libffi target-qthreads"
2241 arm
*-*-linux-gnueabi)
2242 noconfigdirs
="$noconfigdirs target-libffi target-qthreads"
2243 noconfigdirs
="$noconfigdirs target-libjava target-libobjc"
2244 case ${with_newlib} in
2245 no
) noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2249 noconfigdirs
="$noconfigdirs ${libgcj} target-libiberty"
2252 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2255 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2258 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2261 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2264 noconfigdirs
="$noconfigdirs ld target-libgloss ${libgcj}"
2267 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2270 noconfigdirs
="$noconfigdirs gdb"
2271 if test x
${is_cross_compiler} != xno
; then
2272 target_configdirs
="${target_configdirs} target-bsp target-cygmon"
2275 c4x-
*-* | tic4x-
*-*)
2276 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2278 c54x
*-*-* | tic54x-
*-*)
2279 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
2281 cris-
*-* | crisv32-
*-*)
2282 unsupported_languages
="$unsupported_languages java"
2285 unsupported_languages
="$unsupported_languages fortran"
2286 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc";;
2288 unsupported_languages
="$unsupported_languages fortran"
2289 noconfigdirs
="$noconfigdirs target-boehm-gc";;
2291 noconfigdirs
="$noconfigdirs target-newlib target-libgloss";;
2293 unsupported_languages
="$unsupported_languages fortran"
2294 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
2298 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-mudflap ${libgcj}"
2301 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2304 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2307 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2310 noconfigdirs
="$noconfigdirs ${libgcj}"
2313 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2316 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2318 hppa1.1
-*-osf* | hppa1.1
-*-bsd* )
2320 hppa
*64*-*-linux* | parisc
*64*-*-linux*)
2321 # In this case, it's because the hppa64-linux target is for
2322 # the kernel only at this point and has no libc, and thus no
2323 # headers, crt*.o, etc., all of which are needed by these.
2324 noconfigdirs
="$noconfigdirs target-zlib"
2326 parisc
*-*-linux* | hppa
*-*-linux*)
2330 hppa
*-*-openbsd* | \
2332 noconfigdirs
="$noconfigdirs ${libgcj}"
2335 noconfigdirs
="$noconfigdirs ld shellutils"
2338 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
2339 # build on HP-UX 10.20.
2340 noconfigdirs
="$noconfigdirs ld shellutils ${libgcj}"
2343 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2346 # No gdb support yet.
2347 noconfigdirs
="$noconfigdirs readline mmalloc libgui itcl gdb"
2350 # No gdb or ld support yet.
2351 noconfigdirs
="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld"
2355 i
[3456789]86-*-coff | i
[3456789]86-*-elf)
2356 noconfigdirs
="$noconfigdirs ${libgcj}"
2358 i
[3456789]86-*-linux*)
2359 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
2360 # not build java stuff by default.
2363 noconfigdirs
="$noconfigdirs ${libgcj}";;
2366 # This section makes it possible to build newlib natively on linux.
2367 # If we are using a cross compiler then don't configure newlib.
2368 if test x
${is_cross_compiler} != xno
; then
2369 noconfigdirs
="$noconfigdirs target-newlib"
2371 noconfigdirs
="$noconfigdirs target-libgloss"
2372 # If we are not using a cross compiler, do configure newlib.
2373 # Note however, that newlib will only be configured in this situation
2374 # if the --with-newlib option has been given, because otherwise
2375 # 'target-newlib' will appear in skipdirs.
2377 i
[3456789]86-*-mingw32*)
2378 target_configdirs
="$target_configdirs target-winsup"
2379 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
2382 target_configdirs
="$target_configdirs target-winsup"
2383 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
2386 target_configdirs
="$target_configdirs target-libtermcap target-winsup"
2387 noconfigdirs
="$noconfigdirs target-gperf target-libgloss ${libgcj}"
2388 # always build newlib if winsup directory is present.
2389 if test -d "$srcdir/winsup/cygwin"; then
2390 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
2391 elif test -d "$srcdir/newlib"; then
2392 echo "Warning: winsup/cygwin is missing so newlib can't be built."
2395 i
[3456789]86-moss-msdos | i
[3456789]86-*-moss* | \
2396 i
[3456789]86-*-uwin* | i
[3456789]86-*-interix* )
2399 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2401 i
[3456789]86-*-sco3.2v5
*)
2402 # The linker does not yet know about weak symbols in COFF,
2403 # and is not configured to handle mixed ELF and COFF.
2404 noconfigdirs
="$noconfigdirs ld target-libgloss ${libgcj}"
2406 i
[3456789]86-*-sco*)
2407 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2409 i
[3456789]86-*-solaris2*)
2410 noconfigdirs
="$noconfigdirs target-libgloss"
2412 i
[3456789]86-*-sysv4*)
2413 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2415 i
[3456789]86-*-beos*)
2416 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
2418 i
[3456789]86-*-rdos*)
2419 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
2422 noconfigdirs
="$noconfigdirs ${libgcj}"
2424 m68hc11-
*-*|m6811-
*-*|m68hc12-
*-*|m6812-
*-*)
2425 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2428 noconfigdirs
="$noconfigdirs ${libgcj}"
2431 noconfigdirs
="$noconfigdirs ${libgcj}"
2434 # The EPOC C++ environment does not support exceptions or rtti,
2435 # and so building libstdc++-v3 tends not to always work.
2436 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
2439 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
2440 unsupported_languages
="$unsupported_languages fortran java"
2443 noconfigdirs
="$noconfigdirs ${libgcj}"
2446 noconfigdirs
="$noconfigdirs ${libgcj}"
2449 noconfigdirs
="$noconfigdirs sim"
2452 # copied from rs6000-*-* entry
2453 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
2455 powerpc
*-*-winnt* | powerpc
*-*-pe* | ppc
*-*-pe)
2456 target_configdirs
="$target_configdirs target-winsup"
2457 noconfigdirs
="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
2458 # always build newlib.
2459 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
2461 # This is temporary until we can link against shared libraries
2462 powerpcle-
*-solaris*)
2463 noconfigdirs
="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
2466 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
2469 noconfigdirs
="$noconfigdirs ${libgcj}"
2471 powerpc-
*-eabi* | powerpcle-
*-eabi* | powerpc-
*-rtems* )
2474 noconfigdirs
="$noconfigdirs target-newlib gprof ${libgcj}"
2477 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
2480 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
2483 noconfigdirs
="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
2486 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2489 # Linking libjava exceeds command-line length limits on at least
2490 # IRIX 6.2, but not on IRIX 6.5.
2491 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
2492 # <oldham@codesourcery.com>
2493 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2496 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2499 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2502 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2505 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
2508 noconfigdirs
="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
2512 i
[3456789]86-*-vsta) ;; # don't add gprof back in
2513 i
[3456789]86-*-go32*) ;; # don't add gprof back in
2514 i
[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
2515 *) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
2517 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2520 noconfigdirs
="$noconfigdirs ${libgcj}"
2523 noconfigdirs
="$noconfigdirs ${libgcj}"
2526 noconfigdirs
="$noconfigdirs ${libgcj}"
2529 noconfigdirs
="$noconfigdirs ${libgcj}"
2530 if test x
${is_cross_compiler} != xno
; then
2531 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
2536 sparc-
*-solaris2.
[0-6] | sparc-
*-solaris2.
[0-6].
*)
2537 noconfigdirs
="$noconfigdirs ${libgcj}"
2539 sparc-
*-solaris* | sparc64-
*-solaris* | sparcv9-
*-solaris*)
2542 skipdirs
="target-libssp"
2545 noconfigdirs
="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
2548 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2551 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2554 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2557 noconfigdirs
="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
2560 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2563 noconfigdirs
="$noconfigdirs ${libgcj}"
2566 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2568 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
2569 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2572 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2575 noconfigdirs
="$noconfigdirs ${libgcj}"
2579 # If we aren't building newlib, then don't build libgloss, since libgloss
2580 # depends upon some newlib header files.
2581 case "${noconfigdirs}" in
2582 *target-libgloss
*) ;;
2583 *target-newlib
*) noconfigdirs
="$noconfigdirs target-libgloss" ;;
2586 # Work in distributions that contain no compiler tools, like Autoconf.
2588 host_makefile_frag
=/dev
/null
2589 if test -d ${srcdir}/config
; then
2592 # Avoid "too much defining" errors from HPUX compiler.
2593 tentative_cc
="cc -Wp,-H256000"
2594 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
2595 # If it's HP/UX ar, this should be harmless.
2599 tentative_cc
="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
2602 #None of the Apollo compilers can compile gas or binutils. The preprocessor
2603 # chokes on bfd, the compiler won't let you assign integers to enums, and
2604 # other problems. Defining CC to gcc is a questionable way to say "don't use
2605 # the apollo compiler" (the preferred version of GCC could be called cc,
2606 # or whatever), but I'm not sure leaving CC as cc is any better...
2607 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
2608 # Used to have BISON=yacc.
2612 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
2615 # Under CX/UX, we want to tell the compiler to use ANSI mode.
2616 tentative_cc
="cc -Xa"
2617 host_makefile_frag
="config/mh-cxux"
2619 m88k-motorola-sysv
*)
2622 tentative_cc
="cc -Wf,-XNg1000"
2623 host_makefile_frag
="config/mh-decstation"
2626 # The C compiler on NEC MIPS SVR4 needs bigger tables.
2627 tentative_cc
="cc -ZXNd=5000 -ZXNg=1000"
2628 host_makefile_frag
="config/mh-necv4"
2631 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
2632 # environment. Also bump switch table size so that cp-parse will
2633 # compile. Bump string length limit so linker builds.
2634 tentative_cc
="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
2637 host_makefile_frag
="config/mh-sysv4"
2640 # This is for a MIPS running RISC/os 4.52C.
2642 # This is needed for GDB, but needs to be in the top-level make because
2643 # if a library is compiled with the bsd headers and gets linked with the
2644 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
2645 # a different size).
2646 # ptrace(2) apparently has problems in the BSD environment. No workaround is
2647 # known except to select the sysv environment. Could we use /proc instead?
2648 # These "sysv environments" and "bsd environments" often end up being a pain.
2650 # This is not part of CFLAGS because perhaps not all C compilers have this
2652 tentative_cc
="cc -systype sysv"
2657 i
[3456789]86-*-sysv5*)
2658 host_makefile_frag
="config/mh-sysv5"
2660 i
[3456789]86-*-dgux*)
2661 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
2662 host_makefile_frag
="config/mh-dgux386"
2664 i
[3456789]86-ncr-sysv4.3
*)
2665 # The MetaWare compiler will generate a copyright message unless you
2666 # turn it off by adding the -Hnocopyr flag.
2667 tentative_cc
="cc -Hnocopyr"
2669 i
[3456789]86-ncr-sysv4*)
2670 # for an NCR 3000 (i486/SVR4) system.
2671 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
2672 # This compiler not only emits obnoxious copyright messages every time
2673 # you run it, but it chokes and dies on a whole bunch of GNU source
2674 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
2675 tentative_cc
="/usr/ccs/ATT/cc"
2676 host_makefile_frag
="config/mh-ncr3000"
2678 i
[3456789]86-*-sco3.2v5
*)
2680 i
[3456789]86-*-sco*)
2681 # The native C compiler botches some simple uses of const. Unfortunately,
2682 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
2683 tentative_cc
="cc -Dconst="
2684 host_makefile_frag
="config/mh-sco"
2686 i
[3456789]86-*-udk*)
2687 host_makefile_frag
="config/mh-sysv5"
2689 i
[3456789]86-*-solaris2*)
2690 host_makefile_frag
="config/mh-sysv4"
2692 i
[3456789]86-*-msdosdjgpp*)
2693 host_makefile_frag
="config/mh-djgpp"
2696 host_makefile_frag
="config/mh-cygwin"
2703 host_makefile_frag
="config/mh-interix"
2706 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
2710 host_makefile_frag
="config/mh-solaris"
2713 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
2714 # without overflowing the jump tables (-J says to use a 32 bit table)
2715 tentative_cc
="cc -J"
2718 tentative_cc
="cc -Wp,-H256000"
2721 tentative_cc
="cc -Wp,-H256000"
2724 # /bin/cc is less than useful for our purposes. Always use GCC
2725 tentative_cc
="/usr/cygnus/progressive/bin/gcc"
2726 host_makefile_frag
="config/mh-lynxrs6k"
2729 host_makefile_frag
="config/mh-ppc-darwin"
2732 host_makefile_frag
="config/mh-ppc-aix"
2735 host_makefile_frag
="config/mh-ppc-aix"
2738 # /bin/cc is less than useful for our purposes. Always use GCC
2739 tentative_cc
="/bin/gcc"
2742 host_makefile_frag
="config/mh-sysv4"
2744 # This is placed last to prevent interfering with the cases above.
2746 # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
2747 host_makefile_frag
="config/mh-x86omitfp"
2752 # If we aren't going to be using gcc, see if we can extract a definition
2753 # of CC from the fragment.
2754 # Actually, use the 'pre-extracted' version above.
2755 if test -z "${CC}" && test "${build}" = "${host}" ; then
2756 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
2758 for dir
in $PATH; do
2759 test -z "$dir" && dir
=.
2760 if test -f $dir/gcc
; then
2766 if test -z "${found}" && test -n "${tentative_cc}" ; then
2771 if test "${build}" != "${host}" ; then
2772 CC_FOR_BUILD
=${CC_FOR_BUILD-gcc}
2774 CC_FOR_BUILD
="\$(CC)"
2778 ac_cpp
='$CPP $CPPFLAGS'
2779 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2780 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2781 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2782 if test -n "$ac_tool_prefix"; then
2783 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2784 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2785 echo "$as_me:$LINENO: checking for $ac_word" >&5
2786 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2787 if test "${ac_cv_prog_CC+set}" = set; then
2788 echo $ECHO_N "(cached) $ECHO_C" >&6
2790 if test -n "$CC"; then
2791 ac_cv_prog_CC
="$CC" # Let the user override the test.
2793 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2797 test -z "$as_dir" && as_dir
=.
2798 for ac_exec_ext
in '' $ac_executable_extensions; do
2799 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2800 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2801 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2810 if test -n "$CC"; then
2811 echo "$as_me:$LINENO: result: $CC" >&5
2812 echo "${ECHO_T}$CC" >&6
2814 echo "$as_me:$LINENO: result: no" >&5
2815 echo "${ECHO_T}no" >&6
2819 if test -z "$ac_cv_prog_CC"; then
2821 # Extract the first word of "gcc", so it can be a program name with args.
2822 set dummy gcc
; ac_word
=$2
2823 echo "$as_me:$LINENO: checking for $ac_word" >&5
2824 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2825 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2826 echo $ECHO_N "(cached) $ECHO_C" >&6
2828 if test -n "$ac_ct_CC"; then
2829 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2831 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2835 test -z "$as_dir" && as_dir
=.
2836 for ac_exec_ext
in '' $ac_executable_extensions; do
2837 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2838 ac_cv_prog_ac_ct_CC
="gcc"
2839 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2847 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2848 if test -n "$ac_ct_CC"; then
2849 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2850 echo "${ECHO_T}$ac_ct_CC" >&6
2852 echo "$as_me:$LINENO: result: no" >&5
2853 echo "${ECHO_T}no" >&6
2861 if test -z "$CC"; then
2862 if test -n "$ac_tool_prefix"; then
2863 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2864 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2865 echo "$as_me:$LINENO: checking for $ac_word" >&5
2866 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2867 if test "${ac_cv_prog_CC+set}" = set; then
2868 echo $ECHO_N "(cached) $ECHO_C" >&6
2870 if test -n "$CC"; then
2871 ac_cv_prog_CC
="$CC" # Let the user override the test.
2873 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2877 test -z "$as_dir" && as_dir
=.
2878 for ac_exec_ext
in '' $ac_executable_extensions; do
2879 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2880 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2881 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2890 if test -n "$CC"; then
2891 echo "$as_me:$LINENO: result: $CC" >&5
2892 echo "${ECHO_T}$CC" >&6
2894 echo "$as_me:$LINENO: result: no" >&5
2895 echo "${ECHO_T}no" >&6
2899 if test -z "$ac_cv_prog_CC"; then
2901 # Extract the first word of "cc", so it can be a program name with args.
2902 set dummy cc
; ac_word
=$2
2903 echo "$as_me:$LINENO: checking for $ac_word" >&5
2904 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2905 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2906 echo $ECHO_N "(cached) $ECHO_C" >&6
2908 if test -n "$ac_ct_CC"; then
2909 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2911 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2915 test -z "$as_dir" && as_dir
=.
2916 for ac_exec_ext
in '' $ac_executable_extensions; do
2917 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2918 ac_cv_prog_ac_ct_CC
="cc"
2919 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2927 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2928 if test -n "$ac_ct_CC"; then
2929 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2930 echo "${ECHO_T}$ac_ct_CC" >&6
2932 echo "$as_me:$LINENO: result: no" >&5
2933 echo "${ECHO_T}no" >&6
2942 if test -z "$CC"; then
2943 # Extract the first word of "cc", so it can be a program name with args.
2944 set dummy cc
; ac_word
=$2
2945 echo "$as_me:$LINENO: checking for $ac_word" >&5
2946 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2947 if test "${ac_cv_prog_CC+set}" = set; then
2948 echo $ECHO_N "(cached) $ECHO_C" >&6
2950 if test -n "$CC"; then
2951 ac_cv_prog_CC
="$CC" # Let the user override the test.
2954 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2958 test -z "$as_dir" && as_dir
=.
2959 for ac_exec_ext
in '' $ac_executable_extensions; do
2960 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2961 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2962 ac_prog_rejected
=yes
2966 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2972 if test $ac_prog_rejected = yes; then
2973 # We found a bogon in the path, so make sure we never use it.
2974 set dummy
$ac_cv_prog_CC
2976 if test $# != 0; then
2977 # We chose a different compiler from the bogus one.
2978 # However, it has the same basename, so the bogon will be chosen
2979 # first if we set CC to just the basename; use the full file name.
2981 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2987 if test -n "$CC"; then
2988 echo "$as_me:$LINENO: result: $CC" >&5
2989 echo "${ECHO_T}$CC" >&6
2991 echo "$as_me:$LINENO: result: no" >&5
2992 echo "${ECHO_T}no" >&6
2996 if test -z "$CC"; then
2997 if test -n "$ac_tool_prefix"; then
3000 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3001 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3002 echo "$as_me:$LINENO: checking for $ac_word" >&5
3003 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3004 if test "${ac_cv_prog_CC+set}" = set; then
3005 echo $ECHO_N "(cached) $ECHO_C" >&6
3007 if test -n "$CC"; then
3008 ac_cv_prog_CC
="$CC" # Let the user override the test.
3010 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3014 test -z "$as_dir" && as_dir
=.
3015 for ac_exec_ext
in '' $ac_executable_extensions; do
3016 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3017 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3018 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3027 if test -n "$CC"; then
3028 echo "$as_me:$LINENO: result: $CC" >&5
3029 echo "${ECHO_T}$CC" >&6
3031 echo "$as_me:$LINENO: result: no" >&5
3032 echo "${ECHO_T}no" >&6
3035 test -n "$CC" && break
3038 if test -z "$CC"; then
3042 # Extract the first word of "$ac_prog", so it can be a program name with args.
3043 set dummy
$ac_prog; ac_word
=$2
3044 echo "$as_me:$LINENO: checking for $ac_word" >&5
3045 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3046 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3047 echo $ECHO_N "(cached) $ECHO_C" >&6
3049 if test -n "$ac_ct_CC"; then
3050 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3052 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3056 test -z "$as_dir" && as_dir
=.
3057 for ac_exec_ext
in '' $ac_executable_extensions; do
3058 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3059 ac_cv_prog_ac_ct_CC
="$ac_prog"
3060 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3068 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3069 if test -n "$ac_ct_CC"; then
3070 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3071 echo "${ECHO_T}$ac_ct_CC" >&6
3073 echo "$as_me:$LINENO: result: no" >&5
3074 echo "${ECHO_T}no" >&6
3077 test -n "$ac_ct_CC" && break
3086 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3087 See \`config.log' for more details." >&5
3088 echo "$as_me: error: no acceptable C compiler found in \$PATH
3089 See \`config.log' for more details." >&2;}
3090 { (exit 1); exit 1; }; }
3092 # Provide some information about the compiler.
3093 echo "$as_me:$LINENO:" \
3094 "checking for C compiler version" >&5
3095 ac_compiler
=`set X $ac_compile; echo $2`
3096 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3097 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3100 (exit $ac_status); }
3101 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3102 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3105 (exit $ac_status); }
3106 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3107 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3110 (exit $ac_status); }
3112 cat >conftest.
$ac_ext <<_ACEOF
3115 cat confdefs.h
>>conftest.
$ac_ext
3116 cat >>conftest.
$ac_ext <<_ACEOF
3117 /* end confdefs.h. */
3127 ac_clean_files_save
=$ac_clean_files
3128 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
3129 # Try to create an executable without -o first, disregard a.out.
3130 # It will help us diagnose broken compilers, and finding out an intuition
3132 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3133 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
3134 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3135 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
3136 (eval $ac_link_default) 2>&5
3138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3139 (exit $ac_status); }; then
3140 # Find the output, starting from the most likely. This scheme is
3141 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
3144 # Be careful to initialize this variable, since it used to be cached.
3145 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
3147 # b.out is created by i960 compilers.
3148 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
3150 test -f "$ac_file" ||
continue
3152 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
3155 # This is the source file.
3158 # We found the default executable, but exeext='' is most
3162 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3163 # FIXME: I believe we export ac_cv_exeext for Libtool,
3164 # but it would be cool to find out if it's true. Does anybody
3165 # maintain Libtool? --akim.
3173 echo "$as_me: failed program was:" >&5
3174 sed 's/^/| /' conftest.
$ac_ext >&5
3176 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
3177 See \`config.log' for more details." >&5
3178 echo "$as_me: error: C compiler cannot create executables
3179 See \`config.log' for more details." >&2;}
3180 { (exit 77); exit 77; }; }
3183 ac_exeext
=$ac_cv_exeext
3184 echo "$as_me:$LINENO: result: $ac_file" >&5
3185 echo "${ECHO_T}$ac_file" >&6
3187 # Check the compiler produces executables we can run. If not, either
3188 # the compiler is broken, or we cross compile.
3189 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3190 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
3191 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3192 # If not cross compiling, check that we can run a simple program.
3193 if test "$cross_compiling" != yes; then
3194 if { ac_try
='./$ac_file'
3195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3199 (exit $ac_status); }; }; then
3202 if test "$cross_compiling" = maybe
; then
3205 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3206 If you meant to cross compile, use \`--host'.
3207 See \`config.log' for more details." >&5
3208 echo "$as_me: error: cannot run C compiled programs.
3209 If you meant to cross compile, use \`--host'.
3210 See \`config.log' for more details." >&2;}
3211 { (exit 1); exit 1; }; }
3215 echo "$as_me:$LINENO: result: yes" >&5
3216 echo "${ECHO_T}yes" >&6
3218 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
3219 ac_clean_files
=$ac_clean_files_save
3220 # Check the compiler produces executables we can run. If not, either
3221 # the compiler is broken, or we cross compile.
3222 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3223 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
3224 echo "$as_me:$LINENO: result: $cross_compiling" >&5
3225 echo "${ECHO_T}$cross_compiling" >&6
3227 echo "$as_me:$LINENO: checking for suffix of executables" >&5
3228 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
3229 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3230 (eval $ac_link) 2>&5
3232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3233 (exit $ac_status); }; then
3234 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3235 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3236 # work properly (i.e., refer to `conftest.exe'), while it won't with
3238 for ac_file
in conftest.exe conftest conftest.
*; do
3239 test -f "$ac_file" ||
continue
3241 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
3242 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3249 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3250 See \`config.log' for more details." >&5
3251 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3252 See \`config.log' for more details." >&2;}
3253 { (exit 1); exit 1; }; }
3256 rm -f conftest
$ac_cv_exeext
3257 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3258 echo "${ECHO_T}$ac_cv_exeext" >&6
3260 rm -f conftest.
$ac_ext
3261 EXEEXT
=$ac_cv_exeext
3263 echo "$as_me:$LINENO: checking for suffix of object files" >&5
3264 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
3265 if test "${ac_cv_objext+set}" = set; then
3266 echo $ECHO_N "(cached) $ECHO_C" >&6
3268 cat >conftest.
$ac_ext <<_ACEOF
3271 cat confdefs.h
>>conftest.
$ac_ext
3272 cat >>conftest.
$ac_ext <<_ACEOF
3273 /* end confdefs.h. */
3283 rm -f conftest.o conftest.obj
3284 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3285 (eval $ac_compile) 2>&5
3287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3288 (exit $ac_status); }; then
3289 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
3291 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
3292 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
3297 echo "$as_me: failed program was:" >&5
3298 sed 's/^/| /' conftest.
$ac_ext >&5
3300 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3301 See \`config.log' for more details." >&5
3302 echo "$as_me: error: cannot compute suffix of object files: cannot compile
3303 See \`config.log' for more details." >&2;}
3304 { (exit 1); exit 1; }; }
3307 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
3309 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3310 echo "${ECHO_T}$ac_cv_objext" >&6
3311 OBJEXT
=$ac_cv_objext
3313 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3314 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
3315 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3316 echo $ECHO_N "(cached) $ECHO_C" >&6
3318 cat >conftest.
$ac_ext <<_ACEOF
3321 cat confdefs.h
>>conftest.
$ac_ext
3322 cat >>conftest.
$ac_ext <<_ACEOF
3323 /* end confdefs.h. */
3336 rm -f conftest.
$ac_objext
3337 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3338 (eval $ac_compile) 2>conftest.er1
3340 grep -v '^ *+' conftest.er1
>conftest.err
3342 cat conftest.err
>&5
3343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3344 (exit $ac_status); } &&
3345 { ac_try
='test -z "$ac_c_werror_flag"
3346 || test ! -s conftest.err'
3347 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3351 (exit $ac_status); }; } &&
3352 { ac_try
='test -s conftest.$ac_objext'
3353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3357 (exit $ac_status); }; }; then
3360 echo "$as_me: failed program was:" >&5
3361 sed 's/^/| /' conftest.
$ac_ext >&5
3365 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3366 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
3369 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3370 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3371 GCC
=`test $ac_compiler_gnu = yes && echo yes`
3372 ac_test_CFLAGS
=${CFLAGS+set}
3373 ac_save_CFLAGS
=$CFLAGS
3375 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3376 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3377 if test "${ac_cv_prog_cc_g+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. */
3395 rm -f conftest.
$ac_objext
3396 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3397 (eval $ac_compile) 2>conftest.er1
3399 grep -v '^ *+' conftest.er1
>conftest.err
3401 cat conftest.err
>&5
3402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3403 (exit $ac_status); } &&
3404 { ac_try
='test -z "$ac_c_werror_flag"
3405 || test ! -s conftest.err'
3406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3410 (exit $ac_status); }; } &&
3411 { ac_try
='test -s conftest.$ac_objext'
3412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3416 (exit $ac_status); }; }; then
3419 echo "$as_me: failed program was:" >&5
3420 sed 's/^/| /' conftest.
$ac_ext >&5
3424 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3426 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3427 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3428 if test "$ac_test_CFLAGS" = set; then
3429 CFLAGS
=$ac_save_CFLAGS
3430 elif test $ac_cv_prog_cc_g = yes; then
3431 if test "$GCC" = yes; then
3437 if test "$GCC" = yes; then
3443 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3444 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3445 if test "${ac_cv_prog_cc_stdc+set}" = set; then
3446 echo $ECHO_N "(cached) $ECHO_C" >&6
3448 ac_cv_prog_cc_stdc
=no
3450 cat >conftest.
$ac_ext <<_ACEOF
3453 cat confdefs.h
>>conftest.
$ac_ext
3454 cat >>conftest.
$ac_ext <<_ACEOF
3455 /* end confdefs.h. */
3458 #include <sys/types.h>
3459 #include <sys/stat.h>
3460 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3461 struct buf { int x; };
3462 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3463 static char *e (p, i)
3469 static char *f (char * (*g) (char **, int), char **p, ...)
3474 s = g (p, va_arg (v,int));
3479 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3480 function prototypes and stuff, but not '\xHH' hex character constants.
3481 These don't provoke an error unfortunately, instead are silently treated
3482 as 'x'. The following induces an error, until -std1 is added to get
3483 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3484 array size at least. It's necessary to write '\x00'==0 to get something
3485 that's true only with -std1. */
3486 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3488 int test (int i, double x);
3489 struct s1 {int (*f) (int a);};
3490 struct s2 {int (*f) (double a);};
3491 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3497 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3502 # Don't try gcc -ansi; that turns off useful extensions and
3503 # breaks some systems' header files.
3504 # AIX -qlanglvl=ansi
3505 # Ultrix and OSF/1 -std1
3506 # HP-UX 10.20 and later -Ae
3507 # HP-UX older versions -Aa -D_HPUX_SOURCE
3508 # SVR4 -Xc -D__EXTENSIONS__
3509 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3511 CC
="$ac_save_CC $ac_arg"
3512 rm -f conftest.
$ac_objext
3513 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3514 (eval $ac_compile) 2>conftest.er1
3516 grep -v '^ *+' conftest.er1
>conftest.err
3518 cat conftest.err
>&5
3519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3520 (exit $ac_status); } &&
3521 { ac_try
='test -z "$ac_c_werror_flag"
3522 || test ! -s conftest.err'
3523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3527 (exit $ac_status); }; } &&
3528 { ac_try
='test -s conftest.$ac_objext'
3529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3533 (exit $ac_status); }; }; then
3534 ac_cv_prog_cc_stdc
=$ac_arg
3537 echo "$as_me: failed program was:" >&5
3538 sed 's/^/| /' conftest.
$ac_ext >&5
3541 rm -f conftest.err conftest.
$ac_objext
3543 rm -f conftest.
$ac_ext conftest.
$ac_objext
3548 case "x$ac_cv_prog_cc_stdc" in
3550 echo "$as_me:$LINENO: result: none needed" >&5
3551 echo "${ECHO_T}none needed" >&6 ;;
3553 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3554 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3555 CC
="$CC $ac_cv_prog_cc_stdc" ;;
3558 # Some people use a C++ compiler to compile C. Since we use `exit',
3559 # in C++ we need to declare it. In case someone uses the same compiler
3560 # for both compiling C and C++ we need to have the C++ compiler decide
3561 # the declaration of exit, since it's the most demanding environment.
3562 cat >conftest.
$ac_ext <<_ACEOF
3567 rm -f conftest.
$ac_objext
3568 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3569 (eval $ac_compile) 2>conftest.er1
3571 grep -v '^ *+' conftest.er1
>conftest.err
3573 cat conftest.err
>&5
3574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3575 (exit $ac_status); } &&
3576 { ac_try
='test -z "$ac_c_werror_flag"
3577 || test ! -s conftest.err'
3578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3582 (exit $ac_status); }; } &&
3583 { ac_try
='test -s conftest.$ac_objext'
3584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3588 (exit $ac_status); }; }; then
3589 for ac_declaration
in \
3591 'extern "C" void std::exit (int) throw (); using std::exit;' \
3592 'extern "C" void std::exit (int); using std::exit;' \
3593 'extern "C" void exit (int) throw ();' \
3594 'extern "C" void exit (int);' \
3597 cat >conftest.
$ac_ext <<_ACEOF
3600 cat confdefs.h
>>conftest.
$ac_ext
3601 cat >>conftest.
$ac_ext <<_ACEOF
3602 /* end confdefs.h. */
3613 rm -f conftest.
$ac_objext
3614 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3615 (eval $ac_compile) 2>conftest.er1
3617 grep -v '^ *+' conftest.er1
>conftest.err
3619 cat conftest.err
>&5
3620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3621 (exit $ac_status); } &&
3622 { ac_try
='test -z "$ac_c_werror_flag"
3623 || test ! -s conftest.err'
3624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3628 (exit $ac_status); }; } &&
3629 { ac_try
='test -s conftest.$ac_objext'
3630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3634 (exit $ac_status); }; }; then
3637 echo "$as_me: failed program was:" >&5
3638 sed 's/^/| /' conftest.
$ac_ext >&5
3642 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3643 cat >conftest.
$ac_ext <<_ACEOF
3646 cat confdefs.h
>>conftest.
$ac_ext
3647 cat >>conftest.
$ac_ext <<_ACEOF
3648 /* end confdefs.h. */
3658 rm -f conftest.
$ac_objext
3659 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3660 (eval $ac_compile) 2>conftest.er1
3662 grep -v '^ *+' conftest.er1
>conftest.err
3664 cat conftest.err
>&5
3665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3666 (exit $ac_status); } &&
3667 { ac_try
='test -z "$ac_c_werror_flag"
3668 || test ! -s conftest.err'
3669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3673 (exit $ac_status); }; } &&
3674 { ac_try
='test -s conftest.$ac_objext'
3675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3679 (exit $ac_status); }; }; then
3682 echo "$as_me: failed program was:" >&5
3683 sed 's/^/| /' conftest.
$ac_ext >&5
3686 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3689 if test -n "$ac_declaration"; then
3690 echo '#ifdef __cplusplus' >>confdefs.h
3691 echo $ac_declaration >>confdefs.h
3692 echo '#endif' >>confdefs.h
3696 echo "$as_me: failed program was:" >&5
3697 sed 's/^/| /' conftest.
$ac_ext >&5
3700 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3702 ac_cpp
='$CPP $CPPFLAGS'
3703 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3704 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3705 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3708 ac_cpp
='$CXXCPP $CPPFLAGS'
3709 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3710 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3711 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
3712 if test -n "$ac_tool_prefix"; then
3713 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3715 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3716 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3717 echo "$as_me:$LINENO: checking for $ac_word" >&5
3718 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3719 if test "${ac_cv_prog_CXX+set}" = set; then
3720 echo $ECHO_N "(cached) $ECHO_C" >&6
3722 if test -n "$CXX"; then
3723 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
3725 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3729 test -z "$as_dir" && as_dir
=.
3730 for ac_exec_ext
in '' $ac_executable_extensions; do
3731 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3732 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
3733 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3742 if test -n "$CXX"; then
3743 echo "$as_me:$LINENO: result: $CXX" >&5
3744 echo "${ECHO_T}$CXX" >&6
3746 echo "$as_me:$LINENO: result: no" >&5
3747 echo "${ECHO_T}no" >&6
3750 test -n "$CXX" && break
3753 if test -z "$CXX"; then
3755 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3757 # Extract the first word of "$ac_prog", so it can be a program name with args.
3758 set dummy
$ac_prog; ac_word
=$2
3759 echo "$as_me:$LINENO: checking for $ac_word" >&5
3760 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3761 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3762 echo $ECHO_N "(cached) $ECHO_C" >&6
3764 if test -n "$ac_ct_CXX"; then
3765 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
3767 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3771 test -z "$as_dir" && as_dir
=.
3772 for ac_exec_ext
in '' $ac_executable_extensions; do
3773 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3774 ac_cv_prog_ac_ct_CXX
="$ac_prog"
3775 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3783 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
3784 if test -n "$ac_ct_CXX"; then
3785 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3786 echo "${ECHO_T}$ac_ct_CXX" >&6
3788 echo "$as_me:$LINENO: result: no" >&5
3789 echo "${ECHO_T}no" >&6
3792 test -n "$ac_ct_CXX" && break
3794 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
3800 # Provide some information about the compiler.
3801 echo "$as_me:$LINENO:" \
3802 "checking for C++ compiler version" >&5
3803 ac_compiler
=`set X $ac_compile; echo $2`
3804 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3805 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3808 (exit $ac_status); }
3809 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3810 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3813 (exit $ac_status); }
3814 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3815 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3818 (exit $ac_status); }
3820 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3821 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
3822 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3823 echo $ECHO_N "(cached) $ECHO_C" >&6
3825 cat >conftest.
$ac_ext <<_ACEOF
3828 cat confdefs.h
>>conftest.
$ac_ext
3829 cat >>conftest.
$ac_ext <<_ACEOF
3830 /* end confdefs.h. */
3843 rm -f conftest.
$ac_objext
3844 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3845 (eval $ac_compile) 2>conftest.er1
3847 grep -v '^ *+' conftest.er1
>conftest.err
3849 cat conftest.err
>&5
3850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3851 (exit $ac_status); } &&
3852 { ac_try
='test -z "$ac_cxx_werror_flag"
3853 || test ! -s conftest.err'
3854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3858 (exit $ac_status); }; } &&
3859 { ac_try
='test -s conftest.$ac_objext'
3860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3864 (exit $ac_status); }; }; then
3867 echo "$as_me: failed program was:" >&5
3868 sed 's/^/| /' conftest.
$ac_ext >&5
3872 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3873 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
3876 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3877 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
3878 GXX
=`test $ac_compiler_gnu = yes && echo yes`
3879 ac_test_CXXFLAGS
=${CXXFLAGS+set}
3880 ac_save_CXXFLAGS
=$CXXFLAGS
3882 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3883 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
3884 if test "${ac_cv_prog_cxx_g+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. */
3902 rm -f conftest.
$ac_objext
3903 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3904 (eval $ac_compile) 2>conftest.er1
3906 grep -v '^ *+' conftest.er1
>conftest.err
3908 cat conftest.err
>&5
3909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3910 (exit $ac_status); } &&
3911 { ac_try
='test -z "$ac_cxx_werror_flag"
3912 || test ! -s conftest.err'
3913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3917 (exit $ac_status); }; } &&
3918 { ac_try
='test -s conftest.$ac_objext'
3919 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3923 (exit $ac_status); }; }; then
3924 ac_cv_prog_cxx_g
=yes
3926 echo "$as_me: failed program was:" >&5
3927 sed 's/^/| /' conftest.
$ac_ext >&5
3931 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3933 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3934 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
3935 if test "$ac_test_CXXFLAGS" = set; then
3936 CXXFLAGS
=$ac_save_CXXFLAGS
3937 elif test $ac_cv_prog_cxx_g = yes; then
3938 if test "$GXX" = yes; then
3944 if test "$GXX" = yes; then
3950 for ac_declaration
in \
3952 'extern "C" void std::exit (int) throw (); using std::exit;' \
3953 'extern "C" void std::exit (int); using std::exit;' \
3954 'extern "C" void exit (int) throw ();' \
3955 'extern "C" void exit (int);' \
3958 cat >conftest.
$ac_ext <<_ACEOF
3961 cat confdefs.h
>>conftest.
$ac_ext
3962 cat >>conftest.
$ac_ext <<_ACEOF
3963 /* end confdefs.h. */
3974 rm -f conftest.
$ac_objext
3975 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3976 (eval $ac_compile) 2>conftest.er1
3978 grep -v '^ *+' conftest.er1
>conftest.err
3980 cat conftest.err
>&5
3981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3982 (exit $ac_status); } &&
3983 { ac_try
='test -z "$ac_cxx_werror_flag"
3984 || test ! -s conftest.err'
3985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3989 (exit $ac_status); }; } &&
3990 { ac_try
='test -s conftest.$ac_objext'
3991 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3995 (exit $ac_status); }; }; then
3998 echo "$as_me: failed program was:" >&5
3999 sed 's/^/| /' conftest.
$ac_ext >&5
4003 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4004 cat >conftest.
$ac_ext <<_ACEOF
4007 cat confdefs.h
>>conftest.
$ac_ext
4008 cat >>conftest.
$ac_ext <<_ACEOF
4009 /* end confdefs.h. */
4019 rm -f conftest.
$ac_objext
4020 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4021 (eval $ac_compile) 2>conftest.er1
4023 grep -v '^ *+' conftest.er1
>conftest.err
4025 cat conftest.err
>&5
4026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4027 (exit $ac_status); } &&
4028 { ac_try
='test -z "$ac_cxx_werror_flag"
4029 || test ! -s conftest.err'
4030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4034 (exit $ac_status); }; } &&
4035 { ac_try
='test -s conftest.$ac_objext'
4036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4040 (exit $ac_status); }; }; then
4043 echo "$as_me: failed program was:" >&5
4044 sed 's/^/| /' conftest.
$ac_ext >&5
4047 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4050 if test -n "$ac_declaration"; then
4051 echo '#ifdef __cplusplus' >>confdefs.h
4052 echo $ac_declaration >>confdefs.h
4053 echo '#endif' >>confdefs.h
4057 ac_cpp
='$CPP $CPPFLAGS'
4058 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4059 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4060 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4063 # We must set the default linker to the linker used by gcc for the correct
4064 # operation of libtool. If LD is not defined and we are using gcc, try to
4065 # set the LD default to the ld used by gcc.
4066 if test -z "$LD"; then
4067 if test "$GCC" = yes; then
4070 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4072 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1` ;;
4074 case $gcc_prog_ld in
4075 # Accept absolute paths.
4076 [\\/]* |
[A-Za-z
]:[\\/]*)
4077 LD
="$gcc_prog_ld" ;;
4085 if test -n "$ac_tool_prefix"; then
4086 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4087 set dummy
${ac_tool_prefix}gnatbind
; ac_word
=$2
4088 echo "$as_me:$LINENO: checking for $ac_word" >&5
4089 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4090 if test "${ac_cv_prog_GNATBIND+set}" = set; then
4091 echo $ECHO_N "(cached) $ECHO_C" >&6
4093 if test -n "$GNATBIND"; then
4094 ac_cv_prog_GNATBIND
="$GNATBIND" # Let the user override the test.
4096 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4100 test -z "$as_dir" && as_dir
=.
4101 for ac_exec_ext
in '' $ac_executable_extensions; do
4102 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4103 ac_cv_prog_GNATBIND
="${ac_tool_prefix}gnatbind"
4104 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4112 GNATBIND
=$ac_cv_prog_GNATBIND
4113 if test -n "$GNATBIND"; then
4114 echo "$as_me:$LINENO: result: $GNATBIND" >&5
4115 echo "${ECHO_T}$GNATBIND" >&6
4117 echo "$as_me:$LINENO: result: no" >&5
4118 echo "${ECHO_T}no" >&6
4122 if test -z "$ac_cv_prog_GNATBIND"; then
4123 ac_ct_GNATBIND
=$GNATBIND
4124 # Extract the first word of "gnatbind", so it can be a program name with args.
4125 set dummy gnatbind
; ac_word
=$2
4126 echo "$as_me:$LINENO: checking for $ac_word" >&5
4127 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4128 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then
4129 echo $ECHO_N "(cached) $ECHO_C" >&6
4131 if test -n "$ac_ct_GNATBIND"; then
4132 ac_cv_prog_ac_ct_GNATBIND
="$ac_ct_GNATBIND" # Let the user override the test.
4134 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4138 test -z "$as_dir" && as_dir
=.
4139 for ac_exec_ext
in '' $ac_executable_extensions; do
4140 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4141 ac_cv_prog_ac_ct_GNATBIND
="gnatbind"
4142 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4148 test -z "$ac_cv_prog_ac_ct_GNATBIND" && ac_cv_prog_ac_ct_GNATBIND
="no"
4151 ac_ct_GNATBIND
=$ac_cv_prog_ac_ct_GNATBIND
4152 if test -n "$ac_ct_GNATBIND"; then
4153 echo "$as_me:$LINENO: result: $ac_ct_GNATBIND" >&5
4154 echo "${ECHO_T}$ac_ct_GNATBIND" >&6
4156 echo "$as_me:$LINENO: result: no" >&5
4157 echo "${ECHO_T}no" >&6
4160 GNATBIND
=$ac_ct_GNATBIND
4162 GNATBIND
="$ac_cv_prog_GNATBIND"
4165 if test -n "$ac_tool_prefix"; then
4166 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4167 set dummy
${ac_tool_prefix}gnatmake
; ac_word
=$2
4168 echo "$as_me:$LINENO: checking for $ac_word" >&5
4169 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4170 if test "${ac_cv_prog_GNATMAKE+set}" = set; then
4171 echo $ECHO_N "(cached) $ECHO_C" >&6
4173 if test -n "$GNATMAKE"; then
4174 ac_cv_prog_GNATMAKE
="$GNATMAKE" # Let the user override the test.
4176 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4180 test -z "$as_dir" && as_dir
=.
4181 for ac_exec_ext
in '' $ac_executable_extensions; do
4182 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4183 ac_cv_prog_GNATMAKE
="${ac_tool_prefix}gnatmake"
4184 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4192 GNATMAKE
=$ac_cv_prog_GNATMAKE
4193 if test -n "$GNATMAKE"; then
4194 echo "$as_me:$LINENO: result: $GNATMAKE" >&5
4195 echo "${ECHO_T}$GNATMAKE" >&6
4197 echo "$as_me:$LINENO: result: no" >&5
4198 echo "${ECHO_T}no" >&6
4202 if test -z "$ac_cv_prog_GNATMAKE"; then
4203 ac_ct_GNATMAKE
=$GNATMAKE
4204 # Extract the first word of "gnatmake", so it can be a program name with args.
4205 set dummy gnatmake
; ac_word
=$2
4206 echo "$as_me:$LINENO: checking for $ac_word" >&5
4207 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4208 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then
4209 echo $ECHO_N "(cached) $ECHO_C" >&6
4211 if test -n "$ac_ct_GNATMAKE"; then
4212 ac_cv_prog_ac_ct_GNATMAKE
="$ac_ct_GNATMAKE" # Let the user override the test.
4214 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4218 test -z "$as_dir" && as_dir
=.
4219 for ac_exec_ext
in '' $ac_executable_extensions; do
4220 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4221 ac_cv_prog_ac_ct_GNATMAKE
="gnatmake"
4222 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4228 test -z "$ac_cv_prog_ac_ct_GNATMAKE" && ac_cv_prog_ac_ct_GNATMAKE
="no"
4231 ac_ct_GNATMAKE
=$ac_cv_prog_ac_ct_GNATMAKE
4232 if test -n "$ac_ct_GNATMAKE"; then
4233 echo "$as_me:$LINENO: result: $ac_ct_GNATMAKE" >&5
4234 echo "${ECHO_T}$ac_ct_GNATMAKE" >&6
4236 echo "$as_me:$LINENO: result: no" >&5
4237 echo "${ECHO_T}no" >&6
4240 GNATMAKE
=$ac_ct_GNATMAKE
4242 GNATMAKE
="$ac_cv_prog_GNATMAKE"
4245 echo "$as_me:$LINENO: checking whether compiler driver understands Ada" >&5
4246 echo $ECHO_N "checking whether compiler driver understands Ada... $ECHO_C" >&6
4247 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then
4248 echo $ECHO_N "(cached) $ECHO_C" >&6
4250 cat >conftest.adb
<<EOF
4251 procedure conftest is begin null; end conftest;
4253 acx_cv_cc_gcc_supports_ada
=no
4254 # There is a bug in old released versions of GCC which causes the
4255 # driver to exit successfully when the appropriate language module
4256 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
4257 # Therefore we must check for the error message as well as an
4258 # unsuccessful exit.
4259 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
4260 # given a .adb file, but produce no object file. So we must check
4261 # if an object file was really produced to guard against this.
4262 errors
=`(${CC} -c conftest.adb) 2>&1 || echo failure`
4263 if test x
"$errors" = x
&& test -f conftest.
$ac_objext; then
4264 acx_cv_cc_gcc_supports_ada
=yes
4268 echo "$as_me:$LINENO: result: $acx_cv_cc_gcc_supports_ada" >&5
4269 echo "${ECHO_T}$acx_cv_cc_gcc_supports_ada" >&6
4271 if test x
$GNATBIND != xno
&& test x
$GNATMAKE != xno
&& test x
$acx_cv_cc_gcc_supports_ada != xno
; then
4277 echo "$as_me:$LINENO: checking how to compare bootstrapped objects" >&5
4278 echo $ECHO_N "checking how to compare bootstrapped objects... $ECHO_C" >&6
4279 if test "${gcc_cv_prog_cmp_skip+set}" = set; then
4280 echo $ECHO_N "(cached) $ECHO_C" >&6
4284 gcc_cv_prog_cmp_skip
='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4285 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
4286 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
4289 gcc_cv_prog_cmp_skip
='cmp $$f1 $$f2 16 16'
4292 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
4293 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
4296 gcc_cv_prog_cmp_skip
='cmp --ignore-initial=16 $$f1 $$f2'
4302 echo "$as_me:$LINENO: result: $gcc_cv_prog_cmp_skip" >&5
4303 echo "${ECHO_T}$gcc_cv_prog_cmp_skip" >&6
4304 do_compare
="$gcc_cv_prog_cmp_skip"
4308 # Check for GMP and MPFR
4309 gmplibs
="-lmpfr -lgmp"
4313 # Specify a location for mpfr
4314 # check for this first so it ends up on the link line before gmp.
4316 # Check whether --with-mpfr-dir or --without-mpfr-dir was given.
4317 if test "${with_mpfr_dir+set}" = set; then
4318 withval
="$with_mpfr_dir"
4319 { { echo "$as_me:$LINENO: error: The --with-mpfr-dir=PATH option has been removed.
4320 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" >&5
4321 echo "$as_me: error: The --with-mpfr-dir=PATH option has been removed.
4322 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" >&2;}
4323 { (exit 1); exit 1; }; }
4327 # Check whether --with-mpfr or --without-mpfr was given.
4328 if test "${with_mpfr+set}" = set; then
4329 withval
="$with_mpfr"
4333 # Check whether --with-mpfr_include or --without-mpfr_include was given.
4334 if test "${with_mpfr_include+set}" = set; then
4335 withval
="$with_mpfr_include"
4339 # Check whether --with-mpfr_lib or --without-mpfr_lib was given.
4340 if test "${with_mpfr_lib+set}" = set; then
4341 withval
="$with_mpfr_lib"
4345 if test "x$with_mpfr" != x
; then
4346 gmplibs
="-L$with_mpfr/lib $gmplibs"
4347 gmpinc
="-I$with_mpfr/include"
4349 if test "x$with_mpfr_include" != x
; then
4350 gmpinc
="-I$with_mpfr_include"
4352 if test "x$with_mpfr_lib" != x
; then
4353 gmplibs
="-L$with_mpfr_lib $gmplibs"
4355 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x
&& test -d ${srcdir}/mpfr
; then
4356 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpfr/.libs -L$$r/$(HOST_SUBDIR)/mpfr/_libs '"$gmplibs"
4357 gmpinc
='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
4358 # Do not test the mpfr version. Assume that it is sufficient, since
4359 # it is in the source tree, and the library has not been built yet
4360 # but it would be included on the link line in the version check below
4361 # hence making the test fail.
4365 # Specify a location for gmp
4367 # Check whether --with-gmp-dir or --without-gmp-dir was given.
4368 if test "${with_gmp_dir+set}" = set; then
4369 withval
="$with_gmp_dir"
4370 { { echo "$as_me:$LINENO: error: The --with-gmp-dir=PATH option has been removed.
4371 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" >&5
4372 echo "$as_me: error: The --with-gmp-dir=PATH option has been removed.
4373 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" >&2;}
4374 { (exit 1); exit 1; }; }
4378 # Check whether --with-gmp or --without-gmp was given.
4379 if test "${with_gmp+set}" = set; then
4384 # Check whether --with-gmp_include or --without-gmp_include was given.
4385 if test "${with_gmp_include+set}" = set; then
4386 withval
="$with_gmp_include"
4390 # Check whether --with-gmp_lib or --without-gmp_lib was given.
4391 if test "${with_gmp_lib+set}" = set; then
4392 withval
="$with_gmp_lib"
4397 if test "x$with_gmp" != x
; then
4398 gmplibs
="-L$with_gmp/lib $gmplibs"
4399 gmpinc
="-I$with_gmp/include $gmpinc"
4401 if test "x$with_gmp_include" != x
; then
4402 gmpinc
="-I$with_gmp_include $gmpinc"
4404 if test "x$with_gmp_lib" != x
; then
4405 gmplibs
="-L$with_gmp_lib $gmplibs"
4407 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x
&& test -d ${srcdir}/gmp
; then
4408 gmplibs
='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/gmp/_libs '"$gmplibs"
4409 gmpinc
='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
4410 # Do not test the gmp version. Assume that it is sufficient, since
4411 # it is in the source tree, and the library has not been built yet
4412 # but it would be included on the link line in the version check below
4413 # hence making the test fail.
4417 if test -d ${srcdir}/gcc
&& test "x$have_gmp" = xno
; then
4419 saved_CFLAGS
="$CFLAGS"
4420 CFLAGS
="$CFLAGS $gmpinc"
4421 # Check GMP actually works
4422 echo "$as_me:$LINENO: checking for correct version of gmp.h" >&5
4423 echo $ECHO_N "checking for correct version of gmp.h... $ECHO_C" >&6
4425 cat >conftest.
$ac_ext <<_ACEOF
4428 cat confdefs.h
>>conftest.
$ac_ext
4429 cat >>conftest.
$ac_ext <<_ACEOF
4430 /* end confdefs.h. */
4436 #if __GNU_MP_VERSION < 4 || (__GNU_MP_VERSION == 4 && __GNU_MP_VERSION_MINOR < 1)
4444 rm -f conftest.
$ac_objext
4445 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4446 (eval $ac_compile) 2>conftest.er1
4448 grep -v '^ *+' conftest.er1
>conftest.err
4450 cat conftest.err
>&5
4451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4452 (exit $ac_status); } &&
4453 { ac_try
='test -z "$ac_c_werror_flag"
4454 || test ! -s conftest.err'
4455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4459 (exit $ac_status); }; } &&
4460 { ac_try
='test -s conftest.$ac_objext'
4461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4465 (exit $ac_status); }; }; then
4466 echo "$as_me:$LINENO: result: yes" >&5
4467 echo "${ECHO_T}yes" >&6
4469 echo "$as_me: failed program was:" >&5
4470 sed 's/^/| /' conftest.
$ac_ext >&5
4472 echo "$as_me:$LINENO: result: no" >&5
4473 echo "${ECHO_T}no" >&6; have_gmp
=no
4475 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4477 if test x
"$have_gmp" = xyes
; then
4479 LIBS
="$LIBS $gmplibs"
4480 echo "$as_me:$LINENO: checking for correct version of mpfr.h" >&5
4481 echo $ECHO_N "checking for correct version of mpfr.h... $ECHO_C" >&6
4482 cat >conftest.
$ac_ext <<_ACEOF
4485 cat confdefs.h
>>conftest.
$ac_ext
4486 cat >>conftest.
$ac_ext <<_ACEOF
4487 /* end confdefs.h. */
4494 #if MPFR_VERSION < MPFR_VERSION_NUM(2,2,0)
4502 mpfr_atan2 (n, n, x, GMP_RNDN);
4503 mpfr_erfc (n, x, GMP_RNDN);
4504 mpfr_subnormalize (x, t, GMP_RNDN);
4510 rm -f conftest.
$ac_objext conftest
$ac_exeext
4511 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4512 (eval $ac_link) 2>conftest.er1
4514 grep -v '^ *+' conftest.er1
>conftest.err
4516 cat conftest.err
>&5
4517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4518 (exit $ac_status); } &&
4519 { ac_try
='test -z "$ac_c_werror_flag"
4520 || test ! -s conftest.err'
4521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4525 (exit $ac_status); }; } &&
4526 { ac_try
='test -s conftest$ac_exeext'
4527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4531 (exit $ac_status); }; }; then
4532 cat >conftest.
$ac_ext <<_ACEOF
4535 cat confdefs.h
>>conftest.
$ac_ext
4536 cat >>conftest.
$ac_ext <<_ACEOF
4537 /* end confdefs.h. */
4544 #if MPFR_VERSION < MPFR_VERSION_NUM(2,2,1)
4547 mpfr_t n; mpfr_init(n);
4553 rm -f conftest.
$ac_objext conftest
$ac_exeext
4554 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4555 (eval $ac_link) 2>conftest.er1
4557 grep -v '^ *+' conftest.er1
>conftest.err
4559 cat conftest.err
>&5
4560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4561 (exit $ac_status); } &&
4562 { ac_try
='test -z "$ac_c_werror_flag"
4563 || test ! -s conftest.err'
4564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4568 (exit $ac_status); }; } &&
4569 { ac_try
='test -s conftest$ac_exeext'
4570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4574 (exit $ac_status); }; }; then
4575 echo "$as_me:$LINENO: result: yes" >&5
4576 echo "${ECHO_T}yes" >&6
4578 echo "$as_me: failed program was:" >&5
4579 sed 's/^/| /' conftest.
$ac_ext >&5
4581 echo "$as_me:$LINENO: result: buggy but acceptable" >&5
4582 echo "${ECHO_T}buggy but acceptable" >&6
4584 rm -f conftest.err conftest.
$ac_objext \
4585 conftest
$ac_exeext conftest.
$ac_ext
4587 echo "$as_me: failed program was:" >&5
4588 sed 's/^/| /' conftest.
$ac_ext >&5
4590 echo "$as_me:$LINENO: result: no" >&5
4591 echo "${ECHO_T}no" >&6; have_gmp
=no
4593 rm -f conftest.err conftest.
$ac_objext \
4594 conftest
$ac_exeext conftest.
$ac_ext
4597 CFLAGS
="$saved_CFLAGS"
4599 if test x
$have_gmp != xyes
; then
4600 { { echo "$as_me:$LINENO: error: Building GCC requires GMP 4.1+ and MPFR 2.2.1+.
4601 Try the --with-gmp and/or --with-mpfr options to specify their locations.
4602 Copies of these libraries' source code can be found at their respective
4603 hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
4604 See also http://gcc.gnu.org/install/prerequisites.html for additional info.
4605 If you obtained GMP and/or MPFR from a vendor distribution package, make
4606 sure that you have installed both the libraries and the header files.
4607 They may be located in separate packages." >&5
4608 echo "$as_me: error: Building GCC requires GMP 4.1+ and MPFR 2.2.1+.
4609 Try the --with-gmp and/or --with-mpfr options to specify their locations.
4610 Copies of these libraries' source code can be found at their respective
4611 hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
4612 See also http://gcc.gnu.org/install/prerequisites.html for additional info.
4613 If you obtained GMP and/or MPFR from a vendor distribution package, make
4614 sure that you have installed both the libraries and the header files.
4615 They may be located in separate packages." >&2;}
4616 { (exit 1); exit 1; }; }
4620 # Flags needed for both GMP and/or MPFR
4624 # By default, C is the only stage 1 language.
4625 stage1_languages
=,c
,
4627 # Figure out what language subdirectories are present.
4628 # Look if the user specified --enable-languages="..."; if not, use
4629 # the environment variable $LANGUAGES if defined. $LANGUAGES might
4631 # NB: embedded tabs in this IF block -- do not untabify
4632 if test -d ${srcdir}/gcc
; then
4633 if test x
"${enable_languages+set}" != xset
; then
4634 if test x
"${LANGUAGES+set}" = xset
; then
4635 enable_languages
="${LANGUAGES}"
4636 echo configure.
in: warning
: setting LANGUAGES is deprecated
, use
--enable-languages instead
1>&2
4638 enable_languages
=all
4641 if test x
"${enable_languages}" = x ||
4642 test x
"${enable_languages}" = xyes
;
4644 echo configure.
in: --enable-languages needs
at least one language argument
1>&2
4648 enable_languages
=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
4650 # 'f95' is the old name for the 'fortran' language. We issue a warning
4651 # and make the substitution.
4652 case ,${enable_languages}, in
4654 echo configure.
in: warning
: 'f95' as language name is deprecated
, use
'fortran' instead
1>&2
4655 enable_languages
=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
4659 # First scan to see if an enabled language requires some other language.
4660 # We assume that a given config-lang.in will list all the language
4661 # front ends it requires, even if some are required indirectly.
4662 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
4663 case ${lang_frag} in
4665 # The odd quoting in the next line works around
4666 # an apparent bug in bash 1.12 on linux.
4667 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
4669 # From the config-lang.in, get $language, $lang_requires
4673 for other
in ${lang_requires} ; do
4674 case ,${enable_languages}, in
4678 echo " \`$other' language required by \`$language'; enabling" 1>&2
4679 enable_languages
="${enable_languages},${other}"
4687 new_enable_languages
=,c
,
4688 missing_languages
=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
4689 potential_languages
=,c
,
4691 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
4692 case ${lang_frag} in
4694 # The odd quoting in the next line works around
4695 # an apparent bug in bash 1.12 on linux.
4696 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
4698 # From the config-lang.in, get $language, $target_libs,
4699 # $lang_dirs, $boot_language, and $build_by_default
4705 build_by_default
=yes
4707 if test x
${language} = x
; then
4708 echo "${lang_frag} doesn't set \$language." 1>&2
4712 case ,${enable_languages}, in
4714 # Language was explicitly selected; include it.
4718 # 'all' was selected, select it if it is a default language
4719 add_this_lang
=${build_by_default}
4726 # Disable languages that need other directories if these aren't available.
4727 for i
in $subdir_requires; do
4728 test -f "$srcdir/gcc/$i/config-lang.in" && continue
4729 case ,${enable_languages}, in
4731 # Specifically requested language; tell them.
4732 { { echo "$as_me:$LINENO: error: The gcc/$i directory contains parts of $language but is missing" >&5
4733 echo "$as_me: error: The gcc/$i directory contains parts of $language but is missing" >&2;}
4734 { (exit 1); exit 1; }; }
4738 add_this_lang
=unsupported
4743 # Disable Ada if no preexisting GNAT is available.
4744 case ,${enable_languages},:${language}:${have_gnat} in
4745 *,${language},*:ada
:no
)
4746 # Specifically requested language; tell them.
4747 { { echo "$as_me:$LINENO: error: GNAT is required to build $language" >&5
4748 echo "$as_me: error: GNAT is required to build $language" >&2;}
4749 { (exit 1); exit 1; }; }
4753 add_this_lang
=unsupported
4757 # Disable a language that is unsupported by the target.
4758 case " $unsupported_languages " in
4760 add_this_lang
=unsupported
4764 case $add_this_lang in
4766 # Remove language-dependent dirs.
4767 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
4770 # Remove language-dependent dirs; still show language as supported.
4771 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
4772 potential_languages
="${potential_languages}${language},"
4775 new_enable_languages
="${new_enable_languages}${language},"
4776 potential_languages
="${potential_languages}${language},"
4777 missing_languages
=`echo "$missing_languages" | sed "s/,$language,/,/"`
4778 case ${boot_language} in
4780 # Add to (comma-separated) list of stage 1 languages.
4781 stage1_languages
="${stage1_languages}${language},"
4790 # Check whether --enable-stage1-languages or --disable-stage1-languages was given.
4791 if test "${enable_stage1_languages+set}" = set; then
4792 enableval
="$enable_stage1_languages"
4793 case ,${enable_stage1_languages}, in
4795 # Set it to something that will have no effect in the loop below
4796 enable_stage1_languages
=c
;;
4798 enable_stage1_languages
=`echo $new_enable_languages | \
4799 sed -e "s/^,//" -e "s/,$//" ` ;;
4801 enable_stage1_languages
=`echo ,$enable_stage1_languages, | \
4802 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
4805 # Add "good" languages from enable_stage1_languages to stage1_languages,
4806 # while "bad" languages go in missing_languages. Leave no duplicates.
4807 for i
in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
4808 case $potential_languages in
4810 case $stage1_languages in
4812 *) stage1_languages
="$stage1_languages$i," ;;
4815 case $missing_languages in
4817 *) missing_languages
="$missing_languages$i," ;;
4823 # Remove leading/trailing commas that were added for simplicity
4824 potential_languages
=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
4825 missing_languages
=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
4826 stage1_languages
=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
4827 new_enable_languages
=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
4829 if test "x$missing_languages" != x
; then
4830 { { echo "$as_me:$LINENO: error:
4831 The following requested languages could not be built: ${missing_languages}
4832 Supported languages are: ${potential_languages}" >&5
4833 echo "$as_me: error:
4834 The following requested languages could not be built: ${missing_languages}
4835 Supported languages are: ${potential_languages}" >&2;}
4836 { (exit 1); exit 1; }; }
4838 if test "x$new_enable_languages" != "x$enable_languages"; then
4839 echo The following languages will be built
: ${new_enable_languages}
4840 enable_languages
="$new_enable_languages"
4844 ac_configure_args
=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
4847 # Handle --disable-<component> generically.
4848 for dir
in $configdirs $build_configdirs $target_configdirs ; do
4849 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
4850 if eval test x\
${enable_${dirname}} "=" xno
; then
4851 noconfigdirs
="$noconfigdirs $dir"
4855 # Check for Boehm's garbage collector
4856 # Check whether --enable-objc-gc or --disable-objc-gc was given.
4857 if test "${enable_objc_gc+set}" = set; then
4858 enableval
="$enable_objc_gc"
4859 case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
4860 *,objc
,*:*:yes:*target-boehm-gc
*)
4861 { { echo "$as_me:$LINENO: error: Boehm's garbage collector was requested yet not supported in this configuration" >&5
4862 echo "$as_me: error: Boehm's garbage collector was requested yet not supported in this configuration" >&2;}
4863 { (exit 1); exit 1; }; }
4868 # Make sure we only build Boehm's garbage collector if required.
4869 case ,${enable_languages},:${enable_objc_gc} in
4871 # Keep target-boehm-gc if requested for Objective-C.
4874 # Otherwise remove target-boehm-gc depending on target-libjava.
4875 if echo " ${noconfigdirs} " |
grep "target-libjava" >/dev
/null
2>&1; then
4876 noconfigdirs
="$noconfigdirs target-boehm-gc"
4881 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
4882 # $build_configdirs and $target_configdirs.
4883 # If we have the source for $noconfigdirs entries, add them to $notsupp.
4886 for dir
in .
$skipdirs $noconfigdirs ; do
4887 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
4888 if test $dir != .
&& echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4889 configdirs
=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
4890 if test -r $srcdir/$dirname/configure
; then
4891 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4894 notsupp
="$notsupp $dir"
4898 if test $dir != .
&& echo " ${build_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4899 build_configdirs
=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
4900 if test -r $srcdir/$dirname/configure
; then
4901 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4904 notsupp
="$notsupp $dir"
4908 if test $dir != .
&& echo " ${target_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4909 target_configdirs
=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
4910 if test -r $srcdir/$dirname/configure
; then
4911 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4914 notsupp
="$notsupp $dir"
4920 # Sometimes the tools are distributed with libiberty but with no other
4921 # libraries. In that case, we don't want to build target-libiberty.
4922 # Don't let libgcc imply libiberty either.
4923 if test -n "${target_configdirs}" ; then
4926 for i
in `echo ${target_configdirs} | sed -e s/target-//g` ; do
4927 if test "$i" = "libgcc"; then
4928 libgcc
=target-libgcc
4929 elif test "$i" != "libiberty" ; then
4930 if test -r $srcdir/$i/configure
; then
4936 if test -z "${others}" ; then
4937 target_configdirs
=$libgcc
4941 # Quietly strip out all directories which aren't configurable in this tree.
4942 # This relies on all configurable subdirectories being autoconfiscated, which
4944 build_configdirs_all
="$build_configdirs"
4946 for i
in ${build_configdirs_all} ; do
4947 j
=`echo $i | sed -e s/build-//g`
4948 if test -f ${srcdir}/$j/configure
; then
4949 build_configdirs
="${build_configdirs} $i"
4953 configdirs_all
="$configdirs"
4955 for i
in ${configdirs_all} ; do
4956 if test -f ${srcdir}/$i/configure
; then
4957 configdirs
="${configdirs} $i"
4961 target_configdirs_all
="$target_configdirs"
4963 for i
in ${target_configdirs_all} ; do
4964 j
=`echo $i | sed -e s/target-//g`
4965 if test -f ${srcdir}/$j/configure
; then
4966 target_configdirs
="${target_configdirs} $i"
4970 # Produce a warning message for the subdirs we can't configure.
4971 # This isn't especially interesting in the Cygnus tree, but in the individual
4972 # FSF releases, it's important to let people know when their machine isn't
4973 # supported by the one or two programs in a package.
4975 if test -n "${notsupp}" && test -z "${norecursion}" ; then
4976 # If $appdirs is non-empty, at least one of those directories must still
4977 # be configured, or we error out. (E.g., if the gas release supports a
4978 # specified target in some subdirs but not the gas subdir, we shouldn't
4979 # pretend that all is well.)
4980 if test -n "$appdirs" ; then
4981 for dir
in $appdirs ; do
4982 if test -r $dir/Makefile.
in ; then
4983 if echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4987 if echo " ${target_configdirs} " |
grep " target-${dir} " >/dev
/null
2>&1; then
4993 if test -n "$appdirs" ; then
4994 echo "*** This configuration is not supported by this package." 1>&2
4998 # Okay, some application will build, or we don't care to check. Still
4999 # notify of subdirs not getting built.
5000 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
5001 echo " ${notsupp}" 1>&2
5002 echo " (Any other directories should still work fine.)" 1>&2
5010 # To find our prefix, in gcc_cv_tool_prefix.
5012 # The user is always right.
5013 if test "${PATH_SEPARATOR+set}" != set; then
5014 echo "#! /bin/sh" >conf$$.sh
5015 echo "exit 0" >>conf$$.sh
5017 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
5027 if test "x$exec_prefix" = xNONE
; then
5028 if test "x$prefix" = xNONE
; then
5029 gcc_cv_tool_prefix
=$ac_default_prefix
5031 gcc_cv_tool_prefix
=$prefix
5034 gcc_cv_tool_prefix
=$exec_prefix
5037 # If there is no compiler in the tree, use the PATH only. In any
5038 # case, if there is no compiler in the tree nobody should use
5039 # AS_FOR_TARGET and LD_FOR_TARGET.
5040 if test x
$host = x
$build && test -f $srcdir/gcc
/BASE-VER
; then
5041 gcc_version
=`cat $srcdir/gcc/BASE-VER`
5042 gcc_cv_tool_dirs
="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5043 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
5044 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5045 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
5046 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5047 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
5052 if test x
$build = x
$target && test -n "$md_exec_prefix"; then
5053 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
5061 # Check whether --with-build-sysroot or --without-build-sysroot was given.
5062 if test "${with_build_sysroot+set}" = set; then
5063 withval
="$with_build_sysroot"
5064 if test x
"$withval" != x
; then
5065 SYSROOT_CFLAGS_FOR_TARGET
="--sysroot=$withval"
5068 SYSROOT_CFLAGS_FOR_TARGET
=
5072 # Handle --with-headers=XXX. If the value is not "yes", the contents of
5073 # the named directory are copied to $(tooldir)/sys-include.
5074 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno
; then
5075 if test x
${is_cross_compiler} = xno
; then
5076 echo 1>&2 '***' --with-headers is only supported when cross compiling
5079 if test x
"${with_headers}" != xyes
; then
5080 x
=${gcc_cv_tool_prefix}
5081 copy_dirs
="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
5085 # Handle --with-libs=XXX. If the value is not "yes", the contents of
5086 # the name directories are copied to $(tooldir)/lib. Multiple directories
5088 if test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
5089 if test x
${is_cross_compiler} = xno
; then
5090 echo 1>&2 '***' --with-libs is only supported when cross compiling
5093 if test x
"${with_libs}" != xyes
; then
5094 # Copy the libraries in reverse order, so that files in the first named
5095 # library override files in subsequent libraries.
5096 x
=${gcc_cv_tool_prefix}
5097 for l
in ${with_libs}; do
5098 copy_dirs
="$l $x/${target_noncanonical}/lib ${copy_dirs}"
5103 # Set with_gnu_as and with_gnu_ld as appropriate.
5105 # This is done by determining whether or not the appropriate directory
5106 # is available, and by checking whether or not specific configurations
5107 # have requested that this magic not happen.
5109 # The command line options always override the explicit settings in
5110 # configure.in, and the settings in configure.in override this magic.
5112 # If the default for a toolchain is to use GNU as and ld, and you don't
5113 # want to do that, then you should use the --without-gnu-as and
5114 # --without-gnu-ld options for the configure script.
5116 if test x
${use_gnu_as} = x
&&
5117 echo " ${configdirs} " |
grep " gas " > /dev
/null
2>&1 ; then
5119 extra_host_args
="$extra_host_args --with-gnu-as"
5122 if test x
${use_gnu_ld} = x
&&
5123 echo " ${configdirs} " |
grep " ld " > /dev
/null
2>&1 ; then
5125 extra_host_args
="$extra_host_args --with-gnu-ld"
5128 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
5129 # can detect this case.
5131 if test x
${with_newlib} != xno
&& echo " ${target_configdirs} " |
grep " target-newlib " > /dev
/null
2>&1 ; then
5133 extra_host_args
="$extra_host_args --with-newlib"
5136 # Handle ${copy_dirs}
5137 set fnord
${copy_dirs}
5139 while test $# != 0 ; do
5140 if test -f $2/COPIED
&& test x
"`cat $2/COPIED`" = x
"$1" ; then
5143 echo Copying
$1 to
$2
5145 # Use the install script to create the directory and all required
5146 # parent directories.
5147 if test -d $2 ; then
5151 ${srcdir}/install-sh
-c -m 644 config.temp
$2/COPIED
5154 # Copy the directory, assuming we have tar.
5155 # FIXME: Should we use B in the second tar? Not all systems support it.
5156 (cd $1; tar -cf - .
) |
(cd $2; tar -xpf -)
5158 # It is the responsibility of the user to correctly adjust all
5159 # symlinks. If somebody can figure out how to handle them correctly
5160 # here, feel free to add the code.
5167 # Determine a target-dependent exec_prefix that the installed
5168 # gcc will search in. Keep this list sorted by triplet, with
5169 # the *-*-osname triplets last.
5173 md_exec_prefix
=/gnu
/lib
/gcc-lib
5175 i
[34567]86-pc-msdosdjgpp*)
5176 md_exec_prefix
=/dev
/env
/DJDIR
/bin
5178 i
[34567]86-*-sco3.2v5
*)
5179 if test $with_gnu_as = yes; then
5180 md_exec_prefix
=/usr
/gnu
/bin
5182 md_exec_prefix
=/usr
/ccs
/bin
/elf
5187 powerpc-
*-chorusos* | \
5188 powerpc
*-*-eabi* | \
5189 powerpc
*-*-sysv* | \
5190 powerpc
*-*-kaos* | \
5192 md_exec_prefix
=/usr
/ccs
/bin
5197 md_exec_prefix
=/usr
/ccs
/bin
5212 md_exec_prefix
=/usr
/ccs
/bin
5216 extra_arflags_for_target
=
5217 extra_nmflags_for_target
=
5218 extra_ranlibflags_for_target
=
5219 target_makefile_frag
=/dev
/null
5222 target_makefile_frag
="config/mt-mep"
5225 target_makefile_frag
="config/mt-spu"
5228 target_makefile_frag
="config/mt-netware"
5230 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
5231 target_makefile_frag
="config/mt-gnu"
5233 *-*-aix4.
[3456789]* |
*-*-aix[56789].
*)
5234 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
5235 # commands to handle both 32-bit and 64-bit objects. These flags are
5236 # harmless if we're using GNU nm or ar.
5237 extra_arflags_for_target
=" -X32_64"
5238 extra_nmflags_for_target
=" -B -X32_64"
5241 # ranlib from Darwin requires the -c flag to look at common symbols.
5242 extra_ranlibflags_for_target
=" -c"
5244 mips
*-*-pe | sh
*-*-pe |
*arm-wince-pe
)
5245 target_makefile_frag
="config/mt-wince"
5249 alphaieee_frag
=/dev
/null
5252 # This just makes sure to use the -mieee option to build target libs.
5253 # This should probably be set individually by each library.
5254 alphaieee_frag
="config/mt-alphaieee"
5258 # If --enable-target-optspace always use -Os instead of -O2 to build
5259 # the target libraries, similarly if it is not specified, use -Os
5260 # on selected platforms.
5261 ospace_frag
=/dev
/null
5262 case "${enable_target_optspace}:${target}" in
5264 ospace_frag
="config/mt-ospace"
5267 ospace_frag
="config/mt-d30v"
5269 :m32r-
* |
:d10v-
* |
:fr30-
*)
5270 ospace_frag
="config/mt-ospace"
5275 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
5279 # Default to using --with-stabs for certain targets.
5280 if test x
${with_stabs} = x
; then
5284 mips
*-*-* | alpha
*-*-osf*)
5286 extra_host_args
="${extra_host_args} --with-stabs"
5291 # hpux11 in 64bit mode has libraries in a weird place. Arrange to find
5292 # them automatically.
5295 extra_host_args
="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
5299 # Some systems (e.g., one of the i386-aix systems the gas testers are
5300 # using) don't handle "\$" correctly, so don't use it here.
5301 tooldir
='${exec_prefix}'/${target_noncanonical}
5302 build_tooldir
=${tooldir}
5304 # Create a .gdbinit file which runs the one in srcdir
5305 # and tells GDB to look there for source files.
5307 if test -r ${srcdir}/.gdbinit
; then
5310 *) cat > .
/.gdbinit
<<EOF
5314 source ${srcdir}/.gdbinit
5320 # Make sure that the compiler is able to generate an executable. If it
5321 # can't, we are probably in trouble. We don't care whether we can run the
5322 # executable--we might be using a cross compiler--we only care whether it
5323 # can be created. At this point the main configure script has set CC.
5325 echo "int main () { return 0; }" > conftest.c
5326 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
5327 if test $?
= 0 ; then
5328 if test -s conftest ||
test -s conftest.exe
; then
5334 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
5335 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
5342 # The Solaris /usr/ucb/cc compiler does not appear to work.
5344 sparc-sun-solaris2
*)
5345 CCBASE
="`echo ${CC-cc} | sed 's/ .*$//'`"
5346 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
5348 test -d /opt
/SUNWspro
/bin
&& could_use
="/opt/SUNWspro/bin"
5349 if test -d /opt
/cygnus
/bin
; then
5350 if test "$could_use" = "" ; then
5351 could_use
="/opt/cygnus/bin"
5353 could_use
="$could_use or /opt/cygnus/bin"
5356 if test "$could_use" = "" ; then
5357 echo "Warning: compilation may fail because you're using"
5358 echo "/usr/ucb/cc. You should change your PATH or CC "
5359 echo "variable and rerun configure."
5361 echo "Warning: compilation may fail because you're using"
5362 echo "/usr/ucb/cc, when you should use the C compiler from"
5363 echo "$could_use. You should change your"
5364 echo "PATH or CC variable and rerun configure."
5371 *-*-hpux*) RPATH_ENVVAR
=SHLIB_PATH
;;
5372 *-*-darwin* |
*-*-rhapsody* ) RPATH_ENVVAR
=DYLD_LIBRARY_PATH
;;
5373 *) RPATH_ENVVAR
=LD_LIBRARY_PATH
;;
5376 # Record target_configdirs and the configure arguments for target and
5377 # build configuration in Makefile.
5378 target_configdirs
=`echo "${target_configdirs}" | sed -e 's/target-//g'`
5379 build_configdirs
=`echo "${build_configdirs}" | sed -e 's/build-//g'`
5381 # Determine whether gdb needs tk/tcl or not.
5382 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
5383 # and in that case we want gdb to be built without tk. Ugh!
5384 # In fact I believe gdb is the *only* package directly dependent on tk,
5385 # so we should be able to put the 'maybe's in unconditionally and
5386 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
5387 # 100% sure that that's safe though.
5389 gdb_tk
="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
5390 case "$enable_gdbtk" in
5394 GDB_TK
="${gdb_tk}" ;;
5396 # Only add the dependency on gdbtk when GDBtk is part of the gdb
5397 # distro. Eventually someone will fix this and move Insight, nee
5398 # gdbtk to a separate directory.
5399 if test -d ${srcdir}/gdb
/gdbtk
; then
5406 CONFIGURE_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
5407 INSTALL_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-install-/g`
5409 # Strip out unwanted targets.
5411 # While at that, we remove Makefiles if we were started for recursive
5412 # configuration, so that the top-level Makefile reconfigures them,
5413 # like we used to do when configure itself was recursive.
5415 # Loop over modules. $extrasub must be used with care, limiting as
5416 # much as possible the usage of range addresses. That's because autoconf
5417 # splits the sed script to overcome limits in the number of commands,
5418 # and relying on carefully-timed sed passes may turn out to be very hard
5419 # to maintain later. In this particular case, you just have to be careful
5420 # not to nest @if/@endif pairs, because configure will not warn you at all.
5422 # Check whether --enable-bootstrap or --disable-bootstrap was given.
5423 if test "${enable_bootstrap+set}" = set; then
5424 enableval
="$enable_bootstrap"
5427 enable_bootstrap
=default
5430 # Issue errors and warnings for invalid/strange bootstrap combinations.
5431 case "$configdirs" in
5432 *gcc
*) have_compiler
=yes ;;
5433 *) have_compiler
=no
;;
5436 case "$have_compiler:$host:$target:$enable_bootstrap" in
5439 # Default behavior. Enable bootstrap if we have a compiler
5440 # and we are in a native configuration.
5441 yes:$build:$build:default
)
5442 enable_bootstrap
=yes ;;
5445 enable_bootstrap
=no
;;
5447 # We have a compiler and we are in a native configuration, bootstrap is ok
5448 yes:$build:$build:yes)
5451 # Other configurations, but we have a compiler. Assume the user knows
5454 { echo "$as_me:$LINENO: WARNING: trying to bootstrap a cross compiler" >&5
5455 echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5458 # No compiler: if they passed --enable-bootstrap explicitly, fail
5460 { { echo "$as_me:$LINENO: error: cannot bootstrap without a compiler" >&5
5461 echo "$as_me: error: cannot bootstrap without a compiler" >&2;}
5462 { (exit 1); exit 1; }; } ;;
5464 # Fail if wrong command line
5466 { { echo "$as_me:$LINENO: error: invalid option for --enable-bootstrap" >&5
5467 echo "$as_me: error: invalid option for --enable-bootstrap" >&2;}
5468 { (exit 1); exit 1; }; }
5472 # Adjust the toplevel makefile according to whether bootstrap was selected.
5473 case "$enable_bootstrap" in
5475 bootstrap_suffix
=bootstrap
;;
5477 bootstrap_suffix
=no-bootstrap
;;
5480 for module
in ${build_configdirs} ; do
5481 if test -z "${no_recursion}" \
5482 && test -f ${build_subdir}/${module}/Makefile
; then
5483 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
5484 rm -f ${build_subdir}/${module}/Makefile
5487 /^@if build-$module\$/d
5488 /^@endif build-$module\$/d
5489 /^@if build-$module-$bootstrap_suffix\$/d
5490 /^@endif build-$module-$bootstrap_suffix\$/d"
5492 for module
in ${configdirs} ; do
5493 if test -z "${no_recursion}"; then
5494 for file in stage
*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile
; do
5495 if test -f ${file}; then
5496 echo 1>&2 "*** removing ${file} to force reconfigure"
5503 /^@endif $module\$/d
5504 /^@if $module-$bootstrap_suffix\$/d
5505 /^@endif $module-$bootstrap_suffix\$/d"
5507 for module
in ${target_configdirs} ; do
5508 if test -z "${no_recursion}" \
5509 && test -f ${target_subdir}/${module}/Makefile
; then
5510 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
5511 rm -f ${target_subdir}/${module}/Makefile
5514 /^@if target-$module\$/d
5515 /^@endif target-$module\$/d
5516 /^@if target-$module-$bootstrap_suffix\$/d
5517 /^@endif target-$module-$bootstrap_suffix\$/d"
5521 /^@if /,/^@endif /d"
5523 # Create the serialization dependencies. This uses a temporary file.
5525 # Check whether --enable-serial-configure or --disable-serial-configure was given.
5526 if test "${enable_serial_configure+set}" = set; then
5527 enableval
="$enable_serial_configure"
5531 case ${enable_serial_configure} in
5533 enable_serial_build_configure
=yes
5534 enable_serial_host_configure
=yes
5535 enable_serial_target_configure
=yes
5539 # These force 'configure's to be done one at a time, to avoid problems
5540 # with contention over a shared config.cache.
5542 echo '# serdep.tmp' > serdep.tmp
5544 test "x${enable_serial_build_configure}" = xyes
&&
5545 for item
in ${build_configdirs} ; do
5548 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp
;;
5553 test "x${enable_serial_host_configure}" = xyes
&&
5554 for item
in ${configdirs} ; do
5557 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp
;;
5562 test "x${enable_serial_target_configure}" = xyes
&&
5563 for item
in ${target_configdirs} ; do
5566 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp
;;
5570 serialization_dependencies
=serdep.tmp
5573 # Base args. Strip norecursion, cache-file, srcdir, host, build,
5574 # target, nonopt, and variable assignments. These are the ones we
5575 # might not want to pass down to subconfigures. Also strip
5576 # program-prefix, program-suffix, and program-transform-name, so that
5577 # we can pass down a consistent program-transform-name.
5581 eval "set -- $ac_configure_args"
5584 if test X
"$skip_next" = X
"yes"; then
5588 if test X
"$keep_next" = X
"yes"; then
5591 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5593 baseargs
="$baseargs '$ac_arg'"
5598 # Handle separated arguments. Based on the logic generated by
5601 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
5602 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
5603 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
5604 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
5630 -program-prefix* | \
5631 -program-suffix* | \
5632 -program-transform-name* )
5633 skip_next
=$separate_arg
5637 # An option. Add it.
5640 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5642 baseargs
="$baseargs '$ac_arg'"
5643 keep_next
=$separate_arg
5646 # Either a variable assignment, or a nonopt (triplet). Don't
5647 # pass it down; let the Makefile handle this.
5652 # Remove the initial space we just introduced and, as these will be
5653 # expanded by make, quote '$'.
5654 baseargs
=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
5656 # Add in --program-transform-name, after --program-prefix and
5657 # --program-suffix have been applied to it. Autoconf has already
5658 # doubled dollar signs and backslashes in program_transform_name; we want
5659 # the backslashes un-doubled, and then the entire thing wrapped in single
5660 # quotes, because this will be expanded first by make and then by the shell.
5661 # Also, because we want to override the logic in subdir configure scripts to
5662 # choose program_transform_name, replace any s,x,x, with s,y,y,.
5663 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
5664 ${program_transform_name}
5666 gcc_transform_name
=`cat conftestsed.out`
5667 rm -f conftestsed.out
5668 baseargs
="$baseargs --program-transform-name='${gcc_transform_name}'"
5669 if test "$silent" = yes; then
5670 baseargs
="$baseargs --silent"
5673 # For the build-side libraries, we just need to pretend we're native,
5674 # and not use the same cache file. Multilibs are neither needed nor
5676 build_configargs
="--cache-file=../config.cache ${baseargs}"
5678 # For host modules, accept cache file option, or specification as blank.
5679 case "${cache_file}" in
5681 cache_file_option
="" ;;
5682 /* |
[A-Za-z
]:[\\/]* ) # absolute path
5683 cache_file_option
="--cache-file=${cache_file}" ;;
5685 cache_file_option
="--cache-file=../${cache_file}" ;;
5688 # Host dirs don't like to share a cache file either, horribly enough.
5689 # This seems to be due to autoconf 2.5x stupidity.
5690 host_configargs
="--cache-file=./config.cache ${extra_host_args} ${baseargs}"
5692 target_configargs
=${baseargs}
5694 # Passing a --with-cross-host argument lets the target libraries know
5695 # whether they are being built with a cross-compiler or being built
5696 # native. However, it would be better to use other mechanisms to make the
5697 # sorts of decisions they want to make on this basis. Please consider
5698 # this option to be deprecated. FIXME.
5699 if test x
${is_cross_compiler} = xyes
; then
5700 target_configargs
="--with-cross-host=${host_noncanonical} ${target_configargs}"
5703 # Default to --enable-multilib.
5704 if test x
${enable_multilib} = x
; then
5705 target_configargs
="--enable-multilib ${target_configargs}"
5708 # Pass --with-newlib if appropriate. Note that target_configdirs has
5709 # changed from the earlier setting of with_newlib.
5710 if test x
${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib
; then
5711 target_configargs
="--with-newlib ${target_configargs}"
5714 # Different target subdirs use different values of certain variables
5715 # (notably CXX). Worse, multilibs use *lots* of different values.
5716 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
5717 # it doesn't automatically accept command-line overrides of them.
5718 # This means it's not safe for target subdirs to share a cache file,
5719 # which is disgusting, but there you have it. Hopefully this can be
5720 # fixed in future. It's still worthwhile to use a cache file for each
5721 # directory. I think.
5723 # Pass the appropriate --build, --host, --target and --cache-file arguments.
5724 # We need to pass --target, as newer autoconf's requires consistency
5725 # for target_alias and gcc doesn't manage it consistently.
5726 target_configargs
="--cache-file=./config.cache ${target_configargs}"
5729 case " $target_configdirs " in
5731 case " $target_configargs " in
5732 *" --with-newlib "*)
5735 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' ;;
5738 # If we're not building GCC, don't discard standard headers.
5739 if test -d ${srcdir}/gcc
; then
5740 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -nostdinc'
5742 if test "${build}" != "${host}"; then
5743 # On Canadian crosses, CC_FOR_TARGET will have already been set
5744 # by `configure', so we won't have an opportunity to add -Bgcc/
5745 # to it. This is right: we don't want to search that directory
5746 # for binaries, but we want the header files in there, so add
5748 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include'
5750 # Someone might think of using the pre-installed headers on
5751 # Canadian crosses, in case the installed compiler is not fully
5752 # compatible with the compiler being built. In this case, it
5753 # would be better to flag an error than risking having
5754 # incompatible object files being constructed. We can't
5755 # guarantee that an error will be flagged, but let's hope the
5756 # compiler will do it, when presented with incompatible header
5761 case "${target}-${is_cross_compiler}" in
5762 i
[3456789]86-*-linux*-no)
5763 # Here host == target, so we don't need to build gcc,
5764 # so we don't want to discard standard headers.
5765 FLAGS_FOR_TARGET
=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
5768 # If we're building newlib, use its generic headers last, but search
5769 # for any libc-related directories first (so make it the last -B
5771 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
5780 # Can't be handled as Cygwin above since Mingw does not use newlib.
5781 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' ;;
5784 # Allow the user to override the flags for
5785 # our build compiler if desired.
5786 CFLAGS_FOR_BUILD
=${CFLAGS_FOR_BUILD-${CFLAGS}}
5788 # On Canadian crosses, we'll be searching the right directories for
5789 # the previously-installed cross compiler, so don't bother to add
5790 # flags for directories within the install tree of the compiler
5791 # being built; programs in there won't even run.
5792 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
5793 # Search for pre-installed headers if nothing else fits.
5794 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
5797 if test "x
${use_gnu_ld}" = x &&
5798 echo " ${configdirs} " | grep " ld
" > /dev/null ; then
5799 # Arrange for us to find uninstalled linker scripts.
5800 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
5803 # Search for other target-specific linker scripts and such.
5806 if test -d ${srcdir}/libgloss/m32c; then
5807 # This is for crt0.o
5808 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/m32c'
5809 # This is for r8c.ld
5810 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/m32c'
5811 # This is for libnosys.a
5812 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
5816 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
5820 # Makefile fragments.
5821 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
5823 eval fragval=\$$frag
5824 if test $fragval != /dev/null; then
5825 eval $frag=${srcdir}/$fragval
5833 # Miscellanea: directories, flags, etc.
5841 # Build module lists & subconfigure args.
5845 # Host module lists & subconfigure args.
5849 # Target module lists & subconfigure args.
5857 # Generate default definitions for YACC, M4, LEX and other programs that run
5858 # on the build machine. These are used if the Makefile can't locate these
5859 # programs in objdir.
5860 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
5862 for ac_prog in 'bison -y' byacc yacc
5864 # Extract the first word of "$ac_prog", so it can be a program name with args.
5865 set dummy $ac_prog; ac_word=$2
5866 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5867 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5868 if test "${ac_cv_prog_YACC+set}" = set; then
5869 echo $ECHO_N "(cached
) $ECHO_C" >&6
5871 if test -n "$YACC"; then
5872 ac_cv_prog_YACC="$YACC" # Let the user override the test.
5874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5878 test -z "$as_dir" && as_dir=.
5879 for ac_exec_ext in '' $ac_executable_extensions; do
5880 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5881 ac_cv_prog_YACC="$ac_prog"
5882 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5890 YACC=$ac_cv_prog_YACC
5891 if test -n "$YACC"; then
5892 echo "$as_me:$LINENO: result
: $YACC" >&5
5893 echo "${ECHO_T}$YACC" >&6
5895 echo "$as_me:$LINENO: result
: no
" >&5
5896 echo "${ECHO_T}no
" >&6
5899 test -n "$YACC" && break
5901 test -n "$YACC" || YACC="$MISSING bison
-y"
5903 case " $build_configdirs " in
5904 *" bison
"*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
5905 *" byacc
"*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
5908 for ac_prog in bison
5910 # Extract the first word of "$ac_prog", so it can be a program name with args.
5911 set dummy $ac_prog; ac_word=$2
5912 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5913 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5914 if test "${ac_cv_prog_BISON+set}" = set; then
5915 echo $ECHO_N "(cached
) $ECHO_C" >&6
5917 if test -n "$BISON"; then
5918 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5924 test -z "$as_dir" && as_dir=.
5925 for ac_exec_ext in '' $ac_executable_extensions; do
5926 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5927 ac_cv_prog_BISON="$ac_prog"
5928 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5936 BISON=$ac_cv_prog_BISON
5937 if test -n "$BISON"; then
5938 echo "$as_me:$LINENO: result
: $BISON" >&5
5939 echo "${ECHO_T}$BISON" >&6
5941 echo "$as_me:$LINENO: result
: no
" >&5
5942 echo "${ECHO_T}no
" >&6
5945 test -n "$BISON" && break
5947 test -n "$BISON" || BISON="$MISSING bison
"
5949 case " $build_configdirs " in
5950 *" bison
"*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
5953 for ac_prog in gm4 gnum4 m4
5955 # Extract the first word of "$ac_prog", so it can be a program name with args.
5956 set dummy $ac_prog; ac_word=$2
5957 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5958 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5959 if test "${ac_cv_prog_M4+set}" = set; then
5960 echo $ECHO_N "(cached
) $ECHO_C" >&6
5962 if test -n "$M4"; then
5963 ac_cv_prog_M4="$M4" # Let the user override the test.
5965 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5969 test -z "$as_dir" && as_dir=.
5970 for ac_exec_ext in '' $ac_executable_extensions; do
5971 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5972 ac_cv_prog_M4="$ac_prog"
5973 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5982 if test -n "$M4"; then
5983 echo "$as_me:$LINENO: result
: $M4" >&5
5984 echo "${ECHO_T}$M4" >&6
5986 echo "$as_me:$LINENO: result
: no
" >&5
5987 echo "${ECHO_T}no
" >&6
5990 test -n "$M4" && break
5992 test -n "$M4" || M4="$MISSING m4"
5994 case " $build_configdirs " in
5995 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
5998 for ac_prog in flex lex
6000 # Extract the first word of "$ac_prog", so it can be a program name with args.
6001 set dummy $ac_prog; ac_word=$2
6002 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6003 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6004 if test "${ac_cv_prog_LEX+set}" = set; then
6005 echo $ECHO_N "(cached
) $ECHO_C" >&6
6007 if test -n "$LEX"; then
6008 ac_cv_prog_LEX="$LEX" # Let the user override the test.
6010 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6014 test -z "$as_dir" && as_dir=.
6015 for ac_exec_ext in '' $ac_executable_extensions; do
6016 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6017 ac_cv_prog_LEX="$ac_prog"
6018 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6027 if test -n "$LEX"; then
6028 echo "$as_me:$LINENO: result
: $LEX" >&5
6029 echo "${ECHO_T}$LEX" >&6
6031 echo "$as_me:$LINENO: result
: no
" >&5
6032 echo "${ECHO_T}no
" >&6
6035 test -n "$LEX" && break
6037 test -n "$LEX" || LEX="$MISSING flex
"
6039 case " $build_configdirs " in
6040 *" flex
"*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
6041 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
6046 # Extract the first word of "$ac_prog", so it can be a program name with args.
6047 set dummy $ac_prog; ac_word=$2
6048 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6049 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6050 if test "${ac_cv_prog_FLEX+set}" = set; then
6051 echo $ECHO_N "(cached
) $ECHO_C" >&6
6053 if test -n "$FLEX"; then
6054 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
6056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6060 test -z "$as_dir" && as_dir=.
6061 for ac_exec_ext in '' $ac_executable_extensions; do
6062 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6063 ac_cv_prog_FLEX="$ac_prog"
6064 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6072 FLEX=$ac_cv_prog_FLEX
6073 if test -n "$FLEX"; then
6074 echo "$as_me:$LINENO: result
: $FLEX" >&5
6075 echo "${ECHO_T}$FLEX" >&6
6077 echo "$as_me:$LINENO: result
: no
" >&5
6078 echo "${ECHO_T}no
" >&6
6081 test -n "$FLEX" && break
6083 test -n "$FLEX" || FLEX="$MISSING flex
"
6085 case " $build_configdirs " in
6086 *" flex
"*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
6089 for ac_prog in makeinfo
6091 # Extract the first word of "$ac_prog", so it can be a program name with args.
6092 set dummy $ac_prog; ac_word=$2
6093 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6094 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6095 if test "${ac_cv_prog_MAKEINFO+set}" = set; then
6096 echo $ECHO_N "(cached
) $ECHO_C" >&6
6098 if test -n "$MAKEINFO"; then
6099 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
6101 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6105 test -z "$as_dir" && as_dir=.
6106 for ac_exec_ext in '' $ac_executable_extensions; do
6107 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6108 ac_cv_prog_MAKEINFO="$ac_prog"
6109 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6117 MAKEINFO=$ac_cv_prog_MAKEINFO
6118 if test -n "$MAKEINFO"; then
6119 echo "$as_me:$LINENO: result
: $MAKEINFO" >&5
6120 echo "${ECHO_T}$MAKEINFO" >&6
6122 echo "$as_me:$LINENO: result
: no
" >&5
6123 echo "${ECHO_T}no
" >&6
6126 test -n "$MAKEINFO" && break
6128 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo
"
6130 case " $build_configdirs " in
6131 *" texinfo
"*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
6134 # For an installed makeinfo, we require it to be from texinfo 4.4 or
6135 # higher, else we use the "missing
" dummy.
6136 if ${MAKEINFO} --version \
6137 | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
6140 MAKEINFO="$MISSING makeinfo
"
6146 # FIXME: expect and dejagnu may become build tools?
6148 for ac_prog in expect
6150 # Extract the first word of "$ac_prog", so it can be a program name with args.
6151 set dummy $ac_prog; ac_word=$2
6152 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6153 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6154 if test "${ac_cv_prog_EXPECT+set}" = set; then
6155 echo $ECHO_N "(cached
) $ECHO_C" >&6
6157 if test -n "$EXPECT"; then
6158 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
6160 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6164 test -z "$as_dir" && as_dir=.
6165 for ac_exec_ext in '' $ac_executable_extensions; do
6166 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6167 ac_cv_prog_EXPECT="$ac_prog"
6168 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6176 EXPECT=$ac_cv_prog_EXPECT
6177 if test -n "$EXPECT"; then
6178 echo "$as_me:$LINENO: result
: $EXPECT" >&5
6179 echo "${ECHO_T}$EXPECT" >&6
6181 echo "$as_me:$LINENO: result
: no
" >&5
6182 echo "${ECHO_T}no
" >&6
6185 test -n "$EXPECT" && break
6187 test -n "$EXPECT" || EXPECT="expect
"
6189 case " $configdirs " in
6191 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
6195 for ac_prog in runtest
6197 # Extract the first word of "$ac_prog", so it can be a program name with args.
6198 set dummy $ac_prog; ac_word=$2
6199 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6200 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6201 if test "${ac_cv_prog_RUNTEST+set}" = set; then
6202 echo $ECHO_N "(cached
) $ECHO_C" >&6
6204 if test -n "$RUNTEST"; then
6205 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
6207 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6211 test -z "$as_dir" && as_dir=.
6212 for ac_exec_ext in '' $ac_executable_extensions; do
6213 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6214 ac_cv_prog_RUNTEST="$ac_prog"
6215 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6223 RUNTEST=$ac_cv_prog_RUNTEST
6224 if test -n "$RUNTEST"; then
6225 echo "$as_me:$LINENO: result
: $RUNTEST" >&5
6226 echo "${ECHO_T}$RUNTEST" >&6
6228 echo "$as_me:$LINENO: result
: no
" >&5
6229 echo "${ECHO_T}no
" >&6
6232 test -n "$RUNTEST" && break
6234 test -n "$RUNTEST" || RUNTEST="runtest
"
6236 case " $configdirs " in
6238 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
6245 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
6246 ncn_target_tool_prefix=
6247 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
6251 if test -n "$AR"; then
6253 elif test -n "$ac_cv_prog_AR"; then
6257 if test -n "$ac_cv_prog_AR"; then
6258 for ncn_progname in ar; do
6259 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6260 set dummy ${ncn_progname}; ac_word=$2
6261 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6262 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6263 if test "${ac_cv_prog_AR+set}" = set; then
6264 echo $ECHO_N "(cached
) $ECHO_C" >&6
6266 if test -n "$AR"; then
6267 ac_cv_prog_AR="$AR" # Let the user override the test.
6269 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6273 test -z "$as_dir" && as_dir=.
6274 for ac_exec_ext in '' $ac_executable_extensions; do
6275 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6276 ac_cv_prog_AR="${ncn_progname}"
6277 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6286 if test -n "$AR"; then
6287 echo "$as_me:$LINENO: result
: $AR" >&5
6288 echo "${ECHO_T}$AR" >&6
6290 echo "$as_me:$LINENO: result
: no
" >&5
6291 echo "${ECHO_T}no
" >&6
6297 for ncn_progname in ar; do
6298 if test -n "$ncn_tool_prefix"; then
6299 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6300 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6301 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6302 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6303 if test "${ac_cv_prog_AR+set}" = set; then
6304 echo $ECHO_N "(cached
) $ECHO_C" >&6
6306 if test -n "$AR"; then
6307 ac_cv_prog_AR="$AR" # Let the user override the test.
6309 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6313 test -z "$as_dir" && as_dir=.
6314 for ac_exec_ext in '' $ac_executable_extensions; do
6315 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6316 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
6317 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6326 if test -n "$AR"; then
6327 echo "$as_me:$LINENO: result
: $AR" >&5
6328 echo "${ECHO_T}$AR" >&6
6330 echo "$as_me:$LINENO: result
: no
" >&5
6331 echo "${ECHO_T}no
" >&6
6335 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
6336 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6337 set dummy ${ncn_progname}; ac_word=$2
6338 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6339 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6340 if test "${ac_cv_prog_AR+set}" = set; then
6341 echo $ECHO_N "(cached
) $ECHO_C" >&6
6343 if test -n "$AR"; then
6344 ac_cv_prog_AR="$AR" # Let the user override the test.
6346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6350 test -z "$as_dir" && as_dir=.
6351 for ac_exec_ext in '' $ac_executable_extensions; do
6352 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6353 ac_cv_prog_AR="${ncn_progname}"
6354 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6363 if test -n "$AR"; then
6364 echo "$as_me:$LINENO: result
: $AR" >&5
6365 echo "${ECHO_T}$AR" >&6
6367 echo "$as_me:$LINENO: result
: no
" >&5
6368 echo "${ECHO_T}no
" >&6
6372 test -n "$ac_cv_prog_AR" && break
6375 if test -z "$ac_cv_prog_AR" ; then
6377 if test $build = $host ; then
6380 AR="${ncn_tool_prefix}$2"
6386 if test -n "$AS"; then
6388 elif test -n "$ac_cv_prog_AS"; then
6392 if test -n "$ac_cv_prog_AS"; then
6393 for ncn_progname in as; do
6394 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6395 set dummy ${ncn_progname}; ac_word=$2
6396 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6397 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6398 if test "${ac_cv_prog_AS+set}" = set; then
6399 echo $ECHO_N "(cached
) $ECHO_C" >&6
6401 if test -n "$AS"; then
6402 ac_cv_prog_AS="$AS" # Let the user override the test.
6404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6408 test -z "$as_dir" && as_dir=.
6409 for ac_exec_ext in '' $ac_executable_extensions; do
6410 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6411 ac_cv_prog_AS="${ncn_progname}"
6412 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6421 if test -n "$AS"; then
6422 echo "$as_me:$LINENO: result
: $AS" >&5
6423 echo "${ECHO_T}$AS" >&6
6425 echo "$as_me:$LINENO: result
: no
" >&5
6426 echo "${ECHO_T}no
" >&6
6432 for ncn_progname in as; do
6433 if test -n "$ncn_tool_prefix"; then
6434 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6435 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6436 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6437 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6438 if test "${ac_cv_prog_AS+set}" = set; then
6439 echo $ECHO_N "(cached
) $ECHO_C" >&6
6441 if test -n "$AS"; then
6442 ac_cv_prog_AS="$AS" # Let the user override the test.
6444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6448 test -z "$as_dir" && as_dir=.
6449 for ac_exec_ext in '' $ac_executable_extensions; do
6450 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6451 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
6452 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6461 if test -n "$AS"; then
6462 echo "$as_me:$LINENO: result
: $AS" >&5
6463 echo "${ECHO_T}$AS" >&6
6465 echo "$as_me:$LINENO: result
: no
" >&5
6466 echo "${ECHO_T}no
" >&6
6470 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
6471 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6472 set dummy ${ncn_progname}; ac_word=$2
6473 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6474 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6475 if test "${ac_cv_prog_AS+set}" = set; then
6476 echo $ECHO_N "(cached
) $ECHO_C" >&6
6478 if test -n "$AS"; then
6479 ac_cv_prog_AS="$AS" # Let the user override the test.
6481 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6485 test -z "$as_dir" && as_dir=.
6486 for ac_exec_ext in '' $ac_executable_extensions; do
6487 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6488 ac_cv_prog_AS="${ncn_progname}"
6489 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6498 if test -n "$AS"; then
6499 echo "$as_me:$LINENO: result
: $AS" >&5
6500 echo "${ECHO_T}$AS" >&6
6502 echo "$as_me:$LINENO: result
: no
" >&5
6503 echo "${ECHO_T}no
" >&6
6507 test -n "$ac_cv_prog_AS" && break
6510 if test -z "$ac_cv_prog_AS" ; then
6512 if test $build = $host ; then
6515 AS="${ncn_tool_prefix}$2"
6521 if test -n "$DLLTOOL"; then
6522 ac_cv_prog_DLLTOOL=$DLLTOOL
6523 elif test -n "$ac_cv_prog_DLLTOOL"; then
6524 DLLTOOL=$ac_cv_prog_DLLTOOL
6527 if test -n "$ac_cv_prog_DLLTOOL"; then
6528 for ncn_progname in dlltool; do
6529 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6530 set dummy ${ncn_progname}; ac_word=$2
6531 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6532 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6533 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6534 echo $ECHO_N "(cached
) $ECHO_C" >&6
6536 if test -n "$DLLTOOL"; then
6537 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6543 test -z "$as_dir" && as_dir=.
6544 for ac_exec_ext in '' $ac_executable_extensions; do
6545 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6546 ac_cv_prog_DLLTOOL="${ncn_progname}"
6547 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6555 DLLTOOL=$ac_cv_prog_DLLTOOL
6556 if test -n "$DLLTOOL"; then
6557 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
6558 echo "${ECHO_T}$DLLTOOL" >&6
6560 echo "$as_me:$LINENO: result
: no
" >&5
6561 echo "${ECHO_T}no
" >&6
6567 for ncn_progname in dlltool; do
6568 if test -n "$ncn_tool_prefix"; then
6569 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6570 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6571 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6572 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6573 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6574 echo $ECHO_N "(cached
) $ECHO_C" >&6
6576 if test -n "$DLLTOOL"; then
6577 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6583 test -z "$as_dir" && as_dir=.
6584 for ac_exec_ext in '' $ac_executable_extensions; do
6585 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6586 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
6587 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6595 DLLTOOL=$ac_cv_prog_DLLTOOL
6596 if test -n "$DLLTOOL"; then
6597 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
6598 echo "${ECHO_T}$DLLTOOL" >&6
6600 echo "$as_me:$LINENO: result
: no
" >&5
6601 echo "${ECHO_T}no
" >&6
6605 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
6606 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6607 set dummy ${ncn_progname}; ac_word=$2
6608 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6609 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6610 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6611 echo $ECHO_N "(cached
) $ECHO_C" >&6
6613 if test -n "$DLLTOOL"; then
6614 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6616 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6620 test -z "$as_dir" && as_dir=.
6621 for ac_exec_ext in '' $ac_executable_extensions; do
6622 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6623 ac_cv_prog_DLLTOOL="${ncn_progname}"
6624 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6632 DLLTOOL=$ac_cv_prog_DLLTOOL
6633 if test -n "$DLLTOOL"; then
6634 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
6635 echo "${ECHO_T}$DLLTOOL" >&6
6637 echo "$as_me:$LINENO: result
: no
" >&5
6638 echo "${ECHO_T}no
" >&6
6642 test -n "$ac_cv_prog_DLLTOOL" && break
6645 if test -z "$ac_cv_prog_DLLTOOL" ; then
6647 if test $build = $host ; then
6650 DLLTOOL="${ncn_tool_prefix}$2"
6656 if test -n "$LD"; then
6658 elif test -n "$ac_cv_prog_LD"; then
6662 if test -n "$ac_cv_prog_LD"; then
6663 for ncn_progname in ld; do
6664 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6665 set dummy ${ncn_progname}; ac_word=$2
6666 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6667 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6668 if test "${ac_cv_prog_LD+set}" = set; then
6669 echo $ECHO_N "(cached
) $ECHO_C" >&6
6671 if test -n "$LD"; then
6672 ac_cv_prog_LD="$LD" # Let the user override the test.
6674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6678 test -z "$as_dir" && as_dir=.
6679 for ac_exec_ext in '' $ac_executable_extensions; do
6680 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6681 ac_cv_prog_LD="${ncn_progname}"
6682 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6691 if test -n "$LD"; then
6692 echo "$as_me:$LINENO: result
: $LD" >&5
6693 echo "${ECHO_T}$LD" >&6
6695 echo "$as_me:$LINENO: result
: no
" >&5
6696 echo "${ECHO_T}no
" >&6
6702 for ncn_progname in ld; do
6703 if test -n "$ncn_tool_prefix"; then
6704 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6705 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6706 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6707 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6708 if test "${ac_cv_prog_LD+set}" = set; then
6709 echo $ECHO_N "(cached
) $ECHO_C" >&6
6711 if test -n "$LD"; then
6712 ac_cv_prog_LD="$LD" # Let the user override the test.
6714 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6718 test -z "$as_dir" && as_dir=.
6719 for ac_exec_ext in '' $ac_executable_extensions; do
6720 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6721 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
6722 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6731 if test -n "$LD"; then
6732 echo "$as_me:$LINENO: result
: $LD" >&5
6733 echo "${ECHO_T}$LD" >&6
6735 echo "$as_me:$LINENO: result
: no
" >&5
6736 echo "${ECHO_T}no
" >&6
6740 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
6741 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6742 set dummy ${ncn_progname}; ac_word=$2
6743 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6744 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6745 if test "${ac_cv_prog_LD+set}" = set; then
6746 echo $ECHO_N "(cached
) $ECHO_C" >&6
6748 if test -n "$LD"; then
6749 ac_cv_prog_LD="$LD" # Let the user override the test.
6751 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6755 test -z "$as_dir" && as_dir=.
6756 for ac_exec_ext in '' $ac_executable_extensions; do
6757 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6758 ac_cv_prog_LD="${ncn_progname}"
6759 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6768 if test -n "$LD"; then
6769 echo "$as_me:$LINENO: result
: $LD" >&5
6770 echo "${ECHO_T}$LD" >&6
6772 echo "$as_me:$LINENO: result
: no
" >&5
6773 echo "${ECHO_T}no
" >&6
6777 test -n "$ac_cv_prog_LD" && break
6780 if test -z "$ac_cv_prog_LD" ; then
6782 if test $build = $host ; then
6785 LD="${ncn_tool_prefix}$2"
6791 if test -n "$LIPO"; then
6792 ac_cv_prog_LIPO=$LIPO
6793 elif test -n "$ac_cv_prog_LIPO"; then
6794 LIPO=$ac_cv_prog_LIPO
6797 if test -n "$ac_cv_prog_LIPO"; then
6798 for ncn_progname in lipo; do
6799 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6800 set dummy ${ncn_progname}; ac_word=$2
6801 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6802 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6803 if test "${ac_cv_prog_LIPO+set}" = set; then
6804 echo $ECHO_N "(cached
) $ECHO_C" >&6
6806 if test -n "$LIPO"; then
6807 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6809 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6813 test -z "$as_dir" && as_dir=.
6814 for ac_exec_ext in '' $ac_executable_extensions; do
6815 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6816 ac_cv_prog_LIPO="${ncn_progname}"
6817 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6825 LIPO=$ac_cv_prog_LIPO
6826 if test -n "$LIPO"; then
6827 echo "$as_me:$LINENO: result
: $LIPO" >&5
6828 echo "${ECHO_T}$LIPO" >&6
6830 echo "$as_me:$LINENO: result
: no
" >&5
6831 echo "${ECHO_T}no
" >&6
6837 for ncn_progname in lipo; do
6838 if test -n "$ncn_tool_prefix"; then
6839 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6840 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6841 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6842 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6843 if test "${ac_cv_prog_LIPO+set}" = set; then
6844 echo $ECHO_N "(cached
) $ECHO_C" >&6
6846 if test -n "$LIPO"; then
6847 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6849 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6853 test -z "$as_dir" && as_dir=.
6854 for ac_exec_ext in '' $ac_executable_extensions; do
6855 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6856 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
6857 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6865 LIPO=$ac_cv_prog_LIPO
6866 if test -n "$LIPO"; then
6867 echo "$as_me:$LINENO: result
: $LIPO" >&5
6868 echo "${ECHO_T}$LIPO" >&6
6870 echo "$as_me:$LINENO: result
: no
" >&5
6871 echo "${ECHO_T}no
" >&6
6875 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
6876 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6877 set dummy ${ncn_progname}; ac_word=$2
6878 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6879 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6880 if test "${ac_cv_prog_LIPO+set}" = set; then
6881 echo $ECHO_N "(cached
) $ECHO_C" >&6
6883 if test -n "$LIPO"; then
6884 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6886 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6890 test -z "$as_dir" && as_dir=.
6891 for ac_exec_ext in '' $ac_executable_extensions; do
6892 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6893 ac_cv_prog_LIPO="${ncn_progname}"
6894 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6902 LIPO=$ac_cv_prog_LIPO
6903 if test -n "$LIPO"; then
6904 echo "$as_me:$LINENO: result
: $LIPO" >&5
6905 echo "${ECHO_T}$LIPO" >&6
6907 echo "$as_me:$LINENO: result
: no
" >&5
6908 echo "${ECHO_T}no
" >&6
6912 test -n "$ac_cv_prog_LIPO" && break
6915 if test -z "$ac_cv_prog_LIPO" ; then
6917 if test $build = $host ; then
6920 LIPO="${ncn_tool_prefix}$2"
6926 if test -n "$NM"; then
6928 elif test -n "$ac_cv_prog_NM"; then
6932 if test -n "$ac_cv_prog_NM"; then
6933 for ncn_progname in nm; do
6934 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6935 set dummy ${ncn_progname}; ac_word=$2
6936 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6937 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6938 if test "${ac_cv_prog_NM+set}" = set; then
6939 echo $ECHO_N "(cached
) $ECHO_C" >&6
6941 if test -n "$NM"; then
6942 ac_cv_prog_NM="$NM" # Let the user override the test.
6944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6948 test -z "$as_dir" && as_dir=.
6949 for ac_exec_ext in '' $ac_executable_extensions; do
6950 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6951 ac_cv_prog_NM="${ncn_progname}"
6952 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6961 if test -n "$NM"; then
6962 echo "$as_me:$LINENO: result
: $NM" >&5
6963 echo "${ECHO_T}$NM" >&6
6965 echo "$as_me:$LINENO: result
: no
" >&5
6966 echo "${ECHO_T}no
" >&6
6972 for ncn_progname in nm; do
6973 if test -n "$ncn_tool_prefix"; then
6974 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6975 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6976 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6977 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6978 if test "${ac_cv_prog_NM+set}" = set; then
6979 echo $ECHO_N "(cached
) $ECHO_C" >&6
6981 if test -n "$NM"; then
6982 ac_cv_prog_NM="$NM" # Let the user override the test.
6984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6988 test -z "$as_dir" && as_dir=.
6989 for ac_exec_ext in '' $ac_executable_extensions; do
6990 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6991 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
6992 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7001 if test -n "$NM"; then
7002 echo "$as_me:$LINENO: result
: $NM" >&5
7003 echo "${ECHO_T}$NM" >&6
7005 echo "$as_me:$LINENO: result
: no
" >&5
7006 echo "${ECHO_T}no
" >&6
7010 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
7011 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7012 set dummy ${ncn_progname}; ac_word=$2
7013 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7014 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7015 if test "${ac_cv_prog_NM+set}" = set; then
7016 echo $ECHO_N "(cached
) $ECHO_C" >&6
7018 if test -n "$NM"; then
7019 ac_cv_prog_NM="$NM" # Let the user override the test.
7021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7025 test -z "$as_dir" && as_dir=.
7026 for ac_exec_ext in '' $ac_executable_extensions; do
7027 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7028 ac_cv_prog_NM="${ncn_progname}"
7029 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7038 if test -n "$NM"; then
7039 echo "$as_me:$LINENO: result
: $NM" >&5
7040 echo "${ECHO_T}$NM" >&6
7042 echo "$as_me:$LINENO: result
: no
" >&5
7043 echo "${ECHO_T}no
" >&6
7047 test -n "$ac_cv_prog_NM" && break
7050 if test -z "$ac_cv_prog_NM" ; then
7052 if test $build = $host ; then
7055 NM="${ncn_tool_prefix}$2"
7061 if test -n "$RANLIB"; then
7062 ac_cv_prog_RANLIB=$RANLIB
7063 elif test -n "$ac_cv_prog_RANLIB"; then
7064 RANLIB=$ac_cv_prog_RANLIB
7067 if test -n "$ac_cv_prog_RANLIB"; then
7068 for ncn_progname in ranlib; do
7069 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7070 set dummy ${ncn_progname}; ac_word=$2
7071 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7072 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7073 if test "${ac_cv_prog_RANLIB+set}" = set; then
7074 echo $ECHO_N "(cached
) $ECHO_C" >&6
7076 if test -n "$RANLIB"; then
7077 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7083 test -z "$as_dir" && as_dir=.
7084 for ac_exec_ext in '' $ac_executable_extensions; do
7085 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7086 ac_cv_prog_RANLIB="${ncn_progname}"
7087 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7095 RANLIB=$ac_cv_prog_RANLIB
7096 if test -n "$RANLIB"; then
7097 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7098 echo "${ECHO_T}$RANLIB" >&6
7100 echo "$as_me:$LINENO: result
: no
" >&5
7101 echo "${ECHO_T}no
" >&6
7107 for ncn_progname in ranlib; do
7108 if test -n "$ncn_tool_prefix"; then
7109 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7110 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7111 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7112 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7113 if test "${ac_cv_prog_RANLIB+set}" = set; then
7114 echo $ECHO_N "(cached
) $ECHO_C" >&6
7116 if test -n "$RANLIB"; then
7117 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7119 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7123 test -z "$as_dir" && as_dir=.
7124 for ac_exec_ext in '' $ac_executable_extensions; do
7125 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7126 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
7127 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7135 RANLIB=$ac_cv_prog_RANLIB
7136 if test -n "$RANLIB"; then
7137 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7138 echo "${ECHO_T}$RANLIB" >&6
7140 echo "$as_me:$LINENO: result
: no
" >&5
7141 echo "${ECHO_T}no
" >&6
7145 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
7146 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7147 set dummy ${ncn_progname}; ac_word=$2
7148 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7149 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7150 if test "${ac_cv_prog_RANLIB+set}" = set; then
7151 echo $ECHO_N "(cached
) $ECHO_C" >&6
7153 if test -n "$RANLIB"; then
7154 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7160 test -z "$as_dir" && as_dir=.
7161 for ac_exec_ext in '' $ac_executable_extensions; do
7162 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7163 ac_cv_prog_RANLIB="${ncn_progname}"
7164 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7172 RANLIB=$ac_cv_prog_RANLIB
7173 if test -n "$RANLIB"; then
7174 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7175 echo "${ECHO_T}$RANLIB" >&6
7177 echo "$as_me:$LINENO: result
: no
" >&5
7178 echo "${ECHO_T}no
" >&6
7182 test -n "$ac_cv_prog_RANLIB" && break
7185 if test -z "$ac_cv_prog_RANLIB" ; then
7191 if test -n "$STRIP"; then
7192 ac_cv_prog_STRIP=$STRIP
7193 elif test -n "$ac_cv_prog_STRIP"; then
7194 STRIP=$ac_cv_prog_STRIP
7197 if test -n "$ac_cv_prog_STRIP"; then
7198 for ncn_progname in strip; do
7199 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7200 set dummy ${ncn_progname}; ac_word=$2
7201 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7202 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7203 if test "${ac_cv_prog_STRIP+set}" = set; then
7204 echo $ECHO_N "(cached
) $ECHO_C" >&6
7206 if test -n "$STRIP"; then
7207 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7209 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7213 test -z "$as_dir" && as_dir=.
7214 for ac_exec_ext in '' $ac_executable_extensions; do
7215 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7216 ac_cv_prog_STRIP="${ncn_progname}"
7217 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7225 STRIP=$ac_cv_prog_STRIP
7226 if test -n "$STRIP"; then
7227 echo "$as_me:$LINENO: result
: $STRIP" >&5
7228 echo "${ECHO_T}$STRIP" >&6
7230 echo "$as_me:$LINENO: result
: no
" >&5
7231 echo "${ECHO_T}no
" >&6
7237 for ncn_progname in strip; do
7238 if test -n "$ncn_tool_prefix"; then
7239 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7240 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7241 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7242 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7243 if test "${ac_cv_prog_STRIP+set}" = set; then
7244 echo $ECHO_N "(cached
) $ECHO_C" >&6
7246 if test -n "$STRIP"; then
7247 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7249 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7253 test -z "$as_dir" && as_dir=.
7254 for ac_exec_ext in '' $ac_executable_extensions; do
7255 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7256 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
7257 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7265 STRIP=$ac_cv_prog_STRIP
7266 if test -n "$STRIP"; then
7267 echo "$as_me:$LINENO: result
: $STRIP" >&5
7268 echo "${ECHO_T}$STRIP" >&6
7270 echo "$as_me:$LINENO: result
: no
" >&5
7271 echo "${ECHO_T}no
" >&6
7275 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
7276 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7277 set dummy ${ncn_progname}; ac_word=$2
7278 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7279 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7280 if test "${ac_cv_prog_STRIP+set}" = set; then
7281 echo $ECHO_N "(cached
) $ECHO_C" >&6
7283 if test -n "$STRIP"; then
7284 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7286 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7290 test -z "$as_dir" && as_dir=.
7291 for ac_exec_ext in '' $ac_executable_extensions; do
7292 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7293 ac_cv_prog_STRIP="${ncn_progname}"
7294 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7302 STRIP=$ac_cv_prog_STRIP
7303 if test -n "$STRIP"; then
7304 echo "$as_me:$LINENO: result
: $STRIP" >&5
7305 echo "${ECHO_T}$STRIP" >&6
7307 echo "$as_me:$LINENO: result
: no
" >&5
7308 echo "${ECHO_T}no
" >&6
7312 test -n "$ac_cv_prog_STRIP" && break
7315 if test -z "$ac_cv_prog_STRIP" ; then
7321 if test -n "$WINDRES"; then
7322 ac_cv_prog_WINDRES=$WINDRES
7323 elif test -n "$ac_cv_prog_WINDRES"; then
7324 WINDRES=$ac_cv_prog_WINDRES
7327 if test -n "$ac_cv_prog_WINDRES"; then
7328 for ncn_progname in windres; do
7329 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7330 set dummy ${ncn_progname}; ac_word=$2
7331 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7332 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7333 if test "${ac_cv_prog_WINDRES+set}" = set; then
7334 echo $ECHO_N "(cached
) $ECHO_C" >&6
7336 if test -n "$WINDRES"; then
7337 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7343 test -z "$as_dir" && as_dir=.
7344 for ac_exec_ext in '' $ac_executable_extensions; do
7345 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7346 ac_cv_prog_WINDRES="${ncn_progname}"
7347 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7355 WINDRES=$ac_cv_prog_WINDRES
7356 if test -n "$WINDRES"; then
7357 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7358 echo "${ECHO_T}$WINDRES" >&6
7360 echo "$as_me:$LINENO: result
: no
" >&5
7361 echo "${ECHO_T}no
" >&6
7367 for ncn_progname in windres; do
7368 if test -n "$ncn_tool_prefix"; then
7369 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7370 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7371 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7372 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7373 if test "${ac_cv_prog_WINDRES+set}" = set; then
7374 echo $ECHO_N "(cached
) $ECHO_C" >&6
7376 if test -n "$WINDRES"; then
7377 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7379 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7383 test -z "$as_dir" && as_dir=.
7384 for ac_exec_ext in '' $ac_executable_extensions; do
7385 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7386 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
7387 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7395 WINDRES=$ac_cv_prog_WINDRES
7396 if test -n "$WINDRES"; then
7397 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7398 echo "${ECHO_T}$WINDRES" >&6
7400 echo "$as_me:$LINENO: result
: no
" >&5
7401 echo "${ECHO_T}no
" >&6
7405 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
7406 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7407 set dummy ${ncn_progname}; ac_word=$2
7408 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7409 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7410 if test "${ac_cv_prog_WINDRES+set}" = set; then
7411 echo $ECHO_N "(cached
) $ECHO_C" >&6
7413 if test -n "$WINDRES"; then
7414 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7416 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7420 test -z "$as_dir" && as_dir=.
7421 for ac_exec_ext in '' $ac_executable_extensions; do
7422 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7423 ac_cv_prog_WINDRES="${ncn_progname}"
7424 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7432 WINDRES=$ac_cv_prog_WINDRES
7433 if test -n "$WINDRES"; then
7434 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7435 echo "${ECHO_T}$WINDRES" >&6
7437 echo "$as_me:$LINENO: result
: no
" >&5
7438 echo "${ECHO_T}no
" >&6
7442 test -n "$ac_cv_prog_WINDRES" && break
7445 if test -z "$ac_cv_prog_WINDRES" ; then
7447 if test $build = $host ; then
7450 WINDRES="${ncn_tool_prefix}$2"
7456 if test -n "$WINDMC"; then
7457 ac_cv_prog_WINDMC=$WINDMC
7458 elif test -n "$ac_cv_prog_WINDMC"; then
7459 WINDMC=$ac_cv_prog_WINDMC
7462 if test -n "$ac_cv_prog_WINDMC"; then
7463 for ncn_progname in windmc; do
7464 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7465 set dummy ${ncn_progname}; ac_word=$2
7466 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7467 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7468 if test "${ac_cv_prog_WINDMC+set}" = set; then
7469 echo $ECHO_N "(cached
) $ECHO_C" >&6
7471 if test -n "$WINDMC"; then
7472 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
7474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7478 test -z "$as_dir" && as_dir=.
7479 for ac_exec_ext in '' $ac_executable_extensions; do
7480 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7481 ac_cv_prog_WINDMC="${ncn_progname}"
7482 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7490 WINDMC=$ac_cv_prog_WINDMC
7491 if test -n "$WINDMC"; then
7492 echo "$as_me:$LINENO: result
: $WINDMC" >&5
7493 echo "${ECHO_T}$WINDMC" >&6
7495 echo "$as_me:$LINENO: result
: no
" >&5
7496 echo "${ECHO_T}no
" >&6
7502 for ncn_progname in windmc; do
7503 if test -n "$ncn_tool_prefix"; then
7504 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7505 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7506 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7507 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7508 if test "${ac_cv_prog_WINDMC+set}" = set; then
7509 echo $ECHO_N "(cached
) $ECHO_C" >&6
7511 if test -n "$WINDMC"; then
7512 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
7514 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7518 test -z "$as_dir" && as_dir=.
7519 for ac_exec_ext in '' $ac_executable_extensions; do
7520 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7521 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
7522 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7530 WINDMC=$ac_cv_prog_WINDMC
7531 if test -n "$WINDMC"; then
7532 echo "$as_me:$LINENO: result
: $WINDMC" >&5
7533 echo "${ECHO_T}$WINDMC" >&6
7535 echo "$as_me:$LINENO: result
: no
" >&5
7536 echo "${ECHO_T}no
" >&6
7540 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
7541 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7542 set dummy ${ncn_progname}; ac_word=$2
7543 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7544 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7545 if test "${ac_cv_prog_WINDMC+set}" = set; then
7546 echo $ECHO_N "(cached
) $ECHO_C" >&6
7548 if test -n "$WINDMC"; then
7549 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
7551 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7555 test -z "$as_dir" && as_dir=.
7556 for ac_exec_ext in '' $ac_executable_extensions; do
7557 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7558 ac_cv_prog_WINDMC="${ncn_progname}"
7559 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7567 WINDMC=$ac_cv_prog_WINDMC
7568 if test -n "$WINDMC"; then
7569 echo "$as_me:$LINENO: result
: $WINDMC" >&5
7570 echo "${ECHO_T}$WINDMC" >&6
7572 echo "$as_me:$LINENO: result
: no
" >&5
7573 echo "${ECHO_T}no
" >&6
7577 test -n "$ac_cv_prog_WINDMC" && break
7580 if test -z "$ac_cv_prog_WINDMC" ; then
7582 if test $build = $host ; then
7585 WINDMC="${ncn_tool_prefix}$2"
7591 if test -n "$OBJCOPY"; then
7592 ac_cv_prog_OBJCOPY=$OBJCOPY
7593 elif test -n "$ac_cv_prog_OBJCOPY"; then
7594 OBJCOPY=$ac_cv_prog_OBJCOPY
7597 if test -n "$ac_cv_prog_OBJCOPY"; then
7598 for ncn_progname in objcopy; do
7599 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7600 set dummy ${ncn_progname}; ac_word=$2
7601 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7602 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7603 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7604 echo $ECHO_N "(cached
) $ECHO_C" >&6
7606 if test -n "$OBJCOPY"; then
7607 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7609 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7613 test -z "$as_dir" && as_dir=.
7614 for ac_exec_ext in '' $ac_executable_extensions; do
7615 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7616 ac_cv_prog_OBJCOPY="${ncn_progname}"
7617 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7625 OBJCOPY=$ac_cv_prog_OBJCOPY
7626 if test -n "$OBJCOPY"; then
7627 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
7628 echo "${ECHO_T}$OBJCOPY" >&6
7630 echo "$as_me:$LINENO: result
: no
" >&5
7631 echo "${ECHO_T}no
" >&6
7637 for ncn_progname in objcopy; do
7638 if test -n "$ncn_tool_prefix"; then
7639 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7640 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7641 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7642 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7643 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7644 echo $ECHO_N "(cached
) $ECHO_C" >&6
7646 if test -n "$OBJCOPY"; then
7647 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7649 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7653 test -z "$as_dir" && as_dir=.
7654 for ac_exec_ext in '' $ac_executable_extensions; do
7655 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7656 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
7657 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7665 OBJCOPY=$ac_cv_prog_OBJCOPY
7666 if test -n "$OBJCOPY"; then
7667 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
7668 echo "${ECHO_T}$OBJCOPY" >&6
7670 echo "$as_me:$LINENO: result
: no
" >&5
7671 echo "${ECHO_T}no
" >&6
7675 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
7676 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7677 set dummy ${ncn_progname}; ac_word=$2
7678 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7679 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7680 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7681 echo $ECHO_N "(cached
) $ECHO_C" >&6
7683 if test -n "$OBJCOPY"; then
7684 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7686 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7690 test -z "$as_dir" && as_dir=.
7691 for ac_exec_ext in '' $ac_executable_extensions; do
7692 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7693 ac_cv_prog_OBJCOPY="${ncn_progname}"
7694 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7702 OBJCOPY=$ac_cv_prog_OBJCOPY
7703 if test -n "$OBJCOPY"; then
7704 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
7705 echo "${ECHO_T}$OBJCOPY" >&6
7707 echo "$as_me:$LINENO: result
: no
" >&5
7708 echo "${ECHO_T}no
" >&6
7712 test -n "$ac_cv_prog_OBJCOPY" && break
7715 if test -z "$ac_cv_prog_OBJCOPY" ; then
7717 if test $build = $host ; then
7720 OBJCOPY="${ncn_tool_prefix}$2"
7726 if test -n "$OBJDUMP"; then
7727 ac_cv_prog_OBJDUMP=$OBJDUMP
7728 elif test -n "$ac_cv_prog_OBJDUMP"; then
7729 OBJDUMP=$ac_cv_prog_OBJDUMP
7732 if test -n "$ac_cv_prog_OBJDUMP"; then
7733 for ncn_progname in objdump; do
7734 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7735 set dummy ${ncn_progname}; ac_word=$2
7736 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7737 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7738 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
7739 echo $ECHO_N "(cached
) $ECHO_C" >&6
7741 if test -n "$OBJDUMP"; then
7742 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7744 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7748 test -z "$as_dir" && as_dir=.
7749 for ac_exec_ext in '' $ac_executable_extensions; do
7750 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7751 ac_cv_prog_OBJDUMP="${ncn_progname}"
7752 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7760 OBJDUMP=$ac_cv_prog_OBJDUMP
7761 if test -n "$OBJDUMP"; then
7762 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
7763 echo "${ECHO_T}$OBJDUMP" >&6
7765 echo "$as_me:$LINENO: result
: no
" >&5
7766 echo "${ECHO_T}no
" >&6
7772 for ncn_progname in objdump; do
7773 if test -n "$ncn_tool_prefix"; then
7774 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7775 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7776 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7777 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7778 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
7779 echo $ECHO_N "(cached
) $ECHO_C" >&6
7781 if test -n "$OBJDUMP"; then
7782 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7784 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7788 test -z "$as_dir" && as_dir=.
7789 for ac_exec_ext in '' $ac_executable_extensions; do
7790 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7791 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
7792 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7800 OBJDUMP=$ac_cv_prog_OBJDUMP
7801 if test -n "$OBJDUMP"; then
7802 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
7803 echo "${ECHO_T}$OBJDUMP" >&6
7805 echo "$as_me:$LINENO: result
: no
" >&5
7806 echo "${ECHO_T}no
" >&6
7810 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
7811 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7812 set dummy ${ncn_progname}; ac_word=$2
7813 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7814 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7815 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
7816 echo $ECHO_N "(cached
) $ECHO_C" >&6
7818 if test -n "$OBJDUMP"; then
7819 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7821 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7825 test -z "$as_dir" && as_dir=.
7826 for ac_exec_ext in '' $ac_executable_extensions; do
7827 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7828 ac_cv_prog_OBJDUMP="${ncn_progname}"
7829 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7837 OBJDUMP=$ac_cv_prog_OBJDUMP
7838 if test -n "$OBJDUMP"; then
7839 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
7840 echo "${ECHO_T}$OBJDUMP" >&6
7842 echo "$as_me:$LINENO: result
: no
" >&5
7843 echo "${ECHO_T}no
" >&6
7847 test -n "$ac_cv_prog_OBJDUMP" && break
7850 if test -z "$ac_cv_prog_OBJDUMP" ; then
7852 if test $build = $host ; then
7855 OBJDUMP="${ncn_tool_prefix}$2"
7867 # Check whether --with-build-time-tools or --without-build-time-tools was given.
7868 if test "${with_build_time_tools+set}" = set; then
7869 withval="$with_build_time_tools"
7873 with_build_time_tools=
7874 { echo "$as_me:$LINENO: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&5
7875 echo "$as_me: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&2;}
7879 with_build_time_tools=
7884 if test -n "$CC_FOR_TARGET"; then
7885 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
7886 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
7887 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
7890 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
7891 for ncn_progname in cc gcc; do
7892 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7893 set dummy ${ncn_progname}; ac_word=$2
7894 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7895 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7896 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
7897 echo $ECHO_N "(cached
) $ECHO_C" >&6
7899 if test -n "$CC_FOR_TARGET"; then
7900 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
7902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7906 test -z "$as_dir" && as_dir=.
7907 for ac_exec_ext in '' $ac_executable_extensions; do
7908 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7909 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
7910 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7918 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
7919 if test -n "$CC_FOR_TARGET"; then
7920 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
7921 echo "${ECHO_T}$CC_FOR_TARGET" >&6
7923 echo "$as_me:$LINENO: result
: no
" >&5
7924 echo "${ECHO_T}no
" >&6
7930 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
7931 for ncn_progname in cc gcc; do
7932 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
7933 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
7934 if test -x $with_build_time_tools/${ncn_progname}; then
7935 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
7936 echo "$as_me:$LINENO: result
: yes" >&5
7937 echo "${ECHO_T}yes" >&6
7940 echo "$as_me:$LINENO: result
: no
" >&5
7941 echo "${ECHO_T}no
" >&6
7946 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
7947 for ncn_progname in cc gcc; do
7948 if test -n "$ncn_target_tool_prefix"; then
7949 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7950 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
7951 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7952 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7953 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
7954 echo $ECHO_N "(cached
) $ECHO_C" >&6
7956 if test -n "$CC_FOR_TARGET"; then
7957 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
7959 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7963 test -z "$as_dir" && as_dir=.
7964 for ac_exec_ext in '' $ac_executable_extensions; do
7965 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7966 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
7967 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7975 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
7976 if test -n "$CC_FOR_TARGET"; then
7977 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
7978 echo "${ECHO_T}$CC_FOR_TARGET" >&6
7980 echo "$as_me:$LINENO: result
: no
" >&5
7981 echo "${ECHO_T}no
" >&6
7985 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
7986 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7987 set dummy ${ncn_progname}; ac_word=$2
7988 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7989 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7990 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
7991 echo $ECHO_N "(cached
) $ECHO_C" >&6
7993 if test -n "$CC_FOR_TARGET"; then
7994 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
7996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8000 test -z "$as_dir" && as_dir=.
8001 for ac_exec_ext in '' $ac_executable_extensions; do
8002 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8003 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
8004 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8012 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8013 if test -n "$CC_FOR_TARGET"; then
8014 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
8015 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8017 echo "$as_me:$LINENO: result
: no
" >&5
8018 echo "${ECHO_T}no
" >&6
8022 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
8026 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
8028 if test $build = $target ; then
8031 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
8034 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
8039 if test -n "$CXX_FOR_TARGET"; then
8040 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
8041 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
8042 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8045 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
8046 for ncn_progname in c++ g++ cxx gxx; do
8047 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8048 set dummy ${ncn_progname}; ac_word=$2
8049 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8050 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8051 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8052 echo $ECHO_N "(cached
) $ECHO_C" >&6
8054 if test -n "$CXX_FOR_TARGET"; then
8055 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8057 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8061 test -z "$as_dir" && as_dir=.
8062 for ac_exec_ext in '' $ac_executable_extensions; do
8063 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8064 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
8065 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8073 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8074 if test -n "$CXX_FOR_TARGET"; then
8075 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8076 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8078 echo "$as_me:$LINENO: result
: no
" >&5
8079 echo "${ECHO_T}no
" >&6
8085 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
8086 for ncn_progname in c++ g++ cxx gxx; do
8087 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8088 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8089 if test -x $with_build_time_tools/${ncn_progname}; then
8090 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8091 echo "$as_me:$LINENO: result
: yes" >&5
8092 echo "${ECHO_T}yes" >&6
8095 echo "$as_me:$LINENO: result
: no
" >&5
8096 echo "${ECHO_T}no
" >&6
8101 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
8102 for ncn_progname in c++ g++ cxx gxx; do
8103 if test -n "$ncn_target_tool_prefix"; then
8104 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8105 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8106 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8107 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8108 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8109 echo $ECHO_N "(cached
) $ECHO_C" >&6
8111 if test -n "$CXX_FOR_TARGET"; then
8112 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8118 test -z "$as_dir" && as_dir=.
8119 for ac_exec_ext in '' $ac_executable_extensions; do
8120 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8121 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8122 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8130 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8131 if test -n "$CXX_FOR_TARGET"; then
8132 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8133 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8135 echo "$as_me:$LINENO: result
: no
" >&5
8136 echo "${ECHO_T}no
" >&6
8140 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
8141 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8142 set dummy ${ncn_progname}; ac_word=$2
8143 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8144 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8145 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8146 echo $ECHO_N "(cached
) $ECHO_C" >&6
8148 if test -n "$CXX_FOR_TARGET"; then
8149 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8151 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8155 test -z "$as_dir" && as_dir=.
8156 for ac_exec_ext in '' $ac_executable_extensions; do
8157 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8158 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
8159 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8167 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8168 if test -n "$CXX_FOR_TARGET"; then
8169 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8170 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8172 echo "$as_me:$LINENO: result
: no
" >&5
8173 echo "${ECHO_T}no
" >&6
8177 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
8181 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
8182 set dummy c++ g++ cxx gxx
8183 if test $build = $target ; then
8186 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
8189 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
8194 if test -n "$GCC_FOR_TARGET"; then
8195 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
8196 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
8197 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8200 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
8201 for ncn_progname in gcc; do
8202 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8203 set dummy ${ncn_progname}; ac_word=$2
8204 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8205 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8206 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8207 echo $ECHO_N "(cached
) $ECHO_C" >&6
8209 if test -n "$GCC_FOR_TARGET"; then
8210 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8212 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8216 test -z "$as_dir" && as_dir=.
8217 for ac_exec_ext in '' $ac_executable_extensions; do
8218 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8219 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
8220 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8228 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8229 if test -n "$GCC_FOR_TARGET"; then
8230 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8231 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8233 echo "$as_me:$LINENO: result
: no
" >&5
8234 echo "${ECHO_T}no
" >&6
8240 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
8241 for ncn_progname in gcc; do
8242 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8243 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8244 if test -x $with_build_time_tools/${ncn_progname}; then
8245 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8246 echo "$as_me:$LINENO: result
: yes" >&5
8247 echo "${ECHO_T}yes" >&6
8250 echo "$as_me:$LINENO: result
: no
" >&5
8251 echo "${ECHO_T}no
" >&6
8256 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
8257 for ncn_progname in gcc; do
8258 if test -n "$ncn_target_tool_prefix"; then
8259 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8260 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8261 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8262 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8263 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8264 echo $ECHO_N "(cached
) $ECHO_C" >&6
8266 if test -n "$GCC_FOR_TARGET"; then
8267 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8269 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8273 test -z "$as_dir" && as_dir=.
8274 for ac_exec_ext in '' $ac_executable_extensions; do
8275 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8276 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8277 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8285 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8286 if test -n "$GCC_FOR_TARGET"; then
8287 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8288 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8290 echo "$as_me:$LINENO: result
: no
" >&5
8291 echo "${ECHO_T}no
" >&6
8295 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
8296 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8297 set dummy ${ncn_progname}; ac_word=$2
8298 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8299 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8300 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8301 echo $ECHO_N "(cached
) $ECHO_C" >&6
8303 if test -n "$GCC_FOR_TARGET"; then
8304 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8306 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8310 test -z "$as_dir" && as_dir=.
8311 for ac_exec_ext in '' $ac_executable_extensions; do
8312 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8313 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
8314 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8322 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8323 if test -n "$GCC_FOR_TARGET"; then
8324 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8325 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8327 echo "$as_me:$LINENO: result
: no
" >&5
8328 echo "${ECHO_T}no
" >&6
8332 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
8336 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
8337 GCC_FOR_TARGET="${CC_FOR_TARGET}"
8339 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
8344 if test -n "$GCJ_FOR_TARGET"; then
8345 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
8346 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
8347 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8350 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
8351 for ncn_progname in gcj; do
8352 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8353 set dummy ${ncn_progname}; ac_word=$2
8354 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8355 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8356 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8357 echo $ECHO_N "(cached
) $ECHO_C" >&6
8359 if test -n "$GCJ_FOR_TARGET"; then
8360 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8366 test -z "$as_dir" && as_dir=.
8367 for ac_exec_ext in '' $ac_executable_extensions; do
8368 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8369 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
8370 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8378 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8379 if test -n "$GCJ_FOR_TARGET"; then
8380 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8381 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8383 echo "$as_me:$LINENO: result
: no
" >&5
8384 echo "${ECHO_T}no
" >&6
8390 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
8391 for ncn_progname in gcj; do
8392 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8393 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8394 if test -x $with_build_time_tools/${ncn_progname}; then
8395 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8396 echo "$as_me:$LINENO: result
: yes" >&5
8397 echo "${ECHO_T}yes" >&6
8400 echo "$as_me:$LINENO: result
: no
" >&5
8401 echo "${ECHO_T}no
" >&6
8406 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
8407 for ncn_progname in gcj; do
8408 if test -n "$ncn_target_tool_prefix"; then
8409 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8410 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8411 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8412 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8413 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8414 echo $ECHO_N "(cached
) $ECHO_C" >&6
8416 if test -n "$GCJ_FOR_TARGET"; then
8417 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8423 test -z "$as_dir" && as_dir=.
8424 for ac_exec_ext in '' $ac_executable_extensions; do
8425 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8426 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8427 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8435 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8436 if test -n "$GCJ_FOR_TARGET"; then
8437 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8438 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8440 echo "$as_me:$LINENO: result
: no
" >&5
8441 echo "${ECHO_T}no
" >&6
8445 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
8446 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8447 set dummy ${ncn_progname}; ac_word=$2
8448 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8449 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8450 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8451 echo $ECHO_N "(cached
) $ECHO_C" >&6
8453 if test -n "$GCJ_FOR_TARGET"; then
8454 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8460 test -z "$as_dir" && as_dir=.
8461 for ac_exec_ext in '' $ac_executable_extensions; do
8462 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8463 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
8464 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8472 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8473 if test -n "$GCJ_FOR_TARGET"; then
8474 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8475 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8477 echo "$as_me:$LINENO: result
: no
" >&5
8478 echo "${ECHO_T}no
" >&6
8482 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
8486 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
8488 if test $build = $target ; then
8491 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
8494 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
8499 if test -n "$GFORTRAN_FOR_TARGET"; then
8500 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
8501 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8502 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8505 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8506 for ncn_progname in gfortran; do
8507 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8508 set dummy ${ncn_progname}; ac_word=$2
8509 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8510 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8511 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8512 echo $ECHO_N "(cached
) $ECHO_C" >&6
8514 if test -n "$GFORTRAN_FOR_TARGET"; then
8515 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8521 test -z "$as_dir" && as_dir=.
8522 for ac_exec_ext in '' $ac_executable_extensions; do
8523 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8524 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
8525 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8533 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8534 if test -n "$GFORTRAN_FOR_TARGET"; then
8535 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
8536 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8538 echo "$as_me:$LINENO: result
: no
" >&5
8539 echo "${ECHO_T}no
" >&6
8545 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
8546 for ncn_progname in gfortran; do
8547 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8548 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8549 if test -x $with_build_time_tools/${ncn_progname}; then
8550 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8551 echo "$as_me:$LINENO: result
: yes" >&5
8552 echo "${ECHO_T}yes" >&6
8555 echo "$as_me:$LINENO: result
: no
" >&5
8556 echo "${ECHO_T}no
" >&6
8561 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8562 for ncn_progname in gfortran; do
8563 if test -n "$ncn_target_tool_prefix"; then
8564 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8565 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8566 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8567 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8568 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8569 echo $ECHO_N "(cached
) $ECHO_C" >&6
8571 if test -n "$GFORTRAN_FOR_TARGET"; then
8572 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8574 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8578 test -z "$as_dir" && as_dir=.
8579 for ac_exec_ext in '' $ac_executable_extensions; do
8580 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8581 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8582 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8590 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8591 if test -n "$GFORTRAN_FOR_TARGET"; then
8592 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
8593 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8595 echo "$as_me:$LINENO: result
: no
" >&5
8596 echo "${ECHO_T}no
" >&6
8600 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
8601 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8602 set dummy ${ncn_progname}; ac_word=$2
8603 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8604 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8605 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8606 echo $ECHO_N "(cached
) $ECHO_C" >&6
8608 if test -n "$GFORTRAN_FOR_TARGET"; then
8609 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8611 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8615 test -z "$as_dir" && as_dir=.
8616 for ac_exec_ext in '' $ac_executable_extensions; do
8617 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8618 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
8619 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8627 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8628 if test -n "$GFORTRAN_FOR_TARGET"; then
8629 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
8630 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8632 echo "$as_me:$LINENO: result
: no
" >&5
8633 echo "${ECHO_T}no
" >&6
8637 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
8641 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
8643 if test $build = $target ; then
8644 GFORTRAN_FOR_TARGET="$2"
8646 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
8649 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
8654 cat > conftest.c << \EOF
8659 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
8660 have_gcc_for_target=yes
8662 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
8663 have_gcc_for_target=no
8670 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
8671 if test -n "$with_build_time_tools"; then
8672 echo "$as_me:$LINENO: checking
for ar in $with_build_time_tools" >&5
8673 echo $ECHO_N "checking
for ar in $with_build_time_tools...
$ECHO_C" >&6
8674 if test -x $with_build_time_tools/ar; then
8675 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
8676 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
8677 echo "$as_me:$LINENO: result
: $ac_cv_path_AR_FOR_TARGET" >&5
8678 echo "${ECHO_T}$ac_cv_path_AR_FOR_TARGET" >&6
8680 echo "$as_me:$LINENO: result
: no
" >&5
8681 echo "${ECHO_T}no
" >&6
8683 elif test $build != $host && test $have_gcc_for_target = yes; then
8684 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
8685 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
8686 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
8689 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
8690 # Extract the first word of "ar", so it can be a program name with args.
8691 set dummy ar; ac_word=$2
8692 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8693 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8694 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then
8695 echo $ECHO_N "(cached
) $ECHO_C" >&6
8697 case $AR_FOR_TARGET in
8699 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
8702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8703 for as_dir in $gcc_cv_tool_dirs
8706 test -z "$as_dir" && as_dir=.
8707 for ac_exec_ext in '' $ac_executable_extensions; do
8708 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8709 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
8710 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8719 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
8721 if test -n "$AR_FOR_TARGET"; then
8722 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
8723 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8725 echo "$as_me:$LINENO: result
: no
" >&5
8726 echo "${ECHO_T}no
" >&6
8730 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
8733 if test -n "$AR_FOR_TARGET"; then
8734 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
8735 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
8736 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8739 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
8740 for ncn_progname in ar; do
8741 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8742 set dummy ${ncn_progname}; ac_word=$2
8743 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8744 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8745 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
8746 echo $ECHO_N "(cached
) $ECHO_C" >&6
8748 if test -n "$AR_FOR_TARGET"; then
8749 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
8751 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8755 test -z "$as_dir" && as_dir=.
8756 for ac_exec_ext in '' $ac_executable_extensions; do
8757 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8758 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
8759 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8767 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8768 if test -n "$AR_FOR_TARGET"; then
8769 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
8770 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8772 echo "$as_me:$LINENO: result
: no
" >&5
8773 echo "${ECHO_T}no
" >&6
8779 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
8780 for ncn_progname in ar; do
8781 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8782 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8783 if test -x $with_build_time_tools/${ncn_progname}; then
8784 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8785 echo "$as_me:$LINENO: result
: yes" >&5
8786 echo "${ECHO_T}yes" >&6
8789 echo "$as_me:$LINENO: result
: no
" >&5
8790 echo "${ECHO_T}no
" >&6
8795 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
8796 for ncn_progname in ar; do
8797 if test -n "$ncn_target_tool_prefix"; then
8798 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8799 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8800 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8801 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8802 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
8803 echo $ECHO_N "(cached
) $ECHO_C" >&6
8805 if test -n "$AR_FOR_TARGET"; then
8806 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
8808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8812 test -z "$as_dir" && as_dir=.
8813 for ac_exec_ext in '' $ac_executable_extensions; do
8814 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8815 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8816 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8824 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8825 if test -n "$AR_FOR_TARGET"; then
8826 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
8827 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8829 echo "$as_me:$LINENO: result
: no
" >&5
8830 echo "${ECHO_T}no
" >&6
8834 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
8835 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8836 set dummy ${ncn_progname}; ac_word=$2
8837 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8838 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8839 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
8840 echo $ECHO_N "(cached
) $ECHO_C" >&6
8842 if test -n "$AR_FOR_TARGET"; then
8843 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
8845 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8849 test -z "$as_dir" && as_dir=.
8850 for ac_exec_ext in '' $ac_executable_extensions; do
8851 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8852 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
8853 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8861 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8862 if test -n "$AR_FOR_TARGET"; then
8863 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
8864 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8866 echo "$as_me:$LINENO: result
: no
" >&5
8867 echo "${ECHO_T}no
" >&6
8871 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
8875 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
8877 if test $build = $target ; then
8880 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
8883 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
8887 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
8893 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
8894 if test -n "$with_build_time_tools"; then
8895 echo "$as_me:$LINENO: checking
for as
in $with_build_time_tools" >&5
8896 echo $ECHO_N "checking
for as
in $with_build_time_tools...
$ECHO_C" >&6
8897 if test -x $with_build_time_tools/as; then
8898 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
8899 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
8900 echo "$as_me:$LINENO: result
: $ac_cv_path_AS_FOR_TARGET" >&5
8901 echo "${ECHO_T}$ac_cv_path_AS_FOR_TARGET" >&6
8903 echo "$as_me:$LINENO: result
: no
" >&5
8904 echo "${ECHO_T}no
" >&6
8906 elif test $build != $host && test $have_gcc_for_target = yes; then
8907 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
8908 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
8909 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
8912 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
8913 # Extract the first word of "as
", so it can be a program name with args.
8914 set dummy as; ac_word=$2
8915 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8916 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8917 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then
8918 echo $ECHO_N "(cached
) $ECHO_C" >&6
8920 case $AS_FOR_TARGET in
8922 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
8925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8926 for as_dir in $gcc_cv_tool_dirs
8929 test -z "$as_dir" && as_dir=.
8930 for ac_exec_ext in '' $ac_executable_extensions; do
8931 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8932 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
8933 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8942 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
8944 if test -n "$AS_FOR_TARGET"; then
8945 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
8946 echo "${ECHO_T}$AS_FOR_TARGET" >&6
8948 echo "$as_me:$LINENO: result
: no
" >&5
8949 echo "${ECHO_T}no
" >&6
8953 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
8956 if test -n "$AS_FOR_TARGET"; then
8957 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
8958 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
8959 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
8962 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
8963 for ncn_progname in as; do
8964 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8965 set dummy ${ncn_progname}; ac_word=$2
8966 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8967 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8968 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
8969 echo $ECHO_N "(cached
) $ECHO_C" >&6
8971 if test -n "$AS_FOR_TARGET"; then
8972 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
8974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8978 test -z "$as_dir" && as_dir=.
8979 for ac_exec_ext in '' $ac_executable_extensions; do
8980 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8981 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
8982 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8990 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
8991 if test -n "$AS_FOR_TARGET"; then
8992 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
8993 echo "${ECHO_T}$AS_FOR_TARGET" >&6
8995 echo "$as_me:$LINENO: result
: no
" >&5
8996 echo "${ECHO_T}no
" >&6
9002 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
9003 for ncn_progname in as; do
9004 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9005 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9006 if test -x $with_build_time_tools/${ncn_progname}; then
9007 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9008 echo "$as_me:$LINENO: result
: yes" >&5
9009 echo "${ECHO_T}yes" >&6
9012 echo "$as_me:$LINENO: result
: no
" >&5
9013 echo "${ECHO_T}no
" >&6
9018 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
9019 for ncn_progname in as; do
9020 if test -n "$ncn_target_tool_prefix"; then
9021 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9022 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9023 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9024 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9025 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9026 echo $ECHO_N "(cached
) $ECHO_C" >&6
9028 if test -n "$AS_FOR_TARGET"; then
9029 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9031 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9035 test -z "$as_dir" && as_dir=.
9036 for ac_exec_ext in '' $ac_executable_extensions; do
9037 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9038 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9039 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9047 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9048 if test -n "$AS_FOR_TARGET"; then
9049 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9050 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9052 echo "$as_me:$LINENO: result
: no
" >&5
9053 echo "${ECHO_T}no
" >&6
9057 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
9058 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9059 set dummy ${ncn_progname}; ac_word=$2
9060 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9061 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9062 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9063 echo $ECHO_N "(cached
) $ECHO_C" >&6
9065 if test -n "$AS_FOR_TARGET"; then
9066 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9072 test -z "$as_dir" && as_dir=.
9073 for ac_exec_ext in '' $ac_executable_extensions; do
9074 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9075 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
9076 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9084 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9085 if test -n "$AS_FOR_TARGET"; then
9086 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9087 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9089 echo "$as_me:$LINENO: result
: no
" >&5
9090 echo "${ECHO_T}no
" >&6
9094 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
9098 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
9100 if test $build = $target ; then
9103 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
9106 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
9110 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
9116 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9117 if test -n "$with_build_time_tools"; then
9118 echo "$as_me:$LINENO: checking
for dlltool
in $with_build_time_tools" >&5
9119 echo $ECHO_N "checking
for dlltool
in $with_build_time_tools...
$ECHO_C" >&6
9120 if test -x $with_build_time_tools/dlltool; then
9121 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
9122 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9123 echo "$as_me:$LINENO: result
: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
9124 echo "${ECHO_T}$ac_cv_path_DLLTOOL_FOR_TARGET" >&6
9126 echo "$as_me:$LINENO: result
: no
" >&5
9127 echo "${ECHO_T}no
" >&6
9129 elif test $build != $host && test $have_gcc_for_target = yes; then
9130 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
9131 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
9132 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9135 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9136 # Extract the first word of "dlltool
", so it can be a program name with args.
9137 set dummy dlltool; ac_word=$2
9138 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9139 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9140 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then
9141 echo $ECHO_N "(cached
) $ECHO_C" >&6
9143 case $DLLTOOL_FOR_TARGET in
9145 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
9148 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9149 for as_dir in $gcc_cv_tool_dirs
9152 test -z "$as_dir" && as_dir=.
9153 for ac_exec_ext in '' $ac_executable_extensions; do
9154 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9155 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9156 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9165 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
9167 if test -n "$DLLTOOL_FOR_TARGET"; then
9168 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9169 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9171 echo "$as_me:$LINENO: result
: no
" >&5
9172 echo "${ECHO_T}no
" >&6
9176 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9179 if test -n "$DLLTOOL_FOR_TARGET"; then
9180 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9181 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9182 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9185 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9186 for ncn_progname in dlltool; do
9187 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9188 set dummy ${ncn_progname}; ac_word=$2
9189 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9190 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9191 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9192 echo $ECHO_N "(cached
) $ECHO_C" >&6
9194 if test -n "$DLLTOOL_FOR_TARGET"; then
9195 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9197 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9201 test -z "$as_dir" && as_dir=.
9202 for ac_exec_ext in '' $ac_executable_extensions; do
9203 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9204 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
9205 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9213 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9214 if test -n "$DLLTOOL_FOR_TARGET"; then
9215 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9216 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9218 echo "$as_me:$LINENO: result
: no
" >&5
9219 echo "${ECHO_T}no
" >&6
9225 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
9226 for ncn_progname in dlltool; do
9227 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9228 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9229 if test -x $with_build_time_tools/${ncn_progname}; then
9230 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9231 echo "$as_me:$LINENO: result
: yes" >&5
9232 echo "${ECHO_T}yes" >&6
9235 echo "$as_me:$LINENO: result
: no
" >&5
9236 echo "${ECHO_T}no
" >&6
9241 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9242 for ncn_progname in dlltool; do
9243 if test -n "$ncn_target_tool_prefix"; then
9244 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9245 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9246 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9247 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9248 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9249 echo $ECHO_N "(cached
) $ECHO_C" >&6
9251 if test -n "$DLLTOOL_FOR_TARGET"; then
9252 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9258 test -z "$as_dir" && as_dir=.
9259 for ac_exec_ext in '' $ac_executable_extensions; do
9260 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9261 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9262 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9270 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9271 if test -n "$DLLTOOL_FOR_TARGET"; then
9272 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9273 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9275 echo "$as_me:$LINENO: result
: no
" >&5
9276 echo "${ECHO_T}no
" >&6
9280 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
9281 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9282 set dummy ${ncn_progname}; ac_word=$2
9283 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9284 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9285 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9286 echo $ECHO_N "(cached
) $ECHO_C" >&6
9288 if test -n "$DLLTOOL_FOR_TARGET"; then
9289 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9295 test -z "$as_dir" && as_dir=.
9296 for ac_exec_ext in '' $ac_executable_extensions; do
9297 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9298 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
9299 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9307 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9308 if test -n "$DLLTOOL_FOR_TARGET"; then
9309 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9310 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9312 echo "$as_me:$LINENO: result
: no
" >&5
9313 echo "${ECHO_T}no
" >&6
9317 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
9321 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
9323 if test $build = $target ; then
9324 DLLTOOL_FOR_TARGET="$2"
9326 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
9329 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
9333 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
9339 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9340 if test -n "$with_build_time_tools"; then
9341 echo "$as_me:$LINENO: checking
for ld
in $with_build_time_tools" >&5
9342 echo $ECHO_N "checking
for ld
in $with_build_time_tools...
$ECHO_C" >&6
9343 if test -x $with_build_time_tools/ld; then
9344 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
9345 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
9346 echo "$as_me:$LINENO: result
: $ac_cv_path_LD_FOR_TARGET" >&5
9347 echo "${ECHO_T}$ac_cv_path_LD_FOR_TARGET" >&6
9349 echo "$as_me:$LINENO: result
: no
" >&5
9350 echo "${ECHO_T}no
" >&6
9352 elif test $build != $host && test $have_gcc_for_target = yes; then
9353 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
9354 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
9355 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
9358 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9359 # Extract the first word of "ld
", so it can be a program name with args.
9360 set dummy ld; ac_word=$2
9361 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9362 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9363 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then
9364 echo $ECHO_N "(cached
) $ECHO_C" >&6
9366 case $LD_FOR_TARGET in
9368 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
9371 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9372 for as_dir in $gcc_cv_tool_dirs
9375 test -z "$as_dir" && as_dir=.
9376 for ac_exec_ext in '' $ac_executable_extensions; do
9377 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9378 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9379 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9388 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
9390 if test -n "$LD_FOR_TARGET"; then
9391 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9392 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9394 echo "$as_me:$LINENO: result
: no
" >&5
9395 echo "${ECHO_T}no
" >&6
9399 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9402 if test -n "$LD_FOR_TARGET"; then
9403 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
9404 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
9405 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9408 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
9409 for ncn_progname in ld; do
9410 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9411 set dummy ${ncn_progname}; ac_word=$2
9412 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9413 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9414 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9415 echo $ECHO_N "(cached
) $ECHO_C" >&6
9417 if test -n "$LD_FOR_TARGET"; then
9418 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9420 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9424 test -z "$as_dir" && as_dir=.
9425 for ac_exec_ext in '' $ac_executable_extensions; do
9426 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9427 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
9428 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9436 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9437 if test -n "$LD_FOR_TARGET"; then
9438 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9439 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9441 echo "$as_me:$LINENO: result
: no
" >&5
9442 echo "${ECHO_T}no
" >&6
9448 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
9449 for ncn_progname in ld; do
9450 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9451 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9452 if test -x $with_build_time_tools/${ncn_progname}; then
9453 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9454 echo "$as_me:$LINENO: result
: yes" >&5
9455 echo "${ECHO_T}yes" >&6
9458 echo "$as_me:$LINENO: result
: no
" >&5
9459 echo "${ECHO_T}no
" >&6
9464 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
9465 for ncn_progname in ld; do
9466 if test -n "$ncn_target_tool_prefix"; then
9467 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9468 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9469 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9470 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9471 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9472 echo $ECHO_N "(cached
) $ECHO_C" >&6
9474 if test -n "$LD_FOR_TARGET"; then
9475 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9481 test -z "$as_dir" && as_dir=.
9482 for ac_exec_ext in '' $ac_executable_extensions; do
9483 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9484 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9485 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9493 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9494 if test -n "$LD_FOR_TARGET"; then
9495 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9496 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9498 echo "$as_me:$LINENO: result
: no
" >&5
9499 echo "${ECHO_T}no
" >&6
9503 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
9504 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9505 set dummy ${ncn_progname}; ac_word=$2
9506 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9507 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9508 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9509 echo $ECHO_N "(cached
) $ECHO_C" >&6
9511 if test -n "$LD_FOR_TARGET"; then
9512 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9514 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9518 test -z "$as_dir" && as_dir=.
9519 for ac_exec_ext in '' $ac_executable_extensions; do
9520 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9521 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
9522 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9530 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9531 if test -n "$LD_FOR_TARGET"; then
9532 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9533 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9535 echo "$as_me:$LINENO: result
: no
" >&5
9536 echo "${ECHO_T}no
" >&6
9540 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
9544 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
9546 if test $build = $target ; then
9549 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
9552 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
9556 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
9562 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
9563 if test -n "$with_build_time_tools"; then
9564 echo "$as_me:$LINENO: checking
for lipo
in $with_build_time_tools" >&5
9565 echo $ECHO_N "checking
for lipo
in $with_build_time_tools...
$ECHO_C" >&6
9566 if test -x $with_build_time_tools/lipo; then
9567 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
9568 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9569 echo "$as_me:$LINENO: result
: $ac_cv_path_LIPO_FOR_TARGET" >&5
9570 echo "${ECHO_T}$ac_cv_path_LIPO_FOR_TARGET" >&6
9572 echo "$as_me:$LINENO: result
: no
" >&5
9573 echo "${ECHO_T}no
" >&6
9575 elif test $build != $host && test $have_gcc_for_target = yes; then
9576 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
9577 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
9578 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9581 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9582 # Extract the first word of "lipo
", so it can be a program name with args.
9583 set dummy lipo; ac_word=$2
9584 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9585 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9586 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then
9587 echo $ECHO_N "(cached
) $ECHO_C" >&6
9589 case $LIPO_FOR_TARGET in
9591 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
9594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9595 for as_dir in $gcc_cv_tool_dirs
9598 test -z "$as_dir" && as_dir=.
9599 for ac_exec_ext in '' $ac_executable_extensions; do
9600 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9601 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9602 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9611 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9613 if test -n "$LIPO_FOR_TARGET"; then
9614 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9615 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9617 echo "$as_me:$LINENO: result
: no
" >&5
9618 echo "${ECHO_T}no
" >&6
9622 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
9625 if test -n "$LIPO_FOR_TARGET"; then
9626 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9627 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
9628 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9631 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
9632 for ncn_progname in lipo; do
9633 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9634 set dummy ${ncn_progname}; ac_word=$2
9635 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9636 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9637 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9638 echo $ECHO_N "(cached
) $ECHO_C" >&6
9640 if test -n "$LIPO_FOR_TARGET"; then
9641 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9647 test -z "$as_dir" && as_dir=.
9648 for ac_exec_ext in '' $ac_executable_extensions; do
9649 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9650 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
9651 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9659 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9660 if test -n "$LIPO_FOR_TARGET"; then
9661 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9662 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9664 echo "$as_me:$LINENO: result
: no
" >&5
9665 echo "${ECHO_T}no
" >&6
9671 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
9672 for ncn_progname in lipo; do
9673 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9674 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9675 if test -x $with_build_time_tools/${ncn_progname}; then
9676 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9677 echo "$as_me:$LINENO: result
: yes" >&5
9678 echo "${ECHO_T}yes" >&6
9681 echo "$as_me:$LINENO: result
: no
" >&5
9682 echo "${ECHO_T}no
" >&6
9687 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
9688 for ncn_progname in lipo; do
9689 if test -n "$ncn_target_tool_prefix"; then
9690 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9691 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9692 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9693 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9694 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9695 echo $ECHO_N "(cached
) $ECHO_C" >&6
9697 if test -n "$LIPO_FOR_TARGET"; then
9698 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9700 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9704 test -z "$as_dir" && as_dir=.
9705 for ac_exec_ext in '' $ac_executable_extensions; do
9706 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9707 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9708 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9716 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9717 if test -n "$LIPO_FOR_TARGET"; then
9718 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9719 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9721 echo "$as_me:$LINENO: result
: no
" >&5
9722 echo "${ECHO_T}no
" >&6
9726 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
9727 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9728 set dummy ${ncn_progname}; ac_word=$2
9729 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9730 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9731 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9732 echo $ECHO_N "(cached
) $ECHO_C" >&6
9734 if test -n "$LIPO_FOR_TARGET"; then
9735 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9737 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9741 test -z "$as_dir" && as_dir=.
9742 for ac_exec_ext in '' $ac_executable_extensions; do
9743 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9744 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
9745 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9753 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9754 if test -n "$LIPO_FOR_TARGET"; then
9755 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9756 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9758 echo "$as_me:$LINENO: result
: no
" >&5
9759 echo "${ECHO_T}no
" >&6
9763 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
9767 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
9769 if test $build = $target ; then
9770 LIPO_FOR_TARGET="$2"
9772 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
9775 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
9779 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9785 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
9786 if test -n "$with_build_time_tools"; then
9787 echo "$as_me:$LINENO: checking
for nm
in $with_build_time_tools" >&5
9788 echo $ECHO_N "checking
for nm
in $with_build_time_tools...
$ECHO_C" >&6
9789 if test -x $with_build_time_tools/nm; then
9790 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
9791 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
9792 echo "$as_me:$LINENO: result
: $ac_cv_path_NM_FOR_TARGET" >&5
9793 echo "${ECHO_T}$ac_cv_path_NM_FOR_TARGET" >&6
9795 echo "$as_me:$LINENO: result
: no
" >&5
9796 echo "${ECHO_T}no
" >&6
9798 elif test $build != $host && test $have_gcc_for_target = yes; then
9799 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
9800 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
9801 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
9804 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9805 # Extract the first word of "nm
", so it can be a program name with args.
9806 set dummy nm; ac_word=$2
9807 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9808 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9809 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then
9810 echo $ECHO_N "(cached
) $ECHO_C" >&6
9812 case $NM_FOR_TARGET in
9814 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
9817 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9818 for as_dir in $gcc_cv_tool_dirs
9821 test -z "$as_dir" && as_dir=.
9822 for ac_exec_ext in '' $ac_executable_extensions; do
9823 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9824 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9825 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9834 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
9836 if test -n "$NM_FOR_TARGET"; then
9837 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
9838 echo "${ECHO_T}$NM_FOR_TARGET" >&6
9840 echo "$as_me:$LINENO: result
: no
" >&5
9841 echo "${ECHO_T}no
" >&6
9845 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
9848 if test -n "$NM_FOR_TARGET"; then
9849 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
9850 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
9851 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
9854 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
9855 for ncn_progname in nm; do
9856 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9857 set dummy ${ncn_progname}; ac_word=$2
9858 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9859 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9860 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
9861 echo $ECHO_N "(cached
) $ECHO_C" >&6
9863 if test -n "$NM_FOR_TARGET"; then
9864 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
9866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9870 test -z "$as_dir" && as_dir=.
9871 for ac_exec_ext in '' $ac_executable_extensions; do
9872 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9873 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
9874 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9882 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
9883 if test -n "$NM_FOR_TARGET"; then
9884 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
9885 echo "${ECHO_T}$NM_FOR_TARGET" >&6
9887 echo "$as_me:$LINENO: result
: no
" >&5
9888 echo "${ECHO_T}no
" >&6
9894 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
9895 for ncn_progname in nm; do
9896 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9897 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9898 if test -x $with_build_time_tools/${ncn_progname}; then
9899 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9900 echo "$as_me:$LINENO: result
: yes" >&5
9901 echo "${ECHO_T}yes" >&6
9904 echo "$as_me:$LINENO: result
: no
" >&5
9905 echo "${ECHO_T}no
" >&6
9910 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
9911 for ncn_progname in nm; do
9912 if test -n "$ncn_target_tool_prefix"; then
9913 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9914 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9915 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9916 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9917 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
9918 echo $ECHO_N "(cached
) $ECHO_C" >&6
9920 if test -n "$NM_FOR_TARGET"; then
9921 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
9923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9927 test -z "$as_dir" && as_dir=.
9928 for ac_exec_ext in '' $ac_executable_extensions; do
9929 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9930 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9931 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9939 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
9940 if test -n "$NM_FOR_TARGET"; then
9941 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
9942 echo "${ECHO_T}$NM_FOR_TARGET" >&6
9944 echo "$as_me:$LINENO: result
: no
" >&5
9945 echo "${ECHO_T}no
" >&6
9949 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
9950 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9951 set dummy ${ncn_progname}; ac_word=$2
9952 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9953 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9954 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
9955 echo $ECHO_N "(cached
) $ECHO_C" >&6
9957 if test -n "$NM_FOR_TARGET"; then
9958 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
9960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9964 test -z "$as_dir" && as_dir=.
9965 for ac_exec_ext in '' $ac_executable_extensions; do
9966 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9967 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
9968 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9976 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
9977 if test -n "$NM_FOR_TARGET"; then
9978 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
9979 echo "${ECHO_T}$NM_FOR_TARGET" >&6
9981 echo "$as_me:$LINENO: result
: no
" >&5
9982 echo "${ECHO_T}no
" >&6
9986 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
9990 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
9992 if test $build = $target ; then
9995 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
9998 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
10002 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
10008 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
10009 if test -n "$with_build_time_tools"; then
10010 echo "$as_me:$LINENO: checking
for objdump
in $with_build_time_tools" >&5
10011 echo $ECHO_N "checking
for objdump
in $with_build_time_tools...
$ECHO_C" >&6
10012 if test -x $with_build_time_tools/objdump; then
10013 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
10014 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10015 echo "$as_me:$LINENO: result
: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
10016 echo "${ECHO_T}$ac_cv_path_OBJDUMP_FOR_TARGET" >&6
10018 echo "$as_me:$LINENO: result
: no
" >&5
10019 echo "${ECHO_T}no
" >&6
10021 elif test $build != $host && test $have_gcc_for_target = yes; then
10022 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
10023 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
10024 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10027 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10028 # Extract the first word of "objdump
", so it can be a program name with args.
10029 set dummy objdump; ac_word=$2
10030 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10031 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10032 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then
10033 echo $ECHO_N "(cached
) $ECHO_C" >&6
10035 case $OBJDUMP_FOR_TARGET in
10037 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
10040 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10041 for as_dir in $gcc_cv_tool_dirs
10044 test -z "$as_dir" && as_dir=.
10045 for ac_exec_ext in '' $ac_executable_extensions; do
10046 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10047 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10048 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10057 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
10059 if test -n "$OBJDUMP_FOR_TARGET"; then
10060 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10061 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10063 echo "$as_me:$LINENO: result
: no
" >&5
10064 echo "${ECHO_T}no
" >&6
10068 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
10071 if test -n "$OBJDUMP_FOR_TARGET"; then
10072 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10073 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10074 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10077 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10078 for ncn_progname in objdump; do
10079 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10080 set dummy ${ncn_progname}; ac_word=$2
10081 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10082 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10083 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10084 echo $ECHO_N "(cached
) $ECHO_C" >&6
10086 if test -n "$OBJDUMP_FOR_TARGET"; then
10087 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10089 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10090 for as_dir in $PATH
10093 test -z "$as_dir" && as_dir=.
10094 for ac_exec_ext in '' $ac_executable_extensions; do
10095 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10096 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
10097 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10105 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10106 if test -n "$OBJDUMP_FOR_TARGET"; then
10107 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10108 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10110 echo "$as_me:$LINENO: result
: no
" >&5
10111 echo "${ECHO_T}no
" >&6
10117 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
10118 for ncn_progname in objdump; do
10119 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10120 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10121 if test -x $with_build_time_tools/${ncn_progname}; then
10122 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10123 echo "$as_me:$LINENO: result
: yes" >&5
10124 echo "${ECHO_T}yes" >&6
10127 echo "$as_me:$LINENO: result
: no
" >&5
10128 echo "${ECHO_T}no
" >&6
10133 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10134 for ncn_progname in objdump; do
10135 if test -n "$ncn_target_tool_prefix"; then
10136 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10137 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10138 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10139 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10140 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10141 echo $ECHO_N "(cached
) $ECHO_C" >&6
10143 if test -n "$OBJDUMP_FOR_TARGET"; then
10144 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10146 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10147 for as_dir in $PATH
10150 test -z "$as_dir" && as_dir=.
10151 for ac_exec_ext in '' $ac_executable_extensions; do
10152 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10153 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10154 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10162 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10163 if test -n "$OBJDUMP_FOR_TARGET"; then
10164 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10165 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10167 echo "$as_me:$LINENO: result
: no
" >&5
10168 echo "${ECHO_T}no
" >&6
10172 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
10173 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10174 set dummy ${ncn_progname}; ac_word=$2
10175 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10176 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10177 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10178 echo $ECHO_N "(cached
) $ECHO_C" >&6
10180 if test -n "$OBJDUMP_FOR_TARGET"; then
10181 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10184 for as_dir in $PATH
10187 test -z "$as_dir" && as_dir=.
10188 for ac_exec_ext in '' $ac_executable_extensions; do
10189 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10190 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
10191 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10199 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10200 if test -n "$OBJDUMP_FOR_TARGET"; then
10201 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10202 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10204 echo "$as_me:$LINENO: result
: no
" >&5
10205 echo "${ECHO_T}no
" >&6
10209 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
10213 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
10215 if test $build = $target ; then
10216 OBJDUMP_FOR_TARGET="$2"
10218 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
10221 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
10225 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
10231 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
10232 if test -n "$with_build_time_tools"; then
10233 echo "$as_me:$LINENO: checking
for ranlib
in $with_build_time_tools" >&5
10234 echo $ECHO_N "checking
for ranlib
in $with_build_time_tools...
$ECHO_C" >&6
10235 if test -x $with_build_time_tools/ranlib; then
10236 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
10237 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10238 echo "$as_me:$LINENO: result
: $ac_cv_path_RANLIB_FOR_TARGET" >&5
10239 echo "${ECHO_T}$ac_cv_path_RANLIB_FOR_TARGET" >&6
10241 echo "$as_me:$LINENO: result
: no
" >&5
10242 echo "${ECHO_T}no
" >&6
10244 elif test $build != $host && test $have_gcc_for_target = yes; then
10245 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
10246 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
10247 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10250 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10251 # Extract the first word of "ranlib
", so it can be a program name with args.
10252 set dummy ranlib; ac_word=$2
10253 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10254 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10255 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then
10256 echo $ECHO_N "(cached
) $ECHO_C" >&6
10258 case $RANLIB_FOR_TARGET in
10260 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
10263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10264 for as_dir in $gcc_cv_tool_dirs
10267 test -z "$as_dir" && as_dir=.
10268 for ac_exec_ext in '' $ac_executable_extensions; do
10269 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10270 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10271 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10280 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
10282 if test -n "$RANLIB_FOR_TARGET"; then
10283 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10284 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10286 echo "$as_me:$LINENO: result
: no
" >&5
10287 echo "${ECHO_T}no
" >&6
10291 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
10294 if test -n "$RANLIB_FOR_TARGET"; then
10295 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10296 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10297 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10300 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10301 for ncn_progname in ranlib; do
10302 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10303 set dummy ${ncn_progname}; ac_word=$2
10304 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10305 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10306 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10307 echo $ECHO_N "(cached
) $ECHO_C" >&6
10309 if test -n "$RANLIB_FOR_TARGET"; then
10310 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10313 for as_dir in $PATH
10316 test -z "$as_dir" && as_dir=.
10317 for ac_exec_ext in '' $ac_executable_extensions; do
10318 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10319 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
10320 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10328 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10329 if test -n "$RANLIB_FOR_TARGET"; then
10330 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10331 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10333 echo "$as_me:$LINENO: result
: no
" >&5
10334 echo "${ECHO_T}no
" >&6
10340 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
10341 for ncn_progname in ranlib; do
10342 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10343 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10344 if test -x $with_build_time_tools/${ncn_progname}; then
10345 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10346 echo "$as_me:$LINENO: result
: yes" >&5
10347 echo "${ECHO_T}yes" >&6
10350 echo "$as_me:$LINENO: result
: no
" >&5
10351 echo "${ECHO_T}no
" >&6
10356 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10357 for ncn_progname in ranlib; do
10358 if test -n "$ncn_target_tool_prefix"; then
10359 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10360 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10361 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10362 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10363 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10364 echo $ECHO_N "(cached
) $ECHO_C" >&6
10366 if test -n "$RANLIB_FOR_TARGET"; then
10367 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10369 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10370 for as_dir in $PATH
10373 test -z "$as_dir" && as_dir=.
10374 for ac_exec_ext in '' $ac_executable_extensions; do
10375 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10376 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10377 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10385 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10386 if test -n "$RANLIB_FOR_TARGET"; then
10387 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10388 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10390 echo "$as_me:$LINENO: result
: no
" >&5
10391 echo "${ECHO_T}no
" >&6
10395 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
10396 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10397 set dummy ${ncn_progname}; ac_word=$2
10398 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10399 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10400 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10401 echo $ECHO_N "(cached
) $ECHO_C" >&6
10403 if test -n "$RANLIB_FOR_TARGET"; then
10404 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10407 for as_dir in $PATH
10410 test -z "$as_dir" && as_dir=.
10411 for ac_exec_ext in '' $ac_executable_extensions; do
10412 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10413 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
10414 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10422 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10423 if test -n "$RANLIB_FOR_TARGET"; then
10424 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10425 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10427 echo "$as_me:$LINENO: result
: no
" >&5
10428 echo "${ECHO_T}no
" >&6
10432 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
10436 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
10438 if test $build = $target ; then
10439 RANLIB_FOR_TARGET="$2"
10441 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
10444 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
10448 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
10454 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
10455 if test -n "$with_build_time_tools"; then
10456 echo "$as_me:$LINENO: checking
for strip
in $with_build_time_tools" >&5
10457 echo $ECHO_N "checking
for strip
in $with_build_time_tools...
$ECHO_C" >&6
10458 if test -x $with_build_time_tools/strip; then
10459 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
10460 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10461 echo "$as_me:$LINENO: result
: $ac_cv_path_STRIP_FOR_TARGET" >&5
10462 echo "${ECHO_T}$ac_cv_path_STRIP_FOR_TARGET" >&6
10464 echo "$as_me:$LINENO: result
: no
" >&5
10465 echo "${ECHO_T}no
" >&6
10467 elif test $build != $host && test $have_gcc_for_target = yes; then
10468 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
10469 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
10470 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10473 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10474 # Extract the first word of "strip
", so it can be a program name with args.
10475 set dummy strip; ac_word=$2
10476 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10477 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10478 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then
10479 echo $ECHO_N "(cached
) $ECHO_C" >&6
10481 case $STRIP_FOR_TARGET in
10483 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
10486 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10487 for as_dir in $gcc_cv_tool_dirs
10490 test -z "$as_dir" && as_dir=.
10491 for ac_exec_ext in '' $ac_executable_extensions; do
10492 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10493 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10494 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10503 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
10505 if test -n "$STRIP_FOR_TARGET"; then
10506 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10507 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10509 echo "$as_me:$LINENO: result
: no
" >&5
10510 echo "${ECHO_T}no
" >&6
10514 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
10517 if test -n "$STRIP_FOR_TARGET"; then
10518 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10519 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
10520 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10523 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
10524 for ncn_progname in strip; do
10525 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10526 set dummy ${ncn_progname}; ac_word=$2
10527 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10528 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10529 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10530 echo $ECHO_N "(cached
) $ECHO_C" >&6
10532 if test -n "$STRIP_FOR_TARGET"; then
10533 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10535 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10536 for as_dir in $PATH
10539 test -z "$as_dir" && as_dir=.
10540 for ac_exec_ext in '' $ac_executable_extensions; do
10541 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10542 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
10543 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10551 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10552 if test -n "$STRIP_FOR_TARGET"; then
10553 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10554 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10556 echo "$as_me:$LINENO: result
: no
" >&5
10557 echo "${ECHO_T}no
" >&6
10563 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
10564 for ncn_progname in strip; do
10565 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10566 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10567 if test -x $with_build_time_tools/${ncn_progname}; then
10568 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10569 echo "$as_me:$LINENO: result
: yes" >&5
10570 echo "${ECHO_T}yes" >&6
10573 echo "$as_me:$LINENO: result
: no
" >&5
10574 echo "${ECHO_T}no
" >&6
10579 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
10580 for ncn_progname in strip; do
10581 if test -n "$ncn_target_tool_prefix"; then
10582 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10583 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10584 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10585 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10586 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10587 echo $ECHO_N "(cached
) $ECHO_C" >&6
10589 if test -n "$STRIP_FOR_TARGET"; then
10590 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10593 for as_dir in $PATH
10596 test -z "$as_dir" && as_dir=.
10597 for ac_exec_ext in '' $ac_executable_extensions; do
10598 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10599 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10600 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10608 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10609 if test -n "$STRIP_FOR_TARGET"; then
10610 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10611 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10613 echo "$as_me:$LINENO: result
: no
" >&5
10614 echo "${ECHO_T}no
" >&6
10618 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
10619 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10620 set dummy ${ncn_progname}; ac_word=$2
10621 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10622 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10623 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10624 echo $ECHO_N "(cached
) $ECHO_C" >&6
10626 if test -n "$STRIP_FOR_TARGET"; then
10627 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10629 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10630 for as_dir in $PATH
10633 test -z "$as_dir" && as_dir=.
10634 for ac_exec_ext in '' $ac_executable_extensions; do
10635 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10636 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
10637 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10645 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10646 if test -n "$STRIP_FOR_TARGET"; then
10647 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10648 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10650 echo "$as_me:$LINENO: result
: no
" >&5
10651 echo "${ECHO_T}no
" >&6
10655 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
10659 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
10661 if test $build = $target ; then
10662 STRIP_FOR_TARGET="$2"
10664 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
10667 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
10671 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
10677 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
10678 if test -n "$with_build_time_tools"; then
10679 echo "$as_me:$LINENO: checking
for windres
in $with_build_time_tools" >&5
10680 echo $ECHO_N "checking
for windres
in $with_build_time_tools...
$ECHO_C" >&6
10681 if test -x $with_build_time_tools/windres; then
10682 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
10683 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10684 echo "$as_me:$LINENO: result
: $ac_cv_path_WINDRES_FOR_TARGET" >&5
10685 echo "${ECHO_T}$ac_cv_path_WINDRES_FOR_TARGET" >&6
10687 echo "$as_me:$LINENO: result
: no
" >&5
10688 echo "${ECHO_T}no
" >&6
10690 elif test $build != $host && test $have_gcc_for_target = yes; then
10691 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
10692 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
10693 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10696 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10697 # Extract the first word of "windres
", so it can be a program name with args.
10698 set dummy windres; ac_word=$2
10699 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10700 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10701 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then
10702 echo $ECHO_N "(cached
) $ECHO_C" >&6
10704 case $WINDRES_FOR_TARGET in
10706 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
10709 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10710 for as_dir in $gcc_cv_tool_dirs
10713 test -z "$as_dir" && as_dir=.
10714 for ac_exec_ext in '' $ac_executable_extensions; do
10715 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10716 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10717 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10726 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
10728 if test -n "$WINDRES_FOR_TARGET"; then
10729 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
10730 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10732 echo "$as_me:$LINENO: result
: no
" >&5
10733 echo "${ECHO_T}no
" >&6
10737 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
10740 if test -n "$WINDRES_FOR_TARGET"; then
10741 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10742 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
10743 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10746 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
10747 for ncn_progname in windres; do
10748 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10749 set dummy ${ncn_progname}; ac_word=$2
10750 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10751 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10752 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
10753 echo $ECHO_N "(cached
) $ECHO_C" >&6
10755 if test -n "$WINDRES_FOR_TARGET"; then
10756 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
10758 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10759 for as_dir in $PATH
10762 test -z "$as_dir" && as_dir=.
10763 for ac_exec_ext in '' $ac_executable_extensions; do
10764 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10765 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
10766 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10774 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10775 if test -n "$WINDRES_FOR_TARGET"; then
10776 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
10777 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10779 echo "$as_me:$LINENO: result
: no
" >&5
10780 echo "${ECHO_T}no
" >&6
10786 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
10787 for ncn_progname in windres; do
10788 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10789 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10790 if test -x $with_build_time_tools/${ncn_progname}; then
10791 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10792 echo "$as_me:$LINENO: result
: yes" >&5
10793 echo "${ECHO_T}yes" >&6
10796 echo "$as_me:$LINENO: result
: no
" >&5
10797 echo "${ECHO_T}no
" >&6
10802 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
10803 for ncn_progname in windres; do
10804 if test -n "$ncn_target_tool_prefix"; then
10805 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10806 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10807 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10808 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10809 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
10810 echo $ECHO_N "(cached
) $ECHO_C" >&6
10812 if test -n "$WINDRES_FOR_TARGET"; then
10813 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
10815 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10816 for as_dir in $PATH
10819 test -z "$as_dir" && as_dir=.
10820 for ac_exec_ext in '' $ac_executable_extensions; do
10821 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10822 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10823 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10831 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10832 if test -n "$WINDRES_FOR_TARGET"; then
10833 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
10834 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10836 echo "$as_me:$LINENO: result
: no
" >&5
10837 echo "${ECHO_T}no
" >&6
10841 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
10842 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10843 set dummy ${ncn_progname}; ac_word=$2
10844 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10845 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10846 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
10847 echo $ECHO_N "(cached
) $ECHO_C" >&6
10849 if test -n "$WINDRES_FOR_TARGET"; then
10850 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
10852 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10853 for as_dir in $PATH
10856 test -z "$as_dir" && as_dir=.
10857 for ac_exec_ext in '' $ac_executable_extensions; do
10858 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10859 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
10860 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10868 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10869 if test -n "$WINDRES_FOR_TARGET"; then
10870 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
10871 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10873 echo "$as_me:$LINENO: result
: no
" >&5
10874 echo "${ECHO_T}no
" >&6
10878 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
10882 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
10884 if test $build = $target ; then
10885 WINDRES_FOR_TARGET="$2"
10887 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
10890 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
10894 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
10900 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
10901 if test -n "$with_build_time_tools"; then
10902 echo "$as_me:$LINENO: checking
for windmc
in $with_build_time_tools" >&5
10903 echo $ECHO_N "checking
for windmc
in $with_build_time_tools...
$ECHO_C" >&6
10904 if test -x $with_build_time_tools/windmc; then
10905 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
10906 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
10907 echo "$as_me:$LINENO: result
: $ac_cv_path_WINDMC_FOR_TARGET" >&5
10908 echo "${ECHO_T}$ac_cv_path_WINDMC_FOR_TARGET" >&6
10910 echo "$as_me:$LINENO: result
: no
" >&5
10911 echo "${ECHO_T}no
" >&6
10913 elif test $build != $host && test $have_gcc_for_target = yes; then
10914 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
10915 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
10916 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
10919 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10920 # Extract the first word of "windmc
", so it can be a program name with args.
10921 set dummy windmc; ac_word=$2
10922 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10923 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10924 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then
10925 echo $ECHO_N "(cached
) $ECHO_C" >&6
10927 case $WINDMC_FOR_TARGET in
10929 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
10932 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10933 for as_dir in $gcc_cv_tool_dirs
10936 test -z "$as_dir" && as_dir=.
10937 for ac_exec_ext in '' $ac_executable_extensions; do
10938 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10939 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10940 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10949 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
10951 if test -n "$WINDMC_FOR_TARGET"; then
10952 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
10953 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
10955 echo "$as_me:$LINENO: result
: no
" >&5
10956 echo "${ECHO_T}no
" >&6
10960 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
10963 if test -n "$WINDMC_FOR_TARGET"; then
10964 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
10965 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
10966 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
10969 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
10970 for ncn_progname in windmc; do
10971 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10972 set dummy ${ncn_progname}; ac_word=$2
10973 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10974 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10975 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
10976 echo $ECHO_N "(cached
) $ECHO_C" >&6
10978 if test -n "$WINDMC_FOR_TARGET"; then
10979 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
10981 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10982 for as_dir in $PATH
10985 test -z "$as_dir" && as_dir=.
10986 for ac_exec_ext in '' $ac_executable_extensions; do
10987 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10988 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
10989 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10997 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
10998 if test -n "$WINDMC_FOR_TARGET"; then
10999 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11000 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11002 echo "$as_me:$LINENO: result
: no
" >&5
11003 echo "${ECHO_T}no
" >&6
11009 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
11010 for ncn_progname in windmc; do
11011 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11012 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
11013 if test -x $with_build_time_tools/${ncn_progname}; then
11014 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11015 echo "$as_me:$LINENO: result
: yes" >&5
11016 echo "${ECHO_T}yes" >&6
11019 echo "$as_me:$LINENO: result
: no
" >&5
11020 echo "${ECHO_T}no
" >&6
11025 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11026 for ncn_progname in windmc; do
11027 if test -n "$ncn_target_tool_prefix"; then
11028 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11029 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11030 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11031 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11032 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11033 echo $ECHO_N "(cached
) $ECHO_C" >&6
11035 if test -n "$WINDMC_FOR_TARGET"; then
11036 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11038 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11039 for as_dir in $PATH
11042 test -z "$as_dir" && as_dir=.
11043 for ac_exec_ext in '' $ac_executable_extensions; do
11044 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11045 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11046 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11054 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11055 if test -n "$WINDMC_FOR_TARGET"; then
11056 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11057 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11059 echo "$as_me:$LINENO: result
: no
" >&5
11060 echo "${ECHO_T}no
" >&6
11064 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
11065 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11066 set dummy ${ncn_progname}; ac_word=$2
11067 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11068 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11069 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11070 echo $ECHO_N "(cached
) $ECHO_C" >&6
11072 if test -n "$WINDMC_FOR_TARGET"; then
11073 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11076 for as_dir in $PATH
11079 test -z "$as_dir" && as_dir=.
11080 for ac_exec_ext in '' $ac_executable_extensions; do
11081 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11082 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
11083 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11091 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11092 if test -n "$WINDMC_FOR_TARGET"; then
11093 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11094 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11096 echo "$as_me:$LINENO: result
: no
" >&5
11097 echo "${ECHO_T}no
" >&6
11101 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
11105 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
11107 if test $build = $target ; then
11108 WINDMC_FOR_TARGET="$2"
11110 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
11113 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
11117 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
11121 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
11123 echo "$as_me:$LINENO: checking where to
find the target
ar" >&5
11124 echo $ECHO_N "checking where to
find the target
ar...
$ECHO_C" >&6
11125 if test "x
${build}" != "x
${host}" ; then
11126 if expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
11127 # We already found the complete path
11128 ac_dir=`dirname $AR_FOR_TARGET`
11129 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11130 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11132 # Canadian cross, just use what we found
11133 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11134 echo "${ECHO_T}pre-installed
" >&6
11138 case " ${configdirs} " in
11143 if test $ok = yes; then
11144 # An in-tree tool is available and we can use it
11145 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
11146 echo "$as_me:$LINENO: result
: just compiled
" >&5
11147 echo "${ECHO_T}just compiled
" >&6
11148 elif expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
11149 # We already found the complete path
11150 ac_dir=`dirname $AR_FOR_TARGET`
11151 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11152 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11153 elif test "x
$target" = "x
$host"; then
11154 # We can use an host tool
11155 AR_FOR_TARGET='$(AR)'
11156 echo "$as_me:$LINENO: result
: host tool
" >&5
11157 echo "${ECHO_T}host tool
" >&6
11159 # We need a cross tool
11160 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11161 echo "${ECHO_T}pre-installed
" >&6
11165 echo "$as_me:$LINENO: checking where to
find the target as
" >&5
11166 echo $ECHO_N "checking where to
find the target as...
$ECHO_C" >&6
11167 if test "x
${build}" != "x
${host}" ; then
11168 if expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
11169 # We already found the complete path
11170 ac_dir=`dirname $AS_FOR_TARGET`
11171 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11172 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11174 # Canadian cross, just use what we found
11175 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11176 echo "${ECHO_T}pre-installed
" >&6
11180 case " ${configdirs} " in
11185 if test $ok = yes; then
11186 # An in-tree tool is available and we can use it
11187 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
11188 echo "$as_me:$LINENO: result
: just compiled
" >&5
11189 echo "${ECHO_T}just compiled
" >&6
11190 elif expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
11191 # We already found the complete path
11192 ac_dir=`dirname $AS_FOR_TARGET`
11193 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11194 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11195 elif test "x
$target" = "x
$host"; then
11196 # We can use an host tool
11197 AS_FOR_TARGET='$(AS)'
11198 echo "$as_me:$LINENO: result
: host tool
" >&5
11199 echo "${ECHO_T}host tool
" >&6
11201 # We need a cross tool
11202 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11203 echo "${ECHO_T}pre-installed
" >&6
11207 echo "$as_me:$LINENO: checking where to
find the target cc
" >&5
11208 echo $ECHO_N "checking where to
find the target cc...
$ECHO_C" >&6
11209 if test "x
${build}" != "x
${host}" ; then
11210 if expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
11211 # We already found the complete path
11212 ac_dir=`dirname $CC_FOR_TARGET`
11213 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11214 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11216 # Canadian cross, just use what we found
11217 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11218 echo "${ECHO_T}pre-installed
" >&6
11222 case " ${configdirs} " in
11227 if test $ok = yes; then
11228 # An in-tree tool is available and we can use it
11229 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
11230 echo "$as_me:$LINENO: result
: just compiled
" >&5
11231 echo "${ECHO_T}just compiled
" >&6
11232 elif expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
11233 # We already found the complete path
11234 ac_dir=`dirname $CC_FOR_TARGET`
11235 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11236 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11237 elif test "x
$target" = "x
$host"; then
11238 # We can use an host tool
11239 CC_FOR_TARGET='$(CC)'
11240 echo "$as_me:$LINENO: result
: host tool
" >&5
11241 echo "${ECHO_T}host tool
" >&6
11243 # We need a cross tool
11244 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11245 echo "${ECHO_T}pre-installed
" >&6
11249 echo "$as_me:$LINENO: checking where to
find the target c
++" >&5
11250 echo $ECHO_N "checking where to
find the target c
++...
$ECHO_C" >&6
11251 if test "x
${build}" != "x
${host}" ; then
11252 if expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
11253 # We already found the complete path
11254 ac_dir=`dirname $CXX_FOR_TARGET`
11255 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11256 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11258 # Canadian cross, just use what we found
11259 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11260 echo "${ECHO_T}pre-installed
" >&6
11264 case " ${configdirs} " in
11268 case ,${enable_languages}, in
11272 if test $ok = yes; then
11273 # An in-tree tool is available and we can use it
11274 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'
11275 echo "$as_me:$LINENO: result
: just compiled
" >&5
11276 echo "${ECHO_T}just compiled
" >&6
11277 elif expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
11278 # We already found the complete path
11279 ac_dir=`dirname $CXX_FOR_TARGET`
11280 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11281 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11282 elif test "x
$target" = "x
$host"; then
11283 # We can use an host tool
11284 CXX_FOR_TARGET='$(CXX)'
11285 echo "$as_me:$LINENO: result
: host tool
" >&5
11286 echo "${ECHO_T}host tool
" >&6
11288 # We need a cross tool
11289 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11290 echo "${ECHO_T}pre-installed
" >&6
11294 echo "$as_me:$LINENO: checking where to
find the target c
++ for libstdc
++" >&5
11295 echo $ECHO_N "checking where to
find the target c
++ for libstdc
++...
$ECHO_C" >&6
11296 if test "x
${build}" != "x
${host}" ; then
11297 if expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
11298 # We already found the complete path
11299 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
11300 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11301 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11303 # Canadian cross, just use what we found
11304 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11305 echo "${ECHO_T}pre-installed
" >&6
11309 case " ${configdirs} " in
11313 case ,${enable_languages}, in
11317 if test $ok = yes; then
11318 # An in-tree tool is available and we can use it
11319 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'
11320 echo "$as_me:$LINENO: result
: just compiled
" >&5
11321 echo "${ECHO_T}just compiled
" >&6
11322 elif expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
11323 # We already found the complete path
11324 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
11325 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11326 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11327 elif test "x
$target" = "x
$host"; then
11328 # We can use an host tool
11329 RAW_CXX_FOR_TARGET='$(CXX)'
11330 echo "$as_me:$LINENO: result
: host tool
" >&5
11331 echo "${ECHO_T}host tool
" >&6
11333 # We need a cross tool
11334 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11335 echo "${ECHO_T}pre-installed
" >&6
11339 echo "$as_me:$LINENO: checking where to
find the target dlltool
" >&5
11340 echo $ECHO_N "checking where to
find the target dlltool...
$ECHO_C" >&6
11341 if test "x
${build}" != "x
${host}" ; then
11342 if expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
11343 # We already found the complete path
11344 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
11345 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11346 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11348 # Canadian cross, just use what we found
11349 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11350 echo "${ECHO_T}pre-installed
" >&6
11354 case " ${configdirs} " in
11359 if test $ok = yes; then
11360 # An in-tree tool is available and we can use it
11361 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
11362 echo "$as_me:$LINENO: result
: just compiled
" >&5
11363 echo "${ECHO_T}just compiled
" >&6
11364 elif expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
11365 # We already found the complete path
11366 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
11367 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11368 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11369 elif test "x
$target" = "x
$host"; then
11370 # We can use an host tool
11371 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
11372 echo "$as_me:$LINENO: result
: host tool
" >&5
11373 echo "${ECHO_T}host tool
" >&6
11375 # We need a cross tool
11376 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11377 echo "${ECHO_T}pre-installed
" >&6
11381 echo "$as_me:$LINENO: checking where to
find the target gcc
" >&5
11382 echo $ECHO_N "checking where to
find the target gcc...
$ECHO_C" >&6
11383 if test "x
${build}" != "x
${host}" ; then
11384 if expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
11385 # We already found the complete path
11386 ac_dir=`dirname $GCC_FOR_TARGET`
11387 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11388 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11390 # Canadian cross, just use what we found
11391 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11392 echo "${ECHO_T}pre-installed
" >&6
11396 case " ${configdirs} " in
11401 if test $ok = yes; then
11402 # An in-tree tool is available and we can use it
11403 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
11404 echo "$as_me:$LINENO: result
: just compiled
" >&5
11405 echo "${ECHO_T}just compiled
" >&6
11406 elif expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
11407 # We already found the complete path
11408 ac_dir=`dirname $GCC_FOR_TARGET`
11409 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11410 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11411 elif test "x
$target" = "x
$host"; then
11412 # We can use an host tool
11413 GCC_FOR_TARGET='$()'
11414 echo "$as_me:$LINENO: result
: host tool
" >&5
11415 echo "${ECHO_T}host tool
" >&6
11417 # We need a cross tool
11418 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11419 echo "${ECHO_T}pre-installed
" >&6
11423 echo "$as_me:$LINENO: checking where to
find the target gcj
" >&5
11424 echo $ECHO_N "checking where to
find the target gcj...
$ECHO_C" >&6
11425 if test "x
${build}" != "x
${host}" ; then
11426 if expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
11427 # We already found the complete path
11428 ac_dir=`dirname $GCJ_FOR_TARGET`
11429 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11430 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11432 # Canadian cross, just use what we found
11433 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11434 echo "${ECHO_T}pre-installed
" >&6
11438 case " ${configdirs} " in
11442 case ,${enable_languages}, in
11446 if test $ok = yes; then
11447 # An in-tree tool is available and we can use it
11448 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
11449 echo "$as_me:$LINENO: result
: just compiled
" >&5
11450 echo "${ECHO_T}just compiled
" >&6
11451 elif expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
11452 # We already found the complete path
11453 ac_dir=`dirname $GCJ_FOR_TARGET`
11454 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11455 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11456 elif test "x
$target" = "x
$host"; then
11457 # We can use an host tool
11458 GCJ_FOR_TARGET='$(GCJ)'
11459 echo "$as_me:$LINENO: result
: host tool
" >&5
11460 echo "${ECHO_T}host tool
" >&6
11462 # We need a cross tool
11463 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11464 echo "${ECHO_T}pre-installed
" >&6
11468 echo "$as_me:$LINENO: checking where to
find the target gfortran
" >&5
11469 echo $ECHO_N "checking where to
find the target gfortran...
$ECHO_C" >&6
11470 if test "x
${build}" != "x
${host}" ; then
11471 if expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
11472 # We already found the complete path
11473 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
11474 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11475 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11477 # Canadian cross, just use what we found
11478 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11479 echo "${ECHO_T}pre-installed
" >&6
11483 case " ${configdirs} " in
11487 case ,${enable_languages}, in
11491 if test $ok = yes; then
11492 # An in-tree tool is available and we can use it
11493 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
11494 echo "$as_me:$LINENO: result
: just compiled
" >&5
11495 echo "${ECHO_T}just compiled
" >&6
11496 elif expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
11497 # We already found the complete path
11498 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
11499 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11500 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11501 elif test "x
$target" = "x
$host"; then
11502 # We can use an host tool
11503 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
11504 echo "$as_me:$LINENO: result
: host tool
" >&5
11505 echo "${ECHO_T}host tool
" >&6
11507 # We need a cross tool
11508 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11509 echo "${ECHO_T}pre-installed
" >&6
11513 echo "$as_me:$LINENO: checking where to
find the target ld
" >&5
11514 echo $ECHO_N "checking where to
find the target ld...
$ECHO_C" >&6
11515 if test "x
${build}" != "x
${host}" ; then
11516 if expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
11517 # We already found the complete path
11518 ac_dir=`dirname $LD_FOR_TARGET`
11519 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11520 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11522 # Canadian cross, just use what we found
11523 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11524 echo "${ECHO_T}pre-installed
" >&6
11528 case " ${configdirs} " in
11533 if test $ok = yes; then
11534 # An in-tree tool is available and we can use it
11535 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
11536 echo "$as_me:$LINENO: result
: just compiled
" >&5
11537 echo "${ECHO_T}just compiled
" >&6
11538 elif expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
11539 # We already found the complete path
11540 ac_dir=`dirname $LD_FOR_TARGET`
11541 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11542 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11543 elif test "x
$target" = "x
$host"; then
11544 # We can use an host tool
11545 LD_FOR_TARGET='$(LD)'
11546 echo "$as_me:$LINENO: result
: host tool
" >&5
11547 echo "${ECHO_T}host tool
" >&6
11549 # We need a cross tool
11550 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11551 echo "${ECHO_T}pre-installed
" >&6
11555 echo "$as_me:$LINENO: checking where to
find the target lipo
" >&5
11556 echo $ECHO_N "checking where to
find the target lipo...
$ECHO_C" >&6
11557 if test "x
${build}" != "x
${host}" ; then
11558 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
11559 # We already found the complete path
11560 ac_dir=`dirname $LIPO_FOR_TARGET`
11561 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11562 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11564 # Canadian cross, just use what we found
11565 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11566 echo "${ECHO_T}pre-installed
" >&6
11569 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
11570 # We already found the complete path
11571 ac_dir=`dirname $LIPO_FOR_TARGET`
11572 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11573 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11574 elif test "x
$target" = "x
$host"; then
11575 # We can use an host tool
11576 LIPO_FOR_TARGET='$(LIPO)'
11577 echo "$as_me:$LINENO: result
: host tool
" >&5
11578 echo "${ECHO_T}host tool
" >&6
11580 # We need a cross tool
11581 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11582 echo "${ECHO_T}pre-installed
" >&6
11586 echo "$as_me:$LINENO: checking where to
find the target nm
" >&5
11587 echo $ECHO_N "checking where to
find the target nm...
$ECHO_C" >&6
11588 if test "x
${build}" != "x
${host}" ; then
11589 if expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
11590 # We already found the complete path
11591 ac_dir=`dirname $NM_FOR_TARGET`
11592 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11593 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11595 # Canadian cross, just use what we found
11596 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11597 echo "${ECHO_T}pre-installed
" >&6
11601 case " ${configdirs} " in
11606 if test $ok = yes; then
11607 # An in-tree tool is available and we can use it
11608 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
11609 echo "$as_me:$LINENO: result
: just compiled
" >&5
11610 echo "${ECHO_T}just compiled
" >&6
11611 elif expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
11612 # We already found the complete path
11613 ac_dir=`dirname $NM_FOR_TARGET`
11614 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11615 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11616 elif test "x
$target" = "x
$host"; then
11617 # We can use an host tool
11618 NM_FOR_TARGET='$(NM)'
11619 echo "$as_me:$LINENO: result
: host tool
" >&5
11620 echo "${ECHO_T}host tool
" >&6
11622 # We need a cross tool
11623 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11624 echo "${ECHO_T}pre-installed
" >&6
11628 echo "$as_me:$LINENO: checking where to
find the target objdump
" >&5
11629 echo $ECHO_N "checking where to
find the target objdump...
$ECHO_C" >&6
11630 if test "x
${build}" != "x
${host}" ; then
11631 if expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
11632 # We already found the complete path
11633 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
11634 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11635 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11637 # Canadian cross, just use what we found
11638 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11639 echo "${ECHO_T}pre-installed
" >&6
11643 case " ${configdirs} " in
11648 if test $ok = yes; then
11649 # An in-tree tool is available and we can use it
11650 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
11651 echo "$as_me:$LINENO: result
: just compiled
" >&5
11652 echo "${ECHO_T}just compiled
" >&6
11653 elif expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
11654 # We already found the complete path
11655 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
11656 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11657 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11658 elif test "x
$target" = "x
$host"; then
11659 # We can use an host tool
11660 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
11661 echo "$as_me:$LINENO: result
: host tool
" >&5
11662 echo "${ECHO_T}host tool
" >&6
11664 # We need a cross tool
11665 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11666 echo "${ECHO_T}pre-installed
" >&6
11670 echo "$as_me:$LINENO: checking where to
find the target ranlib
" >&5
11671 echo $ECHO_N "checking where to
find the target ranlib...
$ECHO_C" >&6
11672 if test "x
${build}" != "x
${host}" ; then
11673 if expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
11674 # We already found the complete path
11675 ac_dir=`dirname $RANLIB_FOR_TARGET`
11676 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11677 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11679 # Canadian cross, just use what we found
11680 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11681 echo "${ECHO_T}pre-installed
" >&6
11685 case " ${configdirs} " in
11690 if test $ok = yes; then
11691 # An in-tree tool is available and we can use it
11692 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
11693 echo "$as_me:$LINENO: result
: just compiled
" >&5
11694 echo "${ECHO_T}just compiled
" >&6
11695 elif expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
11696 # We already found the complete path
11697 ac_dir=`dirname $RANLIB_FOR_TARGET`
11698 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11699 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11700 elif test "x
$target" = "x
$host"; then
11701 # We can use an host tool
11702 RANLIB_FOR_TARGET='$(RANLIB)'
11703 echo "$as_me:$LINENO: result
: host tool
" >&5
11704 echo "${ECHO_T}host tool
" >&6
11706 # We need a cross tool
11707 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11708 echo "${ECHO_T}pre-installed
" >&6
11712 echo "$as_me:$LINENO: checking where to
find the target strip
" >&5
11713 echo $ECHO_N "checking where to
find the target strip...
$ECHO_C" >&6
11714 if test "x
${build}" != "x
${host}" ; then
11715 if expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
11716 # We already found the complete path
11717 ac_dir=`dirname $STRIP_FOR_TARGET`
11718 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11719 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11721 # Canadian cross, just use what we found
11722 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11723 echo "${ECHO_T}pre-installed
" >&6
11727 case " ${configdirs} " in
11732 if test $ok = yes; then
11733 # An in-tree tool is available and we can use it
11734 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip'
11735 echo "$as_me:$LINENO: result
: just compiled
" >&5
11736 echo "${ECHO_T}just compiled
" >&6
11737 elif expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
11738 # We already found the complete path
11739 ac_dir=`dirname $STRIP_FOR_TARGET`
11740 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11741 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11742 elif test "x
$target" = "x
$host"; then
11743 # We can use an host tool
11744 STRIP_FOR_TARGET='$(STRIP)'
11745 echo "$as_me:$LINENO: result
: host tool
" >&5
11746 echo "${ECHO_T}host tool
" >&6
11748 # We need a cross tool
11749 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11750 echo "${ECHO_T}pre-installed
" >&6
11754 echo "$as_me:$LINENO: checking where to
find the target windres
" >&5
11755 echo $ECHO_N "checking where to
find the target windres...
$ECHO_C" >&6
11756 if test "x
${build}" != "x
${host}" ; then
11757 if expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
11758 # We already found the complete path
11759 ac_dir=`dirname $WINDRES_FOR_TARGET`
11760 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11761 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11763 # Canadian cross, just use what we found
11764 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11765 echo "${ECHO_T}pre-installed
" >&6
11769 case " ${configdirs} " in
11774 if test $ok = yes; then
11775 # An in-tree tool is available and we can use it
11776 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
11777 echo "$as_me:$LINENO: result
: just compiled
" >&5
11778 echo "${ECHO_T}just compiled
" >&6
11779 elif expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
11780 # We already found the complete path
11781 ac_dir=`dirname $WINDRES_FOR_TARGET`
11782 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11783 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11784 elif test "x
$target" = "x
$host"; then
11785 # We can use an host tool
11786 WINDRES_FOR_TARGET='$(WINDRES)'
11787 echo "$as_me:$LINENO: result
: host tool
" >&5
11788 echo "${ECHO_T}host tool
" >&6
11790 # We need a cross tool
11791 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11792 echo "${ECHO_T}pre-installed
" >&6
11796 echo "$as_me:$LINENO: checking where to
find the target windmc
" >&5
11797 echo $ECHO_N "checking where to
find the target windmc...
$ECHO_C" >&6
11798 if test "x
${build}" != "x
${host}" ; then
11799 if expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
11800 # We already found the complete path
11801 ac_dir=`dirname $WINDMC_FOR_TARGET`
11802 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11803 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11805 # Canadian cross, just use what we found
11806 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11807 echo "${ECHO_T}pre-installed
" >&6
11811 case " ${configdirs} " in
11816 if test $ok = yes; then
11817 # An in-tree tool is available and we can use it
11818 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
11819 echo "$as_me:$LINENO: result
: just compiled
" >&5
11820 echo "${ECHO_T}just compiled
" >&6
11821 elif expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
11822 # We already found the complete path
11823 ac_dir=`dirname $WINDMC_FOR_TARGET`
11824 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11825 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11826 elif test "x
$target" = "x
$host"; then
11827 # We can use an host tool
11828 WINDMC_FOR_TARGET='$(WINDMC)'
11829 echo "$as_me:$LINENO: result
: host tool
" >&5
11830 echo "${ECHO_T}host tool
" >&6
11832 # We need a cross tool
11833 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11834 echo "${ECHO_T}pre-installed
" >&6
11842 # Certain tools may need extra flags.
11843 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
11844 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
11845 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
11847 # When building target libraries, except in a Canadian cross, we use
11848 # the same toolchain as the compiler we just built.
11849 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
11850 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
11851 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
11852 if test $host = $build; then
11853 case " $configdirs " in
11855 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
11856 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
11857 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
11866 echo "$as_me:$LINENO: checking whether to
enable maintainer-specific portions of Makefiles
" >&5
11867 echo $ECHO_N "checking whether to
enable maintainer-specific portions of Makefiles...
$ECHO_C" >&6
11868 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
11869 if test "${enable_maintainer_mode+set}" = set; then
11870 enableval="$enable_maintainer_mode"
11871 USE_MAINTAINER_MODE=$enableval
11873 USE_MAINTAINER_MODE=no
11875 echo "$as_me:$LINENO: result
: $USE_MAINTAINER_MODE" >&5
11876 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
11879 if test "$USE_MAINTAINER_MODE" = yes; then
11880 MAINTAINER_MODE_TRUE=
11881 MAINTAINER_MODE_FALSE='#'
11883 MAINTAINER_MODE_TRUE='#'
11884 MAINTAINER_MODE_FALSE=
11886 MAINT=$MAINTAINER_MODE_TRUE
11888 # ---------------------
11889 # GCC bootstrap support
11890 # ---------------------
11892 # Stage specific cflags for build.
11897 yes) stage1_cflags="-g -Wa,-J" ;;
11898 *) stage1_cflags="-g -J" ;;
11902 # This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
11903 if test "$GCC" = yes; then
11904 saved_CFLAGS="$CFLAGS"
11906 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
11907 CFLAGS="$CFLAGS -fkeep-inline-functions"
11908 echo "$as_me:$LINENO: checking whether
-fkeep-inline-functions is supported
" >&5
11909 echo $ECHO_N "checking whether
-fkeep-inline-functions is supported...
$ECHO_C" >&6
11910 cat >conftest.$ac_ext <<_ACEOF
11913 cat confdefs.h >>conftest.$ac_ext
11914 cat >>conftest.$ac_ext <<_ACEOF
11915 /* end confdefs.h. */
11917 #if (__GNUC__ < 3) \
11918 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
11919 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
11920 #error http://gcc.gnu.org/PR29382
11931 rm -f conftest.$ac_objext
11932 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11933 (eval $ac_compile) 2>conftest.er1
11935 grep -v '^ *+' conftest.er1 >conftest.err
11937 cat conftest.err >&5
11938 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11939 (exit $ac_status); } &&
11940 { ac_try='test -z "$ac_c_werror_flag"
11941 || test ! -s conftest.err'
11942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11943 (eval $ac_try) 2>&5
11945 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11946 (exit $ac_status); }; } &&
11947 { ac_try='test -s conftest.$ac_objext'
11948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11949 (eval $ac_try) 2>&5
11951 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11952 (exit $ac_status); }; }; then
11953 echo "$as_me:$LINENO: result
: yes" >&5
11954 echo "${ECHO_T}yes" >&6; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
11956 echo "$as_me: failed program was
:" >&5
11957 sed 's/^/| /' conftest.$ac_ext >&5
11959 echo "$as_me:$LINENO: result
: no
" >&5
11960 echo "${ECHO_T}no
" >&6
11962 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11964 CFLAGS="$saved_CFLAGS"
11969 # Enable --enable-checking in stage1 of the compiler.
11970 # Check whether --enable-stage1-checking or --disable-stage1-checking was given.
11971 if test "${enable_stage1_checking+set}" = set; then
11972 enableval="$enable_stage1_checking"
11973 stage1_checking=--enable-checking=${enable_stage1_checking}
11975 if test "x
$enable_checking" = xno; then
11976 stage1_checking=--enable-checking=yes,types
11978 stage1_checking=--enable-checking=types${enable_checking+,}$enable_checking
11983 # Enable -Werror in bootstrap stage2 and later.
11984 # Check whether --enable-werror or --disable-werror was given.
11985 if test "${enable_werror+set}" = set; then
11986 enableval="$enable_werror"
11989 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
11995 case ${enable_werror} in
11996 yes) stage2_werror_flag="--enable-werror-always" ;;
11997 *) stage2_werror_flag="" ;;
12001 # Flags needed to enable html installing and building
12003 # Check whether --with-datarootdir or --without-datarootdir was given.
12004 if test "${with_datarootdir+set}" = set; then
12005 withval="$with_datarootdir"
12006 datarootdir="\
${prefix}/${withval}"
12008 datarootdir="\
${prefix}/share
"
12012 # Check whether --with-docdir or --without-docdir was given.
12013 if test "${with_docdir+set}" = set; then
12014 withval="$with_docdir"
12015 docdir="\
${prefix}/${withval}"
12017 docdir="\
${datarootdir}/doc
"
12021 # Check whether --with-pdfdir or --without-pdfdir was given.
12022 if test "${with_pdfdir+set}" = set; then
12023 withval="$with_pdfdir"
12024 pdfdir="\
${prefix}/${withval}"
12026 pdfdir="\
${docdir}"
12030 # Check whether --with-htmldir or --without-htmldir was given.
12031 if test "${with_htmldir+set}" = set; then
12032 withval="$with_htmldir"
12033 htmldir="\
${prefix}/${withval}"
12035 htmldir="\
${docdir}"
12043 ac_config_files="$ac_config_files Makefile
"
12044 cat >confcache <<\_ACEOF
12045 # This file is a shell script that caches the results of configure
12046 # tests run on this system so they can be shared between configure
12047 # scripts and configure runs, see configure's option --config-cache.
12048 # It is not useful on other systems. If it contains results you don't
12049 # want to keep, you may remove or edit it.
12051 # config.status only pays attention to the cache file if you give it
12052 # the --recheck option to rerun configure.
12054 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12055 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12056 # following values.
12060 # The following way of writing the cache mishandles newlines in values,
12061 # but we know of no workaround that is simple, portable, and efficient.
12062 # So, don't put newlines in cache variables' values.
12063 # Ultrix sh set writes to stderr and can't be redirected directly,
12064 # and sets the high bit in the cache file unless we assign to the vars.
12067 case `(ac_space=' '; set | grep ac_space) 2>&1` in
12069 # `set' does not quote correctly, so add quotes (double-quote
12070 # substitution turns \\\\ into \\, and sed turns \\ into \).
12073 s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1='\\2'/p
"
12076 # `set' quotes correctly as required by POSIX, so do not add quotes.
12078 "s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1=\\2/p
"
12085 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12087 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12089 if diff $cache_file confcache >/dev/null 2>&1; then :; else
12090 if test -w $cache_file; then
12091 test "x
$cache_file" != "x
/dev
/null
" && echo "updating cache
$cache_file"
12092 cat confcache >$cache_file
12094 echo "not updating unwritable cache
$cache_file"
12099 test "x
$prefix" = xNONE && prefix=$ac_default_prefix
12100 # Let make expand exec_prefix.
12101 test "x
$exec_prefix" = xNONE && exec_prefix='${prefix}'
12103 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12104 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".
", strip leading and
12105 # trailing colons and then remove the whole line if VPATH becomes empty
12106 # (actually we leave an empty line to preserve line numbers).
12107 if test "x
$srcdir" = x.; then
12108 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12109 s/:*\$(srcdir):*/:/;
12110 s/:*\${srcdir}:*/:/;
12112 s/^\([^=]*=[ ]*\):*/\1/;
12118 # Transform confdefs.h into DEFS.
12119 # Protect against shell expansion while executing Makefile rules.
12120 # Protect against Makefile macro expansion.
12122 # If the first sed substitution is executed (which looks for macros that
12123 # take arguments), then we branch to the quote section. Otherwise,
12124 # look for a macro that doesn't take arguments.
12125 cat >confdef2opt.sed <<\_ACEOF
12128 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
12130 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
12134 s,[ `~#$^&*(){}\\|;'"<>?
],\\&,g
12140 # We use echo to avoid assuming a particular line-breaking character.
12141 # The extra dot is to prevent the shell from consuming trailing
12142 # line-breaks from the sub-command output. A line-break within
12143 # single-quotes doesn't work because, if this script is created in a
12144 # platform that uses two characters for line-breaks (e.g., DOS), tr
12146 ac_LF_and_DOT
=`echo; echo .`
12147 DEFS
=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
12148 rm -f confdef2opt.
sed
12153 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
12154 # 1. Remove the extension, and $U if already installed.
12155 ac_i
=`echo "$ac_i" |
12156 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
12158 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
12159 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
12161 LIBOBJS
=$ac_libobjs
12163 LTLIBOBJS
=$ac_ltlibobjs
12167 : ${CONFIG_STATUS=./config.status}
12168 ac_clean_files_save
=$ac_clean_files
12169 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
12170 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
12171 echo "$as_me: creating $CONFIG_STATUS" >&6;}
12172 cat >$CONFIG_STATUS <<_ACEOF
12174 # Generated by $as_me.
12175 # Run this file to recreate the current configuration.
12176 # Compiler output produced by configure, useful for debugging
12177 # configure, is in config.log if it exists.
12180 ac_cs_recheck=false
12182 SHELL=\${CONFIG_SHELL-$SHELL}
12185 cat >>$CONFIG_STATUS <<\_ACEOF
12186 ## --------------------- ##
12187 ## M4sh Initialization. ##
12188 ## --------------------- ##
12190 # Be Bourne compatible
12191 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
12194 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
12195 # is contrary to our usage. Disable this feature.
12196 alias -g '${1+"$@"}'='"$@"'
12197 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
12200 DUALCASE
=1; export DUALCASE
# for MKS sh
12202 # Support unset when possible.
12203 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
12210 # Work around bugs in pre-3.0 UWIN ksh.
12211 $as_unset ENV MAIL MAILPATH
12218 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
12219 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
12220 LC_TELEPHONE LC_TIME
12222 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
12223 eval $as_var=C
; export $as_var
12229 # Required to use basename.
12230 if expr a
: '\(a\)' >/dev
/null
2>&1; then
12236 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
12237 as_basename
=basename
12243 # Name of the executable.
12244 as_me
=`$as_basename "$0" ||
12245 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12246 X"$0" : 'X\(//\)$' \| \
12247 X"$0" : 'X\(/\)$' \| \
12248 . : '\(.\)' 2>/dev/null ||
12250 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
12251 /^X\/\(\/\/\)$/{ s//\1/; q; }
12252 /^X\/\(\/\).*/{ s//\1/; q; }
12256 # PATH needs CR, and LINENO needs CR and PATH.
12257 # Avoid depending upon Character Ranges.
12258 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
12259 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12260 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
12261 as_cr_digits
='0123456789'
12262 as_cr_alnum
=$as_cr_Letters$as_cr_digits
12264 # The user is always right.
12265 if test "${PATH_SEPARATOR+set}" != set; then
12266 echo "#! /bin/sh" >conf$$.sh
12267 echo "exit 0" >>conf$$.sh
12269 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
12278 as_lineno_1
=$LINENO
12279 as_lineno_2
=$LINENO
12280 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
12281 test "x$as_lineno_1" != "x$as_lineno_2" &&
12282 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
12283 # Find who we are. Look in the path if we contain no path at all
12286 *[\\/]* ) as_myself
=$0 ;;
12287 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12288 for as_dir
in $PATH
12291 test -z "$as_dir" && as_dir
=.
12292 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
12297 # We did not find ourselves, most probably we were run as `sh COMMAND'
12298 # in which case we are not to be found in the path.
12299 if test "x$as_myself" = x
; then
12302 if test ! -f "$as_myself"; then
12303 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
12304 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
12305 { (exit 1); exit 1; }; }
12307 case $CONFIG_SHELL in
12309 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12310 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
12313 test -z "$as_dir" && as_dir
=.
12314 for as_base
in sh bash ksh sh5
; do
12317 if ("$as_dir/$as_base" -c '
12318 as_lineno_1=$LINENO
12319 as_lineno_2=$LINENO
12320 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
12321 test "x$as_lineno_1" != "x$as_lineno_2" &&
12322 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
12323 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
12324 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
12325 CONFIG_SHELL
=$as_dir/$as_base
12326 export CONFIG_SHELL
12327 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
12335 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
12336 # uniformly replaced by the line number. The first 'sed' inserts a
12337 # line-number line before each line; the second 'sed' does the real
12338 # work. The second script uses 'N' to pair each line-number line
12339 # with the numbered line, and appends trailing '-' during
12340 # substitution so that $LINENO is not a special case at line end.
12341 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
12342 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
12343 sed '=' <$as_myself |
12348 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
12351 s,^['$as_cr_digits']*\n,,
12352 ' >$as_me.lineno
&&
12353 chmod +x
$as_me.lineno ||
12354 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
12355 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
12356 { (exit 1); exit 1; }; }
12358 # Don't try to exec as it changes $[0], causing all sort of problems
12359 # (the dirname of $[0] is not the place where we might find the
12360 # original and so on. Autoconf is especially sensible to this).
12362 # Exit status is that of the last command.
12367 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
12368 *c
*,-n*) ECHO_N
= ECHO_C
='
12370 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
12371 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
12374 if expr a
: '\(a\)' >/dev
/null
2>&1; then
12380 rm -f conf$$ conf$$.exe conf$$.
file
12382 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
12383 # We could just check for DJGPP; but this test a) works b) is more generic
12384 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
12385 if test -f conf$$.exe
; then
12386 # Don't use ln at all; we don't have any links
12391 elif ln conf$$.
file conf$$
2>/dev
/null
; then
12396 rm -f conf$$ conf$$.exe conf$$.
file
12398 if mkdir
-p .
2>/dev
/null
; then
12401 test -d .
/-p && rmdir .
/-p
12405 as_executable_p
="test -f"
12407 # Sed expression to map a string onto a valid CPP name.
12408 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12410 # Sed expression to map a string onto a valid variable name.
12411 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12415 # We need space, tab and new line, in precisely that order.
12425 # Open the log real soon, to keep \$[0] and so on meaningful, and to
12426 # report actual input values of CONFIG_FILES etc. instead of their
12427 # values after options handling. Logging --version etc. is OK.
12431 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12432 ## Running $as_me. ##
12437 This file was extended by $as_me, which was
12438 generated by GNU Autoconf 2.59. Invocation command line was
12440 CONFIG_FILES = $CONFIG_FILES
12441 CONFIG_HEADERS = $CONFIG_HEADERS
12442 CONFIG_LINKS = $CONFIG_LINKS
12443 CONFIG_COMMANDS = $CONFIG_COMMANDS
12447 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
12451 # Files that config.status was made for.
12452 if test -n "$ac_config_files"; then
12453 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
12456 if test -n "$ac_config_headers"; then
12457 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
12460 if test -n "$ac_config_links"; then
12461 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
12464 if test -n "$ac_config_commands"; then
12465 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
12468 cat >>$CONFIG_STATUS <<\_ACEOF
12471 \`$as_me' instantiates files from templates according to the
12472 current configuration.
12474 Usage: $0 [OPTIONS] [FILE]...
12476 -h, --help print this help, then exit
12477 -V, --version print version number, then exit
12478 -q, --quiet do not print progress messages
12479 -d, --debug don't remove temporary files
12480 --recheck update $as_me by reconfiguring in the same conditions
12481 --file=FILE[:TEMPLATE]
12482 instantiate the configuration file FILE
12484 Configuration files:
12487 Report bugs to <bug-autoconf@gnu.org>."
12490 cat >>$CONFIG_STATUS <<_ACEOF
12493 configured by $0, generated by GNU Autoconf 2.59,
12494 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
12496 Copyright (C) 2003 Free Software Foundation, Inc.
12497 This config.status script is free software; the Free Software Foundation
12498 gives unlimited permission to copy, distribute and modify it."
12503 cat >>$CONFIG_STATUS <<\_ACEOF
12504 # If no file are specified by the user, then we need to provide default
12505 # value. By we need to know if files were specified by the user.
12511 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
12512 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
12520 *) # This is not an option, so the user has probably given explicit
12523 ac_need_defaults
=false
;;
12527 # Handling of the options.
12529 cat >>$CONFIG_STATUS <<\_ACEOF
12530 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
12532 --version |
--vers* |
-V )
12533 echo "$ac_cs_version"; exit 0 ;;
12535 # Conflict between --help and --header
12536 { { echo "$as_me:$LINENO: error: ambiguous option: $1
12537 Try \`$0 --help' for more information." >&5
12538 echo "$as_me: error: ambiguous option: $1
12539 Try \`$0 --help' for more information." >&2;}
12540 { (exit 1); exit 1; }; };;
12541 --help |
--hel |
-h )
12542 echo "$ac_cs_usage"; exit 0 ;;
12543 --debug |
--d* |
-d )
12545 --file |
--fil |
--fi |
--f )
12547 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
12548 ac_need_defaults
=false
;;
12549 --header |
--heade |
--head |
--hea )
12551 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
12552 ac_need_defaults
=false
;;
12553 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
12554 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
12557 # This is an error.
12558 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
12559 Try \`$0 --help' for more information." >&5
12560 echo "$as_me: error: unrecognized option: $1
12561 Try \`$0 --help' for more information." >&2;}
12562 { (exit 1); exit 1; }; } ;;
12564 *) ac_config_targets
="$ac_config_targets $1" ;;
12570 ac_configure_extra_args
=
12572 if $ac_cs_silent; then
12574 ac_configure_extra_args
="$ac_configure_extra_args --silent"
12578 cat >>$CONFIG_STATUS <<_ACEOF
12579 if \$ac_cs_recheck; then
12580 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
12581 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12590 cat >>$CONFIG_STATUS <<\_ACEOF
12591 for ac_config_target
in $ac_config_targets
12593 case "$ac_config_target" in
12594 # Handling of arguments.
12595 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
12596 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
12597 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
12598 { (exit 1); exit 1; }; };;
12602 # If the user did not use the arguments to specify the items to instantiate,
12603 # then the envvar interface is used. Set only those that are not.
12604 # We use the long form for the default assignment because of an extremely
12605 # bizarre bug on SunOS 4.1.3.
12606 if $ac_need_defaults; then
12607 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
12610 # Have a temporary directory for convenience. Make it in the build tree
12611 # simply because there is no reason to put it here, and in addition,
12612 # creating and moving files from /tmp can sometimes cause problems.
12613 # Create a temporary directory, and hook for its removal unless debugging.
12616 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
12617 trap '{ (exit 1); exit 1; }' 1 2 13 15
12620 # Create a (secure) tmp directory for tmp files.
12623 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
12624 test -n "$tmp" && test -d "$tmp"
12627 tmp
=.
/confstat$$
-$RANDOM
12628 (umask 077 && mkdir
$tmp)
12631 echo "$me: cannot create a temporary directory in ." >&2
12632 { (exit 1); exit 1; }
12637 cat >>$CONFIG_STATUS <<_ACEOF
12640 # CONFIG_FILES section.
12643 # No need to generate the scripts if there are no CONFIG_FILES.
12644 # This happens for instance when ./config.status config.h
12645 if test -n "\$CONFIG_FILES"; then
12646 # Protect against being on the right side of a sed subst in config.status.
12647 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
12648 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
12649 s,@SHELL@,$SHELL,;t t
12650 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
12651 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
12652 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
12653 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
12654 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
12655 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
12656 s,@exec_prefix@,$exec_prefix,;t t
12657 s,@prefix@,$prefix,;t t
12658 s,@program_transform_name@,$program_transform_name,;t t
12659 s,@bindir@,$bindir,;t t
12660 s,@sbindir@,$sbindir,;t t
12661 s,@libexecdir@,$libexecdir,;t t
12662 s,@datadir@,$datadir,;t t
12663 s,@sysconfdir@,$sysconfdir,;t t
12664 s,@sharedstatedir@,$sharedstatedir,;t t
12665 s,@localstatedir@,$localstatedir,;t t
12666 s,@libdir@,$libdir,;t t
12667 s,@includedir@,$includedir,;t t
12668 s,@oldincludedir@,$oldincludedir,;t t
12669 s,@infodir@,$infodir,;t t
12670 s,@mandir@,$mandir,;t t
12671 s,@build_alias@,$build_alias,;t t
12672 s,@host_alias@,$host_alias,;t t
12673 s,@target_alias@,$target_alias,;t t
12674 s,@DEFS@,$DEFS,;t t
12675 s,@ECHO_C@,$ECHO_C,;t t
12676 s,@ECHO_N@,$ECHO_N,;t t
12677 s,@ECHO_T@,$ECHO_T,;t t
12678 s,@LIBS@,$LIBS,;t t
12679 s,@build@,$build,;t t
12680 s,@build_cpu@,$build_cpu,;t t
12681 s,@build_vendor@,$build_vendor,;t t
12682 s,@build_os@,$build_os,;t t
12683 s,@build_noncanonical@,$build_noncanonical,;t t
12684 s,@host_noncanonical@,$host_noncanonical,;t t
12685 s,@target_noncanonical@,$target_noncanonical,;t t
12686 s,@host@,$host,;t t
12687 s,@host_cpu@,$host_cpu,;t t
12688 s,@host_vendor@,$host_vendor,;t t
12689 s,@host_os@,$host_os,;t t
12690 s,@target@,$target,;t t
12691 s,@target_cpu@,$target_cpu,;t t
12692 s,@target_vendor@,$target_vendor,;t t
12693 s,@target_os@,$target_os,;t t
12694 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
12695 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
12696 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
12698 s,@LN_S@,$LN_S,;t t
12699 s,@TOPLEVEL_CONFIGURE_ARGUMENTS@,$TOPLEVEL_CONFIGURE_ARGUMENTS,;t t
12700 s,@build_libsubdir@,$build_libsubdir,;t t
12701 s,@build_subdir@,$build_subdir,;t t
12702 s,@host_subdir@,$host_subdir,;t t
12703 s,@target_subdir@,$target_subdir,;t t
12705 s,@CFLAGS@,$CFLAGS,;t t
12706 s,@LDFLAGS@,$LDFLAGS,;t t
12707 s,@CPPFLAGS@,$CPPFLAGS,;t t
12708 s,@ac_ct_CC@,$ac_ct_CC,;t t
12709 s,@EXEEXT@,$EXEEXT,;t t
12710 s,@OBJEXT@,$OBJEXT,;t t
12712 s,@CXXFLAGS@,$CXXFLAGS,;t t
12713 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
12714 s,@GNATBIND@,$GNATBIND,;t t
12715 s,@ac_ct_GNATBIND@,$ac_ct_GNATBIND,;t t
12716 s,@GNATMAKE@,$GNATMAKE,;t t
12717 s,@ac_ct_GNATMAKE@,$ac_ct_GNATMAKE,;t t
12718 s,@do_compare@,$do_compare,;t t
12719 s,@gmplibs@,$gmplibs,;t t
12720 s,@gmpinc@,$gmpinc,;t t
12721 s,@stage1_languages@,$stage1_languages,;t t
12722 s,@SYSROOT_CFLAGS_FOR_TARGET@,$SYSROOT_CFLAGS_FOR_TARGET,;t t
12723 s,@RPATH_ENVVAR@,$RPATH_ENVVAR,;t t
12724 s,@tooldir@,$tooldir,;t t
12725 s,@build_tooldir@,$build_tooldir,;t t
12726 s,@CONFIGURE_GDB_TK@,$CONFIGURE_GDB_TK,;t t
12727 s,@GDB_TK@,$GDB_TK,;t t
12728 s,@INSTALL_GDB_TK@,$INSTALL_GDB_TK,;t t
12729 s,@build_configargs@,$build_configargs,;t t
12730 s,@build_configdirs@,$build_configdirs,;t t
12731 s,@host_configargs@,$host_configargs,;t t
12732 s,@configdirs@,$configdirs,;t t
12733 s,@target_configargs@,$target_configargs,;t t
12734 s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
12735 s,@config_shell@,$config_shell,;t t
12736 s,@YACC@,$YACC,;t t
12737 s,@BISON@,$BISON,;t t
12740 s,@FLEX@,$FLEX,;t t
12741 s,@MAKEINFO@,$MAKEINFO,;t t
12742 s,@EXPECT@,$EXPECT,;t t
12743 s,@RUNTEST@,$RUNTEST,;t t
12746 s,@DLLTOOL@,$DLLTOOL,;t t
12748 s,@LIPO@,$LIPO,;t t
12750 s,@RANLIB@,$RANLIB,;t t
12751 s,@STRIP@,$STRIP,;t t
12752 s,@WINDRES@,$WINDRES,;t t
12753 s,@WINDMC@,$WINDMC,;t t
12754 s,@OBJCOPY@,$OBJCOPY,;t t
12755 s,@OBJDUMP@,$OBJDUMP,;t t
12756 s,@CFLAGS_FOR_BUILD@,$CFLAGS_FOR_BUILD,;t t
12757 s,@CC_FOR_TARGET@,$CC_FOR_TARGET,;t t
12758 s,@CXX_FOR_TARGET@,$CXX_FOR_TARGET,;t t
12759 s,@GCC_FOR_TARGET@,$GCC_FOR_TARGET,;t t
12760 s,@GCJ_FOR_TARGET@,$GCJ_FOR_TARGET,;t t
12761 s,@GFORTRAN_FOR_TARGET@,$GFORTRAN_FOR_TARGET,;t t
12762 s,@AR_FOR_TARGET@,$AR_FOR_TARGET,;t t
12763 s,@AS_FOR_TARGET@,$AS_FOR_TARGET,;t t
12764 s,@DLLTOOL_FOR_TARGET@,$DLLTOOL_FOR_TARGET,;t t
12765 s,@LD_FOR_TARGET@,$LD_FOR_TARGET,;t t
12766 s,@LIPO_FOR_TARGET@,$LIPO_FOR_TARGET,;t t
12767 s,@NM_FOR_TARGET@,$NM_FOR_TARGET,;t t
12768 s,@OBJDUMP_FOR_TARGET@,$OBJDUMP_FOR_TARGET,;t t
12769 s,@RANLIB_FOR_TARGET@,$RANLIB_FOR_TARGET,;t t
12770 s,@STRIP_FOR_TARGET@,$STRIP_FOR_TARGET,;t t
12771 s,@WINDRES_FOR_TARGET@,$WINDRES_FOR_TARGET,;t t
12772 s,@WINDMC_FOR_TARGET@,$WINDMC_FOR_TARGET,;t t
12773 s,@RAW_CXX_FOR_TARGET@,$RAW_CXX_FOR_TARGET,;t t
12774 s,@FLAGS_FOR_TARGET@,$FLAGS_FOR_TARGET,;t t
12775 s,@COMPILER_AS_FOR_TARGET@,$COMPILER_AS_FOR_TARGET,;t t
12776 s,@COMPILER_LD_FOR_TARGET@,$COMPILER_LD_FOR_TARGET,;t t
12777 s,@COMPILER_NM_FOR_TARGET@,$COMPILER_NM_FOR_TARGET,;t t
12778 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
12779 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
12780 s,@MAINT@,$MAINT,;t t
12781 s,@stage1_cflags@,$stage1_cflags,;t t
12782 s,@stage1_checking@,$stage1_checking,;t t
12783 s,@stage2_werror_flag@,$stage2_werror_flag,;t t
12784 s,@datarootdir@,$datarootdir,;t t
12785 s,@docdir@,$docdir,;t t
12786 s,@pdfdir@,$pdfdir,;t t
12787 s,@htmldir@,$htmldir,;t t
12788 s,@LIBOBJS@,$LIBOBJS,;t t
12789 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
12790 /@serialization_dependencies@/r $serialization_dependencies
12791 s,@serialization_dependencies@,,;t t
12792 /@host_makefile_frag@/r $host_makefile_frag
12793 s,@host_makefile_frag@,,;t t
12794 /@target_makefile_frag@/r $target_makefile_frag
12795 s,@target_makefile_frag@,,;t t
12796 /@alphaieee_frag@/r $alphaieee_frag
12797 s,@alphaieee_frag@,,;t t
12798 /@ospace_frag@/r $ospace_frag
12799 s,@ospace_frag@,,;t t
12804 cat >>$CONFIG_STATUS <<\_ACEOF
12805 # Split the substitutions into bite-sized pieces for seds with
12806 # small command number limits, like on Digital OSF/1 and HP-UX.
12807 ac_max_sed_lines
=48
12808 ac_sed_frag
=1 # Number of current file.
12809 ac_beg
=1 # First line for current file.
12810 ac_end
=$ac_max_sed_lines # Line after last line for current file.
12813 while $ac_more_lines; do
12814 if test $ac_beg -gt 1; then
12815 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
12817 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
12819 if test ! -s $tmp/subs.frag
; then
12820 ac_more_lines
=false
12822 # The purpose of the label and of the branching condition is to
12823 # speed up the sed processing (if there are no `@' at all, there
12824 # is no need to browse any of the substitutions).
12825 # These are the two extra sed commands mentioned above.
12827 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
12828 if test -z "$ac_sed_cmds"; then
12829 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
12831 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
12833 ac_sed_frag
=`expr $ac_sed_frag + 1`
12835 ac_end
=`expr $ac_end + $ac_max_sed_lines`
12838 if test -z "$ac_sed_cmds"; then
12841 fi # test -n "$CONFIG_FILES"
12844 cat >>$CONFIG_STATUS <<\_ACEOF
12845 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
12846 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
12848 - |
*:- |
*:-:* ) # input from stdin
12850 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
12851 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
12852 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
12853 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
12854 * ) ac_file_in
=$ac_file.
in ;;
12857 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
12858 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
12859 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12860 X"$ac_file" : 'X\(//\)[^/]' \| \
12861 X"$ac_file" : 'X\(//\)$' \| \
12862 X"$ac_file" : 'X\(/\)' \| \
12863 . : '\(.\)' 2>/dev/null ||
12865 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12866 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12867 /^X\(\/\/\)$/{ s//\1/; q; }
12868 /^X\(\/\).*/{ s//\1/; q; }
12870 { if $as_mkdir_p; then
12875 while test ! -d "$as_dir"; do
12876 as_dirs
="$as_dir $as_dirs"
12877 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
12878 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12879 X"$as_dir" : 'X\(//\)[^/]' \| \
12880 X"$as_dir" : 'X\(//\)$' \| \
12881 X"$as_dir" : 'X\(/\)' \| \
12882 . : '\(.\)' 2>/dev/null ||
12884 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12885 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12886 /^X\(\/\/\)$/{ s//\1/; q; }
12887 /^X\(\/\).*/{ s//\1/; q; }
12890 test ! -n "$as_dirs" || mkdir
$as_dirs
12891 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12892 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12893 { (exit 1); exit 1; }; }; }
12897 if test "$ac_dir" != .
; then
12898 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
12899 # A "../" for each directory in $ac_dir_suffix.
12900 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
12902 ac_dir_suffix
= ac_top_builddir
=
12906 .
) # No --srcdir option. We are building in place.
12908 if test -z "$ac_top_builddir"; then
12911 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
12913 [\\/]* | ?
:[\\/]* ) # Absolute path.
12914 ac_srcdir
=$srcdir$ac_dir_suffix;
12915 ac_top_srcdir
=$srcdir ;;
12916 *) # Relative path.
12917 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
12918 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
12921 # Do not use `cd foo && pwd` to compute absolute paths, because
12922 # the directories may not exist.
12924 .
) ac_abs_builddir
="$ac_dir";;
12927 .
) ac_abs_builddir
=`pwd`;;
12928 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
12929 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
12932 case $ac_abs_builddir in
12933 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
12935 case ${ac_top_builddir}.
in
12936 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
12937 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
12938 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
12941 case $ac_abs_builddir in
12942 .
) ac_abs_srcdir
=$ac_srcdir;;
12945 .
) ac_abs_srcdir
=$ac_abs_builddir;;
12946 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
12947 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
12950 case $ac_abs_builddir in
12951 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
12953 case $ac_top_srcdir in
12954 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
12955 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
12956 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
12962 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
12963 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
12966 if test x
"$ac_file" != x-
; then
12967 { echo "$as_me:$LINENO: creating $ac_file" >&5
12968 echo "$as_me: creating $ac_file" >&6;}
12971 # Let's still pretend it is `configure' which instantiates (i.e., don't
12972 # use $as_me), people would be surprised to read:
12973 # /* config.h. Generated by config.status. */
12974 if test x
"$ac_file" = x-
; then
12977 configure_input
="$ac_file. "
12979 configure_input
=$configure_input"Generated from `echo $ac_file_in |
12980 sed 's,.*/,,'` by configure."
12982 # First look for the input files in the build tree, otherwise in the
12984 ac_file_inputs
=`IFS=:
12985 for f in $ac_file_in; do
12987 -) echo $tmp/stdin ;;
12989 # Absolute (can't be DOS-style, as IFS=:)
12990 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12991 echo "$as_me: error: cannot find input file: $f" >&2;}
12992 { (exit 1); exit 1; }; }
12995 if test -f "$f"; then
12998 elif test -f "$srcdir/$f"; then
13003 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13004 echo "$as_me: error: cannot find input file: $f" >&2;}
13005 { (exit 1); exit 1; }; }
13008 done` ||
{ (exit 1); exit 1; }
13010 cat >>$CONFIG_STATUS <<_ACEOF
13014 cat >>$CONFIG_STATUS <<\_ACEOF
13016 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
13017 s
,@configure_input@
,$configure_input,;t t
13018 s
,@srcdir@
,$ac_srcdir,;t t
13019 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
13020 s
,@top_srcdir@
,$ac_top_srcdir,;t t
13021 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
13022 s
,@builddir@
,$ac_builddir,;t t
13023 s
,@abs_builddir@
,$ac_abs_builddir,;t t
13024 s
,@top_builddir@
,$ac_top_builddir,;t t
13025 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
13026 s
,@INSTALL@
,$ac_INSTALL,;t t
13027 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
13029 if test x"$ac_file" != x-; then
13030 mv $tmp/out $ac_file
13039 cat >>$CONFIG_STATUS <<\_ACEOF
13041 { (exit 0); exit 0; }
13043 chmod +x $CONFIG_STATUS
13044 ac_clean_files=$ac_clean_files_save
13047 # configure is writing to config.log, and then calls config.status.
13048 # config.status does its own redirection, appending to config.log.
13049 # Unfortunately, on DOS this fails, as config.log is still kept open
13050 # by configure, so config.status won't be able to write to it; its
13051 # output is simply discarded. So we exec the FD to /dev/null,
13052 # effectively closing config.log, so it can be properly (re)opened and
13053 # appended to by config.status. When coming back to configure, we
13054 # need to make the FD available again.
13055 if test "$no_create" != yes; then
13057 ac_config_status_args=
13058 test "$silent" = yes &&
13059 ac_config_status_args="$ac_config_status_args --quiet"
13061 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13063 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13064 # would make configure fail if this is the last instruction.
13065 $ac_cs_success || { (exit 1); exit 1; }